An open index of dependabot pull requests across open source projects.

Bump the development-version-updates group with 24 updates

Open
Number: #53
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: May 19, 2025 at 08:41 AM UTC
(4 months ago)
Updated: May 19, 2025 at 08:41 AM UTC
(4 months ago)
Labels:
dependencies javascript
Description:

Bumps the development-version-updates group with 24 updates:

Package From To
@types/node 22.15.17 22.15.19
eslint 9.26.0 9.27.0
start-server-and-test 2.0.11 2.0.12
typescript-eslint 8.32.0 8.32.1
@eslint/core 0.13.0 0.14.0
@eslint/js 9.26.0 9.27.0
@eslint/plugin-kit 0.2.8 0.3.1
@napi-rs/wasm-runtime 0.2.9 0.2.10
@types/qs 6.9.18 6.14.0
@typescript-eslint/eslint-plugin 8.32.0 8.32.1
@typescript-eslint/parser 8.32.0 8.32.1
@typescript-eslint/scope-manager 8.32.0 8.32.1
@typescript-eslint/type-utils 8.32.0 8.32.1
@typescript-eslint/types 8.32.0 8.32.1
@typescript-eslint/typescript-estree 8.32.0 8.32.1
@typescript-eslint/utils 8.32.0 8.32.1
@typescript-eslint/visitor-keys 8.32.0 8.32.1
caniuse-lite 1.0.30001717 1.0.30001718
electron-to-chromium 1.5.151 1.5.155
memfs 4.17.1 4.17.2
msgpackr 1.11.2 1.11.4
napi-postinstall 0.2.3 0.2.4
synckit 0.11.4 0.11.6
yaml 2.7.1 2.8.0

Updates @types/node from 22.15.17 to 22.15.19

Commits

Updates eslint from 9.26.0 to 9.27.0

Release notes

Sourced from eslint's releases.

v9.27.0

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)

Documentation

  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

Chores

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.27.0 - May 16, 2025

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)
Commits

Updates start-server-and-test from 2.0.11 to 2.0.12

Release notes

Sourced from start-server-and-test's releases.

v2.0.12

2.0.12 (2025-05-15)

Bug Fixes

  • deps: update dependency debug to v4.4.1 (#403) (b3b82c0)
Commits

Updates typescript-eslint from 8.32.0 to 8.32.1

Release notes

Sourced from typescript-eslint's releases.

v8.32.1

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.32.1 (2025-05-12)

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

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

Commits
  • af077a0 chore(release): publish 8.32.1
  • b2be3dc chore: simplify tsconfig setup using configDir (#11136)
  • aeb7402 chore(ast-spec): finish migrating to vitest (#11126)
  • e57126a chore(typescript-eslint): correct naming of import of typescript-eslint in te...
  • See full diff in compare view

Updates @eslint/core from 0.13.0 to 0.14.0

Release notes

Sourced from @​eslint/core's releases.

config-array: v0.14.0

0.14.0 (2024-05-08)

Features

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^2.0.3 to ^2.1.0

core: v0.14.0

0.14.0 (2025-04-30)

Features

  • add core types for language-specific rule definitions (#178) (fd9b571)
  • make TextSourceCodeBase a generic type (#182) (484b6ca)
Commits
  • 89c7748 chore: release core 0.14.0 (#194)
  • 592557c chore: fix release-please PR title (#189)
  • 7af665e chore: Separate pull requests (#183)
  • 917feb1 docs: Update README sponsors
  • 63cb367 feat: Better conversion of .eslintrc.js files in migrate-config (#172)
  • 484b6ca feat: make TextSourceCodeBase a generic type (#182)
  • fd9b571 feat: add core types for language-specific rule definitions (#178)
  • eb05e04 docs: Update README sponsors
  • 3fde625 docs: Update README sponsors
  • 3951541 docs: Update README sponsors
  • Additional commits viewable in compare view

Updates @eslint/js from 9.26.0 to 9.27.0

Release notes

Sourced from @​eslint/js's releases.

v9.27.0

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)

Documentation

  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

Chores

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.27.0 - May 16, 2025

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)
Commits

Updates @eslint/plugin-kit from 0.2.8 to 0.3.1

Release notes

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

plugin-kit: v0.3.1

0.3.1 (2025-05-01)

Bug Fixes

core: v0.3.0

0.3.0 (2024-07-22)

⚠ BREAKING CHANGES

  • Add getLoc/getRange to SourceCode interface (#89)

Features

  • Add getLoc/getRange to SourceCode interface (#89) (d51f979)

plugin-kit: v0.3.0

0.3.0 (2025-04-30)

Features

  • make TextSourceCodeBase a generic type (#182) (484b6ca)
Commits

Updates @napi-rs/wasm-runtime from 0.2.9 to 0.2.10

Release notes

Sourced from @​napi-rs/wasm-runtime's releases.

@​napi-rs/wasm-runtime@​0.2.10

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/@​napi-rs/wasm-runtime@​0.2.9...@​napi-rs/wasm-runtime@​0.2.10

Commits

Updates @types/qs from 6.9.18 to 6.14.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.32.0 to 8.32.1

Release notes

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

v8.32.1

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)

❤️ Thank You

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

Changelog

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

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)

❤️ Thank You

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

Commits
Package Dependencies
Ecosystem:
npm
Version Change:
9.26.0 → 9.27.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.15.17 → 22.15.19
Update Type:
Patch
Package:
yaml
Ecosystem:
npm
Version Change:
2.7.1 → 2.8.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.32.0 → 8.32.1
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.26.0 → 9.27.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.151 → 1.5.155
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.32.0 → 8.32.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.32.0 → 8.32.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001717 → 1.0.30001718
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.11 → 2.0.12
Update Type:
Patch
Package:
@types/qs
Ecosystem:
npm
Version Change:
6.9.18 → 6.14.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.32.0 → 8.32.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.32.0 → 8.32.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.32.0 → 8.32.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.32.0 → 8.32.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.32.0 → 8.32.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.32.0 → 8.32.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.9 → 0.2.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.3 → 0.2.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.13.0 → 0.14.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.2.8 → 0.3.1
Update Type:
Minor
Package:
memfs
Ecosystem:
npm
Version Change:
4.17.1 → 4.17.2
Update Type:
Patch
Package:
synckit
Ecosystem:
npm
Version Change:
0.11.4 → 0.11.6
Update Type:
Patch
Package:
msgpackr
Ecosystem:
npm
Version Change:
1.11.2 → 1.11.4
Update Type:
Patch
Technical Details
ID: 1064242
UUID: 2528011333
Node ID: PR_kwDONcX5kM6WrmRF
Host: GitHub
Repository: mrlonis/example-angular-18-app
Merge State: Unknown