Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 40 updates#55

Closed
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/npm_and_yarn/production-dependencies-c468bb209d
Closed

chore(deps): bump the production-dependencies group across 1 directory with 40 updates#55
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/npm_and_yarn/production-dependencies-c468bb209d

Conversation

@dependabot
Copy link

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

Bumps the production-dependencies group with 40 updates in the / directory:

Package From To
@vitest/coverage-v8 1.6.1 4.0.18
husky 8.0.3 9.1.7
turbo 1.13.4 2.8.3
better-sqlite3 11.10.0 12.6.2
ignore 5.3.2 7.0.5
minimatch 9.0.5 10.1.2
tree-sitter 0.21.1 0.25.0
tree-sitter-c-sharp 0.21.3 0.23.1
tree-sitter-cpp 0.22.3 0.23.4
tree-sitter-go 0.21.2 0.25.0
tree-sitter-java 0.21.0 0.23.5
tree-sitter-javascript 0.21.4 0.25.0
tree-sitter-php 0.22.8 0.24.2
tree-sitter-python 0.21.0 0.25.0
tree-sitter-rust 0.21.0 0.24.0
tree-sitter-typescript 0.21.2 0.23.2
fast-check 3.23.2 4.5.3
driftdetect-native 0.9.45 0.9.47
@inquirer/prompts 7.10.1 8.2.0
commander 11.1.0 14.0.3
ora 8.2.0 9.3.0
react 18.3.1 19.2.4
react-dom 18.3.1 19.2.4
@vscode/vsce 2.32.0 3.7.1
express 4.22.1 5.2.1
open 10.2.0 11.0.0
@react-three/drei 9.122.0 10.7.7
@react-three/fiber 8.18.0 9.5.0
@react-three/postprocessing 2.19.1 3.0.4
@vitejs/plugin-react 4.7.0 5.1.3
autoprefixer 10.4.23 10.4.24
concurrently 8.2.2 9.2.1
tailwindcss 3.4.19 4.1.18
three 0.160.1 0.182.0
vite 5.4.21 7.3.1
zustand 4.5.7 5.0.11
@modelcontextprotocol/sdk 1.25.3 1.26.0
@octokit/rest 20.1.2 22.0.1
@octokit/webhooks 12.3.2 14.2.0
glob 10.5.0 13.0.1

Updates @vitest/coverage-v8 from 1.6.1 to 4.0.18

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

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


Updates husky from 8.0.3 to 9.1.7

Release notes

Sourced from husky's releases.

v9.1.7

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

v9.1.6

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.5...v9.1.6

v9.1.5

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

v9.1.4

  • Improve deprecation notice

v9.1.3

  • fix: better handle space in PATH

v9.1.2

Show a message instead of automatically removing deprecated code.

This only concerns projects that still have the following code in their hooks:

- #!/usr/bin/env sh # <- This is deprecated, remove it
- . "$(dirname -- "$0")/_/husky.sh"  # <- This is deprecated, remove it
Rest of your hook code

Hooks with these lines will fail in v10.0.0

v9.1.1

... (truncated)

Commits

Updates turbo from 1.13.4 to 2.8.3

Release notes

Sourced from turbo's releases.

Turborepo v2.8.3

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.2...v2.8.3

Turborepo v2.8.3-canary.4

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.3-canary.3...v2.8.3-canary.4

Turborepo v2.8.3-canary.3

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.3-canary.2...v2.8.3-canary.3

Turborepo v2.8.3-canary.2

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.3-canary.1...v2.8.3-canary.2

Turborepo v2.8.3-canary.1

... (truncated)

Changelog

Sourced from turbo's changelog.

Release Documentation

Quick Start

Automated Canary Releases

