Skip to content

chore(deps): bump the npm group with 66 updates#310

Merged
Nick2bad4u merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-055b2d0282
Dec 1, 2025
Merged

chore(deps): bump the npm group with 66 updates#310
Nick2bad4u merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-055b2d0282

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Bumps the npm group with 66 updates:

Package From To
color-convert 3.1.2 3.1.3
color-name 2.0.2 2.1.0
eslint-scope 8.4.0 9.0.0
eslint-visitor-keys 4.2.1 5.0.0
espree 10.4.0 11.0.0
file-entry-cache 11.1.0 11.1.1
flat-cache 6.1.18 6.1.19
generator-code 1.11.13 1.11.14
jsdom 27.1.0 27.2.0
keyv 5.5.3 5.5.4
which 5.0.0 6.0.0
yocto-queue 1.2.1 1.2.2
@eslint/js 9.39.0 9.39.1
@typescript-eslint/eslint-plugin 8.46.2 8.48.0
@typescript-eslint/parser 8.46.2 8.48.0
chai 6.2.0 6.2.1
eslint 9.39.0 9.39.1
mocha 11.7.4 11.7.5
prettier 3.6.2 3.7.3
stylelint 16.25.0 16.26.1
typescript-eslint 8.46.2 8.48.0
@acemir/cssom 0.9.19 0.9.24
@octokit/core 5.2.1 5.2.2
@asamuzakjp/css-color 4.0.5 4.1.0
@asamuzakjp/dom-selector 6.7.4 6.7.5
@azure/core-rest-pipeline 1.22.1 1.22.2
@bufbuild/protoplugin 2.10.0 2.10.1
@cacheable/memory 2.0.4 2.0.6
@cacheable/utils 2.2.0 2.3.2
@codemirror/view 6.38.6 6.38.8
@csstools/css-syntax-patches-for-csstree 1.0.15 1.0.20
@emnapi/core 1.6.0 1.7.1
@emnapi/runtime 1.6.0 1.7.1
wrap-ansi 6.2.0 7.0.0
@keyv/bigmap 1.1.0 1.3.0
@lezer/common 1.3.0 1.4.0
@lezer/lr 1.4.2 1.4.4
@tsconfig/node10 1.0.11 1.0.12
@types/lodash 4.17.20 4.17.21
@types/node 24.9.2 24.10.1
@types/yargs 17.0.34 17.0.35
@typescript-eslint/project-service 8.46.2 8.48.0
@typescript-eslint/tsconfig-utils 8.46.2 8.48.0
@typescript-eslint/type-utils 8.46.2 8.48.0
@typescript-eslint/utils 8.46.2 8.48.0
@typespec/ts-http-runtime 0.3.1 0.3.2
@yeoman/types 1.8.0 1.9.1
bare-events 2.8.1 2.8.2
baseline-browser-mapping 2.8.22 2.8.32
browserslist 4.27.0 4.28.0
cacheable 2.1.1 2.3.0
caniuse-lite 1.0.30001752 1.0.30001757
cjs-module-lexer 2.1.0 2.1.1
cssstyle 5.3.2 5.3.3
electron-to-chromium 1.5.244 1.5.262
fast-xml-parser 5.3.0 5.3.2
hookified 1.12.2 1.13.0
ip-address 10.0.1 10.1.0
ky 1.13.0 1.14.0
node-abi 3.80.0 3.85.0
p-map 7.0.3 7.0.4
qified 0.5.1 0.5.2
simple-git 3.29.0 3.30.0
postcss-selector-parser 7.1.0 7.1.1
tldts 7.0.17 7.0.19
tldts-core 7.0.17 7.0.19

Updates color-convert from 3.1.2 to 3.1.3

Release notes

Sourced from color-convert's releases.

3.1.3

What's Changed

New Contributors

Full Changelog: Qix-/color-convert@3.1.2...3.1.3

Commits

Updates color-name from 2.0.2 to 2.1.0

Commits

Updates eslint-scope from 8.4.0 to 9.0.0

Release notes

Sourced from eslint-scope's releases.

eslint-scope: v9.0.0

9.0.0 (2025-11-07)

