deps(deps-dev): bump the build-tools group with 6 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 8
(28 days ago)
(28 days ago)
(28 days ago)
by github-actions[bot]
dependencies javascript
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the build-tools group with 6 updates:
| Package | From | To |
|---|---|---|
| @types/node | 18.19.39 |
24.7.0 |
| @typescript-eslint/eslint-plugin | 8.45.0 |
8.46.0 |
| @typescript-eslint/parser | 8.45.0 |
8.46.0 |
| eslint | 9.36.0 |
9.37.0 |
| typescript | 5.9.2 |
5.9.3 |
| @types/aws-lambda | 8.10.153 |
8.10.155 |
Updates @types/node from 18.19.39 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 eslint from 9.36.0 to 9.37.0
Release notes
Sourced from eslint's releases.
v9.37.0
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for@eslint/jsrelease (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
Commits
d5d1bdf9.37.094865ffBuild: changelog update for 9.37.0afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183)abee4cachore: package.json update for@eslint/jsreleaseb950359docs: fix typos across the docs (#20182)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181)fc9381fchore: fix typos in comments (#20175)e1574a2chore: unpin jiti (#20173)29ea092docs: Update READMEa129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164)- Additional commits viewable in compare view
Updates typescript from 5.9.2 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- fixed issues query for Typescript 5.9.3 (Stable).
Downloads are available on:
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)- See full diff in compare view
Updates @types/aws-lambda from 8.10.153 to 8.10.155
Commits
- 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
6
+126
-294
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
Technical Details
| ID: | 9706594 |
| UUID: | 2892013884 |
| Node ID: | PR_kwDOPZDQPs6sYKE8 |
| Host: | GitHub |
| Repository: | davidxjohnson/typescript-cloud-projects |
| Merge State: | Unknown |