Skip to content

build(deps): bump the minor group across 1 directory with 39 updates#35

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-eb5ad4e23d
Feb 1, 2026
Merged

build(deps): bump the minor group across 1 directory with 39 updates#35
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-eb5ad4e23d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

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

Package From To
@iconify-json/fluent 1.2.37 1.2.38
@types/node 25.0.10 25.2.0
oxfmt 0.26.0 0.27.0
oxlint 1.41.0 1.42.0
oxlint-tsgolint 0.11.1 0.11.4
wrangler 4.60.0 4.61.1
@fastly/js-compute 3.38.4 3.39.0

Updates @iconify-json/fluent from 1.2.37 to 1.2.38

Commits

Updates @types/node from 25.0.10 to 25.2.0

Commits

Updates oxfmt from 0.26.0 to 0.27.0

Changelog

Sourced from oxfmt's changelog.

[0.27.0] - 2026-01-26

📚 Documentation

  • 8ccd853 npm: Update package homepage URLs and add keywords (#18509) (Boshen)
Commits

Updates oxlint from 1.41.0 to 1.42.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.42.0] - 2026-01-26

🚀 Features

  • 15d69dc linter: Implement react/display-name rule (#18426) (camchenry)

📚 Documentation

  • 8ccd853 npm: Update package homepage URLs and add keywords (#18509) (Boshen)
Commits

Updates oxlint-tsgolint from 0.11.1 to 0.11.4

Release notes

Sourced from oxlint-tsgolint's releases.

v0.11.4

What's Changed

Full Changelog: oxc-project/tsgolint@v0.11.3...v0.11.4

v0.11.3

What's Changed

Full Changelog: oxc-project/tsgolint@v0.11.2...v0.11.3

v0.11.2

What's Changed

New Contributors

Full Changelog: oxc-project/tsgolint@v0.11.1...v0.11.2

Commits
  • f84cafa fix(promise-function-async): use suggestion instead of auto-fix for hybrid re...
  • 5cb70c0 fix(promise-function-async): use different error message for hybrid return ty...
  • 36f99a9 perf: Concurrent tsconfig lookup per file (#555)
  • f14f168 chore(deps): update crate-ci/typos action to v1.42.3 (#613)
  • 6793efa chore(deps): update crate-ci/typos action to v1.42.2 (#612)
  • 3fd0ad2 fix: gen-json-schema tool (#610)
  • b3d8374 chore(deps): update typescript-go digest to 2ca325f (#603)
  • 71bc7c1 chore(deps): update npm packages (#609)
  • 395979d chore(deps): update github-actions (#608)
  • dd03700 fix: no-misused-spread: remove multiline message and add help messages (#605)
  • Additional commits viewable in compare view

Updates wrangler from 4.60.0 to 4.61.1

Release notes

Sourced from wrangler's releases.

wrangler@4.61.1

Patch Changes

  • #12189 eb8a415 Thanks @​NuroDev! - Fixed Durable Object missing migrations warning message.

    If a Workers project includes some durable_objects in it but no migrations we show a warning to the user to add migrations to their config. However, this warning recommended new_classes for their migrations, but we instead now recommend all users use new_sqlite_classes instead.

  • #11804 3b06b18 Thanks @​emily-shen! - fix: allow d1 execute, d1 export, and d1 migrations to work locally without database_id in config.

  • #12183 17961bb Thanks @​dependabot! - chore: update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260124.0 1.20260127.0
  • #12196 52fdfe7 Thanks @​dependabot! - chore: update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260127.0 1.20260128.0
  • #12199 6d8d9cd Thanks @​petebacondarwin! - Prevent wrangler logout from failing when the Wrangler configuration file is invalid

    Previously, if your wrangler.toml or wrangler.json file contained syntax errors or invalid values, the wrangler logout command would fail. Now, configuration parsing errors are caught and logged at debug level, allowing you to log out regardless of the state of your configuration file.

  • #12153 cb72c11 Thanks @​petebacondarwin! - Sanitize commands and arguments in telemetry to prevent accidentally capturing sensitive information.

    Changes:

    • Renamed telemetry fields from command/args to sanitizedCommand/sanitizedArgs to distinguish from historical fields that may have contained sensitive data in older versions
    • Command names now come from command definitions rather than user input, preventing accidental capture of sensitive data pasted as positional arguments
    • Sentry breadcrumbs now use the safe command name from definitions
    • Argument values are only included if explicitly allowed via COMMAND_ARG_ALLOW_LIST
    • Argument keys (names) are always included since they come from command definitions, not user input
  • Updated dependencies [8a210af, 17961bb, 52fdfe7, 5f060c9]:

    • miniflare@4.20260128.0
    • @​cloudflare/unenv-preset@​2.12.0

wrangler@4.61.0

Minor Changes

  • #12008 e414f05 Thanks @​penalosa! - Add support for customising the inspector IP address

    Adds a new --inspector-ip CLI flag and dev.inspector_ip configuration option to allow customising the IP address that the inspector server listens on. Previously, the inspector was hardcoded to listen only on 127.0.0.1.

... (truncated)

Commits
  • 95154f5 Version Packages (#12184)
  • 6d8d9cd fix(wrangler): prevent logout from failing on invalid config (#12199)
  • 8a210af [explorer] add implementation for local KV API (take 2) (#12152)
  • 52fdfe7 chore(deps): bump the workerd-and-workers-types group with 2 updates (#12196)
  • cb72c11 refactor(wrangler): add safe command/args handling for telemetry (#12153)
  • eb8a415 fix(wrangler): Update missing DO migrations message to recommend `new_sqlite_...
  • 5f060c9 feat(unenv-preset): add native node:repl module support (#12007)
  • 3b06b18 fix: allow D1 local commands to work without database_id (#11804)
  • 17961bb chore(deps): bump the workerd-and-workers-types group with 2 updates (#12183)
  • 1228dee Version Packages (#12045)
  • Additional commits viewable in compare view

Updates @fastly/js-compute from 3.38.4 to 3.39.0

Release notes

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

v3.39.0

3.39.0 (2026-01-28)

Features

  • Add isBot support to device detection (#1287) (fe079b1)
  • Implement firstByteTimeout for shielding (#1286) (ad445b7)
  • Map the FastlyStatus values into KVStoreError values the same way the Rust SDK does (#1280) (726f4e2)

Bug Fixes

  • Correct default export (#1269) (58d872e)
  • suppress sourcemap for bundle() step when --enable-stack-traces is not set (#1277) (ab8c12e)
Changelog

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

3.39.0 (2026-01-28)

Added

  • Add isBot support to device detection (#1287) (fe079b1)
  • Implement firstByteTimeout for shielding (#1286) (ad445b7)
  • Map the FastlyStatus values into KVStoreError values the same way the Rust SDK does (#1280) (726f4e2)

Fixed

  • Correct default export (#1269) (58d872e)
  • suppress sourcemap for bundle() step when --enable-stack-traces is not set (#1277) (ab8c12e)
Commits
  • 16b7afc chore(main): release 3.39.0 (#1283)
  • 726f4e2 feat: Map the FastlyStatus values into KVStoreError values the same way the R...
  • fe079b1 feat: Add isBot support to device detection (#1287)
  • fc932da chore(deps): bump the npm group in /integration-tests/js-compute with 5 updat...
  • ad445b7 feat: Implement firstByteTimeout for shielding (#1286)
  • 0885efc chore(deps): bump on-headers and compression in /documentation (#1189)
  • 7000db0 chore: Remove non-collapsing HTTP cache lookup (#1191)
  • 58d872e fix: Correct default export (#1269)
  • 6445446 chore(deps): bump undici from 7.6.0 to 7.18.2 in /integration-tests/js-comput...
  • da51632 chore(deps): bump openssl from 0.10.70 to 0.10.72 in /compute-file-server-cli...
  • Additional commits viewable in compare view

Updates @bytecodealliance/jco from 1.15.4 to 1.16.0

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.16.0

Changelog

[1.16.0] - 2026-02-01

🚀 Features

🐛 Bug Fixes

🧪 Testing

... (truncated)

Commits
  • 9ab3667 release: jco v1.16.0
  • bc8a3b7 release: js-component-bindgen v1.14.0
  • eccfde2 fix(ci): add missing permissions for crate publish
  • 42ae4ae chore(bindgen): wit-bindgen -> 0.52.0
  • bd4c038 test(jco): test telemetry directive
  • f9613a0 feat(bindgen): add "use jco" telemetry directive
  • c01ff75 chore(deps): bump taiki-e/install-action from 2.67.15 to 2.67.16
  • da132e2 release: preview2-shim v0.17.7
  • f275102 chore(deps): bump actions/cache from 5.0.2 to 5.0.3
  • e6ba78c chore(deps): bump taiki-e/install-action from 2.67.13 to 2.67.15
  • Additional commits viewable in compare view

Updates @bytecodealliance/preview2-shim from 0.17.6 to 0.17.7

Commits
  • da132e2 release: preview2-shim v0.17.7
  • f275102 chore(deps): bump actions/cache from 5.0.2 to 5.0.3
  • e6ba78c chore(deps): bump taiki-e/install-action from 2.67.13 to 2.67.15
  • f386b2a docs(jco): cargo-component ref with CM book
  • 7926337 chore(deps): bump wasmtime from 41.0.0 to 41.0.1
  • ab8992c chore(deps): bump actions/attest-build-provenance from 3.1.0 to 3.2.0
  • ce3ac0c chore(deps): bump taiki-e/install-action from 2.67.5 to 2.67.13
  • a14e3e6 fix(docs): address code review suggestions
  • 7d7cc9c fix(docs): update preopens docs
  • e71ef4f feat(p2-shim): add sandboxing configuration to WASIShim
  • Additional commits viewable in compare view

Updates @cloudflare/unenv-preset from 2.11.0 to 2.12.0

Release notes

Sourced from @​cloudflare/unenv-preset's releases.

@​cloudflare/unenv-preset@​2.12.0

Minor Changes

  • #12007 5f060c9 Thanks @​petebacondarwin! - Add support for native node:repl module when the enable_nodejs_repl_module and experimental compatibility flags are enabled.
Changelog

Sourced from @​cloudflare/unenv-preset's changelog.

2.12.0

Minor Changes

  • #12007 5f060c9 Thanks @​petebacondarwin! - Add support for native node:repl module when the enable_nodejs_repl_module and experimental compatibility flags are enabled.
Commits

Updates @cloudflare/workerd-darwin-64 from 1.20260120.0 to 1.20260128.0

Release notes

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

v1.20260128.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260127.0...v1.20260128.0

v1.20260127.0

What's Changed

New Contributors

Full Changelog: cloudflare/workerd@v1.20260124.0...v1.20260127.0

v1.20260124.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260123.0...v1.20260124.0

v1.20260123.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260122.0...v1.20260123.0

v1.20260122.0

What's Changed

... (truncated)

Commits
  • a3b8d2c Release 2026-01-28
  • d615272 Merge pull request #5961 from cloudflare/yagiz/fix-formdata-overloads
  • e8aec71 Merge pull request #5847 from cloudflare/yagiz/make-modules-mutable
  • c2c84d8 Merge pull request #5970 from cloudflare/yagiz/extend-fuzzing-streams
  • 3b21888 Add TypeScript test for FormData union type overloads
  • 5786daa Add missing string | Blob overloads to FormData append() and set()
  • f107510 Allow empty protocols array in WebSocket constructor (#5963)
  • ff79a09 update js dependencies and fix type issues (#5965)
  • 3a007b7 extend fuzzing for several stream classes
  • e0bf5d3 start formatting fuzzilli directory (#5969)
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-darwin-arm64 from 1.20260120.0 to 1.20260128.0

Release notes

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

v1.20260128.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260127.0...v1.20260128.0

v1.20260127.0

What's Changed

New Contributors

Full Changelog: cloudflare/workerd@v1.20260124.0...v1.20260127.0

v1.20260124.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260123.0...v1.20260124.0

v1.20260123.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260122.0...v1.20260123.0

v1.20260122.0

What's Changed

... (truncated)

Commits
  • a3b8d2c Release 2026-01-28
  • d615272 Merge pull request #5961 from cloudflare/yagiz/fix-formdata-overloads
  • e8aec71 Merge pull request #5847 from cloudflare/yagiz/make-modules-mutable
  • c2c84d8 Merge pull request #5970 from cloudflare/yagiz/extend-fuzzing-streams
  • 3b21888 Add TypeScript test for FormData union type overloads
  • 5786daa Add missing string | Blob overloads to FormData append() and set()
  • f107510 Allow empty protocols array in WebSocket constructor (#5963)
  • ff79a09 update js dependencies and fix type issues (#5965)
  • 3a007b7 extend fuzzing for several stream classes
  • e0bf5d3 start formatting fuzzilli directory (#5969)
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-linux-64 from 1.20260120.0 to 1.20260128.0

Release notes

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

v1.20260128.0

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [@iconify-json/fluent](https://github.com/iconify/icon-sets) | `1.2.37` | `1.2.38` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.10` | `25.2.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.26.0` | `0.27.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.41.0` | `1.42.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.11.1` | `0.11.4` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.60.0` | `4.61.1` |
| [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) | `3.38.4` | `3.39.0` |



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

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

Updates `oxfmt` from 0.26.0 to 0.27.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.27.0/npm/oxfmt)

Updates `oxlint` from 1.41.0 to 1.42.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.42.0/npm/oxlint)

Updates `oxlint-tsgolint` from 0.11.1 to 0.11.4
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.11.1...v0.11.4)

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

Updates `@fastly/js-compute` from 3.38.4 to 3.39.0
- [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.38.4...v3.39.0)

Updates `@bytecodealliance/jco` from 1.15.4 to 1.16.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](bytecodealliance/jco@jco-v1.15.4...jco-v1.16.0)

Updates `@bytecodealliance/preview2-shim` from 0.17.6 to 0.17.7
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](bytecodealliance/jco@preview2-shim-v0.17.6...preview2-shim-v0.17.7)

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

Updates `@cloudflare/workerd-darwin-64` from 1.20260120.0 to 1.20260128.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260120.0...v1.20260128.0)

Updates `@cloudflare/workerd-darwin-arm64` from 1.20260120.0 to 1.20260128.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260120.0...v1.20260128.0)

Updates `@cloudflare/workerd-linux-64` from 1.20260120.0 to 1.20260128.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260120.0...v1.20260128.0)

Updates `@cloudflare/workerd-linux-arm64` from 1.20260120.0 to 1.20260128.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260120.0...v1.20260128.0)

Updates `@cloudflare/workerd-windows-64` from 1.20260120.0 to 1.20260128.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260120.0...v1.20260128.0)

Updates `@oxfmt/darwin-arm64` from 0.26.0 to 0.27.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.27.0/npm/oxfmt)

Updates `@oxfmt/darwin-x64` from 0.26.0 to 0.27.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.27.0/npm/oxfmt)

Updates `@oxfmt/linux-arm64-gnu` from 0.26.0 to 0.27.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.27.0/npm/oxfmt)

Updates `@oxfmt/linux-arm64-musl` from 0.26.0 to 0.27.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.27.0/npm/oxfmt)

Updates `@oxfmt/linux-x64-gnu` from 0.26.0 to 0.27.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.27.0/npm/oxfmt)

Updates `@oxfmt/linux-x64-musl` from 0.26.0 to 0.27.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.27.0/npm/oxfmt)

Updates `@oxfmt/win32-arm64` from 0.26.0 to 0.27.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.27.0/npm/oxfmt)

Updates `@oxfmt/win32-x64` from 0.26.0 to 0.27.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.27.0/npm/oxfmt)

Updates `@oxlint-tsgolint/darwin-arm64` from 0.11.1 to 0.11.4
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.11.1...v0.11.4)

Updates `@oxlint-tsgolint/darwin-x64` from 0.11.1 to 0.11.4
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.11.1...v0.11.4)

Updates `@oxlint-tsgolint/linux-arm64` from 0.11.1 to 0.11.4
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.11.1...v0.11.4)

Updates `@oxlint-tsgolint/linux-x64` from 0.11.1 to 0.11.4
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.11.1...v0.11.4)

Updates `@oxlint-tsgolint/win32-arm64` from 0.11.1 to 0.11.4
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.11.1...v0.11.4)

Updates `@oxlint-tsgolint/win32-x64` from 0.11.1 to 0.11.4
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.11.1...v0.11.4)

Updates `@oxlint/darwin-arm64` from 1.41.0 to 1.42.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.42.0/npm/oxlint)

Updates `@oxlint/darwin-x64` from 1.41.0 to 1.42.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.42.0/npm/oxlint)

Updates `@oxlint/linux-arm64-gnu` from 1.41.0 to 1.42.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.42.0/npm/oxlint)

Updates `@oxlint/linux-arm64-musl` from 1.41.0 to 1.42.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.42.0/npm/oxlint)

Updates `@oxlint/linux-x64-gnu` from 1.41.0 to 1.42.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.42.0/npm/oxlint)

Updates `@oxlint/linux-x64-musl` from 1.41.0 to 1.42.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.42.0/npm/oxlint)

Updates `@oxlint/win32-arm64` from 1.41.0 to 1.42.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.42.0/npm/oxlint)

Updates `@oxlint/win32-x64` from 1.41.0 to 1.42.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.42.0/npm/oxlint)

Updates `miniflare` from 4.20260120.0 to 4.20260128.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.20260128.0/packages/miniflare)

Updates `workerd` from 1.20260120.0 to 1.20260128.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260120.0...v1.20260128.0)

---
updated-dependencies:
- dependency-name: "@iconify-json/fluent"
  dependency-version: 1.2.38
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxfmt
  dependency-version: 0.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxlint
  dependency-version: 1.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxlint-tsgolint
  dependency-version: 0.11.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: wrangler
  dependency-version: 4.61.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@fastly/js-compute"
  dependency-version: 3.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@bytecodealliance/preview2-shim"
  dependency-version: 0.17.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@cloudflare/unenv-preset"
  dependency-version: 2.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-darwin-64"
  dependency-version: 1.20260128.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-darwin-arm64"
  dependency-version: 1.20260128.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-linux-64"
  dependency-version: 1.20260128.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-linux-arm64"
  dependency-version: 1.20260128.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-windows-64"
  dependency-version: 1.20260128.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/darwin-arm64"
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/darwin-x64"
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-arm64-gnu"
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-arm64-musl"
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-x64-gnu"
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-x64-musl"
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/win32-arm64"
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/win32-x64"
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/darwin-arm64"
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/darwin-x64"
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/linux-arm64"
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/linux-x64"
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/win32-arm64"
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/win32-x64"
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint/darwin-arm64"
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/darwin-x64"
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-arm64-gnu"
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-arm64-musl"
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-x64-gnu"
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-x64-musl"
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/win32-arm64"
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/win32-x64"
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: miniflare
  dependency-version: 4.20260128.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workerd
  dependency-version: 1.20260128.0
  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 Feb 1, 2026
@github-actions github-actions bot merged commit d5bcfd4 into main Feb 1, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-eb5ad4e23d branch February 1, 2026 20:22
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