chore(deps): update all non-major dependencies (v3) #2454
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.9
->^1.2.10
^0.6.0
->^0.6.1
^1.5.6
->^1.6.1
^0.7.37
->^0.8.4
^3.5.1
->^3.5.2
^9.0.1
->^9.0.2
^8.3.0
->^8.3.1
^8.3.0
->^8.3.1
^8.3.0
->^8.3.1
^8.3.0
->^8.3.1
^8.3.0
->^8.3.1
^8.3.0
->^8.3.1
^8.3.0
->^8.3.1
^0.8.2
->^0.9.0
^3.0.6
->^3.0.8
9.12.2
->9.12.3
^1.9.7
->^1.9.8
^0.2.9
->^0.2.10
^5.5.3
->^5.6.3
^1.14.1
->^1.15.0
^5.4.8
->^5.4.10
^2.1.3
->^2.1.4
^3.5.10
->^3.5.12
^2.1.6
->^2.1.8
^3.82.0
->^3.83.0
Release Notes
nuxt/eslint (@nuxt/eslint-config)
v0.6.1
Compare Source
🚀 Features
vite-plugin-eslint2
v5, close #516 - by @antfu in https://github.com/nuxt/eslint/issues/516 (a6b4e)View changes on GitHub
nuxt/icon (@nuxt/icon)
v1.6.1
Compare Source
c09fdc7
)v1.6.0
Compare Source
52fbaa2
)ee82b2e
)799ee0b
)v1.5.8
Compare Source
2a619ac
)v1.5.7
Compare Source
7756d18
)9d7c65e
)31bbc52
)1f3bf1f
)nuxt-hub/core (@nuxthub/core)
v0.8.4
Compare Source
compare changes
🚀 Enhancements
📖 Documentation
🏡 Chore
❤️ Contributors
v0.8.3
Compare Source
compare changes
🩹 Fixes
📖 Documentation
❤️ Contributors
v0.8.2
Compare Source
compare changes
🩹 Fixes
📖 Documentation
❤️ Contributors
v0.8.1
Compare Source
compare changes
🩹 Fixes
📖 Documentation
❤️ Contributors
v0.8.0
Compare Source
compare changes
🚀 Enhancements
📖 Documentation
🏡 Chore
❤️ Contributors
nuxt-modules/color-mode (@nuxtjs/color-mode)
v3.5.2
Compare Source
compare changes
📖 Documentation
🏡 Chore
changelogen
to dev deps (c98eb9b)❤️ Contributors
release-it/conventional-changelog (@release-it/conventional-changelog)
v9.0.2
Compare Source
ccdd687
)73e212c
)5e0af0c
)davidjerleke/embla-carousel (embla-carousel)
v8.3.1
Compare Source
nuxtlabs/nuxt-component-meta (nuxt-component-meta)
v0.9.0
Compare Source
185f5a3
)ce12e78
)extendComponentMeta
(#73) (52eee5c
)MDCSlot
(4169dd6
)b9ebe7a
)b50d8bb
)nuxt-modules/og-image (nuxt-og-image)
v3.0.8
Compare Source
v3.0.7
Compare Source
🐞 Bug Fixes
componentIslands
value - by @yassilah in https://github.com/nuxt-modules/og-image/issues/273 (42e7d)View changes on GitHub
pnpm/pnpm (pnpm)
v9.12.3
Compare Source
Patch Changes
node_modules
, when typing "n" in the prompt that asks whether to removenode_modules
before installation #8655.manage-package-manager-versions=true
is set and the.tools
directory is corrupt.crypto.hash
, when available, for improved performance #8629.package.json
at the root of the workspace #8667.manage-package-manager-versions
is set totrue
, errors spawning a self-managed version ofpnpm
will now be shown (instead of being silent).unovue/radix-vue (radix-vue)
v1.9.8
Compare Source
🐞 Bug Fixes
open
ordefaultOpen
is not provided - by @zernonia (bc453)View changes on GitHub
SuperchupuDev/tinyglobby (tinyglobby)
v0.2.10
Compare Source
Added
Fixed
ignore
patterns are now not processed for consistency withfast-glob
unjs/unplugin (unplugin)
v1.15.0
Compare Source
Bug Fixes
importer
paths in webpack and rspack (#430) (52f0b79)1.14.1 (2024-09-11)
Bug Fixes
vitejs/vite (vite)
v5.4.10
Compare Source
Please refer to CHANGELOG.md for details.
vitest-dev/vitest (vitest)
v2.1.4
Compare Source
🚀 Features
transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)🐞 Bug Fixes
v=
queries to setup files imports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6759 (b8258)toThrowError
with empty string parameter - by @shulaoda in https://github.com/vitest-dev/vitest/issues/6710 (a6129)test.extend
type exports - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6707 (e5c38)🏎 Performance
hash
to replacecreateHash
- by @btea in https://github.com/vitest-dev/vitest/issues/6703 (5d07b)View changes on GitHub
vuejs/language-tools (vue-tsc)
v2.1.8
Compare Source
Features
$el
type (#4805) - Thanks to @KazariEX!Bug Fixes
v-for
withv-once
correctly (#4830) - Thanks to @KazariEX!this
to__VLS_ctx
(#4845) - Thanks to @KazariEX!<component :is>
and<slot :name>
(#4661) - Thanks to @KazariEX, @so1ve!defineModel
&defineEmits
in generic (#4823) - Thanks to @KazariEX!useTemplateRef
into correct location (#4829) - Thanks to @KazariEX!v-on
on<slot>
(#4864) - Thanks to @KazariEX!)
(#4887) - Thanks to @KazariEX!value
instead of model name into tuple (#4892) - Thanks to @KazariEX!v-for
correctly (#4933) - Thanks to @KazariEX!Reactive
onv-for
(#4902) - Thanks to @KazariEX!Performance
Other Changes
v2.4.1
tov2.4.8
:importsNotUsedAsValues
(#4897) - Thanks to @KazariEX!"module": "CommonJS"
(#4944) - Thanks to @KazariEX!cloudflare/workers-sdk (wrangler)
v3.83.0
Compare Source
Minor Changes
1de309b
Thanks @jkoe-cf! - feature: allowing users to specify a description when creating an event notification rulePatch Changes
#7011
cef32c8
Thanks @GregBrimble! - fix: Correctly apply Durable Object migrations for namespaced scripts#7067
4aa35c5
Thanks @LuisDuarte1! - Change trigger command to comply with the current workflows endpoint.This also adds an id option to allow users to optionally customize the new instance id.
#7082
3f1d79c
Thanks @LuisDuarte1! - Change to new terminate instance workflow endpoint#7036
e7ea600
Thanks @penalosa! - Reduce KV bulk upload bucket size to 1000 (from the previous 5000)#7068
a2afcf1
Thanks @RamIdeas! - log warning of Workflows open-beta status when running deploying a Worker that contains a Workflow binding#7065
b219296
Thanks @penalosa! - Internal refactor to remove React/ink from all non-wrangler dev
flows#7064
a90980c
Thanks @penalosa! - Fixwrangler dev --remote --show-interactive-dev-session=false
by only enabling hotkeys after account selection if hotkeys were previously enabled#7045
5ef6231
Thanks @RamIdeas! - Add preliminary support for Workflows in wrangler dev#7075
80e5bc6
Thanks @LuisDuarte1! - Fix params serialization when send the trigger workflow APIPreviously, wrangler did not parse the params sending it as a string to workflow's services.
Updated dependencies [
760e43f
,8dc2b7d
,5ef6231
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.