⚠ BREAKING CHANGES

  • Resolve references to global var/function, add addGlobals() (#682)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696) (9c84ecb)
  • Resolve references to global var/function, add addGlobals() (#682) (f007b46)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • eslint-visitor-keys bumped from ^4.2.1 to ^5.0.0
      • espree bumped from ^10.4.0 to ^11.0.0
Changelog

Sourced from eslint-scope's changelog.

9.0.0 (2025-11-07)

⚠ BREAKING CHANGES

  • Resolve references to global var/function, add addGlobals() (#682)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696) (9c84ecb)
  • Resolve references to global var/function, add addGlobals() (#682) (f007b46)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • eslint-visitor-keys bumped from ^4.2.1 to ^5.0.0
      • espree bumped from ^10.4.0 to ^11.0.0
Commits
  • 3efd403 chore: release main (#707)
  • f007b46 feat!: Resolve references to global var/function, add addGlobals() (#682)
  • 9c84ecb feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)
  • a1ff224 docs: Update README sponsors
  • 71f448d docs: Update README sponsors
  • 70aa502 docs: Update README sponsors
  • d80eab9 docs: Update README sponsors
  • 975d668 docs: Update README sponsors
  • 2ca4d9b docs: Update README sponsors
  • 83ec13d docs: Update README sponsors
  • 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 eslint-scope since your current version.


Updates eslint-visitor-keys from 4.2.1 to 5.0.0

Release notes

Sourced from eslint-visitor-keys's releases.

eslint-visitor-keys: v5.0.0

5.0.0 (2025-11-07)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696) (9c84ecb)
Changelog

Sourced from eslint-visitor-keys's changelog.

5.0.0 (2025-11-07)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696) (9c84ecb)
Commits
Maintainer changes

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


Updates espree from 10.4.0 to 11.0.0

Release notes

Sourced from espree's releases.

espree: v11.0.0

11.0.0 (2025-11-07)

⚠ BREAKING CHANGES

  • Program range span entire source text (#677)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)

Features

  • Program range span entire source text (#677) (68bbb74)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696) (9c84ecb)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.2.1 to ^5.0.0
Changelog

Sourced from espree's changelog.

11.0.0 (2025-11-07)

⚠ BREAKING CHANGES

  • Program range span entire source text (#677)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)

Features

  • Program range span entire source text (#677) (68bbb74)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696) (9c84ecb)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.2.1 to ^5.0.0
Commits
Maintainer changes

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


Updates file-entry-cache from 11.1.0 to 11.1.1

Commits

Updates flat-cache from 6.1.18 to 6.1.19

Commits

Updates generator-code from 1.11.13 to 1.11.14

Release notes

Sourced from generator-code's releases.

v1.11.14

Changes:

  • #539: prepare 1.11.14
  • #532: Consolidate packages into typescript-eslint
  • #538: Bump tar from 7.5.1 to 7.5.2

This list of changes was auto generated.

Commits

Updates jsdom from 27.1.0 to 27.2.0

Release notes

Sourced from jsdom's releases.

Version 27.2.0

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)
Changelog

Sourced from jsdom's changelog.

27.2.0

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)
Commits
  • b0805a9 Version 27.2.0
  • 3e07e1e Update dependencies and dev dependencies
  • 931aabe Various CSSOM improvements
  • 70741da Add failing tests for border shorthand property parsing
  • b282400 Update @​acemir/cssom dependency
  • See full diff in compare view

Updates keyv from 5.5.3 to 5.5.4

Commits

Updates which from 5.0.0 to 6.0.0

Release notes

Sourced from which's releases.

v6.0.0

6.0.0 (2025-10-22)

⚠️ BREAKING CHANGES

  • align to npm 11 node engine range (#161)

Bug Fixes

Chores

Changelog

Sourced from which's changelog.

6.0.0 (2025-10-22)

⚠️ BREAKING CHANGES

  • align to npm 11 node engine range (#161)

Bug Fixes

Chores

Commits
  • b1bca18 chore: release 6.0.0 (#162)
  • cf1a1bc fix!: align to npm 11 node engine range (#161)
  • 66cf669 chore: bump @​npmcli/template-oss from 4.26.0 to 4.27.1 (#160)
  • b84a6a5 chore: bump @​npmcli/template-oss from 4.25.1 to 4.26.0 (#159)
  • 0fb27fe chore: bump @​npmcli/template-oss from 4.25.0 to 4.25.1 (#158)
  • 768419e chore: bump @​npmcli/template-oss from 4.24.4 to 4.25.0 (#156)
  • ff77c6d chore: bump @​npmcli/template-oss from 4.24.3 to 4.24.4 (#155)
  • 746a84d chore: bump @​npmcli/template-oss from 4.23.3 to 4.24.3 (#154)
  • See full diff in compare view
Maintainer changes

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


Updates yocto-queue from 1.2.1 to 1.2.2

Release notes

Sourced from yocto-queue's releases.

v1.2.2

  • Fix: Clean up tail reference when queue empties 8aead27

sindresorhus/yocto-queue@v1.2.1...v1.2.2

Commits

Updates @eslint/js from 9.39.0 to 9.39.1

Release notes

Sourced from @​eslint/js's releases.

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)
Commits

Updates @typescript-eslint/eslint-plugin from 8.46.2 to 8.48.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

🩹 Fixes

  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
  • scope-manager: change unhelpful aaa error message and change analyze to expects Program (#11747)
  • typescript-estree: infers singleRun as true for project service (#11327)
  • typescript-estree: disallow binding patterns in parameter properties (#11760)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)

🩹 Fixes

  • typescript-estree: disallow binding patterns in parameter properties (#11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.46.4 (2025-11-10)

🩹 Fixes

  • parser: error when both projectService and project are set (#11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.46.3 (2025-11-03)

... (truncated)

Commits
  • 6fb1551 chore(release): publish 8.48.0
  • d26e9de chore(eslint-plugin): correct TODO comment on the wrong line (#11773)
  • 5f04910 fix(typescript-estree): disallow binding patterns in parameter properties (#1...
  • a4dc42a chore: migrate to nx 22 (#11780)
  • 2ffb168 feat(eslint-plugin): [no-redundant-type-constituents] use assignability check...
  • 5ea21f1 fix(eslint-plugin): [consistent-generic-constructors] ignore when constructor...
  • 28cf803 chore(release): publish 8.47.0
  • 6c6db24 feat(eslint-plugin): [no-unused-private-class-members] new extension rule (#1...
  • 843f144 chore(release): publish 8.46.4
  • 997e0c0 fix(parser): error when both projectService and project are set (#11333)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.46.2 to 8.48.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

🩹 Fixes

  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)
  • scope-manager: change unhelpful aaa error message and change analyze to expects Program (#11747)
  • typescript-estree: infers singleRun as true for project service (#11327)
  • typescript-estree: disallow binding patterns in parameter properties (#11760)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.48.0 (2025-11-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.47.0 (2025-11-17)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.4 (2025-11-10)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.3 (2025-11-03)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates chai from 6.2.0 to 6.2.1

Release notes

Sourced from chai's releases.

v6.2.1

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.0...v6.2.1

Commits
Maintainer changes

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


Updates eslint from 9.39.0 to 9.39.1

Release notes

Sourced from eslint's releases.

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)
Commits
  • e277281 9.39.1
  • 4cdf397 Build: changelog update for 9.39.1
  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284)
  • c7ebefc chore: package.json update for @​eslint/js release
  • 650753e fix: Only pass node to JS lang visitor methods (#20283)
  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268)

Bumps the npm group with 66 updates:

| Package | From | To |
| --- | --- | --- |
| [color-convert](https://github.com/Qix-/color-convert) | `3.1.2` | `3.1.3` |
| [color-name](https://github.com/colorjs/color-name) | `2.0.2` | `2.1.0` |
| [eslint-scope](https://github.com/eslint/js/tree/HEAD/packages/eslint-scope) | `8.4.0` | `9.0.0` |
| [eslint-visitor-keys](https://github.com/eslint/js/tree/HEAD/packages/eslint-visitor-keys) | `4.2.1` | `5.0.0` |
| [espree](https://github.com/eslint/js/tree/HEAD/packages/espree) | `10.4.0` | `11.0.0` |
| [file-entry-cache](https://github.com/jaredwray/cacheable/tree/HEAD/packages/file-entry-cache) | `11.1.0` | `11.1.1` |
| [flat-cache](https://github.com/jaredwray/cacheable/tree/HEAD/packages/flat-cache) | `6.1.18` | `6.1.19` |
| [generator-code](https://github.com/Microsoft/vscode-generator-code) | `1.11.13` | `1.11.14` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.1.0` | `27.2.0` |
| [keyv](https://github.com/jaredwray/keyv) | `5.5.3` | `5.5.4` |
| [which](https://github.com/npm/node-which) | `5.0.0` | `6.0.0` |
| [yocto-queue](https://github.com/sindresorhus/yocto-queue) | `1.2.1` | `1.2.2` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.0` | `9.39.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.2` | `8.48.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.2` | `8.48.0` |
| [chai](https://github.com/chaijs/chai) | `6.2.0` | `6.2.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.0` | `9.39.1` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.4` | `11.7.5` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.3` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.25.0` | `16.26.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.48.0` |
| [@acemir/cssom](https://github.com/acemir/CSSOM) | `0.9.19` | `0.9.24` |
| [@octokit/core](https://github.com/octokit/core.js) | `5.2.1` | `5.2.2` |
| [@asamuzakjp/css-color](https://github.com/asamuzaK/cssColor) | `4.0.5` | `4.1.0` |
| [@asamuzakjp/dom-selector](https://github.com/asamuzaK/domSelector) | `6.7.4` | `6.7.5` |
| [@azure/core-rest-pipeline](https://github.com/Azure/azure-sdk-for-js) | `1.22.1` | `1.22.2` |
| [@bufbuild/protoplugin](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoplugin) | `2.10.0` | `2.10.1` |
| [@cacheable/memory](https://github.com/jaredwray/cacheable/tree/HEAD/packages/cacheable) | `2.0.4` | `2.0.6` |
| [@cacheable/utils](https://github.com/jaredwray/cacheable/tree/HEAD/packages/utils) | `2.2.0` | `2.3.2` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.38.6` | `6.38.8` |
| [@csstools/css-syntax-patches-for-csstree](https://github.com/csstools/postcss-plugins/tree/HEAD/packages/css-syntax-patches-for-csstree) | `1.0.15` | `1.0.20` |
| [@emnapi/core](https://github.com/toyobayashi/emnapi) | `1.6.0` | `1.7.1` |
| [@emnapi/runtime](https://github.com/toyobayashi/emnapi) | `1.6.0` | `1.7.1` |
| [wrap-ansi](https://github.com/chalk/wrap-ansi) | `6.2.0` | `7.0.0` |
| [@keyv/bigmap](https://github.com/jaredwray/keyv) | `1.1.0` | `1.3.0` |
| [@lezer/common](https://github.com/lezer-parser/common) | `1.3.0` | `1.4.0` |
| [@lezer/lr](https://github.com/lezer-parser/lr) | `1.4.2` | `1.4.4` |
| [@tsconfig/node10](https://github.com/tsconfig/bases/tree/HEAD/bases) | `1.0.11` | `1.0.12` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.20` | `4.17.21` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.2` | `24.10.1` |
| [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) | `17.0.34` | `17.0.35` |
| [@typescript-eslint/project-service](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/project-service) | `8.46.2` | `8.48.0` |
| [@typescript-eslint/tsconfig-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/tsconfig-utils) | `8.46.2` | `8.48.0` |
| [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `8.46.2` | `8.48.0` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.46.2` | `8.48.0` |
| [@typespec/ts-http-runtime](https://github.com/Azure/azure-sdk-for-js) | `0.3.1` | `0.3.2` |
| [@yeoman/types](https://github.com/yeoman/yeoman-api) | `1.8.0` | `1.9.1` |
| [bare-events](https://github.com/holepunchto/bare-events) | `2.8.1` | `2.8.2` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.8.22` | `2.8.32` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.27.0` | `4.28.0` |
| [cacheable](https://github.com/jaredwray/cacheable/tree/HEAD/packages/cacheable) | `2.1.1` | `2.3.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001752` | `1.0.30001757` |
| [cjs-module-lexer](https://github.com/nodejs/cjs-module-lexer) | `2.1.0` | `2.1.1` |
| [cssstyle](https://github.com/jsdom/cssstyle) | `5.3.2` | `5.3.3` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.244` | `1.5.262` |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.0` | `5.3.2` |
| [hookified](https://github.com/jaredwray/hookified) | `1.12.2` | `1.13.0` |
| [ip-address](https://github.com/beaugunderson/ip-address) | `10.0.1` | `10.1.0` |
| [ky](https://github.com/sindresorhus/ky) | `1.13.0` | `1.14.0` |
| [node-abi](https://github.com/electron/node-abi) | `3.80.0` | `3.85.0` |
| [p-map](https://github.com/sindresorhus/p-map) | `7.0.3` | `7.0.4` |
| [qified](https://github.com/jaredwray/qified) | `0.5.1` | `0.5.2` |
| [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.29.0` | `3.30.0` |
| [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) | `7.1.0` | `7.1.1` |
| [tldts](https://github.com/remusao/tldts) | `7.0.17` | `7.0.19` |
| [tldts-core](https://github.com/remusao/tldts) | `7.0.17` | `7.0.19` |


Updates `color-convert` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/Qix-/color-convert/releases)
- [Changelog](https://github.com/Qix-/color-convert/blob/master/CHANGELOG.md)
- [Commits](Qix-/color-convert@3.1.2...3.1.3)

Updates `color-name` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/colorjs/color-name/releases)
- [Commits](https://github.com/colorjs/color-name/commits)

Updates `eslint-scope` from 8.4.0 to 9.0.0
- [Release notes](https://github.com/eslint/js/releases)
- [Changelog](https://github.com/eslint/js/blob/main/packages/eslint-scope/CHANGELOG.md)
- [Commits](https://github.com/eslint/js/commits/eslint-scope-v9.0.0/packages/eslint-scope)

Updates `eslint-visitor-keys` from 4.2.1 to 5.0.0
- [Release notes](https://github.com/eslint/js/releases)
- [Changelog](https://github.com/eslint/js/blob/main/packages/eslint-visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/eslint/js/commits/eslint-visitor-keys-v5.0.0/packages/eslint-visitor-keys)

Updates `espree` from 10.4.0 to 11.0.0
- [Release notes](https://github.com/eslint/js/releases)
- [Changelog](https://github.com/eslint/js/blob/main/packages/espree/CHANGELOG.md)
- [Commits](https://github.com/eslint/js/commits/espree-v11.0.0/packages/espree)

Updates `file-entry-cache` from 11.1.0 to 11.1.1
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/file-entry-cache)

Updates `flat-cache` from 6.1.18 to 6.1.19
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/flat-cache)

Updates `generator-code` from 1.11.13 to 1.11.14
- [Release notes](https://github.com/Microsoft/vscode-generator-code/releases)
- [Commits](microsoft/vscode-generator-code@v1.11.13...v1.11.14)

Updates `jsdom` from 27.1.0 to 27.2.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.1.0...27.2.0)

Updates `keyv` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

Updates `which` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/npm/node-which/releases)
- [Changelog](https://github.com/npm/node-which/blob/main/CHANGELOG.md)
- [Commits](npm/node-which@v5.0.0...v6.0.0)

Updates `yocto-queue` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/sindresorhus/yocto-queue/releases)
- [Commits](sindresorhus/yocto-queue@v1.2.1...v1.2.2)

Updates `@eslint/js` from 9.39.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js)

Updates `@typescript-eslint/eslint-plugin` from 8.46.2 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.2 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/parser)

Updates `chai` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v6.2.0...v6.2.1)

Updates `eslint` from 9.39.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.0...v9.39.1)

Updates `mocha` from 11.7.4 to 11.7.5
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.4...v11.7.5)

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

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

Updates `typescript-eslint` from 8.46.2 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/typescript-eslint)

Updates `@acemir/cssom` from 0.9.19 to 0.9.24
- [Release notes](https://github.com/acemir/CSSOM/releases)
- [Changelog](https://github.com/acemir/CSSOM/blob/master/CHANGELOG.md)
- [Commits](acemir/CSSOM@v0.9.19...v0.9.24)

Updates `@octokit/core` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v5.2.1...v5.2.2)

Updates `@asamuzakjp/css-color` from 4.0.5 to 4.1.0
- [Release notes](https://github.com/asamuzaK/cssColor/releases)
- [Commits](asamuzaK/cssColor@v4.0.5...v4.1.0)

Updates `@asamuzakjp/dom-selector` from 6.7.4 to 6.7.5
- [Release notes](https://github.com/asamuzaK/domSelector/releases)
- [Commits](asamuzaK/domSelector@v6.7.4...v6.7.5)

Updates `@azure/core-rest-pipeline` from 1.22.1 to 1.22.2
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/core-rest-pipeline_1.22.1...@azure/core-rest-pipeline_1.22.2)

Updates `@bufbuild/protoplugin` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.10.1/packages/protoplugin)

Updates `@cacheable/memory` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/cacheable)

Updates `@cacheable/utils` from 2.2.0 to 2.3.2
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/utils)

Updates `@codemirror/view` from 6.38.6 to 6.38.8
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.38.6...6.38.8)

Updates `@csstools/css-syntax-patches-for-csstree` from 1.0.15 to 1.0.20
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/packages/css-syntax-patches-for-csstree)

Updates `@emnapi/core` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.6.0...v1.7.1)

Updates `@emnapi/runtime` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.6.0...v1.7.1)

Updates `wrap-ansi` from 6.2.0 to 7.0.0
- [Release notes](https://github.com/chalk/wrap-ansi/releases)
- [Commits](chalk/wrap-ansi@v6.2.0...v7.0.0)

Updates `@keyv/bigmap` from 1.1.0 to 1.3.0
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

Updates `@lezer/common` from 1.3.0 to 1.4.0
- [Changelog](https://github.com/lezer-parser/common/blob/main/CHANGELOG.md)
- [Commits](lezer-parser/common@1.3.0...1.4.0)

Updates `@lezer/lr` from 1.4.2 to 1.4.4
- [Changelog](https://github.com/lezer-parser/lr/blob/main/CHANGELOG.md)
- [Commits](lezer-parser/lr@1.4.2...1.4.4)

Updates `@tsconfig/node10` from 1.0.11 to 1.0.12
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

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

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

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

Updates `@typescript-eslint/project-service` from 8.46.2 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/project-service/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/project-service)

Updates `@typescript-eslint/tsconfig-utils` from 8.46.2 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/tsconfig-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/tsconfig-utils)

Updates `@typescript-eslint/type-utils` from 8.46.2 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/type-utils)

Updates `@typescript-eslint/utils` from 8.46.2 to 8.48.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/utils)

Updates `@typespec/ts-http-runtime` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@typespec/ts-http-runtime_0.3.1...@typespec/ts-http-runtime_0.3.2)

Updates `@yeoman/types` from 1.8.0 to 1.9.1
- [Release notes](https://github.com/yeoman/yeoman-api/releases)
- [Commits](https://github.com/yeoman/yeoman-api/compare/@yeoman/[email protected]...@yeoman/[email protected])

Updates `bare-events` from 2.8.1 to 2.8.2
- [Commits](holepunchto/bare-events@v2.8.1...v2.8.2)

Updates `baseline-browser-mapping` from 2.8.22 to 2.8.32
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.8.22...v2.8.32)

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

Updates `cacheable` from 2.1.1 to 2.3.0
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/2.3.0/packages/cacheable)

Updates `caniuse-lite` from 1.0.30001752 to 1.0.30001757
- [Commits](browserslist/caniuse-lite@1.0.30001752...1.0.30001757)

Updates `cjs-module-lexer` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/nodejs/cjs-module-lexer/releases)
- [Changelog](https://github.com/nodejs/cjs-module-lexer/blob/main/CHANGELOG.md)
- [Commits](nodejs/cjs-module-lexer@2.1.0...2.1.1)

Updates `cssstyle` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/jsdom/cssstyle/releases)
- [Commits](jsdom/cssstyle@v5.3.2...v5.3.3)

Updates `electron-to-chromium` from 1.5.244 to 1.5.262
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.244...v1.5.262)

Updates `fast-xml-parser` from 5.3.0 to 5.3.2
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.3.0...v5.3.2)

Updates `hookified` from 1.12.2 to 1.13.0
- [Release notes](https://github.com/jaredwray/hookified/releases)
- [Commits](jaredwray/hookified@v1.12.2...v1.13.0)

Updates `ip-address` from 10.0.1 to 10.1.0
- [Commits](https://github.com/beaugunderson/ip-address/commits)

Updates `ky` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.13.0...v1.14.0)

Updates `node-abi` from 3.80.0 to 3.85.0
- [Release notes](https://github.com/electron/node-abi/releases)
- [Commits](electron/node-abi@v3.80.0...v3.85.0)

Updates `p-map` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/sindresorhus/p-map/releases)
- [Commits](sindresorhus/p-map@v7.0.3...v7.0.4)

Updates `qified` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/jaredwray/qified/releases)
- [Commits](jaredwray/qified@v0.5.1...v0.5.2)

Updates `simple-git` from 3.29.0 to 3.30.0
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git)

Updates `postcss-selector-parser` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/postcss/postcss-selector-parser/releases)
- [Changelog](https://github.com/postcss/postcss-selector-parser/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-selector-parser@v7.1.0...v7.1.1)

Updates `tldts` from 7.0.17 to 7.0.19
- [Release notes](https://github.com/remusao/tldts/releases)
- [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
- [Commits](remusao/tldts@v7.0.17...v7.0.19)

Updates `tldts-core` from 7.0.17 to 7.0.19
- [Release notes](https://github.com/remusao/tldts/releases)
- [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
- [Commits](remusao/tldts@v7.0.17...v7.0.19)

---
updated-dependencies:
- dependency-name: color-convert
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: color-name
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-scope
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint-visitor-keys
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: espree
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: file-entry-cache
  dependency-version: 11.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: flat-cache
  dependency-version: 6.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: generator-code
  dependency-version: 1.11.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: jsdom
  dependency-version: 27.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: keyv
  dependency-version: 5.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: which
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: yocto-queue
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@eslint/js"
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: chai
  dependency-version: 6.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: mocha
  dependency-version: 11.7.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prettier
  dependency-version: 3.7.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: stylelint
  dependency-version: 16.26.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: typescript-eslint
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@acemir/cssom"
  dependency-version: 0.9.24
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@octokit/core"
  dependency-version: 5.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@asamuzakjp/css-color"
  dependency-version: 4.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@asamuzakjp/dom-selector"
  dependency-version: 6.7.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@azure/core-rest-pipeline"
  dependency-version: 1.22.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@bufbuild/protoplugin"
  dependency-version: 2.10.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@cacheable/memory"
  dependency-version: 2.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@cacheable/utils"
  dependency-version: 2.3.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@codemirror/view"
  dependency-version: 6.38.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@csstools/css-syntax-patches-for-csstree"
  dependency-version: 1.0.20
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@emnapi/core"
  dependency-version: 1.7.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@emnapi/runtime"
  dependency-version: 1.7.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: wrap-ansi
  dependency-version: 7.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@keyv/bigmap"
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@lezer/common"
  dependency-version: 1.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@lezer/lr"
  dependency-version: 1.4.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@tsconfig/node10"
  dependency-version: 1.0.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/lodash"
  dependency-version: 4.17.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/yargs"
  dependency-version: 17.0.35
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@typescript-eslint/project-service"
  dependency-version: 8.48.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/tsconfig-utils"
  dependency-version: 8.48.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/type-utils"
  dependency-version: 8.48.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.48.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typespec/ts-http-runtime"
  dependency-version: 0.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@yeoman/types"
  dependency-version: 1.9.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: bare-events
  dependency-version: 2.8.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: baseline-browser-mapping
  dependency-version: 2.8.32
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: browserslist
  dependency-version: 4.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: cacheable
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001757
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: cjs-module-lexer
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: cssstyle
  dependency-version: 5.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: electron-to-chromium
  dependency-version: 1.5.262
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: fast-xml-parser
  dependency-version: 5.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: hookified
  dependency-version: 1.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: ip-address
  dependency-version: 10.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: ky
  dependency-version: 1.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: node-abi
  dependency-version: 3.85.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: p-map
  dependency-version: 7.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: qified
  dependency-version: 0.5.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: simple-git
  dependency-version: 3.30.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: postcss-selector-parser
  dependency-version: 7.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: tldts
  dependency-version: 7.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: tldts-core
  dependency-version: 7.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the npm label Dec 1, 2025
@Nick2bad4u
Copy link
Copy Markdown
Owner

Nick2bad4u commented Dec 1, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions github-actions Bot added AnyChange Assigned to any repo file change release New Release root Affects Root Directory Structure JSON Assigned to JSON issues or changes labels Dec 1, 2025
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Dec 1, 2025

@Nick2bad4u Nick2bad4u merged commit 59bbb01 into main Dec 1, 2025
81 of 84 checks passed
@Nick2bad4u Nick2bad4u deleted the dependabot/npm_and_yarn/npm-055b2d0282 branch December 1, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AnyChange Assigned to any repo file change JSON Assigned to JSON issues or changes npm release New Release root Affects Root Directory Structure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant