Closed dependabot[bot] closed 1 year ago
Bumps the dependencies group with 6 updates:
6.7.2
6.9.1
8.49.0
8.52.0
5.0.0
5.0.1
0.25.1
0.25.3
0.34.4
0.34.6
Updates @typescript-eslint/eslint-plugin from 6.7.2 to 6.9.1
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v6.9.1 6.9.1 (2023-10-30) Bug Fixes eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee) eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0) You can read about our versioning strategy and releases on our website. v6.9.0 6.9.0 (2023-10-23) Bug Fixes eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27) eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2) rule-tester: fix parser fallback logic (#7754) (34c23e0) type-utils: treat custom type roots as external (#6870) (b85f744) Features eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538 eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae) eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf) eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643 eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf) You can read about our versioning strategy and releases on our website. v6.8.0 6.8.0 (2023-10-16) Bug Fixes eslint-plugin: [consistent-type-imports] import assertion checks added (#7722) (afdae37) eslint-plugin: [no-shadow] fix static class generics for class expressions (#7724) (e5ea1d0) eslint-plugin: [no-unsafe-member-access] report on only the accessed property (#7717) (f81a2da) eslint-plugin: [no-useless-empty-export] exempt .d.ts (#7718) (ac397f1) Features eslint-plugin: add new extended rule prefer-destructuring (#7117) (3c6379b) You can read about our versioning strategy and releases on our website.
You can read about our versioning strategy and releases on our website.
parser
this: void
prefer-destructuring
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
6.9.1 (2023-10-30) Bug Fixes eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee) eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0) You can read about our versioning strategy and releases on our website. 6.9.0 (2023-10-23) Bug Fixes eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27) eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2) Features eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538 eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae) eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf) eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643 eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf) You can read about our versioning strategy and releases on our website. 6.8.0 (2023-10-16) Bug Fixes eslint-plugin: [consistent-type-imports] import assertion checks added (#7722) (afdae37) eslint-plugin: [no-shadow] fix static class generics for class expressions (#7724) (e5ea1d0) eslint-plugin: [no-unsafe-member-access] report on only the accessed property (#7717) (f81a2da) eslint-plugin: [no-useless-empty-export] exempt .d.ts (#7718) (ac397f1) Features
1e47294
7ad86ee
3300fa1
31988e0
6455278
101563b
066ccf7
9f85e67
53d5263
4972ecd
Updates @typescript-eslint/parser from 6.7.2 to 6.9.1
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
6.9.1 (2023-10-30) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website. 6.9.0 (2023-10-23) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website. 6.8.0 (2023-10-16) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website. 6.7.5 (2023-10-09) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website. 6.7.4 (2023-10-02) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website.
Note: Version bump only for package @typescript-eslint/parser
0f11c18
d475f88
36aecb6
d948dc4
91a3e0c
Updates eslint from 8.49.0 to 8.52.0
eslint
Sourced from eslint's releases.
v8.52.0 Features 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota) Bug Fixes 5de9637 fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas) dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) (Francesco Trotta) Documentation 476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas) 660ed3a docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas) a58aa20 docs: fix examples for several rules (#17645) (Milos Djermanovic) 179929b docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta) f8e5c30 docs: Update README (GitHub Actions Bot) b7ef2f3 docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas) 0bcb9a8 docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta) 61b9083 docs: Make no-continue example code work (#17643) (Zhongyuan Zhou) 9fafe45 docs: upgrade to 11ty 2.0 (#17632) (Percy Ma) ff8e4bf docs: Update README (GitHub Actions Bot) fab249a docs: Update README (GitHub Actions Bot) 392305b docs: Update no-irregular-whitespace and fix examples (#17626) (Francesco Trotta) 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#17630) (Francesco Trotta) 1000187 docs: Fix examples in unicode-bom (#17631) (Francesco Trotta) 000290c docs: Update README (GitHub Actions Bot) Chores 6d1f0c2 chore: upgrade @eslint/js@8.52.0 (#17671) (Milos Djermanovic) d63d4fe chore: package.json update for @eslint/js release (ESLint Jenkins) f30cefe test: fix FlatESLint tests for caching (#17658) (Milos Djermanovic) ef650cb test: update tests for no-promise-executor-return (#17661) (Milos Djermanovic) v8.51.0 Features 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#17569) (Domantas Petrauskas) 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota) Bug Fixes f976b2f fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic) 0edfe36 fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas) dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612) (Yosuke Ota) d2f6801 fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas) Documentation ee5be81 docs: default to sourceType: "module" in rule examples (#17615) (Francesco Trotta) 1aa26df docs: Add more examples for multiline-ternary (#17610) (George Ashiotis) 47d0b44 docs: Update README (GitHub Actions Bot) dbf831e docs: use generated og image (#17601) (Percy Ma) 1866da5 docs: Update README (GitHub Actions Bot) Chores
70648ee
5de9637
dcfe573
no-object-constructor
476d58a
660ed3a
a58aa20
179929b
f8e5c30
b7ef2f3
0bcb9a8
61b9083
9fafe45
ff8e4bf
fab249a
392305b
no-irregular-whitespace
6b8acfb
no-trailing-spaces
1000187
unicode-bom
000290c
6d1f0c2
@eslint/js
@8
d63d4fe
f30cefe
ef650cb
0a9c433
--no-warn-ignored
977e67e
f976b2f
0edfe36
dd79abc
eslint-disable
d2f6801
ee5be81
sourceType: "module"
1aa26df
47d0b44
dbf831e
1866da5
Sourced from eslint's changelog.
v8.52.0 - October 20, 2023 6d1f0c2 chore: upgrade @eslint/js@8.52.0 (#17671) (Milos Djermanovic) d63d4fe chore: package.json update for @eslint/js release (ESLint Jenkins) 476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas) 5de9637 fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas) f30cefe test: fix FlatESLint tests for caching (#17658) (Milos Djermanovic) ef650cb test: update tests for no-promise-executor-return (#17661) (Milos Djermanovic) 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota) dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) (Francesco Trotta) 660ed3a docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas) a58aa20 docs: fix examples for several rules (#17645) (Milos Djermanovic) 179929b docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta) f8e5c30 docs: Update README (GitHub Actions Bot) b7ef2f3 docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas) 0bcb9a8 docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta) 61b9083 docs: Make no-continue example code work (#17643) (Zhongyuan Zhou) 9fafe45 docs: upgrade to 11ty 2.0 (#17632) (Percy Ma) ff8e4bf docs: Update README (GitHub Actions Bot) fab249a docs: Update README (GitHub Actions Bot) 392305b docs: Update no-irregular-whitespace and fix examples (#17626) (Francesco Trotta) 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#17630) (Francesco Trotta) 1000187 docs: Fix examples in unicode-bom (#17631) (Francesco Trotta) 000290c docs: Update README (GitHub Actions Bot) v8.51.0 - October 6, 2023 1ef39ea chore: upgrade @eslint/js@8.51.0 (#17624) (Milos Djermanovic) f8c7403 chore: package.json update for @eslint/js release (ESLint Jenkins) f976b2f fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic) 0edfe36 fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas) ee5be81 docs: default to sourceType: "module" in rule examples (#17615) (Francesco Trotta) dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612) (Yosuke Ota) d2f6801 fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas) 2665552 test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic) 1aa26df docs: Add more examples for multiline-ternary (#17610) (George Ashiotis) 47d0b44 docs: Update README (GitHub Actions Bot) dbf831e docs: use generated og image (#17601) (Percy Ma) 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#17569) (Domantas Petrauskas) 1866da5 docs: Update README (GitHub Actions Bot) 7b77bcc chore: Refactor CodePathState (#17510) (Nicholas C. Zakas) 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota) bc77c9a chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas) 24e1f14 chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas) v8.50.0 - September 22, 2023 f8a8a2d chore: upgrade @eslint/js@8.50.0 (#17599) (Milos Djermanovic) 38ada6d chore: package.json update for @eslint/js release (ESLint Jenkins) 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
v8.52.0 - October 20, 2023
v8.51.0 - October 6, 2023
1ef39ea
f8c7403
2665552
7b77bcc
bc77c9a
24e1f14
v8.50.0 - September 22, 2023
f8a8a2d
38ada6d
27d5a9e
331cf62
7dc28ed
Updates eslint-plugin-prettier from 5.0.0 to 5.0.1
eslint-plugin-prettier
Sourced from eslint-plugin-prettier's changelog.
5.0.1 Patch Changes #588 21a7146 Thanks @krist7599555! - fix: parserPath type might be undefined on Eslint Falt Config
21a7146
@krist7599555
parserPath
undefined
aa81435
Updates typedoc from 0.25.1 to 0.25.3
typedoc
Sourced from typedoc's releases.
v0.25.3 Features Added --sourceLinkExternal option to render source code links as external, #2415. TypeDoc no longer requires the declarationMap option to be set to true to handle cross-package links in packages mode, #2416. Added external-last option for the --sort option, #2418. Bug Fixes TypeDoc now attempts to correct local anchor links in readme files which are broken by its deconfliction logic, #2413. TypeDoc now finds comments on index signatures again, #2414. TypeDoc now does a better job of detecting properties when destructured function arguments are used. Quotes will now be properly escaped in HTML attribute values. Thanks! @mogelbrod @rsanchez v0.25.2 Features Added navigationLeaves option to remove branches from the navigation tree, #2382. Added sortEntryPoints option (defaults to true) to allow disabling entry point sorting, #2393. Improved support for multi-word searches, #2400. Bug Fixes Fixed conversion of @template constraints on JSDoc defined type parameters, #2389. Invalid link validation is now correctly suppressed before all projects have been converted in packages mode, #2403. Fixed tsconfig handling for projects using a solution-style tsconfig, #2406. Fixed broken settings icons caused by icon caching introduced in 0.25.1, #2408. Corrected module comment handling on declaration files containing a single declare module "foo", #2401. Thanks! @schiem
--sourceLinkExternal
declarationMap
external-last
--sort
@mogelbrod
@rsanchez
navigationLeaves
sortEntryPoints
@template
declare module "foo"
@schiem
Sourced from typedoc's changelog.
v0.25.3 (2023-10-29) Features Added --sourceLinkExternal option to render source code links as external, #2415. TypeDoc no longer requires the declarationMap option to be set to true to handle cross-package links in packages mode, #2416. Added external-last option for the --sort option, #2418. Bug Fixes TypeDoc now attempts to correct local anchor links in readme files which are broken by its deconfliction logic, #2413. TypeDoc now finds comments on index signatures again, #2414. TypeDoc now does a better job of detecting properties when destructured function arguments are used. Quotes will now be properly escaped in HTML attribute values. Thanks! @mogelbrod @rsanchez v0.25.2 (2023-10-08) Features Added navigationLeaves option to remove branches from the navigation tree, #2382. Added sortEntryPoints option (defaults to true) to allow disabling entry point sorting, #2393. Improved support for multi-word searches, #2400. Bug Fixes Fixed conversion of @template constraints on JSDoc defined type parameters, #2389. Invalid link validation is now correctly suppressed before all projects have been converted in packages mode, #2403. Fixed tsconfig handling for projects using a solution-style tsconfig, #2406. Fixed broken settings icons caused by icon caching introduced in 0.25.1, #2408. Corrected module comment handling on declaration files containing a single declare module "foo", #2401. Thanks! @schiem
839b192
af2d099
57a4b43
ee58d34
7e0b959
325233c
02a14c0
d26f553
b8faaf7
5305cbf
Updates vitest from 0.34.4 to 0.34.6
vitest
Sourced from vitest's releases.
v0.34.6 🐞 Bug Fixes Overwrite global URL with environment's - by @sheremet-va in vitest-dev/vitest#4164 (cbe13) Correctly resolve external dependencies loaded by custom environments - by @sheremet-va in vitest-dev/vitest#4196 (e3408) runner: The fixture of test.extend should be init once time in all test - by @Dunqing in vitest-dev/vitest#4168 (730b2) View changes on GitHub v0.34.5 🚀 Features config: Add diff option - by @fenghan34 and @sheremet-va in vitest-dev/vitest#4063 (b50cf) coverage: Add coverage['100'] to istanbul provider - by @marcelobotega in vitest-dev/vitest#4109 (a7e09) vitest: Support vi.waitFor method - by @Dunqing and @sheremet-va in vitest-dev/vitest#4113 (d79cb) Allow using unprocessed environment files - by @sheremet-va in vitest-dev/vitest#4098 (1aee1) Support vi.waitUntil method - by @Dunqing and @sheremet-va in vitest-dev/vitest#4129 (e0ac9) 🐞 Bug Fixes Update HappyDOMOptions to be compatible with v12 - by @anthonyblond in vitest-dev/vitest#4135 (e8797) Print value shape when .resolves and .rejects fails - by @sheremet-va in vitest-dev/vitest#4137 (e649d) docs: Fix lint errors on onConsoleLog example - by @marcelobotega in vitest-dev/vitest#4116 (ba1e7) expect: Improve the error message when nothing is thrown when testing toThrow - by @Dunqing in vitest-dev/vitest#3979 (725a0) happy-dom: Catch errors in happy-dom - by @capricorn86 in vitest-dev/vitest#4140
@sheremet-va
test.extend
@Dunqing
diff
@fenghan34
coverage['100']
@marcelobotega
vi.waitFor
vi.waitUntil
@anthonyblond
toThrow
@capricorn86
Bumps the dependencies group with 6 updates:
6.7.2
6.9.1
6.7.2
6.9.1
8.49.0
8.52.0
5.0.0
5.0.1
0.25.1
0.25.3
0.34.4
0.34.6
Updates
@typescript-eslint/eslint-plugin
from 6.7.2 to 6.9.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
1e47294
chore: publish v6.9.17ad86ee
fix(eslint-plugin): [naming-convention] allow PascalCase for imports (#7841)3300fa1
docs: add caveats to no-explicit-any docs (#7805)31988e0
fix(eslint-plugin): [no-unused-expressions] handle TSInstantiationExpression ...6455278
docs(eslint-plugin): [no-unsafe-member-access] correct example idx from const...101563b
chore: publish v6.9.0066ccf7
chore: update to nx 17 (#7815)9f85e67
docs(website): add Open in Playground button to code examples (#7482)53d5263
feat(eslint-plugin): [no-unsafe-enum-comparison] add switch suggestion (#7691)4972ecd
chore: enabled most of strict-type-checked internally (#7339)Updates
@typescript-eslint/parser
from 6.7.2 to 6.9.1Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
1e47294
chore: publish v6.9.1101563b
chore: publish v6.9.0066ccf7
chore: update to nx 17 (#7815)0f11c18
chore(deps): update dependency prettier to v3 (#7425)d475f88
chore: publish v6.8.036aecb6
chore: publish v6.7.5d948dc4
chore: publish v6.7.491a3e0c
chore: publish v6.7.3Updates
eslint
from 8.49.0 to 8.52.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
331cf62
8.52.07dc28ed
Build: changelog update for 8.52.06d1f0c2
chore: upgrade@eslint/js
@8
.52.0 (#17671)d63d4fe
chore: package.json update for@eslint/js
release476d58a
docs: Add note about invalid CLI flags when using flat config. (#17664)5de9637
fix: Ensure shared references in rule configs are separated (#17666)f30cefe
test: fix FlatESLint tests for caching (#17658)ef650cb
test: update tests for no-promise-executor-return (#17661)70648ee
feat: report-unused-disable-directive to report unused eslint-enable (#17611)dcfe573
fix: add preceding semicolon in suggestions ofno-object-constructor
(#17649)Updates
eslint-plugin-prettier
from 5.0.0 to 5.0.1Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
aa81435
chore: release eslint-plugin-prettier (#589)21a7146
fix:parserPath
type might beundefined
on Eslint Flat Config (#588)Updates
typedoc
from 0.25.1 to 0.25.3Release notes
Sourced from typedoc's releases.
Changelog
Sourced from typedoc's changelog.
Commits
839b192
Update changelog for releaseaf2d099
Bump version to 0.25.357a4b43
Correctly escape quotes in attributesee58d34
Add declaration paths to remap cache in packages mode7e0b959
Update changelog325233c
Rename internal-first sort strategy to external-last02a14c0
Add internal-first sort strategyd26f553
Use renderElement for html generation in marked pluginb8faaf7
Update changelog5305cbf
Improve destructured property supportUpdates
vitest
from 0.34.4 to 0.34.6Release notes
Sourced from vitest's releases.