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 #2505

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.16.2 -> 20.16.5 age adoption passing confidence
@vitejs/plugin-vue (source) 5.1.2 -> 5.1.3 age adoption passing confidence
@vitest/coverage-v8 (source) 2.0.5 -> 2.1.1 age adoption passing confidence
@vue/compat (source) 3.4.38 -> 3.5.6 age adoption passing confidence
@vue/compiler-dom (source) 3.4.38 -> 3.5.6 age adoption passing confidence
@vue/compiler-sfc (source) 3.4.38 -> 3.5.6 age adoption passing confidence
@vue/server-renderer (source) 3.4.38 -> 3.5.6 age adoption passing confidence
eslint (source) 9.9.1 -> 9.10.0 age adoption passing confidence
husky 9.1.5 -> 9.1.6 age adoption passing confidence
lint-staged 15.2.9 -> 15.2.10 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence
rollup (source) 4.21.1 -> 4.21.3 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence
typescript-eslint (source) 8.3.0 -> 8.5.0 age adoption passing confidence
vite (source) 5.4.2 -> 5.4.5 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence
vue (source) 3.4.38 -> 3.5.6 age adoption passing confidence
vue-router 4.4.3 -> 4.4.5 age adoption passing confidence
vue-tsc (source) 2.0.29 -> 2.1.6 age adoption passing confidence

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.3

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

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
vuejs/core (@​vue/compat)

v3.5.6

Compare Source

Bug Fixes

v3.5.5

Compare Source

Bug Fixes

v3.5.4

Compare Source

Bug Fixes
Performance Improvements
  • reactivity: trigger deps directly instead of storing in an array first (#​11695) (f80d447)

v3.5.3

Compare Source

Bug Fixes
  • hydration: check __asyncHydrate presence for vue3-lazy-hydration compat (#​11825) (8e6c337), closes #​11793
  • Revert "fix(reactivity): self-referencing computed should refresh" (35c760f)
  • ssr: respect app.config.warnHandler during ssr (bf3d9a2), closes #​11830
  • Transition: handle KeepAlive child unmount in Transition out-in mode (#​11833) (6b7901d), closes #​11775
  • useId: make generated IDs selector compatible (babfb4c), closes #​11828

v3.5.2

Compare Source

Bug Fixes
Features
  • compiler-core: parse modifiers as expression to provide location data (#​11819) (3f13203)

v3.5.1

Compare Source

Bug Fixes

v3.5.0

Compare Source

Aggregated Features List for 3.5 (alpha to stable)

Reactivity
  • reactivity: Refactor reactivity system to use version counting and doubly-linked list tracking (#​10397) (05eb4e0)
  • reactivity: Optimize array tracking (#​9511) (70196a4)
  • compiler-sfc: enable reactive props destructure by default (d2dac0e)
  • reactivity: onEffectCleanup API (2cc5615), closes #​10173
  • reactivity: add failSilently argument for onScopeDispose (9a936aa)
  • reactivity/watch: base watch, getCurrentWatcher, and onWatcherCleanup (#​9927) (205e5b5)
  • reactivity/watch: add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#​9651) (267093c)
  • watch: support passing number to deep option to control the watch depth (#​9572) (22f7d96)
  • types: export MultiWatchSources type (#​9563) (998dca5)
  • types: allow computed getter and setter types to be unrelated (#​11472) (a01675e), closes #​7271
SSR
  • runtime-core: useId() and app.config.idPrefix (#​11404) (73ef156)
  • hydration: lazy hydration strategies for async components (#​11458) (d14a11c)
  • hydration: support suppressing hydration mismatch via data-allow-mismatch (94fb2b8)
Custom Element
Teleport
Misc
Internals
  • reactivity: store value cache on CustomRefs impls ([#​115

Configuration

📅 Schedule: Branch creation - "after 1am on Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Sep 4, 2024

Deploy Preview for vue-test-utils-docs ready!

Name Link
🔨 Latest commit 7eef84c
🔍 Latest deploy log https://app.netlify.com/sites/vue-test-utils-docs/deploys/66e81578d10685000893b7fe
😎 Deploy Preview https://deploy-preview-2505--vue-test-utils-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 7cf07f6 to 7d7b428 Compare September 11, 2024 10:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 9f4c918 to ad83412 Compare September 13, 2024 16:30
@renovate renovate bot merged commit b3c5446 into main Sep 16, 2024
6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 16, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants