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

Merged
merged 1 commit into from Jan 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/ri ^1.1.12 -> ^1.1.19 age adoption passing confidence
@sxzz/eslint-config ^3.7.0 -> ^3.7.6 age adoption passing confidence
@types/node (source) ^20.8.9 -> ^20.11.5 age adoption passing confidence
@types/semver (source) ^7.5.4 -> ^7.5.6 age adoption passing confidence
@unocss/reset ^0.57.1 -> ^0.58.3 age adoption passing confidence
@unocss/transformer-directives (source) ^0.57.1 -> ^0.58.3 age adoption passing confidence
@vue/runtime-core (source) ^3.3.7 -> ^3.4.14 age adoption passing confidence
@vue/tsconfig ^0.4.0 -> ^0.5.1 age adoption passing confidence
@vueuse/core (source) ^10.5.0 -> ^10.7.2 age adoption passing confidence
bumpp ^9.2.0 -> ^9.3.0 age adoption passing confidence
element-plus (source) ^2.4.1 -> ^2.5.1 age adoption passing confidence
eslint (source) ^8.52.0 -> ^8.56.0 age adoption passing confidence
pnpm (source) 8.10.0 -> 8.14.1 age adoption passing confidence
prettier (source) ^3.0.3 -> ^3.2.4 age adoption passing confidence
sass ^1.69.5 -> ^1.70.0 age adoption passing confidence
typescript (source) ^5.2.2 -> ^5.3.3 age adoption passing confidence
unocss ^0.57.1 -> ^0.58.3 age adoption passing confidence
unplugin-auto-import ^0.16.7 -> ^0.17.3 age adoption passing confidence
unplugin-vue-components ^0.25.2 -> ^0.26.0 age adoption passing confidence
vite-plugin-inspect ^0.7.41 -> ^0.8.1 age adoption passing confidence
vite-plugin-mkcert ^1.16.0 -> ^1.17.3 age adoption passing confidence
vue (source) ^3.3.7 -> ^3.4.14 age adoption passing confidence
vue-tsc (source) ^1.8.22 -> ^1.8.27 age adoption passing confidence

Release Notes

sxzz/eslint-config (@​sxzz/eslint-config)

v3.7.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.7.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.7.4

Compare Source

   🚀 Features
    View changes on GitHub

v3.7.3

Compare Source

   🚀 Features
    View changes on GitHub

v3.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unocss/unocss (@​unocss/reset)

v0.58.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.58.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.58.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.58.0

Compare Source

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

v0.57.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.57.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.57.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.57.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.57.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.57.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (@​vue/runtime-core)

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: 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 Pull requests that update a dependency file label Nov 6, 2023
Copy link

vercel bot commented Nov 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
element-plus-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 18, 2024 10:03am

@sxzz sxzz merged commit 31c6c69 into main Jan 18, 2024
3 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch January 18, 2024 10:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant