Skip to content

build(deps): bump the minor group across 1 directory with 37 updates#38

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

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

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@types/node 25.2.0 25.2.2
eslint-plugin-better-tailwindcss 4.0.2 4.1.1
oxfmt 0.27.0 0.28.0
oxlint 1.42.0 1.43.0
oxlint-tsgolint 0.11.4 0.11.5
wrangler 4.61.1 4.63.0
@fastly/compute-js-static-publish 7.0.4 7.0.5

Updates @types/node from 25.2.0 to 25.2.2

Commits

Updates eslint-plugin-better-tailwindcss from 4.0.2 to 4.1.1

Release notes

Sourced from eslint-plugin-better-tailwindcss's releases.

v4.1.1

compare changes

Fixes

  • Filter unrecommended rules (#317)

v4.1.0

compare changes

Features

  • Experimental css linting (#314)
  • Add solid classList matcher (#315)

Fixes

  • Prevent linting when no literals are found (51333c6)
  • Add exactOptionalPropertyTypes to tsconfig (#311)

❤️ Contributors

Changelog

Sourced from eslint-plugin-better-tailwindcss's changelog.

v4.1.1

compare changes

Fixes

  • Filter unrecommended rules (#317)

v4.1.0

compare changes

Features

  • Experimental css linting (#314)
  • Add solid classList matcher (#315)

Fixes

  • Type errors (c3c9c40)
  • Prevent linting when no literals are found (51333c6)
  • Add exactOptionalPropertyTypes to tsconfig (#311)

❤️ Contributors

Commits

Updates oxfmt from 0.27.0 to 0.28.0

Changelog

Sourced from oxfmt's changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

Commits

Updates oxlint from 1.42.0 to 1.43.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.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

Commits
  • fa0eeb7 release(apps): oxlint v1.43.0 && oxfmt v0.28.0 (#18843)
  • ab4fddd refactor(linter/plugins): rename oxlint/rule-tester to oxlint/plugins-dev...
  • 9de9385 refactor(linter/plugins): rename oxlint/plugin to oxlint/plugins (#18792)
  • 81eb6fa refactor(linter): split entry points for custom plugins/config/types (#18601)
  • See full diff in compare view

Updates oxlint-tsgolint from 0.11.4 to 0.11.5

Release notes

Sourced from oxlint-tsgolint's releases.

v0.11.5

What's Changed

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

Commits
  • 18bd338 chore(deps): update typescript-go digest to 5597f4c (#636)
  • 16de91c chore: add pnpm fmt to justfile fmt task (#634)
  • 7f775d6 style: format code by just fmt (#633)
  • 8800709 perf(test): skip @​types resolution in tsconfig fixtures (#631)
  • dd5ec29 chore(deps): update crate-ci/typos action to v1.43.3 (#632)
  • 2c91441 perf(test): cache base FS with cachedvfs for node_modules lookup (#630)
  • 8d807c6 perf(test): use t.Parallel for all remaining tests (#629)
  • 3a6661e chore(deps): update typescript-go digest to 7d8e77a (#628)
  • 9a90120 chore(deps): update crate-ci/typos action to v1.43.2 (#627)
  • f33dd3f style: format code by just fmt (#625)
  • Additional commits viewable in compare view

Updates wrangler from 4.61.1 to 4.63.0

Release notes

Sourced from wrangler's releases.

wrangler@4.63.0

Minor Changes

  • #12386 447daa3 Thanks @​NuroDev! - Added new "open local explorer" hotkey for experimental/WIP local resource explorer

    When running wrangler dev with the experimental local explorer feature enabled, you can now press the e hotkey to open the local resource explorer UI in your browser.

Patch Changes

  • #11350 ee9b81f Thanks @​dario-piotrowicz! - fix: improve error message when the entrypoint is incorrect

    Error messages for incorrect entrypoint configuration have been improved to provide clearer and more actionable feedback. The updated messages help users understand what went wrong and how to fix their configuration.

  • #12402 63f1adb Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260131.0 1.20260203.0
  • #12418 ba13de9 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260203.0 1.20260205.0
  • #12216 fe3af35 Thanks @​ichernetsky-cf! - Deprecate 'wrangler cloudchamber apply' in favor of 'wrangler deploy'

  • #12368 bd4bb98 Thanks @​KianNH! - Preserve Containers configuration when using versions commands

    Previously, commands like wrangler versions upload would inadvertently disable Containers on associated Durable Object namespaces because the containers property was being omitted from the API request body.

  • #12396 dab4bc9 Thanks @​petebacondarwin! - fix: redact email addresses and account names in non-interactive mode

    To prevent sensitive information from being exposed in public CI logs, email addresses and account names are now redacted when running in non-interactive mode (e.g., CI environments). Account IDs remain visible to aid debugging.

  • #12378 18c0784 Thanks @​X6TXY! - Truncate Pages commit messages at UTF-8 boundaries to avoid invalid UTF-8

  • Updated dependencies [63f1adb, ba13de9, 83adb2c]:

    • miniflare@4.20260205.0

wrangler@4.62.0

Minor Changes

  • #12064 964a39d Thanks @​G4brym! - Add AI Search OAuth scopes to login

    Adds ai-search:write and ai-search:run OAuth scopes to the default login scopes, enabling wrangler to authenticate with AI Search APIs.

... (truncated)

Commits

Updates @fastly/compute-js-static-publish from 7.0.4 to 7.0.5

Changelog

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

[7.0.5] - 2026-02-03

Added

  • Add application/wasm to default content types
Commits

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

Release notes

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

v1.20260205.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260204.0...v1.20260205.0

v1.20260204.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260203.0...v1.20260204.0

v1.20260203.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260201.0...v1.20260203.0

v1.20260201.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260131.0...v1.20260201.0

v1.20260131.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260130.0...v1.20260131.0

v1.20260130.0

What's Changed

... (truncated)

Commits

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

Release notes

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

v1.20260205.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260204.0...v1.20260205.0

v1.20260204.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260203.0...v1.20260204.0

v1.20260203.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260201.0...v1.20260203.0

v1.20260201.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260131.0...v1.20260201.0

v1.20260131.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260130.0...v1.20260131.0

v1.20260130.0

What's Changed

... (truncated)

Commits

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

Release notes

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

v1.20260205.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260204.0...v1.20260205.0

v1.20260204.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260203.0...v1.20260204.0

v1.20260203.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260201.0...v1.20260203.0

v1.20260201.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260131.0...v1.20260201.0

v1.20260131.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260130.0...v1.20260131.0

v1.20260130.0

What's Changed

... (truncated)

Commits

Updates @cloudflare/workerd-linux-arm64 from 1.20260128.0 to 1.20260205.0

Release notes

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

v1.20260205.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260204.0...v1.20260205.0

v1.20260204.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260203.0...v1.20260204.0

v1.20260203.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260201.0...v1.20260203.0

v1.20260201.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260131.0...v1.20260201.0

v1.20260131.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260130.0...v1.20260131.0

v1.20260130.0

What's Changed

... (truncated)

Commits

Updates @cloudflare/workerd-windows-64 from 1.20260128.0 to 1.20260205.0

Release notes

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

v1.20260205.0

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.0` | `25.2.2` |
| [eslint-plugin-better-tailwindcss](https://github.com/schoero/eslint-plugin-better-tailwindcss) | `4.0.2` | `4.1.1` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.27.0` | `0.28.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.42.0` | `1.43.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.11.4` | `0.11.5` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.61.1` | `4.63.0` |
| [@fastly/compute-js-static-publish](https://github.com/fastly/compute-js-static-publish) | `7.0.4` | `7.0.5` |



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

Updates `eslint-plugin-better-tailwindcss` from 4.0.2 to 4.1.1
- [Release notes](https://github.com/schoero/eslint-plugin-better-tailwindcss/releases)
- [Changelog](https://github.com/schoero/eslint-plugin-better-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](schoero/eslint-plugin-better-tailwindcss@v4.0.2...v4.1.1)

Updates `oxfmt` from 0.27.0 to 0.28.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.28.0/npm/oxfmt)

Updates `oxlint` from 1.42.0 to 1.43.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.43.0/npm/oxlint)

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

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

Updates `@fastly/compute-js-static-publish` from 7.0.4 to 7.0.5
- [Changelog](https://github.com/fastly/compute-js-static-publish/blob/main/CHANGELOG.md)
- [Commits](fastly/compute-js-static-publish@v7.0.4...v7.0.5)

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

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

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

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

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

Updates `@oxfmt/darwin-arm64` from 0.27.0 to 0.28.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.28.0/npm/oxfmt)

Updates `@oxfmt/darwin-x64` from 0.27.0 to 0.28.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.28.0/npm/oxfmt)

Updates `@oxfmt/linux-arm64-gnu` from 0.27.0 to 0.28.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.28.0/npm/oxfmt)

Updates `@oxfmt/linux-arm64-musl` from 0.27.0 to 0.28.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.28.0/npm/oxfmt)

Updates `@oxfmt/linux-x64-gnu` from 0.27.0 to 0.28.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.28.0/npm/oxfmt)

Updates `@oxfmt/linux-x64-musl` from 0.27.0 to 0.28.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.28.0/npm/oxfmt)

Updates `@oxfmt/win32-arm64` from 0.27.0 to 0.28.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.28.0/npm/oxfmt)

Updates `@oxfmt/win32-x64` from 0.27.0 to 0.28.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.28.0/npm/oxfmt)

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

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

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

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

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

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

Updates `@oxlint/darwin-arm64` from 1.42.0 to 1.43.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.43.0/npm/oxlint)

Updates `@oxlint/darwin-x64` from 1.42.0 to 1.43.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.43.0/npm/oxlint)

Updates `@oxlint/linux-arm64-gnu` from 1.42.0 to 1.43.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.43.0/npm/oxlint)

Updates `@oxlint/linux-arm64-musl` from 1.42.0 to 1.43.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.43.0/npm/oxlint)

Updates `@oxlint/linux-x64-gnu` from 1.42.0 to 1.43.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.43.0/npm/oxlint)

Updates `@oxlint/linux-x64-musl` from 1.42.0 to 1.43.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.43.0/npm/oxlint)

Updates `@oxlint/win32-arm64` from 1.42.0 to 1.43.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.43.0/npm/oxlint)

Updates `@oxlint/win32-x64` from 1.42.0 to 1.43.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.43.0/npm/oxlint)

Updates `miniflare` from 4.20260128.0 to 4.20260205.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.20260205.0/packages/miniflare)

Updates `tinypool` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/tinylibs/tinypool/releases)
- [Commits](tinylibs/tinypool@v2.0.0...v2.1.0)

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: eslint-plugin-better-tailwindcss
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxfmt
  dependency-version: 0.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxlint
  dependency-version: 1.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxlint-tsgolint
  dependency-version: 0.11.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: wrangler
  dependency-version: 4.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@fastly/compute-js-static-publish"
  dependency-version: 7.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-darwin-64"
  dependency-version: 1.20260205.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-darwin-arm64"
  dependency-version: 1.20260205.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-linux-64"
  dependency-version: 1.20260205.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-linux-arm64"
  dependency-version: 1.20260205.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-windows-64"
  dependency-version: 1.20260205.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/darwin-arm64"
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/darwin-x64"
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-arm64-gnu"
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-arm64-musl"
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-x64-gnu"
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-x64-musl"
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/win32-arm64"
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/win32-x64"
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/darwin-arm64"
  dependency-version: 0.11.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/darwin-x64"
  dependency-version: 0.11.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/linux-arm64"
  dependency-version: 0.11.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/linux-x64"
  dependency-version: 0.11.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/win32-arm64"
  dependency-version: 0.11.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/win32-x64"
  dependency-version: 0.11.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint/darwin-arm64"
  dependency-version: 1.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/darwin-x64"
  dependency-version: 1.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-arm64-gnu"
  dependency-version: 1.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-arm64-musl"
  dependency-version: 1.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-x64-gnu"
  dependency-version: 1.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-x64-musl"
  dependency-version: 1.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/win32-arm64"
  dependency-version: 1.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/win32-x64"
  dependency-version: 1.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: miniflare
  dependency-version: 4.20260205.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: tinypool
  dependency-version: 2.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workerd
  dependency-version: 1.20260205.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 8, 2026
@github-actions github-actions bot merged commit ea103ca into main Feb 8, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-1a0da07d7a branch February 8, 2026 20:18
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