Bump the npm group with 6 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(8 months ago)
(8 months ago)
(8 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the npm group with 6 updates:
| Package | From | To |
|---|---|---|
| pnpm | 10.18.0 |
10.18.1 |
| typescript-eslint | 8.45.0 |
8.46.0 |
| @types/node | 24.6.2 |
24.7.0 |
| @typescript-eslint/eslint-plugin | 8.45.0 |
8.46.0 |
| @typescript-eslint/parser | 8.45.0 |
8.46.0 |
| @typescript-eslint/type-utils | 8.45.0 |
8.46.0 |
Updates pnpm from 10.18.0 to 10.18.1
Release notes
Sourced from pnpm's releases.
pnpm 10.18.1
Patch Changes
- Don't print a warning, when
--lockfile-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon Windows #5700.- When using pnpm catalogs and running a normal
pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalogas originally intended.Platinum Sponsors
Gold Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.18.1
Patch Changes
- Don't print a warning, when
--lockfile-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon Windows #5700.- When using pnpm catalogs and running a normal
pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalogas originally intended.
Commits
651a27achore(release): 10.18.1- See full diff in compare view
Updates typescript-eslint from 8.45.0 to 8.46.0
Release notes
Sourced from typescript-eslint's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.46.0 (2025-10-06)
🚀 Features
❤️ Thank You
- Mister-Hope
@​Mister-HopeYou can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.05c1a159feat(typescript-eslint): export util types (close #10848) (#10849)- See full diff in compare view
Updates @types/node from 24.6.2 to 24.7.0
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/eslint-plugin's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/eslint-plugin's changelog.
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- rule-schema-to-typescript-types: clean up and make public (#11633)
🩹 Fixes
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframevYou can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.0a974191fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...02e0278fix(typescript-estree): forbid abstract method and accessor to have implement...f083798feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...a62f625fix(eslint-plugin): removed error type previously deprecated (#11674)7f5fed7chore: remove unused batchedSingleLineTests test utility (#11675)f8412cefix(eslint-plugin): [no-deprecated] ignore deprecatedexport imports (#11603)8de997efeat(eslint-plugin): [no-unused-vars] support explicit resource management wi...740a63ffeat(rule-schema-to-typescript-types): clean up and make public (#11633)692d4eedocs(eslint-plugin): [prefer-for-of] mention DOM elements and lib: dom.iterab...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/parser's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/parser's changelog.
8.46.0 (2025-10-06)
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
aec785echore(release): publish 8.46.0- See full diff in compare view
Updates @typescript-eslint/type-utils from 8.45.0 to 8.46.0
Release notes
Sourced from @​typescript-eslint/type-utils's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @​typescript-eslint/type-utils's changelog.
8.46.0 (2025-10-06)
🩹 Fixes
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.0a974191fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
4
+198
-109
Package Dependencies
@typescript-eslint/parser
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/eslint-plugin
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/type-utils
npm
8.45.0 → 8.46.0
Minor
Technical Details
| ID: | 9732125 |
| UUID: | 2892368374 |
| Node ID: | PR_kwDONx1qVc6sZgn2 |
| Host: | GitHub |
| Repository: | poad/solid-start-ssr-lambda |
| Merge State: | Unknown |