chore: bump up all non-major dependencies#49
Merged
Conversation
146f6fa to
18c583f
Compare
5427414 to
6885d79
Compare
bac5b0a to
70532ba
Compare
a4fc428 to
86dac79
Compare
0b86c80 to
c66b0ba
Compare
3f70427 to
08f6f62
Compare
1e2f699 to
014544e
Compare
Brooooooklyn
approved these changes
May 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.20250303.0->4.20250509.00.3.1->0.3.3^0.0.20->^0.0.2722.13.10->22.15.179.15.7->9.15.96.1.83->6.1.865.8.2->5.8.33.114.0->3.114.8Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250509.0Compare Source
v4.20250508.0Compare Source
v4.20250507.0Compare Source
v4.20250506.0Compare Source
v4.20250505.0Compare Source
v4.20250504.0Compare Source
v4.20250503.0Compare Source
v4.20250502.0Compare Source
v4.20250430.0Compare Source
v4.20250429.0Compare Source
v4.20250428.0Compare Source
v4.20250427.0Compare Source
v4.20250426.0Compare Source
v4.20250425.0Compare Source
v4.20250424.0Compare Source
v4.20250423.0Compare Source
v4.20250422.0Compare Source
v4.20250421.0Compare Source
v4.20250420.0Compare Source
v4.20250419.0Compare Source
v4.20250418.0Compare Source
v4.20250417.0Compare Source
v4.20250416.0Compare Source
v4.20250415.0Compare Source
v4.20250414.0Compare Source
v4.20250413.0Compare Source
v4.20250412.0Compare Source
v4.20250410.0Compare Source
v4.20250409.0Compare Source
v4.20250408.0Compare Source
v4.20250407.0Compare Source
v4.20250406.0Compare Source
v4.20250405.0Compare Source
v4.20250404.0Compare Source
v4.20250403.0Compare Source
v4.20250402.0Compare Source
v4.20250401.0Compare Source
v4.20250327.0Compare Source
v4.20250321.0Compare Source
v4.20250320.0Compare Source
v4.20250319.0Compare Source
v4.20250317.0Compare Source
v4.20250313.0Compare Source
v4.20250312.0Compare Source
v4.20250311.0Compare Source
v4.20250310.0Compare Source
oxc-project/oxc-node (@oxc-node/core)
v0.0.27Compare Source
Note: Version bump only for package oxc-node
v0.0.26Compare Source
Note: Version bump only for package oxc-node
v0.0.25Compare Source
Bug Fixes
v0.0.24Compare Source
Bug Fixes
Performance Improvements
v0.0.23Compare Source
Bug Fixes
Features
v0.0.22Compare Source
Bug Fixes
Features
v0.0.21Compare Source
Note: Version bump only for package oxc-node
pnpm/pnpm (pnpm)
v9.15.9: pnpm 9.15.9Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
v9.15.8: pnpm 9.15.8Compare Source
Patch Changes
pnpm self-updateshould always update the version in thepackageManagerfield ofpackage.json.--silentreporting is used.--loglevelis set toerror, don't show installation summary, execution time, and big tarball download progress.--loglevel=erroris used.Platinum Sponsors
Gold Sponsors
remusao/tldts (tldts)
v6.1.86Compare Source
📜 Update Public Suffix List
tldts-experimental,tldts-icann,tldts🔩 Dependencies
Authors: 2
v6.1.85Compare Source
📜 Update Public Suffix List
tldts-experimental,tldts-icann,tldtsAuthors: 1
v6.1.84Compare Source
📜 Update Public Suffix List
tldts-experimental,tldtsAuthors: 1
microsoft/TypeScript (typescript)
v5.8.3Compare Source
cloudflare/workers-sdk (wrangler)
v3.114.8Compare Source
Patch Changes
#9086
a2a56c8Thanks @petebacondarwin! - Do not include .wrangler and Wrangler config files in additional modulesPreviously, if you added modules rules such as
**/*.jsor**/*.json, specifiedno_bundle: true, and the entry-point to the Worker was in the project root directory, Wrangler could include files that were not intended, such as.wrangler/tmp/xxx.jsor the Wrangler config file itself. Now these files are automatically skipped when trying to find additional modules by searching the file tree.#9037
d0d0025Thanks @CarmenPopoviciu! - fix: When generating Env types, set type of version metadata binding toWorkerVersionMetadata. This means it now correctly includes thetimestampfield.#9093
2f2f7baThanks @CarmenPopoviciu! - fix: Validate input file for Vectorize insertsUpdated dependencies [
fc04292,a01adca]:v3.114.7Compare Source
Patch Changes
#8955
b7eba92Thanks @workers-devprod! - When Wrangler encounters an error, if the Bun runtime is detected it will now warn users that Wrangler does not officially support Bun.#8928
8bcb257Thanks @dario-piotrowicz! - fix redirected config env validation breaking wrangler pages commandsa validation check has recently been introduced to make wrangler error on
deploy commands when an environment is specified and a redirected configuration
is in use (the reason being that redirected configurations should not include
any environment), this check is problematic with pages commands where the
"production" environment is anyways set by default, to address this the validation
check is being relaxed here on pages commands
v3.114.6Compare Source
Patch Changes
#8783
7bcf352Thanks @petebacondarwin! - Improve error message when request to obtain membership info failsWrangler now informs user that specific permission might be not granted when fails to obtain membership info. The same information is provided when Wrangler is unable to fetch user's email.
#8866
db673d6Thanks @edmundhung! - improve error message when redirected config contains environmentsthis change improves that validation error message that users see
when a redirected config file contains environments, by:
offending environments in a list
of the tool which has generated the config
#8600
91cf028Thanks @workers-devprod! - add validation to redirected configs in regards to environmentsadd the following validation behaviors to wrangler deploy commands, that relate
to redirected configs (i.e. config files specified by
.wrangler/deploy/config.jsonfiles):environment (i.e. a build tool should generate redirected configs already targeting specific
environments), so if wrangler encounters a redirected config with some environments defined
it should error
--env=my-env) when using redirectedconfigs is incorrect, so these environments should be ignored and a warning should be
presented to the user
v3.114.5Compare Source
Patch Changes
dec7e2a,db2207a]:v3.114.4Compare Source
Patch Changes
#8758
04ba075Thanks @emily-shen! - fix: return actual error onwrangler secret bulk#8703
ef89e6bThanks @CarmenPopoviciu! - Improve formatting of cache options for hyperdrive list command#8751
e1ef298Thanks @emily-shen! - fix: include documentation_url in API Errors if provided#8713
47bf369Thanks @CarmenPopoviciu! - fix: stop getPlatformProxy crashing when internal DOs are presentInternal DOs still do not work with getPlatformProxy, but warn instead of crashing.
#8683
90d93c9Thanks @CarmenPopoviciu! - RemoveNodeJSCompatModule. This was never fully supported, and never worked for deploying Workers from Wrangler.Updated dependencies [
90d93c9]:v3.114.3Compare Source
Patch Changes
#8662
5e57717Thanks @workers-devprod! - Amendpages deverror message when an environment is requested#8535
6f8e892Thanks @workers-devprod! - improve the error messaging when the user provides neither an entry point nor an asset directoryv3.114.2Compare Source
Patch Changes
#8453
f90a669Thanks @workers-devprod! - trigger dummy v3 maintenance release for testing#8500
80bbee3Thanks @workers-devprod! - Supportno_bundleconfig in Pages for bothdevanddeploy.This was already supported via a command line arg (
--no-bundle).#8521
5cd32b1Thanks @emily-shen! - fix: throw explicit error for unknown mimetype duringwrangler check startup#8504
0192aaeThanks @workers-devprod! - Fix Workers Assets metafiles (_headersand_redirects) resolution when running Wrangler from a different directoryUpdated dependencies [
f90a669]:v3.114.1Compare Source
Patch Changes
#8383
8d6d722Thanks @matthewdavidrodgers! - Make kv bulk put --local respect base64:trueThe bulk put api has an optional "base64" boolean property for each key.
Before storing the key, the value should be decoded from base64.
For real (remote) kv, this is handled by the rest api. For local kv, it
seems the base64 field was ignored, meaning encoded base64 content was
stored locally rather than the raw values.
To fix, we need to decode each value before putting to the local
miniflare namespace when base64 is true.
#8273
e3efd68Thanks @penalosa! - Support AI, Vectorize, and Images bindings when using@cloudflare/vite-plugin#8427
a352798Thanks @vicb! - update unenv-preset dependency to fix bug with Performance globalFixes #8407
Fixes #8409
Fixes #8411
#8390
53e6323Thanks @GregBrimble! - Parse and apply metafiles (_headersand_redirects) inwrangler devfor Workers Assets#8392
4d9d9e6Thanks @jahands! - fix: retry zone and route lookup API callsIn rare cases, looking up Zone or Route API calls may fail due to transient errors. This change improves the reliability of
wrangler deploywhen these errors occur.Also fixes a rare issue where concurrent API requests may fail without correctly throwing an error which may cause a deployment to incorrectly appear successful.
Updated dependencies [
8242e07,53e6323]: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.