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

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) ^1.3.0 -> ^1.3.1 age adoption passing confidence
@vitest/ui (source) ^1.3.0 -> ^1.3.1 age adoption passing confidence
@vue-macros/common (source) ^1.10.0 -> ^1.10.1 age adoption passing confidence
ast-walker-scope ^0.5.0 -> ^0.6.0 age adoption passing confidence
json-server ^0.17.3 -> ^0.17.4 age adoption passing confidence
mande ^2.0.7 -> ^2.0.8 age adoption passing confidence
mlly ^1.5.0 -> ^1.6.0 age adoption passing confidence
pnpm (source) 8.15.1 -> 8.15.3 age adoption passing confidence
unplugin-vue-markdown ^0.25.0 -> ^0.26.0 age adoption passing confidence
vitest (source) ^1.3.0 -> ^1.3.1 age adoption passing confidence
vue (source) ^3.3.7 -> ^3.4.19 age adoption passing confidence
vue-router 4.3.0-alpha.1 -> 4.3.0 age adoption passing confidence

Release Notes

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

v1.3.1

Compare Source

vitest-dev/vitest (@​vitest/ui)

v1.3.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
sxzz/ast-walker-scope (ast-walker-scope)

v0.6.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
unjs/mlly (mlly)

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Add declaration type in ESMExport (#​227)
  • utils: Add pathToFileURL (cdcbcb7)
🔥 Performance
  • resolver: Stat absolute paths once in fast path (#​229)
  • resolver: Remove intermediate pcall util (#​230)
  • resolve: Enable fast path for file urls (#​231)
🩹 Fixes
  • resolver: Strictly check input (778bd73)
💅 Refactors
  • resolver: Use pathToFileURL from mlly (982a7a9)
  • Strict type checks (77ebe50)
🏡 Chore
✅ Tests
  • resolver: Add test for node bultins (58407dd)
  • fileURLToPath, pathToFileURL: Add windows specific tests (bfa2bbe)
🤖 CI
❤️ Contributors
pnpm/pnpm (pnpm)

v8.15.3

Compare Source

Patch Changes

  • Remove vulnerable "ip" package from the dependencies #​7652.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.2

Compare Source

Patch Changes

  • When purging multiple node_modules directories, pnpm will no longer print multiple prompts simultaneously.
  • Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted node_modules.
  • Linking globally the command of a package that has no name in package.json #​4761.
  • Installation should work with lockfile created by pnpm v9.0.0-alpha.4

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

unplugin/unplugin-vue-markdown (unplugin-vue-markdown)

v0.26.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub
vitest-dev/vitest (vitest)

v1.3.1

Compare Source

vuejs/core (vue)

v3.4.19

Compare Source

Bug Fixes
Features

Note: this warning is categorized as a feature but released in a patch because it does not affect public APIs.

Performance Improvements

v3.4.18

Compare Source

Bug Fixes

v3.4.17

Compare Source

Reverts

v3.4.16

Compare Source

Bug Fixes
Reverts

v3.4.15

Compare Source

Bug Fixes
  • compiler-sfc: fix type resolution for symlinked node_modules structure w/ pnpm (75e866b), closes #​10121
  • correct url for production error reference links (c3087ff)
  • hydration: fix incorect mismatch warning for option with non-string value and inner text (d16a213)
  • reactivity: re-fix #​10114 (#​10123) (c2b274a)
  • runtime-core: should not warn out-of-render slot fn usage when mounting another app in setup (#​10125) (6fa33e6), closes #​10124
Performance Improvements
  • templateRef: avoid double render when using template ref on v-for (de4d2e2), closes #​9908
  • v-model: optimize v-model multiple select w/ large lists (2ffb956), closes #​10014

v3.4.14

Compare Source

Bug Fixes

v3.4.13

Compare Source

Bug Fixes

v3.4.12

Compare Source

Reverts

v3.4.11

Compare Source

Bug Fixes

v3.4.10

Compare Source

Bug Fixes
  • hydration: should not warn on falsy bindings of non-property keys (3907c87)

v3.4.9

Compare Source

Bug Fixes
  • build: avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope (dfd9654)
  • hydration: do not warn against bindings w/ object values (dcc68ef)
  • runtime-dom: unify behavior for v-show + style display binding (#​10075) (cd419ae), closes #​10074
  • suspense: avoid double-patching nested suspense when parent suspense is not resolved (#​10055) (bcda96b), closes #​8678

v3.4.8

Compare Source

Bug Fixes

v3.4.7

Compare Source

Bug Fixes
Reverts
  • "dx(computed): warn incorrect use of getCurrentInstance inside computed" (2fd3905)

v3.4.6

Compare Source

Bug Fixes

v3.4.5

Compare Source

Bug Fixes
  • compiler-sfc: fix co-usage of defineModel transform options and props destructure (b20350d), closes #​9972
  • compiler-sfc: fix sfc template unref rewrite for class instantiation (ae60a91), closes #​6483 #​6491
  • compiler-ssr: fix node clone edge case caused by AST reuse (#​9983) (7dbdb3e), closes #​9981
  • watch: cleanup watcher effect from scope when manually stopped (#​9978) (d2d8955)

v3.4.4

Compare Source

Bug Fixes
  • compiler-sfc: fix scss source map regression (71d3121), closes #​9970 #​9969
  • compiler-sfc: use compilerOptions when re-parsing consumed AST (d94d8d4)
  • defineModel: support kebab-case/camelCase mismatches (#​9950) (10ccb9b)
  • runtime-core: correctly assign suspenseId to avoid conflicts with the default id (#​9966) (0648804), closes #​9944
  • ssr: avoid rendering transition-group slot content as a fragment (#​9961) (0160264), closes #​9933
  • watch: remove instance unmounted short circuit in getter of watchEffect (#​9948) (f300a40)
  • watch: revert watch behavior when watching shallow reactive objects (a9f781a), closes #​9965
Performance Improvements
  • watch: avoid double traverse for reactive source (24d77c2)

v3.4.3

Compare Source

Bug Fixes
  • compiler-sfc: respect sfc parse options in cache key (b8d58ec)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes
  • compat: correct enum value for COMPILER_FILTERS feature (#​9875) (77d33e2)
  • defineModel: always default modifiers to empty object (9bc3c7e), closes #​9945
  • defineModel: support local mutation when only prop but no listener is passed (97ce041)
  • types: fix defineModel watch type error (#​9942) (4af8583), closes #​9939
Features

v3.4.0

Compare Source

Read this blog post for an overview of the release highlights.

Potential Actions Needed
  1. To fully leverage new features in 3.4, it is recommended to also update the following dependencies when upgrading to 3.4:

    • Volar / vue-tsc@^1.8.27 (required)
    • @​vitejs/plugin-vue@​^5.0.0 (if using Vite)
    • nuxt@^3.9.0 (if using Nuxt)
    • vue-loader@^17.4.0 (if using webpack or vue-cli)
  2. If using TSX with Vue, check actions needed in Removed: Global JSX Namespace.

  3. Make sure you are no longer using any deprecated features (if you are, you should have warnings in the console telling you so). They may have been removed in 3.4.

Features

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 384a65d to 20ec941 Compare November 20, 2023 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from a9a90ed to 071d365 Compare November 27, 2023 15:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 695b5f5 to c438393 Compare December 2, 2023 04:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bba0cfa to f832d43 Compare February 1, 2024 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 59d3886 to e64eabc Compare February 10, 2024 09:42
Copy link

cloudflare-pages bot commented Feb 13, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 08e223a
Status: ✅  Deploy successful!
Preview URL: https://de17f39b.unplugin-vue-router.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.unplugin-vue-router.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 41f4e73 to b81df9d Compare February 19, 2024 16:33
Copy link

socket-security bot commented Feb 21, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@vitest/coverage-v8@1.3.1 Transitive: environment, filesystem +22 6.68 MB antfu, oreanno, patak, ...1 more
npm/@vitest/ui@1.3.1 Transitive: environment, filesystem +23 2.44 MB antfu, oreanno, patak, ...1 more
npm/ast-walker-scope@0.6.0 Transitive: environment +10 4.71 MB sxzz
npm/mlly@1.6.0 None +4 979 kB pi0

🚮 Removed packages: npm/@vitest/coverage-v8@1.3.0, npm/@vitest/ui@1.3.0

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e5b0ef4 to 9958a9a Compare February 21, 2024 16:40
@renovate renovate bot merged commit 5eaf528 into main Feb 21, 2024
10 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 21, 2024 21:56
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