Skip to content

chore(deps): update minor and patch updates#1519

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/minor-and-patch-updates
Open

chore(deps): update minor and patch updates#1519
renovate[bot] wants to merge 1 commit intomainfrom
renovate/minor-and-patch-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/plugin-transform-modules-commonjs (source) 7.27.17.28.6 age confidence devDependencies minor
@babel/preset-env (source) 7.28.57.29.0 age confidence devDependencies minor
@eslint/js (source) 9.39.29.39.4 age confidence devDependencies patch
@types/node (source) 20.19.2720.19.37 age confidence devDependencies patch
@typescript-eslint/parser (source) 8.52.08.57.0 age confidence devDependencies minor
actions/setup-node v6.2.0v6.3.0 age confidence action minor
babel-jest (source) 30.2.030.3.0 age confidence devDependencies minor
eslint (source) 9.39.29.39.4 age confidence devDependencies patch
eslint-plugin-jest 29.12.129.15.0 age confidence devDependencies minor
eslint-plugin-n 17.23.117.24.0 age confidence devDependencies minor
jest (source) 30.2.030.3.0 age confidence devDependencies minor
jose 6.2.06.2.1 age confidence devDependencies patch
miniflare (source) 4.20260107.04.20260312.0 age confidence devDependencies minor
oven-sh/setup-bun v2.1.2v2.2.0 age confidence action minor
prettier (source) 3.7.43.8.1 age confidence devDependencies minor
tsdown (source) 0.21.00.21.3 age confidence devDependencies patch
typescript-eslint (source) 8.52.08.57.0 age confidence devDependencies minor

Release Notes

babel/babel (@​babel/plugin-transform-modules-commonjs)

v7.28.6

Compare Source

v7.28.6 (2026-01-12)

Thanks @​kadhirash and @​kolvian for your first PRs!

🐛 Bug Fix
  • babel-cli, babel-code-frame, babel-core, babel-helper-check-duplicate-nodes, babel-helper-fixtures, babel-helper-plugin-utils, babel-node, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-commonjs, babel-plugin-transform-property-mutators, babel-preset-env, babel-traverse, babel-types
  • babel-plugin-transform-regenerator
  • babel-plugin-transform-react-jsx
💅 Polish
  • babel-core, babel-standalone
🏠 Internal
  • babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-proposal-decorators, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-sets-regex
🏃‍♀️ Performance
Committers: 7
eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.57.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.55.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.54.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.53.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.53.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

actions/setup-node (actions/setup-node)

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

jestjs/jest (babel-jest)

v30.3.0

Compare Source

Features
  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#​15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)
