chore(deps): bump the all-dependencies group with 8 updates by dependabot[bot] · Pull Request #619 · github/eslint-plugin-github
Bumps the all-dependencies group with 8 updates:
| Package | From | To |
|---|---|---|
| @eslint/js | 9.21.0 |
9.22.0 |
| @typescript-eslint/eslint-plugin | 8.25.0 |
8.26.0 |
| @typescript-eslint/parser | 8.25.0 |
8.26.0 |
| eslint-config-prettier | 10.0.2 |
10.1.1 |
| prettier | 3.5.2 |
3.5.3 |
| typescript | 5.7.3 |
5.8.2 |
| typescript-eslint | 8.25.0 |
8.26.0 |
| eslint-doc-generator | 2.0.2 |
2.1.0 |
Updates @eslint/js from 9.21.0 to 9.22.0
Release notes
Sourced from @eslint/js's releases.
v9.22.0
Features
Bug Fixes
19c0127fix: improve message forno-consolesuggestions (#19483) (Francesco Trotta)49e624ffix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)Documentation
86c5f37docs: Update README (GitHub Actions Bot)fbdeff0docs: Update README (GitHub Actions Bot)c9e8510docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)2f386addocs: replacevarwithconstin rule examples (#19469) (Tanuj Kanti)0e688e3docs: Update README (GitHub Actions Bot)06b596ddocs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)Chores
Changelog
Sourced from @eslint/js's changelog.
v9.22.0 - March 7, 2025
97f788bchore: upgrade@eslint/js@9.22.0 (#19489) (Milos Djermanovic)eed409achore: package.json update for@eslint/jsrelease (Jenkins)f9a56d3chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)7ddb095feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)86c5f37docs: Update README (GitHub Actions Bot)19c0127fix: improve message forno-consolesuggestions (#19483) (Francesco Trotta)fbdeff0docs: Update README (GitHub Actions Bot)c9e8510docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)2f386addocs: replacevarwithconstin rule examples (#19469) (Tanuj Kanti)0e688e3docs: Update README (GitHub Actions Bot)49e624ffix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)06b596ddocs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)
Commits
eed409achore: package.json update for@eslint/jsrelease- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.25.0 to 8.26.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions(#10892)- scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessorproperties with an invalidvoidtype (#10864)- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parserdependency (#10909)❤️ Thank You
- Andrea Simone Costa
@jfet97- Dave
@reduckted- David Michon
- Dirk Luijk
@dirkluijk- fregante
@fregante- Ronen Amiel
- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.26.0 (2025-03-03)
🚀 Features
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- eslint-plugin: [no-invalid-void-type] report
accessorproperties with an invalidvoidtype (#10864)- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
❤️ Thank You
- Andrea Simone Costa
@jfet97- Dirk Luijk
@dirkluijk- Ronen Amiel
- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
Commits
bc6d19fchore(release): publish 8.26.002d9d73feat(eslint-plugin): [unified-signatures] support ignoring overload signature...84af50efeat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...a03b7effix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)4082ad0docs(eslint-plugin): [consistent-return] add link tonoImplicitReturnsdocs...d8d4b3cfeat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...9674629feat: support TypeScript 5.8 (#10903)3c7b8ffchore: fix integration-tests (#10906)735064afix(eslint-plugin): [no-invalid-void-type] reportaccessorproperties with ...a6feb59fix(eslint-plugin): [unified-signatures] does not differentiate truly private...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.25.0 to 8.26.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions(#10892)- scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessorproperties with an invalidvoidtype (#10864)- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parserdependency (#10909)❤️ Thank You
- Andrea Simone Costa
@jfet97- Dave
@reduckted- David Michon
- Dirk Luijk
@dirkluijk- fregante
@fregante- Ronen Amiel
- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
- Dirk Luijk
@dirkluijkYou can read about our versioning strategy and releases on our website.
Commits
Updates eslint-config-prettier from 10.0.2 to 10.1.1
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.1
Patch Changes
#309
eb56a5eThanks@JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier"; // after import eslintConfigPrettier from "eslint-config-prettier/flat";v10.1.0
Minor Changes
v10.0.3
Patch Changes
#294
8dbbd6dThanks@FloEdelmann! - feat: add name to config#280
cba5737Thanks@zanminkian! - feat: add declaration fileNew Contributors
@zanminkianmade their first contribution in prettier/eslint-config-prettier#280@FloEdelmannmade their first contribution in prettier/eslint-config-prettier#294Full Changelog: prettier/eslint-config-prettier@v10.0.2...v10.0.3
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.1
Patch Changes
#309
eb56a5eThanks@JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier"; // after import eslintConfigPrettier from "eslint-config-prettier/flat";10.1.0
Minor Changes
10.0.3
Patch Changes
#294
8dbbd6dThanks@FloEdelmann! - feat: add name to config#280
cba5737Thanks@zanminkian! - feat: add declaration file
Commits
f12309bchore: release eslint-config-prettier (#310)79cf679chore: use flat entry for flat config verificationeb56a5efix: separate the/flatentry for compatibility (#309)2c6f80echore: release eslint-config-prettier (#307)56e2e34feat: migrate to exports field (#306)c27e785chore: release eslint-config-prettier (#304)c5d7853chore: add missing@stylistic/eslint-plugin-plus1837a4dci: testing, migrate to yarn v4 (#305)8dbbd6dfeat: add name to config (#294)cba5737feat: add declaration file (#280)- Additional commits viewable in compare view
Updates prettier from 3.5.2 to 3.5.3
Changelog
Sourced from prettier's changelog.
3.5.3
Flow: Fix missing parentheses in
ConditionalTypeAnnotation(#17196 by@fisker)// Input type T<U> = 'a' | ('b' extends U ? 'c' : empty); type T<U> = 'a' & ('b' extends U ? 'c' : empty); // Prettier 3.5.2 type T<U> = "a" | "b" extends U ? "c" : empty; type T<U> = "a" & "b" extends U ? "c" : empty; // Prettier 3.5.3 type T<U> = "a" | ("b" extends U ? "c" : empty); type T<U> = "a" & ("b" extends U ? "c" : empty);
Commits
4ff5dc5Release 3.5.3a2e560eFix missing parentheses inConditionalTypeAnnotation(#17196)fa95c97AddmergeBlogPoststep to release script (#17199)b47cd50Add title to patch release changelog (#17197)de30788Minor fix in release scriptecee6a0Clean changelog_unreleasedfd06512Bump Prettier dependency to 3.5.21f74dd5Update dependents count- See full diff in compare view
Updates typescript from 5.7.3 to 5.8.2
Release notes
Sourced from typescript's releases.
TypeScript 5.8
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
Downloads are available on:
TypeScript 5.8 RC
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.8 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
beb69e4Bump version to 5.8.2 and LKG8fdbd54🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...f4a3a8a🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...420ff06Bump version to 5.8.1-rc and LKG48eb13fUpdate LKGfb59c19Merge remote-tracking branch 'origin/main' into release-5.8df342b7FixedrewriteRelativeImportExtensionsforimport()within call expression...775412aBump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...e1629e5Pass ignoreErrors=true to more resolveEntityName callers (#61144)6fd1799Update LKG- Additional commits viewable in compare view
Updates typescript-eslint from 8.25.0 to 8.26.0
Release notes
Sourced from typescript-eslint's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions(#10892)- scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessorproperties with an invalidvoidtype (#10864)- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parserdependency (#10909)❤️ Thank You
- Andrea Simone Costa
@jfet97- Dave
@reduckted- David Michon
- Dirk Luijk
@dirkluijk- fregante
@fregante- Ronen Amiel
- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
- Dirk Luijk
@dirkluijkYou can read about our versioning strategy and releases on our website.
Commits
Updates eslint-doc-generator from 2.0.2 to 2.1.0
Release notes
Sourced from eslint-doc-generator's releases.
Release 2.1.0
🚀 Enhancement
Committers: 1
- Yukihiro Hasegawa (
@y-hsgw)
Changelog
Sourced from eslint-doc-generator's changelog.
v2.1.0 (2025-03-04)
🚀 Enhancement
Committers: 1
- Yukihiro Hasegawa (
@y-hsgw)
Commits
6607e5bRelease 2.1.0a1fa3d5Merge pull request #644 from bmish/dependabot/npm_and_yarn/eslint-9.21.0e997d95Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.21.0263605dMerge pull request #645 from bmish/dependabot/npm_and_yarn/eslint-plugin-n-17...499ddfbMerge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-n-17.16.15417557chore(deps-dev): Bump eslint from 9.19.0 to 9.21.0e79d204Merge pull request #646 from bmish/dependabot/npm_and_yarn/typescript-eslint/...fbf422eMerge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/utils-8.26.057e218eMerge pull request #647 from bmish/dependabot/npm_and_yarn/sort-package-json-...cb6635dMerge branch 'main' into dependabot/npm_and_yarn/sort-package-json-2.15.1- Additional commits viewable 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