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

fix(deps): update all non-major dependencies #64

Merged
merged 2 commits into from
Apr 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/pluginutils (source) ^5.0.5 -> ^5.1.0 age adoption passing confidence
@sxzz/eslint-config ^3.7.5 -> ^3.9.0 age adoption passing confidence
@sxzz/prettier-config ^2.0.0 -> ^2.0.1 age adoption passing confidence
@types/node (source) ^20.10.0 -> ^20.12.6 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.2 -> ^5.0.4 age adoption passing confidence
@vue/reactivity (source) ^3.3.9 -> ^3.4.21 age adoption passing confidence
@vue/shared (source) ^3.3.9 -> ^3.4.21 age adoption passing confidence
@vueuse/core (source) ^10.6.1 -> ^10.9.0 age adoption passing confidence
bumpp ^9.2.0 -> ^9.4.0 age adoption passing confidence
esbuild ^0.19.8 -> ^0.20.2 age adoption passing confidence
eslint (source) ^8.54.0 -> ^8.57.0 age adoption passing confidence
expect-type ^0.17.3 -> ^0.19.0 age adoption passing confidence
pnpm (source) 8.11.0 -> 8.15.6 age adoption passing confidence
prettier (source) ^3.1.0 -> ^3.2.5 age adoption passing confidence
rollup (source) ^4.6.0 -> ^4.14.1 age adoption passing confidence
tsup (source) ^8.0.1 -> ^8.0.2 age adoption passing confidence
tsx ^4.5.0 -> ^4.7.2 age adoption passing confidence
typescript (source) ^5.3.2 -> ^5.4.4 age adoption passing confidence
vite (source) ^5.0.7 -> ^5.2.8 age adoption passing confidence
vitest (source) ^1.0.4 -> ^1.4.0 age adoption passing confidence
vue (source) ^3.3.9 -> ^3.4.21 age adoption passing confidence
vue-tsc (source) ^2.0.3 -> ^2.0.11 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/pluginutils)

v5.1.0

2023-11-28

Features
  • feat: add includeArbitraryNames: true to dataToEsm (#​1635)
Updates
  • doc: correct the return type of createFilter (#​1633)
sxzz/eslint-config (@​sxzz/eslint-config)

v3.9.0

Compare Source

Minor Changes

  • Replace eslint-plugin-i with eslint-plugin-import-x for supporting ESLint v9.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.8.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.6

Compare Source

   🚀 Features
    View changes on GitHub

v3.8.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.4

Compare Source

   🚀 Features
    View changes on GitHub

v3.8.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.7.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
sxzz/prettier-config (@​sxzz/prettier-config)

v2.0.1

Compare Source

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

v5.0.4

v5.0.3

vuejs/core (@​vue/reactivity)

v3.4.21

Compare Source

Bug Fixes

v3.4.20

Compare Source

Bug Fixes

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
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.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: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies label Dec 4, 2023
Copy link

stackblitz bot commented Dec 4, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 7c58069 to d9ddb25 Compare December 11, 2023 07:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 9368815 to 6455c14 Compare December 19, 2023 01:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 20bcaef to ad90f16 Compare March 24, 2024 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 94c41d8 to 73405b2 Compare April 3, 2024 06:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 9618791 to 1a2ed28 Compare April 8, 2024 07:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a2ed28 to 3041432 Compare April 9, 2024 07:34
@sxzz sxzz merged commit 4d5ac3e into main Apr 9, 2024
6 of 7 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch April 9, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant