Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #2126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arethetypeswrong/cli (source) 0.15.4 -> 0.16.4 age adoption passing confidence
@ember/optional-features 2.1.0 -> 2.2.0 age adoption passing confidence
@vitest/coverage-v8 (source) 2.0.5 -> 2.1.4 age adoption passing confidence
ember-auto-import (source) 2.7.4 -> 2.9.0 age adoption passing confidence
ember-source (source) 5.10.2 -> 5.12.0 age adoption passing confidence
eslint-plugin-ember 12.2.1 -> 12.3.1 age adoption passing confidence
eslint-plugin-n 17.10.3 -> 17.12.0 age adoption passing confidence
expect-type 0.19.0 -> 0.20.0 age adoption passing confidence
publint (source) 0.2.10 -> 0.2.12 age adoption passing confidence
release-plan ^0.9.0 -> ^0.10.0 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.3 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.4 age adoption passing confidence
webpack 5.93.0 -> 5.96.1 age adoption passing confidence

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.16.4

Patch Changes

v0.16.3

Patch Changes
  • 66ada51: Fix warning message json-format suggestion to use proper syntax

v0.16.2

Patch Changes

v0.16.1

Patch Changes
  • 5ee6f29: Update README with new problem kind

v0.16.0

Compare Source

Minor Changes
Patch Changes
emberjs/ember-optional-features (@​ember/optional-features)

v2.2.0

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
embroider-build/ember-auto-import (ember-auto-import)

v2.9.0

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

emberjs/ember.js (ember-source)

v5.12.0

Compare Source

  • #​20746 [BUGFIX] Upgrade glimmer-vm for some perf improvements
  • #​20714 [BUGFIX] Break eager cycle for "deprecate" function

v5.11.1

Compare Source

v5.11.0

Compare Source

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Aug 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1c77be6 to b5bc14d Compare September 6, 2024 22:09
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (minor) chore(deps): update all non-major dependencies Sep 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3480d41 to 0c33a00 Compare September 16, 2024 15:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from af02acb to 52e6506 Compare September 23, 2024 20:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f1229c1 to 38cfbd2 Compare September 30, 2024 19:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 01336b4 to 236a6e9 Compare October 9, 2024 12:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e2195dc to 2a6cd5c Compare October 17, 2024 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2bdad95 to bd741db Compare October 30, 2024 12:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 71275b3 to 25e94c6 Compare November 1, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants