Bump the development-version-updates group with 25 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
dependencies javascript
Bumps the development-version-updates group with 25 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 |
| @sigstore/protobuf-specs | 0.4.1 |
0.4.2 |
| @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
- See full diff in compare view
Updates eslint from 9.26.0 to 9.27.0
Release notes
Sourced from eslint's releases.
v9.27.0
Features
d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)Bug Fixes
5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)de1b5defix: correctserviceproperty name inLinter.ESLintParseResulttype (#19713) (Francesco Trotta)60c3e2cfix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)9da90cafix: addallowReservedtoLinter.ParserOptionstype (#19710) (Francesco Trotta)fbb8be9fix: addinfotoESLint.DeprecatedRuleUsetype (#19701) (Francesco Trotta)Documentation
25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)71317ebdocs: Update README (GitHub Actions Bot)4c289e6docs: Update README (GitHub Actions Bot)f0f0d46docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)8ed3273docs: fix internal usages ofConfigDatatype (#19688) (Francesco Trotta)eb316a8docs: addfmtandchecksections toPackage.json Conventions(#19686) (루밀LuMir)a3a2559docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1docs: Update README (GitHub Actions Bot)Chores
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)58a171echore: update dependency@eslint/plugin-kitto ^0.3.1 (#19712) (renovate[bot])3a075a2chore: update dependency@eslint/coreto ^0.14.0 (#19715) (renovate[bot])44bac9dci: run tests in Node.js 24 (#19702) (Francesco Trotta)35304ddchore: add missingfundingfield to packages (#19684) (루밀LuMir)f305bebtest: mockprocess.emitWarningto prevent output disruption (#19687) (Francesco Trotta)
Changelog
Sourced from eslint's changelog.
v9.27.0 - May 16, 2025
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)71317ebdocs: Update README (GitHub Actions Bot)de1b5defix: correctserviceproperty name inLinter.ESLintParseResulttype (#19713) (Francesco Trotta)58a171echore: update dependency@eslint/plugin-kitto ^0.3.1 (#19712) (renovate[bot])3a075a2chore: update dependency@eslint/coreto ^0.14.0 (#19715) (renovate[bot])60c3e2cfix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)4c289e6docs: Update README (GitHub Actions Bot)9da90cafix: addallowReservedtoLinter.ParserOptionstype (#19710) (Francesco Trotta)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)fbb8be9fix: addinfotoESLint.DeprecatedRuleUsetype (#19701) (Francesco Trotta)f0f0d46docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)44bac9dci: run tests in Node.js 24 (#19702) (Francesco Trotta)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)35304ddchore: add missingfundingfield to packages (#19684) (루밀LuMir)8ed3273docs: fix internal usages ofConfigDatatype (#19688) (Francesco Trotta)f305bebtest: mockprocess.emitWarningto prevent output disruption (#19687) (Francesco Trotta)eb316a8docs: addfmtandchecksections toPackage.json Conventions(#19686) (루밀LuMir)a3a2559docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1docs: Update README (GitHub Actions Bot)
Commits
b9080cf9.27.0b7a5c66Build: changelog update for 9.27.0f8f1560chore: upgrade@eslint/js@9.27.0 (#19739)ecaef73chore: package.json update for@eslint/jsrelease25de550docs: Update description of frozen rules to mention TypeScript (#19736)bd5def6docs: Clean up configuration files docs (#19735)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717)5687ce7fix: correct mismatched removed rules (#19734)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732)ba456e0feat: Externalize MCP server (#19699)- Additional commits viewable in compare view
Updates start-server-and-test from 2.0.11 to 2.0.12
Commits
b3b82c0fix(deps): update dependency debug to v4.4.1 (#403)- See full diff in compare view
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
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
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
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
- Add config-array package (4a2274d)
- Add types to config-array (#3) (8b80e81)
- sync packages meta (#12) (27fcd25)
Bug Fixes
- Include package.json (ce52aaa)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/object-schemabumped from ^2.0.3 to ^2.1.0core: v0.14.0
0.14.0 (2025-04-30)
Features
Commits
89c7748chore: release core 0.14.0 (#194)592557cchore: fix release-please PR title (#189)7af665echore: Separate pull requests (#183)917feb1docs: Update README sponsors63cb367feat: Better conversion of .eslintrc.js files in migrate-config (#172)484b6cafeat: makeTextSourceCodeBasea generic type (#182)fd9b571feat: add core types for language-specific rule definitions (#178)eb05e04docs: Update README sponsors3fde625docs: Update README sponsors3951541docs: 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
d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)Bug Fixes
5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)de1b5defix: correctserviceproperty name inLinter.ESLintParseResulttype (#19713) (Francesco Trotta)60c3e2cfix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)9da90cafix: addallowReservedtoLinter.ParserOptionstype (#19710) (Francesco Trotta)fbb8be9fix: addinfotoESLint.DeprecatedRuleUsetype (#19701) (Francesco Trotta)Documentation
25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)71317ebdocs: Update README (GitHub Actions Bot)4c289e6docs: Update README (GitHub Actions Bot)f0f0d46docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)8ed3273docs: fix internal usages ofConfigDatatype (#19688) (Francesco Trotta)eb316a8docs: addfmtandchecksections toPackage.json Conventions(#19686) (루밀LuMir)a3a2559docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1docs: Update README (GitHub Actions Bot)Chores
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)58a171echore: update dependency@eslint/plugin-kitto ^0.3.1 (#19712) (renovate[bot])3a075a2chore: update dependency@eslint/coreto ^0.14.0 (#19715) (renovate[bot])44bac9dci: run tests in Node.js 24 (#19702) (Francesco Trotta)35304ddchore: add missingfundingfield to packages (#19684) (루밀LuMir)f305bebtest: mockprocess.emitWarningto prevent output disruption (#19687) (Francesco Trotta)
Changelog
Sourced from @eslint/js's changelog.
v9.27.0 - May 16, 2025
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)71317ebdocs: Update README (GitHub Actions Bot)de1b5defix: correctserviceproperty name inLinter.ESLintParseResulttype (#19713) (Francesco Trotta)58a171echore: update dependency@eslint/plugin-kitto ^0.3.1 (#19712) (renovate[bot])3a075a2chore: update dependency@eslint/coreto ^0.14.0 (#19715) (renovate[bot])60c3e2cfix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)4c289e6docs: Update README (GitHub Actions Bot)9da90cafix: addallowReservedtoLinter.ParserOptionstype (#19710) (Francesco Trotta)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)fbb8be9fix: addinfotoESLint.DeprecatedRuleUsetype (#19701) (Francesco Trotta)f0f0d46docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)44bac9dci: run tests in Node.js 24 (#19702) (Francesco Trotta)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)35304ddchore: add missingfundingfield to packages (#19684) (루밀LuMir)8ed3273docs: fix internal usages ofConfigDatatype (#19688) (Francesco Trotta)f305bebtest: mockprocess.emitWarningto prevent output disruption (#19687) (Francesco Trotta)eb316a8docs: addfmtandchecksections toPackage.json Conventions(#19686) (루밀LuMir)a3a2559docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1docs: 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
plugin-kit: v0.3.0
0.3.0 (2025-04-30)
Features
Commits
daa1955chore: release main (#198)a830283fix: Upgrade@eslint/core(#197)b840b0echore: release migrate-config 1.5.0 (#193)4d92bcechore: release plugin-kit 0.3.0 (#190)89c7748chore: release core 0.14.0 (#194)592557cchore: fix release-please PR title (#189)7af665echore: Separate pull requests (#183)917feb1docs: Update README sponsors63cb367feat: Better conversion of .eslintrc.js files in migrate-config (#172)484b6cafeat: makeTextSourceCodeBasea generic type (#182)- Additional commits viewable in compare view
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.10What's Changed
- fix(wasm-runtime): upgrade emnapi by
@sxzzin napi-rs/napi-rs#2568- fix(wasm-runtime): fs-proxy test failed on s390x platform by
@toyobayashiin napi-rs/napi-rs#2629Full Changelog: https://github.com/napi-rs/napi-rs/compare/
@napi-rs/wasm-runtime@0.2.9...@napi-rs/wasm-runtime@0.2.10
Commits
- See full diff in compare view
Updates @sigstore/protobuf-specs from 0.4.1 to 0.4.2
Changelog
Sourced from @sigstore/protobuf-specs's changelog.
0.4.2
Changed
- Deprecated LMS/LMS-OTS as supported signing algorithms (#597)
- Added stronger language around how clients should handle service selection (#607)
- Revised checkpoint key ID comment, deprecated log ID (#629)
- Added operator for SigningConfig services, log and TSA roots (#634)
- Added ML-DSA to algorithm registry (#616)
Commits
011f5a0Add CHANGELOG, bump releases for v0.4.2 (#637)8beee48build(deps): bump ruby/setup-ruby from 1.238.0 to 1.239.0 (#636)966b43dadd: ML-DSA to algorithm registry (#616)a4c70feAdd operator for SigningConfig services, log and TSA roots (#634)ef40dfbbuild(deps): bump ruby/setup-ruby from 1.237.0 to 1.238.0 (#635)8b886ffRevise checkpoint key ID comment, deprecate log ID (#629)8e998cebuild(deps): bump prost-reflect-build in /gen/pb-rust (#623)1124687build(deps): bump distroless/nodejs22-debian12 in /protoc-builder (#622)33a35ccUpdate GOOGLEAPIS_COMMIT in versions.mk (#617)bda1b2cbuild(deps): bump distroless/base-debian12 in /protoc-builder (#621)- Additional commits viewable in compare view
Updates @types/qs from 6.9.18 to 6.14.0
Commits
- See full diff in compare view
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
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from
Pull Request Statistics
1
1
+113
-526
Package Dependencies
@typescript-eslint/parser
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/eslint-plugin
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/scope-manager
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/type-utils
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/typescript-estree
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/visitor-keys
npm
8.32.0 → 8.32.1
Patch
Technical Details
| ID: | 447664 |
| UUID: | 2527921226 |
| Node ID: | PR_kwDONZpH_s6WrQRK |
| Host: | GitHub |
| Repository: | mrlonis/example-angular-async |
| Merge State: | Dirty |