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

Merged
merged 1 commit into from
May 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.24.0 -> ^7.24.5 age adoption passing confidence
@shikijs/vitepress-twoslash (source) 1.3.0 -> 1.4.0 age adoption passing confidence
@tanstack/vue-query (source) ^5.32.0 -> ^5.34.2 age adoption passing confidence
@types/node (source) ^20.12.7 -> ^20.12.8 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence
@vitest/ui (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence
@vue-macros/common (source) ^1.10.2 -> ^1.10.3 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.25 -> ^3.4.26 age adoption passing confidence
mlly ^1.6.1 -> ^1.7.0 age adoption passing confidence
rollup (source) ^4.17.0 -> ^4.17.2 age adoption passing confidence
vite (source) ^5.2.10 -> ^5.2.11 age adoption passing confidence
vitest (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence
vue (source) ^3.4.25 -> ^3.4.26 age adoption passing confidence
vue-tsc (source) ^2.0.14 -> ^2.0.16 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
🏃‍♀️ Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3
shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
TanStack/query (@​tanstack/vue-query)

v5.34.2

Compare Source

Version 5.34.2 - 5/5/2024, 9:43 AM

Changes

Fix
  • query-core: replaceEqualDeep correctly handles arrays that contain undefined (#​7376) (fdb0944) by Manuel Schiller
Docs

Packages

v5.34.1

Compare Source

Version 5.34.1 - 5/4/2024, 8:30 AM

Changes

Fix
Docs

Packages

v5.32.1

Compare Source

Version 5.32.1 - 4/30/2024, 1:38 PM

Changes

Fix
  • trigger release (684ffbf) by Dominik Dorfmeister
  • codemods: Use .cjs extension for CommonJS files (#​7333) (2aca521) by Anton Jeppsson
Docs
  • createSyncStoragePersister: fix typo (#​7348) (6768a9c) by Mackie Underdown

Packages

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

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vue-macros/vue-macros (@​vue-macros/common)

v1.10.3

Compare Source

Patch Changes
vuejs/core (@​vue/compiler-sfc)

v3.4.26

Compare Source

Bug Fixes
unjs/mlly (mlly)

v1.7.0

Compare Source

compare changes

🚀 Enhancements
  • isValidNodeImport: Support stripComments option (#​236)
🩹 Fixes
  • findExports: Find declaration export with inline object or array (#​247)
💅 Refactors
  • interopDefault: Simplify implementation (#​243)
📖 Documentation
  • Added jsdocs to exported functions and types (#​241)
🏡 Chore
❤️ Contributors
rollup/rollup (rollup)

v4.17.2

Compare Source

2024-04-30

Bug Fixes
  • Fix tree-shaking problems when using spread arguments (#​5503)
Pull Requests

v4.17.1

Compare Source

2024-04-29

Bug Fixes
  • Prevent infinite recursions for certain constructor invocations (#​5500)
Pull Requests
vitejs/vite (vite)

v5.2.11

Compare Source

vuejs/language-tools (vue-tsc)

v2.0.16

Compare Source

Bug Fixes
Other Changes

v2.0.15

Compare Source

Features
  • Redesign additional extensions, VitePress, PetiteVue support (#​4321)
    • Fix custom file extensions not working in Hybrid Mode (#​4251)
  • vscode: prompt when Hybrid Mode is explicitly enabled but known incompatible extensions are installed
  • language-core: use internal options for directly exposing user props/emits types (vuejs/core#10801)
  • language-core: support defineSlots destructuring (#​4312) - Thanks @​zhiyuanzmj
Bug Fixes
  • vscode: when enabled VitePress support, extension not activated when opening markdown files
  • language-core: auto-complete not working in v-bind
Performance
  • language-service: emmet completion should not be blocked by TS type evaluation (#​4298)
  • language-core: simplify virtual code for intrinsic elements
Other Changes
  • Upgrade Volar from v2.2.0-alpha.10 to v2.2.0-alpha.12:
    • Avoid extension crash when workspace TSDK does not exist
    • Fix template variables cannot be renamed at the first character in Hybrid Mode (#​4297)
    • Fix template virtual code mapping is misaligned in Windows in Hybrid Mode (#​4297)
  • Add svelte.svelte-vscode (>=108.4.0) to Hybrid Mode compatibility whitelist (sveltejs/language-tools#2317)
  • component-meta: convert source code to TS
  • language-core: export allCodeFeatures (#​4320) - Thanks @​zhiyuanzmj

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

Copy link

Deploying unplugin-vue-router with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9bdaf92
Status: ✅  Deploy successful!
Preview URL: https://32d8720a.unplugin-vue-router.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.unplugin-vue-router.pages.dev

View logs

@renovate renovate bot merged commit 6d5e569 into main May 6, 2024
10 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 6, 2024 04:29
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.

None yet

0 participants