Update all non-major dependencies - #421
Merged
Merged
Conversation
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:
0.8.66->0.8.704.20250823.0->4.20250906.024.3.0->24.3.10.38.21->0.38.234.20250816.1->4.20250902.08.1.0->8.1.110.15.0->10.15.10.14.1->0.14.24.32.0->4.34.0Release Notes
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.8.70Compare Source
Patch Changes
6e8dd80,4cb3370,7211609,818ce22,5d69df4,5d69df4,c22acc6,cc47b51,c0fad5f,c6a39f5]:v0.8.69Compare Source
Patch Changes
#10471
38bdb78Thanks @clintonsteiner! - chore: bumpdevalueversion to 5.3.2Updated dependencies [
22c8ae6,3c15bbb,dc81221,38bdb78,4492eb0]:v0.8.68Compare Source
Patch Changes
85be2b6,452ad0b]:v0.8.67Compare Source
Patch Changes
c4fd176,19e2aab,c4fd176,e81c2cf]:cloudflare/workerd (@cloudflare/workers-types)
v4.20250906.0Compare Source
v4.20250905.0Compare Source
v4.20250904.0Compare Source
v4.20250903.0Compare Source
v4.20250902.0Compare Source
v4.20250831.0Compare Source
v4.20250830.0Compare Source
v4.20250829.0Compare Source
v4.20250828.1Compare Source
v4.20250828.0Compare Source
v4.20250826.0Compare Source
discordjs/discord-api-types (discord-api-types)
v0.38.23Compare Source
Bug Fixes
flags(#1354) (af3907b)Features
v0.38.22Compare Source
Features
cloudflare/workers-sdk (miniflare)
v4.20250902.0Compare Source
Patch Changes
#10535
4cb3370Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20250829.0Compare Source
Patch Changes
#10502
22c8ae6Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10471
38bdb78Thanks @clintonsteiner! - chore: bumpdevalueversion to 5.3.2v4.20250823.1Compare Source
Patch Changes
#10437
452ad0bThanks @dario-piotrowicz! - Loosen validation around different configurations for Durable ObjectAllow durable objects to have
enableSql,unsafeUniqueKeyandunsafePreventEvictionconfigurations set toundefinedeven if the same durable objects are defined with those configurations set to different values (this allows workers using external durable objects not to have to duplicate such configurations in their options)v4.20250823.0Compare Source
Patch Changes
#10410
f964895Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
sindresorhus/p-queue (p-queue)
v8.1.1Compare Source
intervalCount(#220)199614epnpm/pnpm (pnpm)
v10.15.1Compare Source
Patch Changes
.pnp.cjscrash when importing subpath #9904.rolldown/tsdown (tsdown)
v0.14.2Compare Source
🚀 Features
exports.typesexists - by @ronantakizawa and @sxzz in #440 (98eb1)View changes on GitHub
cloudflare/workers-sdk (wrangler)
v4.34.0Compare Source
Minor Changes
#10478
cc47b51Thanks @danielrs! - Beta feature preview_urls is now disabled by default.This change makes preview_urls disabled by default when it's not provided, making
the feature opt-in instead of opt-out.
Patch Changes
#10489
6e8dd80Thanks @WalshyDev! - Allow Wrangler to upload 100,000 assets inline with the newly increased Workers Paid limit.#10517
7211609Thanks @edmundhung! - fix:wrangler vectorize list-vectors --jsonnow output valid json without an extra log line#10527
818ce22Thanks @vicb! - Bumpunenvto 2.0.0-rc.20The latest release include a fix for
node:ttydefault export.See the changelog for full details.
#10519
5d69df4Thanks @dario-piotrowicz! - Slightly improvewrangler init --from-dasherror message#10519
5d69df4Thanks @dario-piotrowicz! - Internally refactor diffing andwrangler init --from-dashlogic#10533
c22acc6Thanks @emily-shen! - If unset, containers.max_instances should default to 1 instead of 0.#10503
c0fad5fThanks @ichernetsky-cf! - Support setting container affinities#10515
c6a39f5Thanks @emily-shen! - fix: script should be accepted as a positional arg in theversions uploadcommandUpdated dependencies [
4cb3370,818ce22,cb22f5f,a565291]:v4.33.2Compare Source
Patch Changes
#10401
3c15bbbThanks @dario-piotrowicz! - improve diff lines ordering in remote deploy config diffing logic#10520
dc81221Thanks @emily-shen! - fix: wrangler deploy dry run should not require you to be logged inFixes a bug where if you had a container where the image was an image registry link, dry run would require you to be logged in.
Also fixes a bug where container deployments were not respecting
account_idset in Wrangler config.#10393
4492eb0Thanks @dario-piotrowicz! - Use resolved local config for remote deploy config diffing logicUpdated dependencies [
31ecfeb,f656d1a,22c8ae6,bd21fc5,38bdb78,4851955]:v4.33.1Compare Source
Patch Changes
#10427
85be2b6Thanks @dario-piotrowicz! - Simplify ENOENT debug logs for.envfilesUpdated dependencies [
76d9aa2,452ad0b,7c339ae]:v4.33.0Compare Source
Minor Changes
e81c2cfThanks @penalosa! - Support automatically updating the user's config file with newly created resourcesPatch Changes
#10424
c4fd176Thanks @penalosa! - Remove the--experimental-json-config/-jflag, which is no longer required.#10432
19e2aabThanks @anonrig! - Remove "node:tls" polyfill#10424
c4fd176Thanks @penalosa! - Expose global flags fromexperimental_getWranglerCommands()Updated dependencies [
19e2aab]:Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.