Canary releases happen automatically when PRs merge to main. The [Canary Release][6] workflow:

  1. Triggers on push to main (when crates/**, packages/**, cli/**, or .github/** change)
  2. Skips if the push is from a release PR merge (to avoid infinite loops)
  3. Queues multiple rapid merges and only releases the latest (via GitHub's concurrency)
  4. Publishes to npm with the canary tag
  5. Opens a PR with auto-merge enabled to merge the version bump back to main

No manual intervention required for canary releases.

Manual Releases (Stable/Custom)

  1. Create a release by triggering the [Turborepo Release][1] workflow

    • For stable releases, use patch, minor, or major
    • For custom pre-releases, use prepatch, preminor, or premajor
    • Check the "Dry Run" box to test the workflow without publishing
  2. A PR is automatically opened to merge the release branch back into main

    • Merge this promptly to avoid conflicts

Release @turbo/repository

  1. Run [bump-version.sh][4] to update the versions of the packages. Merge in the changes to main.

  2. Create a release by triggering the [Turborepo Library Release][5] workflow.

    • Check the "Dry Run" box to run the full release workflow without publishing any packages.

Notes

  • GitHub Release Notes are published automatically using the config from [turborepo-release.yml][2], triggered by the [turbo-orchestrator][3] bot.

Turborepo CLI Release Process - In-Depth Guide

This section provides comprehensive documentation on how the Turborepo CLI is released, including the architecture, workflows, and detailed step-by-step processes.

Table of Contents

  1. Architecture Overview
  2. Automated Canary Releases
  3. Version Management
  4. Release Workflow Stages

... (truncated)

Commits
Maintainer changes

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


Updates better-sqlite3 from 11.10.0 to 12.6.2

Release notes

Sourced from better-sqlite3's releases.

v12.6.2

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.6.1...v12.6.2

v12.6.1

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.6.0...v12.6.1

v12.6.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.5.0...v12.6.0

v12.5.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.6...v12.5.0

v12.4.6

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.5...v12.4.6

v12.4.5

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.4...v12.4.5

v12.4.4

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.3...v12.4.4

v12.4.2

... (truncated)

Commits
Maintainer changes

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


Updates ignore from 5.3.2 to 7.0.5

Release notes

Sourced from ignore's releases.

7.0.4

  • PATCH Allows files named .{3,}, such as ... for Linux / macOS (#68)
ig.ignores('...')
ig.ignores('....')
// It will throw a RangeError in versions prior to 7.0.4, but it is ok if >= 7.0.4

An upgrade is recommended for all dependents

7.0.0

Minor feature

The primary feature introduced by 7.0.0 is the .checkIgnore() method, which is most equivalent to git check-ignore -v. And also it allows to pass {pattern, mark?} as the parameter of .add() so that we could imitate the mechanism of git check-ignore as:

ig.add({
  pattern: 'foo/*',
  mark: '60'
})
const {
ignored,
rule
} = checkIgnore('foo/')
if (ignored) {
console.log(.gitignore:${result}:${rule.mark}:${rule.pattern} foo/)
}
// .gitignore:60:foo/* foo/

Potential Incompatibilities

The only situation that 7.0.0 might bring incompatibility is to .add() a < 7.0.0 instance into a >= 7.0.0 instance, which might occur when the current workspace has multiple node-ignore versions installed, please be careful.

const {anotherIgnoreInstance} = require('./ignore-6.0-instance')
// A 7.0.0 instance
ignore().add(anotherIgnoreInstance)
// It will break your code

Otherwise, in most cases, if you never do something above or there is only one version of node-ignore installed in the current workspace, it is quite safe to upgrade to 7.0.0.

6.x (== 5.3.2)

... (truncated)

Commits

Updates minimatch from 9.0.5 to 10.1.2

Changelog

Sourced from minimatch's changelog.

change log

10.1

  • Add magicalBraces option for escape
  • Fix makeRe when partial: true is set.
  • Fix makeRe when pattern ends in a final ** path part.

10.0

  • Require node 20 or 22 and higher

9.0

  • No default export, only named exports.

8.0

  • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
  • Bump required Node.js version

7.4

  • Add escape() method
  • Add unescape() method
  • Add Minimatch.hasMagic() method

7.3

  • Add support for posix character classes in a unicode-aware way.

7.2

  • Add windowsNoMagicRoot option

7.1

  • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

7.0

  • Preprocess patterns to simplify complicated patterns and reduce out .. pattern portions where possible. Note that this means

... (truncated)

Commits

Updates tree-sitter from 0.21.1 to 0.25.0

Release notes

Sourced from tree-sitter's releases.

v0.22.4

Full Changelog: tree-sitter/node-tree-sitter@v0.22.3...v0.22.4

Commits

Updates tree-sitter-c-sharp from 0.21.3 to 0.23.1

Release notes

Sourced from tree-sitter-c-sharp's releases.

v0.23.1

NOTE: Download tree-sitter-c-sharp.tar.xz for the complete source code.

Commits

Updates tree-sitter-cpp from 0.22.3 to 0.23.4

Release notes

Sourced from tree-sitter-cpp's releases.

v0.23.4

NOTE: Download tree-sitter-cpp.tar.xz for the complete source code.

v0.23.3

NOTE: Download tree-sitter-cpp.tar.xz for the complete source code.

v0.23.2

NOTE: Download tree-sitter-cpp.tar.xz for the complete source code.

Commits

Updates tree-sitter-go from 0.21.2 to 0.25.0

Release notes

Sourced from tree-sitter-go's releases.

v0.25.0

NOTE: Download tree-sitter-go.tar.gz for the complete source code.

v0.23.4

NOTE: Download tree-sitter-go.tar.xz for the complete source code.

v0.23.3

NOTE: Download tree-sitter-go.tar.xz for the complete source code.

v0.23.2

NOTE: Download tree-sitter-go.tar.xz for the complete source code.

Commits
  • 1547678 0.25.0
  • 3f912e9 chore: generate
  • 179ca03 feat: expose statement list
  • e25214e fix: allow the terminator to be omitted for the last element
  • edea6bf fix: give index expressions a dynamic precedence of 1
  • e1076e5 feat: support generic type aliases
  • 00a299e ci: update test failures, use macos-15
  • 93c2bb6 build: update bindings
  • 1496eb7 feat: use the new reserved rules api
  • c350fa5 ci: bump actions/checkout from 4 to 5
  • Additional commits viewable in compare view

Updates tree-sitter-java from 0.21.0 to 0.23.5

Release notes

Sourced from tree-sitter-java's releases.

v0.23.5

NOTE: Download tree-sitter-java.tar.xz for the complete source code.

v0.23.4

NOTE: Download tree-sitter-java.tar.xz for the complete source code.

v0.23.3

NOTE: Download tree-sitter-java.tar.xz for the complete source code.

Commits
  • 94703d5 0.23.5
  • de81673 chore: generate
  • 4885576 feat: allow reserved identifiers in element_value_pair
  • 24a58d8 fix: correct floating point literal parsing
  • 33a3868 fix: allow annotations after the ellipsis in a spread parameter
  • e75fda2 fix: give yield in _reserved_identifier a precedence of 0
  • 04a649d feat(highlights): add more keywords
  • a1bbe92 0.23.4
  • 875834d ci(publish): add attestations and generate parser
  • 68dd781 ci: bump tree-sitter/setup-action from 1 to 2
  • Additional commits viewable in compare view

Updates tree-sitter-javascript from 0.21.4 to 0.25.0

Release notes

Sourced from tree-sitter-javascript's releases.

v0.25.0

NOTE: Download tree-sitter-javascript.tar.gz for the complete source code.

v0.23.1

NOTE: Download tree-sitter-javascript.tar.xz for the complete source code.

Commits

Updates tree-sitter-php from 0.22.8 to 0.24.2

Release notes

Sourced from tree-sitter-php's releases.

v0.24.2

What's Changed

NOTE: Download tree-sitter-php.tar.gz for the complete source code.

v0.24.1

What's Changed

Full Changelog: tree-sitter/tree-sitter-php@v0.24.0...v0.24.1

NOTE: Download tree-sitter-php.tar.gz for the complete source code.

v0.24.0

NOTE: Download tree-sitter-php.tar.gz for the complete source code.

What's Changed

New C...

Description has been truncated

geoffrey fernald and others added 3 commits February 4, 2026 23:59
- Add detectors.d.ts declaration to break core↔detectors circular dependency
- Fix exactOptionalPropertyTypes issue in where.ts by using type inference
- Add FrameworkInfo interface and remove unused vars in wrappers.ts
- Fix unused import and conditional options in iec61131.ts
Major feature addition for analyzing legacy PLC/industrial automation codebases:

Core Parser & Extractors:
- ST tokenizer and parser for IEC 61131-3 Structured Text
- Docstring extractor for (* *) style comments
- State machine extractor for CASE-based state machines
- Safety interlock extractor for emergency stops, bypasses
- Tribal knowledge extractor for warnings, workarounds, magic numbers
- Variable extractor for VAR blocks and data types

Analyzers:
- AI context generator for migration assistance
- Migration scorer for modernization complexity assessment
- Repository for SQLite persistence of analysis results

Integration:
- New 'drift st' CLI command for ST file analysis
- MCP tool (drift_iec61131) for AI agent access
- Call graph extractor for ST function/FB calls
- Pattern detectors for safety, state machines, tribal knowledge

Schema:
- Extended schema.sql with IEC 61131-3 tables
- Dedicated schema-iec61131.sql for ST-specific storage

Also includes:
- Scanner service refactoring for multi-language support
- Parser manager updates for .st file handling
- Enterprise server integration
…y with 40 updates

Bumps the production-dependencies group with 40 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.6.1` | `4.0.18` |
| [husky](https://github.com/typicode/husky) | `8.0.3` | `9.1.7` |
| [turbo](https://github.com/vercel/turborepo) | `1.13.4` | `2.8.3` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `11.10.0` | `12.6.2` |
| [ignore](https://github.com/kaelzhang/node-ignore) | `5.3.2` | `7.0.5` |
| [minimatch](https://github.com/isaacs/minimatch) | `9.0.5` | `10.1.2` |
| [tree-sitter](https://github.com/tree-sitter/node-tree-sitter) | `0.21.1` | `0.25.0` |
| [tree-sitter-c-sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) | `0.21.3` | `0.23.1` |
| [tree-sitter-cpp](https://github.com/tree-sitter/tree-sitter-cpp) | `0.22.3` | `0.23.4` |
| [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go) | `0.21.2` | `0.25.0` |
| [tree-sitter-java](https://github.com/tree-sitter/tree-sitter-java) | `0.21.0` | `0.23.5` |
| [tree-sitter-javascript](https://github.com/tree-sitter/tree-sitter-javascript) | `0.21.4` | `0.25.0` |
| [tree-sitter-php](https://github.com/tree-sitter/tree-sitter-php) | `0.22.8` | `0.24.2` |
| [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) | `0.21.0` | `0.25.0` |
| [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) | `0.21.0` | `0.24.0` |
| [tree-sitter-typescript](https://github.com/tree-sitter/tree-sitter-typescript) | `0.21.2` | `0.23.2` |
| [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) | `3.23.2` | `4.5.3` |
| [driftdetect-native](https://github.com/dadbodgeoff/drift/tree/HEAD/crates/drift-napi) | `0.9.45` | `0.9.47` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.10.1` | `8.2.0` |
| [commander](https://github.com/tj/commander.js) | `11.1.0` | `14.0.3` |
| [ora](https://github.com/sindresorhus/ora) | `8.2.0` | `9.3.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.4` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.4` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `2.32.0` | `3.7.1` |
| [express](https://github.com/expressjs/express) | `4.22.1` | `5.2.1` |
| [open](https://github.com/sindresorhus/open) | `10.2.0` | `11.0.0` |
| [@react-three/drei](https://github.com/pmndrs/drei) | `9.122.0` | `10.7.7` |
| [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) | `8.18.0` | `9.5.0` |
| [@react-three/postprocessing](https://github.com/pmndrs/react-postprocessing) | `2.19.1` | `3.0.4` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.7.0` | `5.1.3` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.4.24` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `8.2.2` | `9.2.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.19` | `4.1.18` |
| [three](https://github.com/mrdoob/three.js) | `0.160.1` | `0.182.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.21` | `7.3.1` |
| [zustand](https://github.com/pmndrs/zustand) | `4.5.7` | `5.0.11` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.25.3` | `1.26.0` |
| [@octokit/rest](https://github.com/octokit/rest.js) | `20.1.2` | `22.0.1` |
| [@octokit/webhooks](https://github.com/octokit/webhooks.js) | `12.3.2` | `14.2.0` |
| [glob](https://github.com/isaacs/node-glob) | `10.5.0` | `13.0.1` |



Updates `@vitest/coverage-v8` from 1.6.1 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8)

Updates `husky` from 8.0.3 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.1.7)

Updates `turbo` from 1.13.4 to 2.8.3
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v1.13.4...v2.8.3)

Updates `better-sqlite3` from 11.10.0 to 12.6.2
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.10.0...v12.6.2)

Updates `ignore` from 5.3.2 to 7.0.5
- [Release notes](https://github.com/kaelzhang/node-ignore/releases)
- [Commits](kaelzhang/node-ignore@5.3.2...7.0.5)

Updates `minimatch` from 9.0.5 to 10.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.5...v10.1.2)

Updates `tree-sitter` from 0.21.1 to 0.25.0
- [Release notes](https://github.com/tree-sitter/node-tree-sitter/releases)
- [Commits](tree-sitter/node-tree-sitter@v0.21.1...v0.25.0)

Updates `tree-sitter-c-sharp` from 0.21.3 to 0.23.1
- [Release notes](https://github.com/tree-sitter/tree-sitter-c-sharp/releases)
- [Commits](tree-sitter/tree-sitter-c-sharp@v0.21.3...v0.23.1)

Updates `tree-sitter-cpp` from 0.22.3 to 0.23.4
- [Release notes](https://github.com/tree-sitter/tree-sitter-cpp/releases)
- [Commits](tree-sitter/tree-sitter-cpp@v0.22.3...v0.23.4)

Updates `tree-sitter-go` from 0.21.2 to 0.25.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-go/releases)
- [Commits](tree-sitter/tree-sitter-go@v0.21.2...v0.25.0)

Updates `tree-sitter-java` from 0.21.0 to 0.23.5
- [Release notes](https://github.com/tree-sitter/tree-sitter-java/releases)
- [Commits](tree-sitter/tree-sitter-java@v0.21.0...v0.23.5)

Updates `tree-sitter-javascript` from 0.21.4 to 0.25.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-javascript/releases)
- [Commits](tree-sitter/tree-sitter-javascript@v0.21.4...v0.25.0)

Updates `tree-sitter-php` from 0.22.8 to 0.24.2
- [Release notes](https://github.com/tree-sitter/tree-sitter-php/releases)
- [Commits](tree-sitter/tree-sitter-php@v0.22.8...v0.24.2)

Updates `tree-sitter-python` from 0.21.0 to 0.25.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases)
- [Commits](tree-sitter/tree-sitter-python@v0.21.0...v0.25.0)

Updates `tree-sitter-rust` from 0.21.0 to 0.24.0
- [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases)
- [Commits](tree-sitter/tree-sitter-rust@v0.21.0...v0.24.0)

Updates `tree-sitter-typescript` from 0.21.2 to 0.23.2
- [Release notes](https://github.com/tree-sitter/tree-sitter-typescript/releases)
- [Commits](tree-sitter/tree-sitter-typescript@v0.21.2...v0.23.2)

Updates `fast-check` from 3.23.2 to 4.5.3
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v4.5.3/packages/fast-check)

Updates `driftdetect-native` from 0.9.45 to 0.9.47
- [Changelog](https://github.com/dadbodgeoff/drift/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dadbodgeoff/drift/commits/HEAD/crates/drift-napi)

Updates `@inquirer/prompts` from 7.10.1 to 8.2.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@7.10.1...@inquirer/prompts@8.2.0)

Updates `commander` from 11.1.0 to 14.0.3
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v11.1.0...v14.0.3)

Updates `ora` from 8.2.0 to 9.3.0
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v8.2.0...v9.3.0)

Updates `react` from 18.3.1 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `react-dom` from 18.3.1 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `@vscode/vsce` from 2.32.0 to 3.7.1
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v2.32.0...v3.7.1)

Updates `express` from 4.22.1 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v4.22.1...v5.2.1)

Updates `open` from 10.2.0 to 11.0.0
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](sindresorhus/open@v10.2.0...v11.0.0)

Updates `@react-three/drei` from 9.122.0 to 10.7.7
- [Release notes](https://github.com/pmndrs/drei/releases)
- [Changelog](https://github.com/pmndrs/drei/blob/master/release.config.js)
- [Commits](pmndrs/drei@v9.122.0...v10.7.7)

Updates `@react-three/fiber` from 8.18.0 to 9.5.0
- [Release notes](https://github.com/pmndrs/react-three-fiber/releases)
- [Commits](pmndrs/react-three-fiber@v8.18.0...v9.5.0)

Updates `@react-three/postprocessing` from 2.19.1 to 3.0.4
- [Release notes](https://github.com/pmndrs/react-postprocessing/releases)
- [Commits](pmndrs/react-postprocessing@v2.19.1...v3.0.4)

Updates `@vitejs/plugin-react` from 4.7.0 to 5.1.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.3/packages/plugin-react)

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

Updates `concurrently` from 8.2.2 to 9.2.1
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v8.2.2...v9.2.1)

Updates `tailwindcss` from 3.4.19 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss)

Updates `three` from 0.160.1 to 0.182.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `vite` from 5.4.21 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

Updates `zustand` from 4.5.7 to 5.0.11
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@4.5.7...v5.0.11)

Updates `@modelcontextprotocol/sdk` from 1.25.3 to 1.26.0
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@v1.25.3...v1.26.0)

Updates `@octokit/rest` from 20.1.2 to 22.0.1
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v20.1.2...v22.0.1)

Updates `@octokit/webhooks` from 12.3.2 to 14.2.0
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v12.3.2...v14.2.0)

Updates `glob` from 10.5.0 to 13.0.1
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.5.0...v13.0.1)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: husky
  dependency-version: 9.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: turbo
  dependency-version: 2.8.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: better-sqlite3
  dependency-version: 12.6.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: ignore
  dependency-version: 7.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: minimatch
  dependency-version: 10.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: tree-sitter
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tree-sitter-c-sharp
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tree-sitter-cpp
  dependency-version: 0.23.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tree-sitter-go
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tree-sitter-java
  dependency-version: 0.23.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tree-sitter-javascript
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tree-sitter-php
  dependency-version: 0.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tree-sitter-python
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tree-sitter-rust
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tree-sitter-typescript
  dependency-version: 0.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: fast-check
  dependency-version: 4.5.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: driftdetect-native
  dependency-version: 0.9.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: commander
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: ora
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@vscode/vsce"
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: open
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-three/drei"
  dependency-version: 10.7.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-three/fiber"
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@react-three/postprocessing"
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: concurrently
  dependency-version: 9.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: three
  dependency-version: 0.182.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: zustand
  dependency-version: 5.0.11
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@octokit/rest"
  dependency-version: 22.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@octokit/webhooks"
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: glob
  dependency-version: 13.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
drift 985bc1e Feb 05 2026, 05:14 AM

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 10, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 10, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-c468bb209d branch February 10, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants