Bumps the all-dependencies group with 5 updates in the / directory:
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-nocheck
comments which aren't at the beginning of the file (#10046) - typescript-estree: fix crash when running from a
node --eval
script (#10098) - typescript-estree: ensure mjs/mts files are always be parsed as ESM (#10011)
❤️ Thank You
You can read about ourversioning strategy andreleases 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
You can read about ourversioning strategy andreleases 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-nocheck
comments which aren't at the beginning of the file
❤️ Thank You
- Brad Zacher
- Ronen Amiel
- WhitePiano
You can read about ourversioning strategy andreleases on our website.
8.8.0 (2024-09-30)
🚀 Features
🩹 Fixes
removeexport type *
in d.ts to support TS<5.0
eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters onisBuiltinSymbolLikeRecurser()
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
f898248
chore(release): publish 8.8.12d6ee87
fix(eslint-plugin): stop warning on@ts-nocheck
comments which aren't at the ...2055cfb
chore(release): publish 8.8.0b121bd9
feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)9028d9d
docs: [no-unsafe-enum-comparison] clarify motivation and applicability (#10029)977e0a1
fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operati...6ce66b5
fix: removeexport type *
in d.ts to support TS<5.0 (#10070)a916ff2
feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates (#10009)b36d524
fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)7a216fe
fix(eslint-plugin): [no-deprecated] max callstack exceeded when class impleme...- Additional commits viewable incompare 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-nocheck
comments which aren't at the beginning of the file (#10046) - typescript-estree: fix crash when running from a
node --eval
script (#10098) - typescript-estree: ensure mjs/mts files are always be parsed as ESM (#10011)
❤️ Thank You
You can read about ourversioning strategy andreleases 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
You can read about ourversioning strategy andreleases 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 ourversioning strategy andreleases 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 ourversioning strategy andreleases 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 ourversioning strategy andreleases 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 ourversioning strategy andreleases on our website.
Commits
Updatesaria-query
from 5.3.1 to 5.3.2
Changelog
Sourced fromaria-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-pagefooter
anddoc-pageheader
roles (#549) - Fix defect in calling code when building the ElementRoleMap (#555)
- fix: add missing constraints for
aside
element to have implicitcomplementary
role (#558)
5.3.2
A bug fix, and a bunch of testing cleanups.
- [Fix] node < 4 lacks
.find
andObject.assign
- [meta] create SECURITY.yml and FUNDING.yml
Commits
f347e71
v5.3.21f4e602
[Dev Deps] update babel deps,mock-property
,tape
0237db8
[Tests] DRY up tests with some helpers28791c4
[Tests] handle things missing in older envs2106d5e
[Fix] node < 4 lacks.find
andObject.assign
4f50008
[Tests] fix build path9c90890
[flow] remove unused flow typesfab2d4a
[meta] create SECURITY.yml and FUNDING.yml8009738
[meta] reduce dependabot noised6b18ef
Only apps should have lockfiles- Additional commits viewable incompare view
Updateseslint-plugin-escompat
from 3.11.1 to 3.11.3
Release notes
Sourced fromeslint-plugin-escompat's releases.
v3.11.3
What's Changed
Full Changelog:keithamus/eslint-plugin-escompat@v3.11.2...v3.11.3
v3.11.2
What's Changed
New Contributors
Full Changelog:keithamus/eslint-plugin-escompat@v3.11.1...v3.11.2
Commits
Updateseslint-plugin-import
from 2.30.0 to 2.31.0
Release notes
Sourced fromeslint-plugin-import's releases.
v2.31.0
Added
Fixed
Changed
#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 fromeslint-plugin-import's changelog.
[2.31.0] - 2024-10-03
Added
Fixed
ExportMap
/ flat config: includelanguageOptions
in 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
Commits
91f809b
v2.31.03f1ac24
[utils] [refactor]parse
: avoid using a regex hered225176
[New]extensions
: add thecheckTypeImports
option5a51b9a
[Tests]rule-tester
: try this babel class workaroundd66cde0
[New] support eslint v9d27a639
[Fix] adjust "is source type module" checks for flat config1fa8a07
[Refactor] createsourceType
helper0bc1355
[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 incompare 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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
Bumps the all-dependencies group with 5 updates in the / directory:
8.5.0
8.8.1
8.5.0
8.8.1
5.3.1
5.3.2
3.11.1
3.11.3
2.30.0
2.31.0
Updates
@typescript-eslint/eslint-plugin
from 8.5.0 to 8.8.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
f898248
chore(release): publish 8.8.12d6ee87
fix(eslint-plugin): stop warning on@ts-nocheck
comments which aren't at the ...2055cfb
chore(release): publish 8.8.0b121bd9
feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)9028d9d
docs: [no-unsafe-enum-comparison] clarify motivation and applicability (#10029)977e0a1
fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operati...6ce66b5
fix: removeexport type *
in d.ts to support TS<5.0 (#10070)a916ff2
feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates (#10009)b36d524
fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)7a216fe
fix(eslint-plugin): [no-deprecated] max callstack exceeded when class impleme...Updates
@typescript-eslint/parser
from 8.5.0 to 8.8.1Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
f898248
chore(release): publish 8.8.12055cfb
chore(release): publish 8.8.0b88ea33
chore(release): publish 8.7.0343710e
chore(release): publish 8.6.0Updates
aria-query
from 5.3.1 to 5.3.2Changelog
Sourced fromaria-query's changelog.
Commits
f347e71
v5.3.21f4e602
[Dev Deps] update babel deps,mock-property
,tape
0237db8
[Tests] DRY up tests with some helpers28791c4
[Tests] handle things missing in older envs2106d5e
[Fix] node < 4 lacks.find
andObject.assign
4f50008
[Tests] fix build path9c90890
[flow] remove unused flow typesfab2d4a
[meta] create SECURITY.yml and FUNDING.yml8009738
[meta] reduce dependabot noised6b18ef
Only apps should have lockfilesUpdates
eslint-plugin-escompat
from 3.11.1 to 3.11.3Release notes
Sourced fromeslint-plugin-escompat's releases.
Commits
9d028d2
Use public API of Browserslist (#39)e2d05fa
Fix breakins this while using Browserslist API (#37)Updates
eslint-plugin-import
from 2.30.0 to 2.31.0Release notes
Sourced fromeslint-plugin-import's releases.
... (truncated)
Changelog
Sourced fromeslint-plugin-import's changelog.
Commits
91f809b
v2.31.03f1ac24
[utils] [refactor]parse
: avoid using a regex hered225176
[New]extensions
: add thecheckTypeImports
option5a51b9a
[Tests]rule-tester
: try this babel class workaroundd66cde0
[New] support eslint v9d27a639
[Fix] adjust "is source type module" checks for flat config1fa8a07
[Refactor] createsourceType
helper0bc1355
[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 grammarDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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