Fixes
  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#​15918)
  • [jest-mock] Use Symbol from test environment (#​15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#​15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#​15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#​15851)
  • [jest-util] Make sure process.features.require_module is false (#​15867)
Chore & Maintenance
  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#​15849)
  • Updated Twitter icon to match the latest brand guidelines (#​15869)
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v29.15.0

Compare Source

Features
  • no-conditional-in-test: only report optional chaining when allowOptionalChaining is false (#​1934) (3f5751e)

v29.14.0

Compare Source

Features

v29.13.0

Compare Source

Features

29.12.2 (2026-02-03)

Bug Fixes

29.12.1 (2026-01-02)

Bug Fixes
  • no-unnecessary-assertion: don't report for any and unknown types (#​1918) (388a36c)

v29.12.2

Compare Source

Bug Fixes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.24.0

Compare Source

🌟 Features
🧹 Chores
  • add v17.x to release-please (9c5e437)

v17.23.2

Compare Source

🩹 Fixes
  • avoid any type for no-top-level-await listener node (build issue) (#​498) (f071703)
  • file-extension-in-import: handle directory index imports (#​499) (754a1a6)
  • file-extension-in-import: handle files with dots in basename (#​506) (600f3f2)
  • no-sync: resolve full typed names for ignores (#​501) (047301a)
📚 Documentation
🧹 Chores
  • no-missing-import: align fixture message with latest resolver output (#​500) (a3719d2)
panva/jose (jose)

v6.2.1

Compare Source

Refactor
  • reorganize internals, less files, smaller footprint (d4231f9)
cloudflare/workers-sdk (miniflare)

v4.20260312.0

Compare Source

Patch Changes
  • #​12861 f7de0fd Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260310.1 1.20260312.1
  • #​12864 ecc7f79 Thanks @​NuroDev! - Fix local explorer route matching to be more precise

    Previously, the route matching used startsWith("/cdn-cgi/explorer") which would incorrectly match paths like /cdn-cgi/explorerfoo or /cdn-cgi/explorereeeeee, causing unexpected behavior. The route matching has been improved to only match:

    • /cdn-cgi/explorer (exact match)
    • /cdn-cgi/explorer/ and any sub-paths (e.g., /cdn-cgi/explorer/api/*)

    Paths that merely start with /cdn-cgi/explorer but aren't actually the explorer (like /cdn-cgi/explorerfoo) will now correctly fall through to the user worker.

  • #​12775 1dda1c8 Thanks @​fhanau! - Add support for worker connect handler in miniflare

v4.20260310.0

Compare Source

Minor Changes
  • #​12826 de65c58 Thanks @​gabivlj! - Enable container egress interception in local dev without the experimental compatibility flag

    Container local development now always prepares the egress interceptor sidecar image needed for interceptOutboundHttp(). This makes container-to-Worker interception available by default in Wrangler, Miniflare, and the Cloudflare Vite plugin.

  • #​12754 e4d9510 Thanks @​emily-shen! - Add cross-process support to the local explorer

    When running multiple miniflare processes, the local explorer will now be able to view and edit resources that are bound to workers in other miniflare instances.

Patch Changes
  • #​12790 5451a7f Thanks @​petebacondarwin! - Bump hono to ^4.12.5 and devalue to ^5.6.3 to address security vulnerabilities

    Hono had multiple advisories including arbitrary file access via serveStatic, JWT algorithm confusion, and XSS through ErrorBoundary. Devalue had denial of service vulnerabilities in devalue.parse. These are bundled dependencies so the fix is delivered via this patch.

  • #​12795 82cc2a8 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260301.1 1.20260306.1
  • #​12811 3c67c2a Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260306.1 1.20260307.1
  • #​12827 d645594 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260307.1 1.20260310.1
  • #​12828 cb14820 Thanks @​jamesopstad! - Update @hey-api/openapi-ts to ^0.94.0

  • #​12786 a7c87d1 Thanks @​emily-shen! - local explorer: validate origin and host headers

    The local explorer is a WIP experimental feature.

v4.20260305.0

Compare Source

Patch Changes
  • #​12661 99037e3 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260302.0 1.20260303.0
  • #​12680 295297a Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260303.0 1.20260305.0

v4.20260302.0

Compare Source

Patch Changes
  • #​12582 c2ed7c2 Thanks @​penalosa! - Internal refactor to use capnweb's native ReadableStream support to power remote Media and Dispatch Namespace bindings.

  • #​12618 d920811 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260219.0 1.20260227.0
  • #​12637 896734d Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260227.0 1.20260302.0
  • #​12602 58a4020 Thanks @​anonrig! - Optimize filesystem operations by using Node.js's throwIfNoEntry: false option

    This reduces the number of system calls made when checking for file existence by avoiding the overhead of throwing and catching errors for missing paths. This is an internal performance optimization with no user-visible behavioral changes.

v4.20260301.1

Compare Source

Minor Changes
  • #​12649 35b2c56 Thanks @​gabivlj! - Add experimental support for containers to workers communication with interceptOutboundHttp

    This feature is experimental and requires adding the "experimental" compatibility flag to your Wrangler configuration.

  • #​10153 5f7aaf2 Thanks @​mglewis! - Add Hosted Images CRUD operations to Images binding.

    This is an experimental API that only works locally for the moment.

  • #​12622 bf9cb3d Thanks @​LuisDuarte1! - Add configurable step limits for Workflows

    You can now set a maximum number of steps for a Workflow instance via the limits.steps configuration in your Wrangler config. When a Workflow instance exceeds this limit, it will fail with an error indicating the limit was reached.

    // wrangler.jsonc
    {
    	"workflows": [
    		{
    			"binding": "MY_WORKFLOW",
    			"name": "my-workflow",
    			"class_name": "MyWorkflow",
    			"limits": {
    				"steps": 5000,
    			},
    		},
    	],
    }

    The steps value must be an integer between 1 and 25,000. If not specified, the default limit of 10,000 steps is used. Step limits are also enforced in local development via wrangler dev.

Patch Changes

v4.20260219.0

Compare Source

Minor Changes
  • #​12462 f239077 Thanks @​petebacondarwin! - Add Miniflare#purgeCache() method to clear cache entries programmatically

    This allows developers to clear cached data during local development without
    restarting the Miniflare instance. Useful when working with Workers Sites
    or any application that uses the Cache API.

    const mf = new Miniflare({
    	/* options */
    });
    
    // Purge the default cache
    await mf.purgeCache();
    
    // Purge a specific named cache
    await mf.purgeCache("my-named-cache");
  • #​12574 527e4f5 Thanks @​emily-shen! - Local explorer: add /query endpoint to introspect sqlite in DOs

    This required adding a wrapper that extends user DO classes and adds in an extra method to access ctx.storage.sql. This shouldn't have any impact on user code, but is gated by the env var X_LOCAL_EXPLORER.

    This is for an experimental WIP feature.

Patch Changes
  • #​12592 aaa7200 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260217.0 1.20260218.0
  • #​12606 2f19a40 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260218.0 1.20260219.0
  • #​12597 0b17117 Thanks @​sdnts! - The maximum allowed delivery and retry delays for Queues is now 24 hours

v4.20260217.0

Compare Source

Minor Changes
  • #​12546 43c462a Thanks @​emily-shen! - Local explorer: add endpoints to list DO namespaces and objects

    This is part of an experimental, WIP feature.

Patch Changes
  • #​12543 5a868a0 Thanks @​G4brym! - Fix AI Search binding failing in local dev

    Using AI Search bindings with wrangler dev would fail with "RPC stub points at a non-serializable type". AI Search bindings now work correctly in local development.

  • #​12552 c58e81b Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260212.0 1.20260213.0
  • #​12568 33a9a8f Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260213.0 1.20260214.0
  • #​12576 8077c14 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260214.0 1.20260217.0
  • #​12466 caf9b11 Thanks @​petebacondarwin! - Add MINIFLARE_CACHE_DIR environment variable and smart cache directory detection

    Miniflare now intelligently detects where to store its cf.json cache file:

    1. Use MINIFLARE_CACHE_DIR env var if set
    2. Use existing cache directory if found (node_modules/.mf or .wrangler/cache)
    3. Create cache in node_modules/.mf if node_modules exists
    4. Otherwise use .wrangler/cache

    This improves compatibility with Yarn PnP, pnpm, and other package managers that don't use traditional node_modules directories, without requiring any configuration.

v4.20260212.0

Compare Source

Minor Changes
  • #​12431 7aaa2a5 Thanks @​emily-shen! - Add ability to search KV keys by prefix

    The UI and list keys API now lets you search KV keys by prefix.

    This is an experimental WIP feature.

Patch Changes
  • #​12541 f7fa326 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260210.0 1.20260212.0
  • #​12025 d06ad09 Thanks @​petebacondarwin! - Fix potential EBADF error when restarting workerd process

    Previously, when the workerd process was restarted (e.g., via setOptions() or Vite server restart), the stdio pipes from the previous process were not explicitly destroyed. This could lead to EBADF (Bad File Descriptor) errors during spawn on some systems.

    The Runtime#dispose() method now explicitly destroys all stdio streams (stdin, stdout, stderr, and the control pipe) before killing the process to ensure file descriptors are properly released.

v4.20260210.0

Compare Source

Minor Changes
  • #​12469 2d90127 Thanks @​petebacondarwin! - Add environment variables to control cf.json fetching behavior

    You can now use environment variables to control how Miniflare handles the Request.cf object caching:

    • CLOUDFLARE_CF_FETCH_ENABLED - Set to "false" to disable fetching entirely and use fallback data. No node_modules/.mf/cf.json file will be created. Defaults to "true".
    • CLOUDFLARE_CF_FETCH_PATH - Set to a custom path to use a different location for caching the cf.json file instead of the default node_modules/.mf/cf.json.

    This is particularly useful for non-JavaScript projects (like Rust or Go Workers) that don't want a node_modules directory created automatically.

    Example:

    # Disable cf fetching for all projects
    export CLOUDFLARE_CF_FETCH_ENABLED=false
    npx wrangler dev
    
    # Or use a custom cache location
    export CLOUDFLARE_CF_FETCH_PATH=/tmp/.cf-cache.json
    npx wrangler dev
  • #​12391 ce9dc01 Thanks @​emily-shen! - Serve the local explorer UI from Miniflare

    This bundles the local explorer UI into Miniflare, and if enabled, Miniflare serves the UI at /cdn-cgi/explorer.

    This is an experimental, WIP feature.

Patch Changes
  • #​12440 555b32a Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260205.0 1.20260206.0
  • #​12485 d636d6a Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260206.0 1.20260207.0
  • #​12502 bf8df0c Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260207.0 1.20260210.0

[v4.20260205.0](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/miniflare/CHANGELOG.md#4202602050


Configuration

📅 Schedule: Branch creation - "on the 15th day of the month before 12pm" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners March 15, 2026 01:53
@renovate renovate bot requested a review from faroceann March 15, 2026 01:54
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 15, 2026

Greptile Summary

Routine Renovate bot PR that bumps 17 devDependencies and 2 GitHub Actions to their latest minor/patch versions. All changes are confined to development tooling — no production code or runtime dependencies are affected.

  • GitHub Actions: actions/setup-node v6.2.0 → v6.3.0 (across 4 workflow files) and oven-sh/setup-bun v2.1.2 → v2.2.0, both with pinned commit hashes
  • Test framework: jest pinned from 30.2.0 → 30.3.0 (with matching babel-jest bump in lockfile)
  • Linting/formatting: eslint 9.39.2 → 9.39.4, @eslint/js 9.39.2 → 9.39.4, typescript-eslint 8.52.0 → 8.57.0, prettier 3.7.4 → 3.8.1, eslint-plugin-jest 29.12.1 → 29.15.0, eslint-plugin-n 17.23.1 → 17.24.0
  • Build tooling: @babel/plugin-transform-modules-commonjs 7.27.1 → 7.28.6, @babel/preset-env 7.28.5 → 7.29.0, tsdown 0.21.0 → 0.21.2
  • Other dev deps: @types/node 20.19.27 → 20.19.37, jose 6.2.0 → 6.2.1, miniflare 4.20260107.0 → 4.20260312.0
  • Notable: the eslint patch includes security fixes for minimatch and ajv vulnerabilities

Confidence Score: 5/5

  • This PR is safe to merge — it only updates devDependencies and CI actions with no production code changes.
  • All 17 updated packages are devDependencies (build tools, linting, testing, type definitions). No production runtime dependencies are changed. GitHub Actions are pinned by commit SHA. The changes are generated by Renovate bot following standard minor/patch update policies.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Bumps actions/setup-node from v6.2.0 to v6.3.0 with pinned commit hash. No behavioral changes.
.github/workflows/fix-latest.yml Bumps actions/setup-node from v6.2.0 to v6.3.0 with pinned commit hash. No behavioral changes.
.github/workflows/release.yml Bumps actions/setup-node from v6.2.0 to v6.3.0 with pinned commit hash. No behavioral changes.
.github/workflows/runtime-tests.yml Bumps actions/setup-node to v6.3.0 and oven-sh/setup-bun to v2.2.0 with pinned commit hashes. No behavioral changes.
package.json Pins jest from 30.2.0 to 30.3.0. Only change in package.json; all other version bumps are lockfile-only via caret ranges.
package-lock.json Lockfile regenerated with updated resolved versions for all 17 updated devDependencies and GitHub Actions. No production dependency changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    Renovate["Renovate Bot PR"] --> Actions["GitHub Actions Updates"]
    Renovate --> DevDeps["DevDependency Updates"]
    
    Actions --> SetupNode["actions/setup-node\nv6.2.0 → v6.3.0"]
    Actions --> SetupBun["oven-sh/setup-bun\nv2.1.2 → v2.2.0"]
    
    SetupNode --> CI["ci.yml"]
    SetupNode --> FixLatest["fix-latest.yml"]
    SetupNode --> Release["release.yml"]
    SetupNode --> Runtime["runtime-tests.yml"]
    SetupBun --> Runtime
    
    DevDeps --> Testing["Testing\njest 30.2.0→30.3.0\nbabel-jest 30.2.0→30.3.0"]
    DevDeps --> Linting["Linting\neslint 9.39.2→9.39.4\ntypescript-eslint 8.52.0→8.57.0\nprettier 3.7.4→3.8.1"]
    DevDeps --> Build["Build Tools\n@babel/* minor bumps\ntsdown 0.21.0→0.21.2"]
    DevDeps --> Other["Other\n@types/node patch\njose 6.2.0→6.2.1\nminiflare minor bump"]
Loading

Last reviewed commit: 545945e

@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch from 545945e to 06df27b Compare March 15, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants