Skip to content

build(deps): bump the minor group across 1 directory with 87 updates#75

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-68857f9e93
Open

build(deps): bump the minor group across 1 directory with 87 updates#75
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-68857f9e93

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2026

Bumps the minor group with 8 updates in the / directory:

Package From To
@iconify-json/fluent 1.2.43 1.2.44
@types/node 25.5.0 25.6.0
oxfmt 0.42.0 0.44.0
oxlint 1.57.0 1.59.0
oxlint-tsgolint 0.18.1 0.20.0
vite 8.0.3 8.0.8
wrangler 4.78.0 4.81.1
@fastly/js-compute 3.40.1 3.41.1

Updates @iconify-json/fluent from 1.2.43 to 1.2.44

Commits

Updates @types/node from 25.5.0 to 25.6.0

Commits

Updates oxfmt from 0.42.0 to 0.44.0

Changelog

Sourced from oxfmt's changelog.

[0.44.0] - 2026-04-06

🐛 Bug Fixes

  • dd2df87 npm: Export package.json for oxlint and oxfmt (#20784) (kazuya kawaguchi)
  • 4216380 oxfmt: Support .editorconfig tab_width fallback (#20988) (leaysgur)

[0.43.0] - 2026-03-30

🚀 Features

  • 6ef440a oxfmt: Support bool for object style options (#20853) (leaysgur)
Commits

Updates oxlint from 1.57.0 to 1.59.0

Release notes

Sourced from oxlint's releases.

oxlint v1.27.0 && oxfmt v0.12.0

Oxlint v1.27.0

🚀 Features

  • 222a8f0 linter/plugins: Implement SourceCode#isSpaceBetween (#15498) (overlookmotel)
  • 2f9735d linter/plugins: Implement context.languageOptions (#15486) (overlookmotel)
  • bc731ff linter/plugins: Stub out all Context APIs (#15479) (overlookmotel)
  • 5822cb4 linter/plugins: Add extend method to FILE_CONTEXT (#15477) (overlookmotel)
  • 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
  • 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
  • ad3c45a editor: Add oxc.path.node option (#15040) (Sysix)

🐛 Bug Fixes

  • 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
  • 6957fb9 linter/plugins: Do not allow access to Context#id in createOnce (#15489) (overlookmotel)
  • 7409630 linter/plugins: Allow access to cwd in createOnce in ESLint interop mode (#15488) (overlookmotel)
  • 732205e parser: Reject using / await using in a switch case / default clause (#15225) (sapphi-red)
  • a17ca32 linter/plugins: Replace Context class (#15448) (overlookmotel)
  • ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
  • 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
  • ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
  • e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
  • 6565dbe linter/switch-case-braces: Skip comments when searching for : token (#15425) (camc314)
  • 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
  • fde753e linter/plugins: Block access to context.settings in createOnce (#15394) (overlookmotel)
  • ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
  • dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
  • 989b8e3 linter/no-var: Only fix to const if the var has an initializer (#15385) (camc314)
  • cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)

⚡ Performance

  • 25d577e language_server: Start tools in parallel (#15500) (Sysix)
  • 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
  • 3166233 linter/plugins: Remove Arcs (#15431) (overlookmotel)
  • 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
  • 3049ec2 linter/plugins: Optimize deepFreezeSettings (#15392) (overlookmotel)
  • 444ebfd linter/plugins: Use single object for parserServices (#15378) (overlookmotel)

📚 Documentation

  • 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
  • 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
  • a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
  • 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
  • 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
  • 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)

Oxfmt v0.12.0

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.59.0] - 2026-04-06

🐛 Bug Fixes

  • dd2df87 npm: Export package.json for oxlint and oxfmt (#20784) (kazuya kawaguchi)

[1.58.0] - 2026-03-30

🚀 Features

  • 16516de linter: Enhance types for DummyRule (#20751) (camc314)

📚 Documentation

  • be3dcc1 linter: Add note about node version + custom TS plugin (#19381) (camc314)

[1.55.0] - 2026-03-12

🐛 Bug Fixes

  • bc20217 oxlint,oxfmt: Omit useless | null for Option<T> field from schema (#20273) (leaysgur)

📚 Documentation

  • f339f10 linter/plugins: Promote JS plugins to alpha status (#20281) (overlookmotel)

[1.54.0] - 2026-03-12

📚 Documentation

  • 0c7da4f linter: Fix extra closing brace in example config. (#20253) (connorshea)

[1.52.0] - 2026-03-09

🚀 Features

  • 61bf388 linter: Add options.reportUnusedDisableDirectives to config file (#19799) (Peter Wagenet)
  • 2919313 linter: Introduce denyWarnings config options (#19926) (camc314)
  • a607119 linter: Introduce maxWarnings config option (#19777) (camc314)

📚 Documentation

  • 6c0e0b5 linter: Add oxlint.config.ts to the config docs. (#19941) (connorshea)
  • 160e423 linter: Add a note that the typeAware and typeCheck options require oxlint-tsgolint (#19940) (connorshea)

[1.51.0] - 2026-03-02

🚀 Features

  • f34f6fa linter: Introduce typeCheck config option (#19764) (camc314)

... (truncated)

Commits

Updates oxlint-tsgolint from 0.18.1 to 0.20.0

Release notes

Sourced from oxlint-tsgolint's releases.

v0.20.0

What's Changed

Full Changelog: oxc-project/tsgolint@v0.19.0...v0.20.0

v0.19.0

What's Changed

Full Changelog: oxc-project/tsgolint@v0.18.1...v0.19.0

Commits
  • 588ec3c chore: update typescript-go submodule (#873)
  • c5e31f7 fix(prefer-optional-chain): ignore non-access OR comparison (#872)
  • ba92094 chore(deps): update dependency dprint to v0.53.2 (#869)
  • 5c05cfe chore(deps): update extractions/setup-crate action to v2 (#871)
  • 565842b chore(deps): update github-actions (#870)
  • ff64618 feat: enrich no-unsafe-enum-comparison diagnostics (#867)
  • 757a996 feat: enrich await-thenable diagnostics (#865)
  • 8077d48 fix(no-unnecessary-type-arguments): handle Partial aliases in default-type ch...
  • 50221c3 chore(deps): update crate-ci/typos action to v1.45.0 (#863)
  • 154e1ee feat(no-useless-default-assignment): skip unresolved type parameters (#859)
  • Additional commits viewable in compare view

Updates vite from 8.0.3 to 8.0.8

Release notes

Sourced from vite's releases.

v8.0.8

Please refer to CHANGELOG.md for details.

v8.0.7

Please refer to CHANGELOG.md for details.

v8.0.6

Please refer to CHANGELOG.md for details.

v8.0.5

Please refer to CHANGELOG.md for details.

v8.0.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.8 (2026-04-09)

Features

Bug Fixes

  • avoid dns.getDefaultResultOrder temporary (#22202) (15f1c15)
  • ssr: class property keys hoisting matching imports (#22199) (e137601)

8.0.7 (2026-04-07)

Bug Fixes

  • use sync dns.getDefaultResultOrder instead of dns.promises (#22185) (5c05b04)

8.0.6 (2026-04-07)

Features

Bug Fixes

Performance Improvements

  • early return in getLocalhostAddressIfDiffersFromDNS when DNS order is verbatim (#22151) (56ec256)

Miscellaneous Chores

8.0.5 (2026-04-06)

Bug Fixes

  • apply server.fs check to env transport (#22159) (f02d9fd)
  • avoid path traversal with optimize deps sourcemap handler (#22161) (79f002f)
  • check server.fs after stripping query as well (#22160) (a9a3df2)
  • disallow referencing files outside the package from sourcemap (#22158) (f05f501)

8.0.4 (2026-04-06)

Features

  • allow esbuild 0.28 as peer deps (#22155) (b0da973)
  • hmr: truncate list of files on hmr update (#21535) (d00e806)
  • optimizer: log when dependency scanning or bundling takes over 1s (#21797) (f61a1ab)

Bug Fixes

... (truncated)

Commits

Updates wrangler from 4.78.0 to 4.81.1

Release notes

Sourced from wrangler's releases.

wrangler@4.81.1

Patch Changes

  • #13337 c510494 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260405.1 1.20260408.1
  • #13362 8b71eca Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260408.1 1.20260409.1
  • #13329 7ca6f6e Thanks @​G4brym! - fix: Treat AI Search bindings as always-remote in local dev

    AI Search namespace (ai_search_namespaces) and instance (ai_search) bindings are always-remote (they have no local simulation), but pickRemoteBindings() did not include them in its always-remote type list. This caused the remote proxy session to exclude these bindings when remote: true was not explicitly set in the config, resulting in broken AI Search bindings during wrangler dev.

    Additionally, removeRemoteConfigFieldFromBindings() in the deploy config-diff logic was not stripping the remote field from AI Search bindings, which could cause false config diffs during deployment.

  • Updated dependencies [42c7ef0, c510494, 8b71eca, a42e0e8]:

    • miniflare@4.20260409.0

wrangler@4.81.0

Minor Changes

  • #12932 96ee5d4 Thanks @​thomasgauvin! - feat: add wrangler email routing and wrangler email sending commands

    Email Routing commands:

    • wrangler email routing list - list zones with email routing status
    • wrangler email routing settings <domain> - get email routing settings for a zone
    • wrangler email routing enable/disable <domain> - enable or disable email routing
    • wrangler email routing dns get/unlock <domain> - manage DNS records
    • wrangler email routing rules list/get/create/update/delete <domain> - manage routing rules (use catch-all as the rule ID for the catch-all rule)
    • wrangler email routing addresses list/get/create/delete - manage destination addresses

    Email Sending commands:

    • wrangler email sending list - list zones with email sending
    • wrangler email sending settings <domain> - get email sending settings for a zone
    • wrangler email sending enable <domain> - enable email sending for a zone or subdomain
    • wrangler email sending disable <domain> - disable email sending for a zone or subdomain
    • wrangler email sending dns get <domain> - get DNS records for a sending domain
    • wrangler email sending send - send an email using the builder API

... (truncated)

Commits
  • aad0341 Version Packages (#13355)
  • 8b71eca Bump the workerd-and-workers-types group with 2 updates (#13362)
  • c510494 Bump the workerd-and-workers-types group with 2 updates (#13337)
  • ad6faef Remove some more no-restricted-imports lint disabling comments from wrangle...
  • 7ca6f6e [wrangler] Fix AI Search bindings not working in local dev without explicit r...
  • 36c2c13 Version Packages (#13251)
  • fa6d84f Bump the workerd-and-workers-types group with 2 updates (#13305)
  • 6fa5dfd [wrangler] Use formatConfigSnippet for compatibility_date warning in dev (#13...
  • 7d318e1 Bump the workerd-and-workers-types group across 1 directory with 2 updates (#...
  • 8f0c544 Make argsIgnorePattern for no-unused-vars lint rule more strict (#13180)
  • Additional commits viewable in compare view

Updates @fastly/js-compute from 3.40.1 to 3.41.1

Release notes

Sourced from @​fastly/js-compute's releases.

v3.41.1

3.41.1 (2026-04-10)

Bug Fixes

  • Deal with bodyless statuses in CandidateResponse situations (#1414) (cfd6c4b)
  • Mark FetchEvent as done when we redirect to ws/grip proxies (9831bd4)
  • Support setCacheKey for HTTP cache (#1411) (a707c3d)

v3.41.0

3.41.0 (2026-04-08)

Features

  • Add --gc-frequency option to debug-build.sh (#1395) (a6e4a1f)
  • Allow the use of project-level external config file for js-compute-runtime CLI behavior (#1405) (9749cab)
  • Support installation in projects that use TypeScript 6 (e4273a3)

Bug Fixes

Changelog

Sourced from @​fastly/js-compute's changelog.

3.41.1 (2026-04-10)

Bug Fixes

  • Deal with bodyless statuses in CandidateResponse situations (#1414) (cfd6c4b)
  • Mark FetchEvent as done when we redirect to ws/grip proxies (9831bd4)
  • Support setCacheKey for HTTP cache (#1411) (a707c3d)

3.41.0 (2026-04-08)

Added

  • Add --gc-frequency option to debug-build.sh (#1395) (a6e4a1f)
  • Allow the use of project-level external config file for js-compute-runtime CLI behavior (#1405) (9749cab)
  • Support installation in projects that use TypeScript 6 (e4273a3)

Fixed

Commits
  • 9471c51 chore(main): release 3.41.1 (#1412)
  • ad77fbb Trigger release please
  • cfd6c4b fix: Deal with bodyless statuses in CandidateResponse situations (#1414)
  • 9831bd4 Make FetchEvent as done when we redirect to ws/grip proxies (#1416)
  • a98e8cc chore: Bump viceroy (#1413)
  • a707c3d fix: Support setCacheKey for HTTP cache (#1411)
  • 091671b chore(main): release 3.41.0 (#1390)
  • 6de2f55 fix: Shielding GC (#1401)
  • 9749cab feat: Allow the use of project-level external config file for js-compute-runt...
  • 6478a9f chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 in /documentation (#1392)
  • Additional commits viewable in compare view

Updates @bytecodealliance/jco from 1.17.0 to 1.17.6

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.17.6

Changelog

[unreleased]

🧪 Testing

jco-v1.17.5

Changelog

[unreleased]

🧪 Testing

jco-v1.17.4

Changelog

[unreleased]

🧪 Testing

... (truncated)

Commits
  • d14a5c3 release: jco v1.17.6
  • e1cfc24 release: js-component-bindgen v1.16.5
  • 1b3b549 test(transpile): add test for bare export ancillary types
  • b79e433 fix(bindgen): generate ancillary type generation for functions
  • da6f55c feat(bindgen): configure wasmparser for wasm 3.0 support
  • f1a364d fix(bindgen): bindgen runtime bugs
  • afd30ca chore(deps): bump taiki-e/install-action from 2.69.10 to 2.69.13
  • f903015 chore(deps): bump taiki-e/install-action from 2.69.8 to 2.69.10
  • a77f780 test(jco): enable nested stream test
  • 819837a fix(bindgen): flat stream lift for nested streams
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-darwin-64 from 1.20260317.1 to 1.20260409.1

Release notes

Sourced from @​cloudflare/workerd-darwin-64's releases.

v1.20260409.1

What's Changed

New Contributors

Full Changelog: cloudflare/workerd@v1.20260408.1...v1.20260409.1

v1.20260408.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260407.1...v1.20260408.1

v1.20260407.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260405.1...v1.20260407.1

v1.20260405.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260404.1...v1.20260405.1

v1.20260404.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260403.1...v1.20260404.1

... (truncated)

Commits
  • 36ed2d9 Release 2026-04-09
  • f1f57f8 Merge pull request #6532 from cloudflare/gv/codeowners
  • 5138dd5 Merge pull request #6534 from cloudflare/jasnell/streams-increase-default-aut...
  • 32b4109 Increase the default auto alllocate chunk size
  • e400853 codeowners: @​cloudflare/cloudchamber added to container-client related files
  • 8e75c36 Merge pull request #6456 from roerohan/roerohan/flagship-worker-binding
  • 694afa4 Merge pull request #6526 from cloudflare/gv/dns
  • 33f2616 Partial revert of googlesource auth changes (#6529)
  • a3a29b0 Merge pull request #6496 from cloudflare/mar/worker-tracing
  • e10288c Merge pull request #6512 from cloudflare/mmcdonnell/restrict-reserved-names
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-darwin-arm64 from 1.20260317.1 to 1.20260409.1

Release notes

Sourced from @​cloudflare/workerd-darwin-arm64's releases.

v1.20260409.1

What's Changed

Bumps the minor group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@iconify-json/fluent](https://github.com/iconify/icon-sets) | `1.2.43` | `1.2.44` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.6.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.42.0` | `0.44.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.57.0` | `1.59.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.18.1` | `0.20.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.3` | `8.0.8` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.78.0` | `4.81.1` |
| [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) | `3.40.1` | `3.41.1` |



Updates `@iconify-json/fluent` from 1.2.43 to 1.2.44
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@types/node` from 25.5.0 to 25.6.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `oxfmt` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `oxlint` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.59.0/npm/oxlint)

Updates `oxlint-tsgolint` from 0.18.1 to 0.20.0
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.18.1...v0.20.0)

Updates `vite` from 8.0.3 to 8.0.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.8/packages/vite)

Updates `wrangler` from 4.78.0 to 4.81.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.81.1/packages/wrangler)

Updates `@fastly/js-compute` from 3.40.1 to 3.41.1
- [Release notes](https://github.com/fastly/js-compute-runtime/releases)
- [Changelog](https://github.com/fastly/js-compute-runtime/blob/main/CHANGELOG.md)
- [Commits](fastly/js-compute-runtime@v3.40.1...v3.41.1)

Updates `@bytecodealliance/jco` from 1.17.0 to 1.17.6
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](bytecodealliance/jco@jco-v1.17.0...jco-v1.17.6)

Updates `@cloudflare/workerd-darwin-64` from 1.20260317.1 to 1.20260409.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260317.1...v1.20260409.1)

Updates `@cloudflare/workerd-darwin-arm64` from 1.20260317.1 to 1.20260409.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260317.1...v1.20260409.1)

Updates `@cloudflare/workerd-linux-64` from 1.20260317.1 to 1.20260409.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260317.1...v1.20260409.1)

Updates `@cloudflare/workerd-linux-arm64` from 1.20260317.1 to 1.20260409.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260317.1...v1.20260409.1)

Updates `@cloudflare/workerd-windows-64` from 1.20260317.1 to 1.20260409.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260317.1...v1.20260409.1)

Updates `@emnapi/core` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.9.1...v1.9.2)

Updates `@emnapi/runtime` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.9.1...v1.9.2)

Updates `@emnapi/wasi-threads` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.2.0...wasi-threads-v1.2.1)

Updates `@oxfmt/binding-android-arm-eabi` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-android-arm64` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-darwin-arm64` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-darwin-x64` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-freebsd-x64` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-linux-arm-gnueabihf` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-linux-arm-musleabihf` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-linux-arm64-gnu` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-linux-arm64-musl` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-linux-ppc64-gnu` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-linux-riscv64-gnu` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-linux-riscv64-musl` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-linux-s390x-gnu` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-linux-x64-gnu` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-linux-x64-musl` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-openharmony-arm64` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-win32-arm64-msvc` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-win32-ia32-msvc` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxfmt/binding-win32-x64-msvc` from 0.42.0 to 0.44.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.44.0/npm/oxfmt)

Updates `@oxlint-tsgolint/darwin-arm64` from 0.18.1 to 0.20.0
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.18.1...v0.20.0)

Updates `@oxlint-tsgolint/darwin-x64` from 0.18.1 to 0.20.0
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.18.1...v0.20.0)

Updates `@oxlint-tsgolint/linux-arm64` from 0.18.1 to 0.20.0
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.18.1...v0.20.0)

Updates `@oxlint-tsgolint/linux-x64` from 0.18.1 to 0.20.0
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.18.1...v0.20.0)

Updates `@oxlint-tsgolint/win32-arm64` from 0.18.1 to 0.20.0
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.18.1...v0.20.0)

Updates `@oxlint-tsgolint/win32-x64` from 0.18.1 to 0.20.0
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.18.1...v0.20.0)

Updates `@oxlint/binding-android-arm-eabi` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-android-arm64` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-darwin-arm64` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-darwin-x64` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-freebsd-x64` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-linux-arm-gnueabihf` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-linux-arm-musleabihf` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-linux-arm64-gnu` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-linux-arm64-musl` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-linux-ppc64-gnu` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-linux-riscv64-gnu` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-linux-riscv64-musl` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-linux-s390x-gnu` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-linux-x64-gnu` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-linux-x64-musl` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-openharmony-arm64` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-win32-arm64-msvc` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-win32-ia32-msvc` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@oxlint/binding-win32-x64-msvc` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.59.0/npm/oxlint)

Updates `@rolldown/binding-android-arm64` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-darwin-arm64` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-darwin-x64` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-freebsd-x64` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-linux-arm-gnueabihf` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-gnu` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-musl` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-linux-ppc64-gnu` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-linux-s390x-gnu` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-linux-x64-gnu` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-linux-x64-musl` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-openharmony-arm64` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-wasm32-wasi` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-win32-arm64-msvc` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/binding-win32-x64-msvc` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `@rolldown/pluginutils` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/pluginutils)

Updates `call-bind` from 1.0.8 to 1.0.9
- [Changelog](https://github.com/ljharb/call-bind/blob/main/CHANGELOG.md)
- [Commits](ljharb/call-bind@v1.0.8...v1.0.9)

Updates `miniflare` from 4.20260317.3 to 4.20260409.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/miniflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/miniflare@4.20260409.0/packages/miniflare)

Updates `picomatch` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.3...4.0.4)

Updates `postcss` from 8.5.8 to 8.5.9
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.8...8.5.9)

Updates `regjsparser` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/jviereck/regjsparser/releases)
- [Changelog](https://github.com/jviereck/regjsparser/blob/gh-pages/CHANGELOG)
- [Commits](jviereck/regjsparser@v0.13.0...v0.13.1)

Updates `rolldown` from 1.0.0-rc.12 to 1.0.0-rc.15
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.15/packages/rolldown)

Updates `terser` from 5.46.0 to 5.46.1
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.46.0...v5.46.1)

Updates `tinyglobby` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases)
- [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md)
- [Commits](SuperchupuDev/tinyglobby@0.2.15...0.2.16)

Updates `undici-types` from 7.18.2 to 7.19.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.18.2...v7.19.2)

Updates `workerd` from 1.20260317.1 to 1.20260409.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260317.1...v1.20260409.1)

---
updated-dependencies:
- dependency-name: "@iconify-json/fluent"
  dependency-version: 1.2.44
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxfmt
  dependency-version: 0.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxlint
  dependency-version: 1.59.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxlint-tsgolint
  dependency-version: 0.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite
  dependency-version: 8.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: wrangler
  dependency-version: 4.81.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@fastly/js-compute"
  dependency-version: 3.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.17.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-darwin-64"
  dependency-version: 1.20260409.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-darwin-arm64"
  dependency-version: 1.20260409.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-linux-64"
  dependency-version: 1.20260409.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-linux-arm64"
  dependency-version: 1.20260409.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-windows-64"
  dependency-version: 1.20260409.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@emnapi/core"
  dependency-version: 1.9.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@emnapi/runtime"
  dependency-version: 1.9.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@emnapi/wasi-threads"
  dependency-version: 1.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxfmt/binding-android-arm-eabi"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-android-arm64"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-darwin-arm64"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-darwin-x64"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-freebsd-x64"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-linux-arm-gnueabihf"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-linux-arm-musleabihf"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-linux-arm64-gnu"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-linux-arm64-musl"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-linux-ppc64-gnu"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-linux-riscv64-gnu"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-linux-riscv64-musl"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-linux-s390x-gnu"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-linux-x64-gnu"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-linux-x64-musl"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-openharmony-arm64"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-win32-arm64-msvc"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-win32-ia32-msvc"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/binding-win32-x64-msvc"
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/darwin-arm64"
  dependency-version: 0.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/darwin-x64"
  dependency-version: 0.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/linux-arm64"
  dependency-version: 0.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/linux-x64"
  dependency-version: 0.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/win32-arm64"
  dependency-version: 0.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/win32-x64"
  dependency-version: 0.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-android-arm-eabi"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-android-arm64"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-darwin-arm64"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-darwin-x64"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-freebsd-x64"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-linux-arm-gnueabihf"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-linux-arm-musleabihf"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-linux-arm64-gnu"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-linux-arm64-musl"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-linux-ppc64-gnu"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-linux-riscv64-gnu"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-linux-riscv64-musl"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-linux-s390x-gnu"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-linux-x64-gnu"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-linux-x64-musl"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-openharmony-arm64"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-win32-arm64-msvc"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-win32-ia32-msvc"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/binding-win32-x64-msvc"
  dependency-version: 1.59.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@rolldown/binding-android-arm64"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-darwin-arm64"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-darwin-x64"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-freebsd-x64"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-arm-gnueabihf"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-arm64-gnu"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-arm64-musl"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-ppc64-gnu"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-s390x-gnu"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-x64-musl"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-openharmony-arm64"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-wasm32-wasi"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-win32-arm64-msvc"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-win32-x64-msvc"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/pluginutils"
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: call-bind
  dependency-version: 1.0.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: miniflare
  dependency-version: 4.20260409.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: picomatch
  dependency-version: 4.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: postcss
  dependency-version: 8.5.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: regjsparser
  dependency-version: 0.13.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: rolldown
  dependency-version: 1.0.0-rc.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: terser
  dependency-version: 5.46.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tinyglobby
  dependency-version: 0.2.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: undici-types
  dependency-version: 7.19.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workerd
  dependency-version: 1.20260409.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 12, 2026
@github-actions github-actions bot enabled auto-merge (squash) April 12, 2026 20:26
@github-actions
Copy link
Copy Markdown

Size Change: -6 B (-0.01%)

Total Size: 59.2 kB

Filename Size Change
dist/assets/index-c0e59lI9.js 0 B -22.4 kB (removed) 🏆
dist/assets/pdfium-worker-B_I7j_eV.js 0 B -36.8 kB (removed) 🏆
dist/assets/index-DClC1AF0.js 22.4 kB +22.4 kB (new file) 🆕
dist/assets/pdfium-worker-vl6Sgu6k.js 36.8 kB +36.8 kB (new file) 🆕

compressed-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants