-
-
Notifications
You must be signed in to change notification settings - Fork 719
chore(deps): update all non-major dependencies #3526
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
Deploying content with
|
Latest commit: |
d91da82
|
Status: | ✅ Deploy successful! |
Preview URL: | https://1c5c232a.content-f0q.pages.dev |
Branch Preview URL: | https://renovate-all-minor-patch.content-f0q.pages.dev |
82d5eba
to
c7d2980
Compare
c7d2980
to
3606879
Compare
3606879
to
b886e8f
Compare
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
b886e8f
to
4288ced
Compare
4288ced
to
f88d235
Compare
f88d235
to
72a797b
Compare
72a797b
to
ec30d2d
Compare
ec30d2d
to
2a3582a
Compare
2a3582a
to
2f0f857
Compare
2f0f857
to
e73d88f
Compare
e73d88f
to
47cfde4
Compare
47cfde4
to
ed362b7
Compare
ed362b7
to
62860e6
Compare
62860e6
to
4f5a94e
Compare
4f5a94e
to
e5d4f84
Compare
e5d4f84
to
e8ff1b0
Compare
e8ff1b0
to
8c82ccf
Compare
8c82ccf
to
5f604f2
Compare
5f604f2
to
4a0c5b4
Compare
4a0c5b4
to
d91da82
Compare
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^4.20250910.0
->^4.20250920.0
^2.6.3
->^2.6.5
^3.3.3
->^3.3.4
^3.12.2
->^3.13.0
^1.2.21
->^1.2.22
^24.3.1
->^24.5.2
^1.0.0
->^1.3.0
^3.2.0
->^3.3.0
4.1.3
->4.2.0
^9.35.0
->^9.36.0
^7.1.2
->^7.2.0
^0.6.1
->^0.6.2
10.15.1
->10.17.0
^19.0.4
->^19.0.5
^3.12.2
->^3.13.0
^1.0.0
->^1.1.0
^3.0.6
->^3.0.7
^4.35.0
->^4.38.0
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250920.0
Compare Source
v4.20250919.0
Compare Source
v4.20250918.0
Compare Source
v4.20250917.0
Compare Source
v4.20250913.0
Compare Source
v4.20250912.0
Compare Source
v4.20250911.0
Compare Source
nuxt/devtools (@nuxt/devtools)
v2.6.5
Compare Source
Bug Fixes
v2.6.4
Compare Source
Bug Fixes
textContent
instead ofinnerHtml
for auth pagechore: update lock (7cadbbe)nuxt/ui-pro (@nuxt/ui-pro)
v3.3.4
Compare Source
shikijs/shiki (@shikijs/langs)
v3.13.0
Compare Source
🚀 Features
View changes on GitHub
v3.12.3
Compare Source
🐞 Bug Fixes
@shikijs/twoslash
version specifier - by @9romise in #1078 (a1cde)View changes on GitHub
fabian-hiller/valibot (@valibot/to-json-schema)
v1.1.0
Compare Source
Many thanks to @EltonLobo07, @sacrosanctic, @muningis, @EskiMojo14, @MOZGIII, @vktrl and @jasperteo for contributing to this release.
message
method to overwrite local error message configuration of a schema (pull request #1103)summarize
method to summarize issues into a pretty-printable multi-line string (pull request #1158)getTitle
,getDescription
andgetMetadata
methods to extract metadata of a schema (pull request #1154)minEntries
andmaxEntries
validation action to validate number of object entries (pull request #1100)entries
andnotEntries
validation action to validate number of object entries (pull request #1156)parseJson
andstringifyJson
transformation action to parse and stringify JSON (pull request #1137)flavor
transformation action to flavor the output type of a schema (pull request #950)multipleOf
validation action (pull request #1164)variant
andvariantAsync
schema to improve performance by aborting validation of discriminators early (pull request #1110)NanoIDAction
andNanoIDIssue
interface toNanoIdAction
andNanoIdIssue
(pull request #1171)MarkOptional
type to fix input and output type of objects in edge cases (issue #1176)unjs/c12 (c12)
v3.3.0
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
cwd
is optional (#273)📖 Documentation
dotenv
section with multiple files example (#270)🏡 Chore
✅ Tests
❤️ Contributors
nuxt-content/docus (docus)
v4.2.0
Compare Source
Features
Bug Fixes
v4.1.4
Compare Source
Bug Fixes
eslint/eslint (eslint)
v9.36.0
Compare Source
lucaong/minisearch (minisearch)
v7.2.0
Compare Source
extractField
to allow non-string values(when a field is stored but not indexed, it can be any type)
stringifyField
option to customize how field values are turned into stringsfor indexing
v7.1.3
Compare Source
unjs/nypm (nypm)
v0.6.2
Compare Source
compare changes
🚀 Enhancements
env
(#215)dlx
andpackages
option fordlxCommand
(#218)🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)
v10.17.0
Compare Source
Minor Changes
The
minimumReleaseAgeExclude
setting now supports patterns. For instance:Related PR: #9984.
Patch Changes
minimumReleaseAge
check, when the package is requested by exact version and the packument is loaded from cache #9978.minimumReleaseAge
is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.v10.16.1
Compare Source
Patch Changes
v10.16.0
Compare Source
Minor Changes
There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.
The new setting is called
minimumReleaseAge
. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, settingminimumReleaseAge: 1440
ensures that only packages released at least one day ago can be installed.If you set
minimumReleaseAge
but need to disable this restriction for certain dependencies, you can list them under theminimumReleaseAgeExclude
setting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time:Related issue: #9921.
Added support for
finders
#9946.In the past,
pnpm list
andpnpm why
could only search for dependencies by name (and optionally version). For example:prints the chain of dependencies to any installed instance of
minimist
:What if we want to search by other properties of a dependency, not just its name? For instance, find all packages that have
react@17
in their peer dependencies?This is now possible with "finder functions". Finder functions can be declared in
.pnpmfile.cjs
and invoked with the--find-by=<function name>
flag when runningpnpm list
orpnpm why
.Let's say we want to find any dependencies that have React 17 in peer dependencies. We can add this finder to our
.pnpmfile.cjs
:Now we can use this finder function by running:
pnpm will find all dependencies that have this React in peer dependencies and print their exact locations in the dependency graph.
It is also possible to print out some additional information in the output by returning a string from the finder. For example, with the following finder:
Every matched package will also print out the license from its
package.json
:Patch Changes
nodeVersion
is not set to an exact semver version #9934.pnpm publish
should be able to publish a.tar.gz
file #9927.pnpm run
return a non-zero exit code #9626.release-it/release-it (release-it)
v19.0.5
Compare Source
bf6f1fb
)e42e7dc
) - thanks @dependabot[bot]!9933c0d
) - thanks @mceachen!7d9b77f
) - thanks @dependabot[bot]!96181f3
)0b907d1
)ca2f7b5
)vuejs/language-tools (vue-tsc)
v3.0.7
Compare Source
Bug Fixes
Other Changes
@typescript-eslint/no-unnecessary-condition
(#5630)cloudflare/workers-sdk (wrangler)
v4.38.0
Compare Source
Minor Changes
#10654
a4e2439
Thanks @laplab! - Switch to WRANGLER_R2_SQL_AUTH_TOKEN env variable for R2 SQL secret. Update the response format for R2 SQL#10676
f76da43
Thanks @penalosa! - Supportctx.exports
in wrangler types#10651
6caf938
Thanks @edevil! - Added new attribute "allowed_sender_addresses" to send email binding.Patch Changes
#10674
1cc258e
Thanks @penalosa! - Fix remote/local display for KV/D1/R2 & Browser bindings#10678
b30263e
Thanks @penalosa! - Remove dummy auth from SDK setup#10678
b30263e
Thanks @penalosa! - AddWRANGLER_TRACE_ID
environment variable to support internal testing#10561
769ffb1
Thanks @danielrs! - Do not show subdomain status mismatch warnings on first deploy.Updated dependencies [
b59e3e1
,e9b0c66
,6caf938
,88132bc
]:v4.37.1
Compare Source
Patch Changes
#10658
3029b9a
Thanks @1000hz! - Fixed an issue with service tags not being applied properly to Workers when the Wrangler configuration file did not include a top-levelname
property.#10657
31ec996
Thanks @penalosa! - Disable remote bindings with the--local
flagUpdated dependencies [
783afeb
]:v4.37.0
Compare Source
Minor Changes
#10546
d53a0bc
Thanks @1000hz! - On deploy or version upload, Workers with multiple environments are tagged with metadata that groups them together in the Cloudflare Dashboard.#10596
735785e
Thanks @penalosa! - Add Miniflare & Wrangler support for unbound Durable Objects#10622
15c34e2
Thanks @nagraham! - Modify R2 Data Catalog compaction commands to enable/disable for Catalog (remove table/namespace args), and require Cloudflare API token on enable.Patch Changes
735785e
]:v4.36.0
Compare Source
Minor Changes
#10604
135e066
Thanks @penalosa! - Enable Remote Bindings without the need for the--x-remote-bindings
flag#10558
30f558e
Thanks @laplab! - Add commands to send queries and manage R2 SQL product.#10574
d8860ac
Thanks @efalcao! - Add support for VPC services CRUD viawrangler vpc service
#10119
336a75d
Thanks @dxh9845! - Add support for dynamically loading 'external' Miniflare plugins for unsafe Worker bindings (developed outside of the workers-sdk repo)Patch Changes
#10212
0837a8d
Thanks @jamesopstad! - AddpreserveOriginalMain
option tounstable_readConfig
. This will pass the originalmain
value through, without converting it to an absolute path.#10541
da24079
Thanks @qjex! - stableratelimit
bindingRate Limiting in Workers is now generally available,
ratelimit
can be removed from unsafe bindings.#10479
ffa2600
Thanks @nagraham! - feat: Add wrangler commands for the R2 Data Catalog compaction feature#9955
51553ef
Thanks @penalosa! - Integrate the Cloudflare SDK into Wrangler (internal refactor)Updated dependencies [
e2b838f
,336a75d
]:Configuration
📅 Schedule: Branch creation - "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.
This PR was generated by Mend Renovate. View the repository job log.