chore(deps): bump the all-dependencies group across 1 directory with 5 updates by dependabot[bot] · Pull Request #557 · github/eslint-plugin-github
Bumps the all-dependencies group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| @typescript-eslint/eslint-plugin | 8.5.0 |
8.8.1 |
| @typescript-eslint/parser | 8.5.0 |
8.8.1 |
| aria-query | 5.3.1 |
5.3.2 |
| eslint-plugin-escompat | 3.11.1 |
3.11.3 |
| eslint-plugin-import | 2.30.0 |
2.31.0 |
Updates @typescript-eslint/eslint-plugin from 8.5.0 to 8.8.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.8.1
8.8.1 (2024-10-07)
🩹 Fixes
- eslint-plugin: stop warning on
@ts-nocheckcomments which aren't at the beginning of the file (#10046)- typescript-estree: fix crash when running from a
node --evalscript (#10098)- typescript-estree: ensure mjs/mts files are always be parsed as ESM (#10011)
❤️ Thank You
- Brad Zacher
@bradzacher- Ronen Amiel
- WhitePiano
@goldentrashYou can read about our versioning strategy and releases on our website.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [await-thenable] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Ronen Amiel
- Tarun Chauhan
@tarunrajput- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.7.0
8.7.0 (2024-09-23)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.8.1 (2024-10-07)
🩹 Fixes
- eslint-plugin: stop warning on
@ts-nocheckcomments which aren't at the beginning of the file❤️ Thank You
- Brad Zacher
- Ronen Amiel
- WhitePiano
You can read about our versioning strategy and releases on our website.
8.8.0 (2024-09-30)
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *in d.ts to support TS<5.0eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself
eslint-plugin: [no-misused-promises] check contextual type
eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations
❤️ Thank You
- auvred
- Josh Goldberg ✨
- Kirk Waiblinger
- Ronen Amiel
- Tarun Chauhan
- YeonJuan
... (truncated)
Commits
f898248chore(release): publish 8.8.12d6ee87fix(eslint-plugin): stop warning on@ts-nocheckcomments which aren't at the ...2055cfbchore(release): publish 8.8.0b121bd9feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)9028d9ddocs: [no-unsafe-enum-comparison] clarify motivation and applicability (#10029)977e0a1fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operati...6ce66b5fix: removeexport type *in d.ts to support TS<5.0 (#10070)a916ff2feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates (#10009)b36d524fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)7a216fefix(eslint-plugin): [no-deprecated] max callstack exceeded when class impleme...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.5.0 to 8.8.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.8.1
8.8.1 (2024-10-07)
🩹 Fixes
- eslint-plugin: stop warning on
@ts-nocheckcomments which aren't at the beginning of the file (#10046)- typescript-estree: fix crash when running from a
node --evalscript (#10098)- typescript-estree: ensure mjs/mts files are always be parsed as ESM (#10011)
❤️ Thank You
- Brad Zacher
@bradzacher- Ronen Amiel
- WhitePiano
@goldentrashYou can read about our versioning strategy and releases on our website.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [await-thenable] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Ronen Amiel
- Tarun Chauhan
@tarunrajput- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.7.0
8.7.0 (2024-09-23)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.8.1 (2024-10-07)
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.
8.8.0 (2024-09-30)
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.
8.7.0 (2024-09-23)
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.
8.6.0 (2024-09-16)
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
f898248chore(release): publish 8.8.12055cfbchore(release): publish 8.8.0b88ea33chore(release): publish 8.7.0343710echore(release): publish 8.6.0- See full diff in compare view
Updates aria-query from 5.3.1 to 5.3.2
Changelog
Sourced from aria-query's changelog.
5.3.1
Removes the only runtime dependency from the project, and restores/broadens engines compatibility, plus a few bug fixes.
- Remove dequal from the project (#554)
- fix: add missing
doc-pagefooteranddoc-pageheaderroles (#549)- Fix defect in calling code when building the ElementRoleMap (#555)
- fix: add missing constraints for
asideelement to have implicitcomplementaryrole (#558)5.3.2
A bug fix, and a bunch of testing cleanups.
- [Fix] node < 4 lacks
.findandObject.assign- [meta] create SECURITY.yml and FUNDING.yml
Commits
f347e71v5.3.21f4e602[Dev Deps] update babel deps,mock-property,tape0237db8[Tests] DRY up tests with some helpers28791c4[Tests] handle things missing in older envs2106d5e[Fix] node < 4 lacks.findandObject.assign4f50008[Tests] fix build path9c90890[flow] remove unused flow typesfab2d4a[meta] create SECURITY.yml and FUNDING.yml8009738[meta] reduce dependabot noised6b18efOnly apps should have lockfiles- Additional commits viewable in compare view
Updates eslint-plugin-escompat from 3.11.1 to 3.11.3
Release notes
Sourced from eslint-plugin-escompat's releases.
v3.11.3
What's Changed
- Use public API of Browserslist by
@aiin keithamus/eslint-plugin-escompat#39Full Changelog: keithamus/eslint-plugin-escompat@v3.11.2...v3.11.3
v3.11.2
What's Changed
- Fix breaking
thiswhile using Browserslist API by@aiin keithamus/eslint-plugin-escompat#37New Contributors
@aimade their first contribution in keithamus/eslint-plugin-escompat#37Full Changelog: keithamus/eslint-plugin-escompat@v3.11.1...v3.11.2
Commits
9d028d2Use public API of Browserslist (#39)e2d05faFix breakins this while using Browserslist API (#37)- See full diff in compare view
Updates eslint-plugin-import from 2.30.0 to 2.31.0
Release notes
Sourced from eslint-plugin-import's releases.
v2.31.0
Added
- support eslint v9 (#2996, thanks [
@G-Rath] [@michaelfaith])order: allow validating named imports (#3043, thanks [@manuth])extensions: add thecheckTypeImportsoption (#2817, thanks [@phryneas])Fixed
ExportMap/ flat config: includelanguageOptionsin context (#3052, thanks [@michaelfaith])no-named-as-default: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@akwodkiewicz])export: False positive for exported overloaded functions in TS (#3065, thanks [@liuxingbaoyu])exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@michaelfaith])exportMap: improve cacheKey when using flat config (#3072, thanks [@michaelfaith])- adjust "is source type module" checks for flat config (#2996, thanks [
@G-Rath])Changed
- [Docs]
no-relative-packages: fix typo (#3066, thanks [@joshuaobrien])- [Performance]
no-cycle: dont scc for each linted file (#3068, thanks [@soryy708])- [Docs]
no-cycle: adddisableSccto docs (#3070, thanks [@soryy708])- [Tests] use re-exported
RuleTester(#3071, thanks [@G-Rath])- [Docs]
no-restricted-paths: fix grammar (#3073, thanks [@unbeauvoyage])- [Tests]
no-default-export,no-named-export: add test case (thanks [@G-Rath])#3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [
@akwodkiewicz]: https://github.com/akwodkiewicz [@joshuaobrien]: https://github.com/joshuaobrien [@liuxingbaoyu]: https://github.com/liuxingbaoyu [@manuth]: https://github.com/manuth [@michaelfaith]: https://github.com/michaelfaith [@phryneas]: https://github.com/phryneas
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
[2.31.0] - 2024-10-03
Added
- support eslint v9 (#2996, thanks [
@G-Rath] [@michaelfaith])- [
order]: allow validating named imports (#3043, thanks [@manuth])- [
extensions]: add thecheckTypeImportsoption (#2817, thanks [@phryneas])Fixed
ExportMap/ flat config: includelanguageOptionsin context (#3052, thanks [@michaelfaith])- [
no-named-as-default]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@akwodkiewicz])- [
export]: False positive for exported overloaded functions in TS (#3065, thanks [@liuxingbaoyu])exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@michaelfaith])exportMap: improve cacheKey when using flat config (#3072, thanks [@michaelfaith])- adjust "is source type module" checks for flat config (#2996, thanks [
@G-Rath])Changed
- [Docs] [
no-relative-packages]: fix typo (#3066, thanks [@joshuaobrien])- [Performance] [
no-cycle]: dont scc for each linted file (#3068, thanks [@soryy708])- [Docs] [
no-cycle]: adddisableSccto docs (#3070, thanks [@soryy708])- [Tests] use re-exported
RuleTester(#3071, thanks [@G-Rath])- [Docs] [
no-restricted-paths]: fix grammar (#3073, thanks [@unbeauvoyage])- [Tests] [
no-default-export], [no-named-export]: add test case (thanks [@G-Rath])
Commits
91f809bv2.31.03f1ac24[utils] [refactor]parse: avoid using a regex hered225176[New]extensions: add thecheckTypeImportsoption5a51b9a[Tests]rule-tester: try this babel class workaroundd66cde0[New] support eslint v9d27a639[Fix] adjust "is source type module" checks for flat config1fa8a07[Refactor] createsourceTypehelper0bc1355[Tests]no-default-export,no-named-export: add test cases with non-modu...55fa203[Tests]no-default-export,no-named-export: add test case6be20df[Docs]no-restricted-paths: fix grammar- 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