Update NPM Development dependencies #18423
Merged
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.20250525.0->4.20250603.09.27.0->9.28.04.1.7->4.1.819.1.5->19.1.63.10.0->3.10.19.27.0->9.28.04.20250508.3->4.20250525.04.1.7->4.1.88.32.1->8.33.14.16.1->4.18.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250603.0Compare Source
v4.20250601.0Compare Source
v4.20250531.0Compare Source
v4.20250529.0Compare Source
v4.20250528.0Compare Source
eslint/eslint (@eslint/js)
v9.28.0Compare Source
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.1.8Compare Source
Added
@applyfails (#18059)Fixed
<style>blocks (#18057, 18068)tailwindcssin pnpm monorepos (#18065)order-nonetoorder-0(#18126)class:attributes when extracting classes (#18093)-mt-[0px]tomt-[0px]instead of the other way around (#18154)\nat the end of the file (#18155).pnpm-storefolders by default (can be overridden by@source …rules) (#18163)toJSON()(#18083)vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
v3.10.1Compare Source
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
eslint/eslint (eslint)
v9.28.0Compare Source
cloudflare/workers-sdk (miniflare)
v4.20250525.0Compare Source
Minor Changes
#9387
e39a45fThanks @jamesopstad! - AddlogReadymethod to MiniflareLogclass. This makes it possible to override the messages printed on server start.#9376
fdae3f7Thanks @jamesopstad! - Add support for Node.js style custom handlers for service bindings and outbound services. This makes it easier to integrate Miniflare with existing Node.js middleware and libraries asreqandresobjects can be used directly.Patch Changes
#9366
d9d937aThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20250523.0Compare Source
Minor Changes
#9330
34c71ceThanks @edmundhung! - Add a newdefaultPersistRootoption to control where plugins persist data when no path is provided.Patch Changes
#9184
f7c82a4Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#9346
7ddd865Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#9335

6479fc5Thanks @penalosa! - Redesignwrangler devto more clearly present information and have a bit of a glow up ✨#9106
e5ae13aThanks @edmundhung! - fix: decouple KV plugin from secrets store pluginThe KV plugin previously configured both KV namespace and secrets store bindings with the same service name but different persistence paths, causing conflicts when both were defined. This change copies the KV binding implementation into the secrets store plugin and customizes its service name to prevent collisions.
typescript-eslint/typescript-eslint (typescript-eslint)
v8.33.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.33.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
cloudflare/workers-sdk (wrangler)
v4.18.0Compare Source
Minor Changes
34b6174Thanks @jamesopstad! - Hard fail on Node.js < 20. Wrangler no longer supports Node.js 18.x as it reached end-of-life on 2025-04-30. See https://github.com/nodejs/release?tab=readme-ov-file#end-of-life-releases.Patch Changes
#9308
d3a6eb3Thanks @dario-piotrowicz! - expose new utilities and types to aid consumers of the programmatic mixed-mode APISpecifically the exports have been added:
Experimental_MixedModeSession: type representing a mixed-mode sessionExperimental_ConfigBindingsOptions: type representing config-bindingsexperimental_pickRemoteBindings: utility for picking only the remote bindings from a record of start-worker bindings.unstable_convertConfigBindingsToStartWorkerBindings: utility for converting config-bindings into start-worker bindings (that can be passed tostartMixedModeSession)#9347
b8f058cThanks @penalosa! - Improve binding display on narrower terminalsUpdated dependencies [
d9d937a,e39a45f,fdae3f7]:v4.17.0Compare Source
Minor Changes
#9321
6c03bdeThanks @petebacondarwin! - Add support for FedRAMP High compliance regionNow it is possible to target Wrangler at the FedRAMP High compliance region.
There are two ways to signal to Wrangler to run in this mode:
"compliance_region": "fedramp_high"in a Wrangler configurationCLOUDFLARE_COMPLIANCE_REGION=fedramp_highenvironment variable when running WranglerIf both are provided and the values do not match then Wrangler will exit with an error.
When in this mode OAuth authentication is not supported.
It is necessary to authenticate using a Cloudflare API Token acquired from the Cloudflare FedRAMP High dashboard.
Most bindings and commands are supported in this mode.
Resolves DEVX-1921.
#9330
34c71ceThanks @edmundhung! - Updated internal configuration to use Miniflare’s newdefaultPersistRootinstead of per-pluginpersistflags#8973
cc7fae4Thanks @Caio-Nogueira! - Show latest instance by default onworkflows instances describecommandPatch Changes
#9335

6479fc5Thanks @penalosa! - Redesignwrangler devto more clearly present information and have a bit of a glow up ✨#9329
410d985Thanks @penalosa! - Hide logs in thestartMixedModeSession()API#9325
c2678d1Thanks @edmundhung! - refactor: fallbacks to local image binding from miniflare when local mode is enabledUpdated dependencies [
34c71ce,f7c82a4,7ddd865,6479fc5,e5ae13a]:Configuration
📅 Schedule: Branch creation - "before 4am 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.