Closed dependabot[bot] closed 11 months ago
Bumps the dependencies group with 6 updates:
6.7.2
6.10.0
8.49.0
8.53.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.10.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v6.10.0 6.10.0 (2023-11-06) Bug Fixes eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5) eslint-plugin: [require-await] add support for "await using" (#7866) (855abea) Features eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48) You can read about our versioning strategy and releases on our website. 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
You can read about our versioning strategy and releases on our website.
parser
this: void
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
6.10.0 (2023-11-06) Bug Fixes eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5) eslint-plugin: [require-await] add support for "await using" (#7866) (855abea) Features eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48) You can read about our versioning strategy and releases on our website. 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)
75c1288
29c2e68
855abea
11e57c5
5e73a48
1e47294
7ad86ee
3300fa1
31988e0
6455278
Updates @typescript-eslint/parser from 6.7.2 to 6.10.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
6.10.0 (2023-11-06) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website. 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.
Note: Version bump only for package @typescript-eslint/parser
101563b
066ccf7
0f11c18
d475f88
36aecb6
d948dc4
91a3e0c
Updates eslint from 8.49.0 to 8.53.0
eslint
Sourced from eslint's releases.
v8.53.0 Features 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas) c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph) Bug Fixes 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic) b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta) Documentation ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti) 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti) 4164b2c docs: Update README (GitHub Actions Bot) 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta) 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨) Chores ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic) 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic) 93256a3 chore: package.json update for @eslint/js release (ESLint Jenkins) 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic) db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot]) 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta) 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
528e1c0
c0b11dd
1ad6257
b329ea7
;
no-object-constructor
ab8c60d
4fc44c0
4164b2c
8651895
3aec1c5
ba4d4d5
0d07338
93256a3
@eslint/js
485ec7d
db06a7f
994596b
70648ee
5de9637
dcfe573
476d58a
660ed3a
a58aa20
179929b
f8e5c30
b7ef2f3
0bcb9a8
61b9083
9fafe45
ff8e4bf
fab249a
392305b
no-irregular-whitespace
6b8acfb
no-trailing-spaces
1000187
unicode-bom
000290c
Sourced from eslint's changelog.
v8.53.0 - November 3, 2023 ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic) 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic) 93256a3 chore: package.json update for @eslint/js release (ESLint Jenkins) ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti) 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas) 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic) c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph) 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti) 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic) 4164b2c docs: Update README (GitHub Actions Bot) 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta) 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨) db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot]) b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta) 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta) 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)
v8.53.0 - November 3, 2023
v8.52.0 - October 20, 2023
6d1f0c2
@8
d63d4fe
f30cefe
ef650cb
v8.51.0 - October 6, 2023
1ef39ea
f8c7403
f976b2f
0edfe36
ee5be81
sourceType: "module"
cb9393d
ec361d1
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 (c21c0) runner: Restore leading space in testNamePattern - by @segrey in vitest-dev/vitest#4103 and vitest-dev/vitest#4104 (3c305) test.extend doesn't work in hooks without test - by @Dunqing in vitest-dev/vitest#4065 (175c7) snapshot: Support mix of normal/with placeholders snapshots - by @RobertPechaCZ in vitest-dev/vitest#4118 (01e01) ui: Correctly render ansi diff - by @so1ve and @sheremet-va in vitest-dev/vitest#3810 (8c315) vite-node:
@sheremet-va
test.extend
@Dunqing
diff
@fenghan34
coverage['100']
@marcelobotega
vi.waitFor
vi.waitUntil
@anthonyblond
toThrow
@capricorn86
testNamePattern
@segrey
@RobertPechaCZ
@so1ve
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the dependencies group with 6 updates:
6.7.2
6.10.0
6.7.2
6.10.0
8.49.0
8.53.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.10.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
75c1288
chore: publish v6.10.029c2e68
docs: flip the flag of skipCompoundAssignments in the example (#7868)855abea
fix(eslint-plugin): [require-await] add support for "await using" (#7866)11e57c5
fix(eslint-plugin): [no-unused-vars] handle logical assignment (#7854)5e73a48
feat(eslint-plugin): [ban-ts-comments] suggest ts-expect-error over ts-ignore...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...Updates
@typescript-eslint/parser
from 6.7.2 to 6.10.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
75c1288
chore: publish v6.10.01e47294
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.53.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
cb9393d
8.53.0ec361d1
Build: changelog update for 8.53.0ba4d4d5
chore: remove metascraper (#17707)0d07338
chore: Update dependencies (#17706)93256a3
chore: package.json update for@eslint/js
releaseab8c60d
docs: change position of return to top button (#17688)528e1c0
feat: Deprecate formatting rules (#17696)485ec7d
test: fix ESLint tests for caching (#17699)c0b11dd
feat: Add suggestions for no-prototype-builtins (#17677)4fc44c0
docs: update twitter icon to new X icon (#17687)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.
Looks like these dependencies are updatable in another way, so this is no longer needed.