fix(deps): update all non-major dependencies #568
Merged
+458
−404
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.9.0->^1.9.4^9.30.1->^9.31.0^1.53.2->^1.54.11.0.0-beta.24->1.0.0-beta.27^22.16.0->^22.16.3^9.30.1->^9.31.0^1.53.2->^1.54.110.12.4->10.13.11.0.0-beta.24->1.0.0-beta.27^8.35.1->^8.37.0^7.0.5->^7.0.9^7.0.2->^7.0.4^4.23.0->^4.24.3Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.9.4Compare Source
Patch Changes
c01c4ee,3743896]:v1.9.3Compare Source
Patch Changes
80cc834]:v1.9.2Compare Source
Patch Changes
05adc61,bb09e50,25dbe54,3bdec6b]:v1.9.1Compare Source
Patch Changes
#9856
8bf60a7Thanks @jamesopstad! - Set the Wrangler peer dependency to the same version as the direct dependency. This fixes an issue where older versions of Wrangler could override the version used by the plugin.Updated dependencies [
1b3a2b7,dbfa4ef,ba69586,1a75f85,395f36d,6f344bf,fc29c31,45497ab,a447d67,7c55f9e,49c85c5,0bb619a,a1181bf,a727db3,1358034,1a58bc3,7e3aa1b]:eslint/eslint (@eslint/js)
v9.31.0Compare Source
microsoft/playwright (@playwright/test)
v1.54.1Compare Source
v1.54.0Compare Source
Highlights
New cookie property
partitionKeyin browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippetsto disable code snippets in the html report.New property
locationin test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skiportest.fixmewas added.Command Line
New option
--user-data-dirin multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.Option
-gvhas been removed from thenpx playwright testcommand. Use--grep-invertinstead.npx playwright opendoes not open the test recorder anymore. Usenpx playwright codegeninstead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.27Compare Source
🚀 Features
aarch64-linux-androidtarget (#5141) by @Boshen🐛 Bug Fixes
thisin CJS is replaced with undefined but should beexports(#5244) by @IWANABETHATGUY⚡ Performance
strictExecutionOrder(#5240) by @IWANABETHATGUY⚙️ Miscellaneous Tasks
v1.0.0-beta.26Compare Source
🐛 Bug Fixes
⚙️ Miscellaneous Tasks
fullfeature fortokio(#5238) by @Boshenv1.0.0-beta.25Compare Source
🚀 Features
import(..)on cjs modules (#5225) by @hyf0chunkModulesOrder(#5227) by @IWANABETHATGUYexports torolldown:runtime(#5224) by @hyf0import(..)(#5223) by @hyf0undefinedfromgenerateHmrPatchwhen there is no patch (#5218) by @sapphi-redisEntryto resolveId hook of CallableBuiltinPlugin (#5215) by @sapphi-redisEntryfromthis.resolve(#5214) by @sapphi-redOutputOptions#minifyInternalExports(#5210) by @hyf0minify_internal_exports(#5208) by @hyf0topLevelVar(#5188) by @7086cmd🐛 Bug Fixes
mod.defaultif mod bind from default import (#5232) by @IWANABETHATGUYmoduleSideEffectsinstead ofsideEffectsfrom callable plugins (#5206) by @sapphi-redmoduleSideEffectsset by native plugins fromthis.resolve(#5205) by @sapphi-red🚜 Refactor
sort_unstable_by_keyfor simple property access (#5233) by @IWANABETHATGUYBindingHookSideEffectsin CallableBuiltinPlugin (#5204) by @sapphi-redIntegrationTest(#5185) by @hyf0🧪 Testing
minify_internal_exports: true(#5213) by @hyf0⚙️ Miscellaneous Tasks
safe_cjs_to_eliminate_interop_default(#5202) by @shulaodaeslint/eslint (eslint)
v9.31.0Compare Source
pnpm/pnpm (pnpm)
v10.13.1Compare Source
Patch Changes
v10.13.0Compare Source
Minor Changes
Added the possibility to load multiple pnpmfiles. The
pnpmfilesetting can now accept a list of pnpmfile locations #9702.pnpm will now automatically load the
pnpmfile.cjsfile from any config dependency named@pnpm/plugin-*orpnpm-plugin-*#9729.The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the
pnpmfile.cjsfiles in the config dependencies can be explicitly listed using thepnpmfilesetting inpnpm-workspace.yaml.Patch Changes
pkg.pr.new, treat them as Git tarball URLs #9694.dangerouslyAllowAllBuilds,onlyBuiltDependencies,onlyBuiltDependenciesFile, andneverBuiltDependencies#9628.pnpm-workspace.yamlwith deep #9701.pnpm rebuildcommand should not add pkgs included inignoredBuiltDependenciestoignoredBuildsinnode_modules/.modules.yaml#9338.shell-quotewithshlexfor quoting command arguments #9381.typescript-eslint/typescript-eslint (typescript-eslint)
v8.37.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.36.0Compare Source
🚀 Features
basePathintseslint.config()(#11357)❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/rolldown-vite (vite)
v7.0.9Compare Source
Features
Miscellaneous Chores
v7.0.8Compare Source
Features
Bug Fixes
v7.0.7Compare Source
Features
output.minifyInternalExportsby default (#322) (287a36e)Bug Fixes
Code Refactoring
@oxc-project/runtime(#321) (d352c1b)Build System
@oxc-project/runtimedevDep (#20389) (5e29602)v7.0.6Compare Source
Features
treeshake.commonjsby default (#313) (d1efdd0)Bug Fixes
Miscellaneous Chores
n/prefer-node-protocolrule (#20368) (38bb268)Code Refactoring
vitejs/vite (vite)
v7.0.4Compare Source
Bug Fixes
Build System
@oxc-project/runtimedevDep (#20389) (5e29602)v7.0.3Compare Source
Bug Fixes
Miscellaneous Chores
n/prefer-node-protocolrule (#20368) (38bb268)Code Refactoring
cloudflare/workers-sdk (wrangler)
v4.24.3Compare Source
Patch Changes
#9923
c01c4eeThanks @gpanders! - Fix image name resolution when modifying a container application#9833
3743896Thanks @dario-piotrowicz! - fix: ensure that container builds don't disrupt dev hotkey handlingcurrently container builds run during local development (via
wrangler devorstartWorker) prevent the standard hotkeys not to be recognized (most noticeablyctrl+c, preventing developers from existing the process), the changes here ensure that hotkeys are instead correctly handled as expectedUpdated dependencies []:
v4.24.2Compare Source
Patch Changes
80cc834Thanks @edmundhung! - fix: assets only versions upload should include tag and messagev4.24.1Compare Source
Patch Changes
#9765
05adc61Thanks @hasip-timurtas! - Build container images without the user's account ID. This allows containers to be built and verified in dry run mode (where we do not necessarily have the user's account info).When we push the image to the managed registry, we first re-tag the image to include the user's account ID so that the image has the full resolved image name.
Updated dependencies [
bb09e50,25dbe54,3bdec6b]:v4.24.0Compare Source
Minor Changes
#9796
ba69586Thanks @simonabadoiu! - Browser Rendering local mode#9825
49c85c5Thanks @ReppCodes! - Add support for origin_connection_limit to WranglerConfigure connection limits to Hyperdrive via command line options:
--origin-connection-limit: The (soft) maximum number of connections that Hyperdrive may establish to the origin database.#9064
a1181bfThanks @sdnts! - Added anevent-subscriptionssubcommandPatch Changes
#9729
1b3a2b7Thanks @404Wolf! - Set docker build context to the Dockerfile directory whenimage_build_contextis not explicitly provided#9845
dbfa4efThanks @jonboulle! - remove extraneous double spaces from Wrangler help output#9811
fc29c31Thanks @gpanders! - Fix unauthorized errors on "containers images delete".#9813
45497abThanks @gpanders! - Support container image names without account ID#9821
a447d67Thanks @WillTaylorDev! - Preview Aliases: Force alias generation to meet stricter naming requirements.For cases where CI is requesting Wrangler to generate the alias based on the branch name, we want a stricter check around the generated alias name in order to avoid version upload failures. If a valid alias name was not able to be generated, we warn and do not provide an alias (avoiding a version upload failure).
#9840
7c55f9eThanks @dario-piotrowicz! - fix: make sure that the experimentalremoteBindingsflag is properly handled ingetPlatformProxyThere are two issues related to how the experimental
remoteBindingsflag is handled ingetPlatformProxythat are being fixed by this change:experimental_remoteconfiguration flag set on service bindings is incorrectly always taken into account, even ifremoteBindingsis set tofalseexperimental_remoteconfiguration flag of all the other bindings is never taken into account (effectively preventing the bindings to be used in remote mode) since theremoteBindingsflag is not being properly propagated#9801
0bb619aThanks @IRCody! - Containers: Fix issue where setting an image URI instead of dockerfile would incorrectly not update the image#9872
a727db3Thanks @emily-shen! - fix: resolve Dockerfile path relative to the Wrangler config pathThis fixes a bug where Wrangler would not be able to find a Dockerfile if a Wrangler config path had been specified with the
--configflag.#9815
1358034Thanks @gpanders! - Remove --json flag from containers and cloudchamber commands (except for "images list")#9734
1a58bc3Thanks @penalosa! - Make Wrangler warn more loudly if you're missing auth scopes#9748
7e3aa1bThanks @alsuren! - Internal-only WRANGLER_D1_EXTRA_LOCATION_CHOICES environment variable for enabling D1's testing location hintsUpdated dependencies [
ba69586,1a75f85,395f36d,6f344bf]: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: 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.