chore(deps): update all non-major dependencies #1
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:
^4.4.0
->^4.8.1
^3.2.2
->^3.3.0
^2.1.1
->^2.2.1
^2.21.0
->^2.21.1
^12.7.0
->^12.8.2
^12.7.0
->^12.8.2
^9.21.0
->^9.22.0
10.5.2
->10.6.1
^5.7.3
->^5.8.2
^3.111.0
->^3.114.0
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v4.8.1
Compare Source
🚀 Features
View changes on GitHub
v4.7.0
Compare Source
🚀 Features
View changes on GitHub
v4.6.0
Compare Source
🚀 Features
pnpmCatalogs
support - by @antfu (d410d)View changes on GitHub
v4.5.1
Compare Source
🐞 Bug Fixes
no-instanceof-array
tono-instanceof-builtins
- by @9romise in https://github.com/antfu/eslint-config/issues/674 (b9549)View changes on GitHub
v4.5.0
Compare Source
🚀 Features
eslint-plugin-vue
to v10 - by @antfu (4dc4e)View changes on GitHub
nuxt/content (@nuxt/content)
v3.3.0
Compare Source
Features
Bug Fixes
ts
transformers (#3218) (819ab7f)./
and../
in source (7a7b3b2), closes #3215nuxt/devtools (@nuxt/devtools)
v2.2.1
Compare Source
Bug Fixes
v2.2.0
Compare Source
Features
vite-plugin-vue-tracer
(#803) (faa08d3)2.1.3 (2025-03-03)
2.1.2 (2025-03-03)
2.1.1 (2025-02-28)
Bug Fixes
Features
v2.1.3
Compare Source
nuxt/ui (@nuxt/ui)
v2.21.1
Compare Source
🚀 Features
colorMode
option (d2ceead), closes #3143🐛 Bug Fixes
👋 New Contributors
Full Changelog: nuxt/ui@v2.21.0...v2.21.1
vueuse/vueuse (@vueuse/core)
v12.8.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v12.8.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v12.8.0
Compare Source
🚀 Features
MaybeRef
andMaybeRefOrGetter
in favor of Vue's native - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4636 (7432f)options.deepRefs
- by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4591 (9afee)retried
to theautoReconnect.retries
- by @9romise and @OrbisK in https://github.com/vueuse/vueuse/issues/4604 (73e6d)🐞 Bug Fixes
variable
when initial - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4641 (d680f)granted
- by @Nikitatopodin and Никита Быковский in https://github.com/vueuse/vueuse/issues/4559 (f9685)View changes on GitHub
eslint/eslint (eslint)
v9.22.0
Compare Source
pnpm/pnpm (pnpm)
v10.6.1
Compare Source
Patch Changes
--silent
reporting is used.--loglevel
is set toerror
, don't show installation summary, execution time, and big tarball download progress.package.json
#9226.approve-builds
command, if package.json containsonlyBuiltDependencies
orignoredBuiltDependencies
, the selected dependency package will continue to be written intopackage.json
.v10.6.0
Compare Source
Minor Changes
pnpm-workspace.yaml
can now hold all the settings that.npmrc
accepts. The settings should use camelCase #9211.pnpm-workspace.yaml
example:Projects using a
file:
dependency on a local tarball file (i.e..tgz
,.tar.gz
,.tar
) will see a performance improvement during installation. Previously, using afile:
dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.Patch Changes
pnpm self-update
should not leave a directory with a broken pnpm installation if the installation fails.fast-glob
replace withtinyglobby
to reduce the size of the pnpm CLI dependencies #9169.pnpm deploy
should not remove fields from the deployed package'spackage.json
file #9215.pnpm self-update
should not read the pnpm settings from thepackage.json
file in the current working directory.pnpm deploy
creating apackage.json
without theimports
andlicense
field #9193.pnpm update -i
should list only packages that have newer versions #9206.catalogs
section of thepnpm-lock.yaml
file to be removed whendedupe-peer-dependents=false
on a filtered install. #9112microsoft/TypeScript (typescript)
v5.8.2
Compare Source
cloudflare/workers-sdk (wrangler)
v3.114.0
Compare Source
Minor Changes
7b6b0c2
Thanks @jonesphillip! - Deprecated--id
parameter in favor of--name
for both thewrangler r2 bucket lifecycle
andwrangler r2 bucket lock
commandsv3.113.0
Compare Source
Minor Changes
bca1fb5
Thanks @vicb! - Use the unenv preset for Cloudflare from@cloudflare/unenv-preset
Patch Changes
#8338
2d40989
Thanks @GregBrimble! - feat: Upload _headers and _redirects if present with Workers Assets as part ofwrangler deploy
andwrangler versions upload
.#8288
cf14e17
Thanks @CarmenPopoviciu! - feat: Add assets Proxy Worker skeleton in miniflareThis commit implements a very basic Proxy Worker skeleton, and wires it in the "pipeline" miniflare creates for assets. This Worker will be incrementally worked on, but for now, the current implementation will forward all incoming requests to the Router Worker, thus leaving the current assets behaviour in local dev, the same.
This is an experimental feature available under the
--x-assets-rpc
flag:wrangler dev --x-assets-rpc
.#8216
af9a57a
Thanks @ns476! - Support Images binding inwrangler types
#8304
fbba583
Thanks @jahands! - chore: add concurrency and caching for Zone IDs and Workers routes lookupsWorkers with many routes can result in duplicate Zone lookups during deployments, making deployments unnecessarily slow. This compounded by the lack of concurrency when making these API requests.
This change deduplicates these requests and adds concurrency to help speed up deployments.
Updated dependencies [
2d40989
,da568e5
,cf14e17
,79c7810
]:v3.112.0
Compare Source
Minor Changes
#8256
f59d95b
Thanks @jbwcloudflare! - Add two new Queues commands: pause-delivery and resume-deliveryThese new commands allow users to pause and resume the delivery of messages to Queue Consumers
Patch Changes
#8274
fce642d
Thanks @emily-shen! - fix bindings to entrypoints on the same worker in workers with assets#8201
2cad136
Thanks @ichernetsky-cf! - fix: interactively list Cloudchamber deployments using labels#8289
a4909cb
Thanks @penalosa! - Add the experimental--x-assets-rpc
flag to gate feature work to support JSRPC with Workers + Assets projects.Updated dependencies [
fce642d
,a4909cb
]: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.