Skip to content

Comments

build(deps): bump the minor group across 1 directory with 25 updates#41

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

build(deps): bump the minor group across 1 directory with 25 updates#41
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-7c6748baef

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@types/node 25.2.2 25.2.3
eslint-plugin-better-tailwindcss 4.1.1 4.2.0
oxfmt 0.28.0 0.32.0
oxlint 1.43.0 1.47.0
oxlint-tsgolint 0.11.5 0.13.0
wrangler 4.63.0 4.65.0
@fastly/js-compute 3.39.0 3.39.4
@fastly/compute-js-static-publish 7.0.5 7.0.6

Updates @types/node from 25.2.2 to 25.2.3

Commits

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

Release notes

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

v4.2.0

compare changes

Features

  • Add support for ESLint 10 (#323)

Performance

  • Use shared worker to handle async calls (#319)

❤️ Contributors

Changelog

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

v4.2.0

compare changes

Features

  • Add support for ESLint 10 (#323)

Performance

  • Use shared worker to handle async calls (#319)

❤️ Contributors

Commits

Updates oxfmt from 0.28.0 to 0.32.0

Commits
  • 65b94f9 release(apps): oxlint v1.47.0 && oxfmt v0.32.0 (#19315)
  • ffe9b2e release(apps): oxlint v1.46.0 && oxfmt v0.31.0
  • c705f95 release(apps): oxlint v1.45.0 && oxfmt v0.30.0 (#19211)
  • 1b2f354 fix(ci): add missing riscv64/s390x napi targets for oxfmt and oxlint (#19217)
  • a87b845 release(apps): oxlint v1.44.0 && oxfmt v0.29.0 (#19211)
  • 856a01f feat(formatter/sort_imports)!: Replace prefix match with glob pattern in `cus...
  • 6ee2d59 feat(oxfmt): Use oxc_formatter in js-in-xxx part (#18373)
  • 9788a96 feat(oxlint,oxfmt): add more native builds (#18853)
  • See full diff in compare view

Updates oxlint from 1.43.0 to 1.47.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)

Commits
  • 65b94f9 release(apps): oxlint v1.47.0 && oxfmt v0.32.0 (#19315)
  • ffe9b2e release(apps): oxlint v1.46.0 && oxfmt v0.31.0
  • c705f95 release(apps): oxlint v1.45.0 && oxfmt v0.30.0 (#19211)
  • 1b2f354 fix(ci): add missing riscv64/s390x napi targets for oxfmt and oxlint (#19217)
  • a87b845 release(apps): oxlint v1.44.0 && oxfmt v0.29.0 (#19211)
  • ee2925b feat(oxlint/lsp): enable JS plugins (#18834)
  • 9cce17e refactor(linter/plugins): remove oxlint/plugins export (#18829)
  • 9561e7f docs(linter/plugins): alter JS plugins example (#18900)
  • b425a0c docs(linter): document jsPlugins examples (#18671)
  • df2b7fa docs(linter): expand settings example with reference to custom plugins (#18670)
  • Additional commits viewable in compare view

Updates oxlint-tsgolint from 0.11.5 to 0.13.0

Release notes

Sourced from oxlint-tsgolint's releases.

v0.13.0

What's Changed

New Contributors

Full Changelog: oxc-project/tsgolint@v0.12.2...v0.13.0

v0.12.2

What's Changed

Full Changelog: oxc-project/tsgolint@v0.12.1...v0.12.2

v0.12.1

What's Changed

Full Changelog: oxc-project/tsgolint@v0.12.0...v0.12.1

v0.12.0

What's Changed

... (truncated)

Commits
  • ad1a80a fix(only-throw-error): support package allow specifiers via sourceFileToPacka...
  • c9297b5 feat: implement no-useless-default-assignment (#681)
  • c5a43ca feat: implement consistent-type-exports (#675)
  • db80ffd feat: implement strict-void-return (#676)
  • 9779dc4 chore: update typescript-go submodule (#680)
  • 45ee67c fix(no-unnecessary-type-assertion): improve generic handling (#679)
  • 487bb6e perf(patches): cache ReadFile in cachedvfs via patch (#673)
  • 96f473e feat: add labeled ranges to diagnostic for no-unnecessary-type-conversion (...
  • 2d5e41c test: add snapshots of test output (#666)
  • c7b1daf refactor: remove redundant BindSourceFiles call in linter (#674)
  • Additional commits viewable in compare view

Updates wrangler from 4.63.0 to 4.65.0

Release notes

Sourced from wrangler's releases.

wrangler@4.65.0

Minor Changes

  • #12473 b900c5a Thanks @​petebacondarwin! - Add CF_PAGES environment variables to wrangler pages dev

    wrangler pages dev now automatically injects Pages-specific environment variables (CF_PAGES, CF_PAGES_BRANCH, CF_PAGES_COMMIT_SHA, CF_PAGES_URL) for improved dev/prod parity. This enables frameworks like SvelteKit to auto-detect the Pages environment during local development.

    • CF_PAGES is set to "1" to indicate the Pages environment
    • CF_PAGES_BRANCH defaults to the current git branch (or "local" if not in a git repo)
    • CF_PAGES_COMMIT_SHA defaults to the current git commit SHA (or a placeholder if not in a git repo)
    • CF_PAGES_URL is set to a simulated commit preview URL (e.g., https://<sha>.<project-name>.pages.dev)

    These variables are displayed with their actual values in the bindings table during startup, making it easy to verify what branch and commit SHA were detected.

    These variables can be overridden by user-defined vars in the Wrangler configuration, .env, .dev.vars, or via CLI flags.

  • #12464 10a1c4a Thanks @​petebacondarwin! - Allow deleting KV namespaces by name

    You can now delete a KV namespace by providing its name as a positional argument:

    wrangler kv namespace delete my-namespace

    This aligns the delete command with the create command, which also accepts a namespace name. The existing --namespace-id and --binding flags continue to work as before.

  • #12382 d7b492c Thanks @​dario-piotrowicz! - Add Pages detection to autoconfig flows

    When running the autoconfig logic (via wrangler setup, wrangler deploy --x-autoconfig, or the programmatic autoconfig API), Wrangler now detects when a project appears to be a Pages project and handles it appropriately:

    • For wrangler deploy, it warns the user but still allows them to proceed
    • For wrangler setup and the programmatic autoconfig API, it throws a fatal error
  • #12461 8809411 Thanks @​penalosa! - Support type: inherit bindings when using startWorker()

    This is an internal binding type that should not be used by external users of the API

  • #12515 1a9eddd Thanks @​ascorbic! - Add --json flag to wrangler whoami for machine-readable output

    wrangler whoami --json now outputs structured JSON containing authentication status, auth type, email, accounts, and token permissions. When the user is not authenticated, the command exits with a non-zero status code and outputs {"loggedIn":false}, making it easy to check auth status in shell scripts without parsing text output.

    # Parse the JSON output
    wrangler whoami --json | jq '.accounts'
    Check if authenticated in a script. Returns 0 if authenticated, non-zero if not.
    if wrangler whoami --json > /dev/null 2>&1; then
    echo "Authenticated"
    else

... (truncated)

Commits

Updates @fastly/js-compute from 3.39.0 to 3.39.4

Release notes

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

v3.39.4

3.39.4 (2026-02-13)

Bug Fixes

  • Body truncation error in chained extract_body requests (#1310) (b929648)

v3.39.3

3.39.3 (2026-02-12)

Bug Fixes

  • Don't throw from event.client.geo or event.client.address on hostcall error (#1306) (471b112)

v3.39.2

3.39.2 (2026-02-09)

Bug Fixes

v3.39.1

3.39.1 (2026-02-09)

Bug Fixes

  • For now, go back to old behavior for default exported types. (#1298) (e6d96d4)
  • TransformStream shortcutting fixes (#1301) (51369ae)
Changelog

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

3.39.4 (2026-02-13)

Bug Fixes

  • Body truncation error in chained extract_body requests (#1310) (b929648)

3.39.3 (2026-02-12)

Fixed

  • Don't throw from event.client.geo or event.client.address on hostcall error (#1306) (471b112)

3.39.2 (2026-02-09)

Fixed

3.39.1 (2026-02-09)

Fixed

  • For now, go back to old behavior for default exported types. (#1298) (e6d96d4)
  • TransformStream shortcutting fixes (#1301) (51369ae)
Commits
  • 26562cb chore(main): release 3.39.4 (#1311)
  • b929648 fix: Body truncation error in chained extract_body requests (#1310)
  • e0433db chore(main): release 3.39.3 (#1309)
  • 471b112 fix: Don't throw from event.client.geo or event.client.address on hostcal...
  • 726487d chore(deps): bump the npm group in /integration-tests/js-compute with 2 updat...
  • b19001e chore(main): release 3.39.2 (#1305)
  • f80c089 fix: NPM publication
  • 72840b7 chore(main): release 3.39.1 (#1299)
  • 51369ae fix: TransformStream shortcutting fixes (#1301)
  • f043428 chore: Cleanup docs (#1284)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​fastly/js-compute since your current version.


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

Changelog

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

[7.0.6] - 2026-02-13

Updated

  • Release to npmjs using updated CI workflow
Commits

Updates @bytecodealliance/jco from 1.16.0 to 1.17.0

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.17.0

Changelog

[1.17.0] - 2026-02-13

🐛 Bug Fixes

🚜 Refactor

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.16.1

Changelog

[1.16.1] - 2026-02-04

Commits
  • 588a4d8 release: jco v1.17.0
  • f0d1a48 release: jco-std v0.1.2
  • 22410a1 chore(ops): fmt codebase before pr creation
  • 66e11b0 release: js-component-bindgen v1.15.0
  • 84b4a80 test(jco): temporarily disable post-codegen lint
  • 63ae40f fix(jco): eslint use in tests, avoid formatting tsc output
  • 9655c32 chore(p3-shim): oxfmt
  • 6499385 chore(p2-shim): oxfmt
  • 2d2ae84 chore(jco): oxfmt
  • 7227e06 chore(transpile): oxfmt
  • Additional commits viewable in compare view

Updates @bytecodealliance/preview2-shim from 0.17.7 to 0.17.8

Commits
  • 4607068 release: preview2-shim v0.17.8
  • 8a5249a feat(p2-shim): implement browser HTTP fetch support via JSPI
  • f7d9aa3 chore(deps): bump taiki-e/install-action from 2.67.18 to 2.67.24
  • 40512c5 release: jco v1.16.1
  • c8d9dd8 release: js-component-bindgen v1.14.1
  • 381015d fix: let instead of const on backpressureCleared because it is reassigned
  • d9fdb93 chore(deps): bump taiki-e/install-action from 2.67.16 to 2.67.18
  • ec076a9 chore(deps): bump bytes from 1.11.0 to 1.11.1
  • e484a75 fix(ci): use git-cliff path filtering
  • fad59ef release: jco-std v0.1.1
  • Additional commits viewable in compare view

Updates @cloudflare/unenv-preset from 2.12.0 to 2.12.1

Release notes

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

@​cloudflare/unenv-preset@​2.12.1

Patch Changes

  • #12377 312b5eb Thanks @​vicb! - Use the native node:process v2 when it is available

    Note that we only enable this if all of the following conditions are met:

    • compatibility_date >= 2025-09-15 or process v2 enabled by flag (enable_nodejs_process_v2)
    • fetch_iterable_type_support and fetch_iterable_type_support_override_adjustment are active (explicitly specified or implied by date or other flags).

    Note that EventEmitters (on, off, addListener, removeListener, ...) used to be available on the imported process module while they should not have been. They are now only available on the global process:

    import p from "node:process";
    // Working before this PR, not working after this PR
    p.on("exit", exitHandler);
    // Use the global process instead (works before and after the PR)
    process.on("exit", exitHandler);

Changelog

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

2.12.1

Patch Changes

  • #12377 312b5eb Thanks @​vicb! - Use the native node:process v2 when it is available

    Note that we only enable this if all of the following conditions are met:

    • compatibility_date >= 2025-09-15 or process v2 enabled by flag (enable_nodejs_process_v2)
    • fetch_iterable_type_support and fetch_iterable_type_support_override_adjustment are active (explicitly specified or implied by date or other flags).

    Note that EventEmitters (on, off, addListener, removeListener, ...) used to be available on the imported process module while they should not have been. They are now only available on the global process:

    import p from "node:process";
    // Working before this PR, not working after this PR
    p.on("exit", exitHandler);
    // Use the global process instead (works before and after the PR)
    process.on("exit", exitHandler);

Commits

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

Release notes

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

v1.20260212.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260211.0...v1.20260212.0

v1.20260211.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260210.0...v1.20260211.0

v1.20260210.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260207.0...v1.20260210.0

v1.20260207.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260206.0...v1.20260207.0

v1.20260206.0

What's Changed

... (truncated)

Commits
  • dd7a515 Release 2026-02-12
  • 6ff050c Merge pull request #6041 from cloudflare/yagiz/fix-settimeout-inconsistencies-2
  • 232c276 Merge pull request #6021 from cloudflare/harris/2026-02-05-jsg-try-catch
  • bca5351 Merge pull request #6056 from cloudflare/arobinson/deleteall-alarm-log
  • d3d6c56 Log periodically when deleteAll is called with an alarm still set
  • ca446b7 Document JSG_TRY / JSG_CATCH in jsg/README.md
  • 9a08d8e Merge pull request #6052 from cloudflare/dlapid/fixSegfault
  • 5f0c21e Release 2026-02-11
  • 1e640f5 Fix crash when destroying Wrappables after isolate shutdown
  • 26d1b59 Merge pull request #6048 from cloudflare/yagiz/fix-legacy-multi-byte-encodings
  • Additional commits viewable in compare view

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

Release notes

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

v1.20260212.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260211.0...v1.20260212.0

v1.20260211.0

What's Changed

Full Changelog: cloudflare/workerd@v1.20260210.0...v1.20260211.0

v1.20260210.0

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.2` | `25.2.3` |
| [eslint-plugin-better-tailwindcss](https://github.com/schoero/eslint-plugin-better-tailwindcss) | `4.1.1` | `4.2.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.28.0` | `0.32.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.43.0` | `1.47.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.11.5` | `0.13.0` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.63.0` | `4.65.0` |
| [@fastly/js-compute](https://github.com/fastly/js-compute-runtime) | `3.39.0` | `3.39.4` |
| [@fastly/compute-js-static-publish](https://github.com/fastly/compute-js-static-publish) | `7.0.5` | `7.0.6` |



Updates `@types/node` from 25.2.2 to 25.2.3
- [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.1.1 to 4.2.0
- [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.1.1...v4.2.0)

Updates `oxfmt` from 0.28.0 to 0.32.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.32.0/npm/oxfmt)

Updates `oxlint` from 1.43.0 to 1.47.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.47.0/npm/oxlint)

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

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

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

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

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

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

Updates `@cloudflare/unenv-preset` from 2.12.0 to 2.12.1
- [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.1/packages/unenv-preset)

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

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

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

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

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

Updates `@eslint/css-tree` from 3.6.8 to 3.6.9
- [Release notes](https://github.com/eslint/csstree/releases)
- [Changelog](https://github.com/eslint/csstree/blob/main/CHANGELOG.md)
- [Commits](eslint/csstree@css-tree-v3.6.8...css-tree-v3.6.9)

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

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

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

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

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

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

Updates `miniflare` from 4.20260205.0 to 4.20260212.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.20260212.0/packages/miniflare)

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: eslint-plugin-better-tailwindcss
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxfmt
  dependency-version: 0.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxlint
  dependency-version: 1.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxlint-tsgolint
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: wrangler
  dependency-version: 4.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@fastly/js-compute"
  dependency-version: 3.39.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@fastly/compute-js-static-publish"
  dependency-version: 7.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@bytecodealliance/preview2-shim"
  dependency-version: 0.17.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@cloudflare/unenv-preset"
  dependency-version: 2.12.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-darwin-64"
  dependency-version: 1.20260212.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-darwin-arm64"
  dependency-version: 1.20260212.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-linux-64"
  dependency-version: 1.20260212.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-linux-arm64"
  dependency-version: 1.20260212.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@cloudflare/workerd-windows-64"
  dependency-version: 1.20260212.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@eslint/css-tree"
  dependency-version: 3.6.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/darwin-arm64"
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/darwin-x64"
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/linux-arm64"
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/linux-x64"
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/win32-arm64"
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/win32-x64"
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: miniflare
  dependency-version: 4.20260212.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workerd
  dependency-version: 1.20260212.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 15, 2026
@github-actions github-actions bot merged commit 34d0a31 into main Feb 15, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-7c6748baef branch February 15, 2026 20:16
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