Closed dependabot[bot] closed 11 months ago
Bumps the dependencies group with 7 updates:
6.7.2
6.11.0
8.49.0
8.53.0
5.0.0
5.0.1
3.0.3
3.1.0
0.25.1
0.25.3
0.34.4
0.34.6
Updates @typescript-eslint/eslint-plugin from 6.7.2 to 6.11.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v6.11.0 6.11.0 (2023-11-13) Bug Fixes eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c) eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b) Features add no-unsafe-unary-minus rule (#7390) (c4709c2) add types for flat config files (#7273) (66cd0c0) allow typescript 5.3.0-beta as devDependency (#7821) (b6c40b4) eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4) typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13) utils: add ESLint CodePath selector types (#7551) (99a026f) utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2) You can read about our versioning strategy and releases on our website. 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)
allowTypedFunctionExpressions
no-unsafe-unary-minus
5.3.0-beta
devDependency
isTTY
loggerFn
CodePath
RuleContext
SourceCode
You can read about our versioning strategy and releases on our website.
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
6.11.0 (2023-11-13) Bug Fixes eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c) eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b) Features add no-unsafe-unary-minus rule (#7390) (c4709c2) add types for flat config files (#7273) (66cd0c0) allow typescript@5.3.0-RC as devDependency (#7821) (b6c40b4) eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4) utils: add ESLint CodePath selector types (#7551) (99a026f) You can read about our versioning strategy and releases on our website. 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)
06496e2
a54a60b
e77616b
8e87fac
72cb9e4
99a026f
b6c40b4
c4709c2
66cd0c0
a668f5b
Updates @typescript-eslint/parser from 6.7.2 to 6.11.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
6.11.0 (2023-11-13) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website. 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.
Note: Version bump only for package @typescript-eslint/parser
75c1288
1e47294
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 prettier from 3.0.3 to 3.1.0
prettier
Sourced from prettier's releases.
3.1.0 diff 🔗 Release note
diff
🔗 Release note
Sourced from prettier's changelog.
3.1.0 diff 🔗 Release Notes
🔗 Release Notes
e8ac9f8
6a1d409
f4d93d3
4fc71a5
d452f45
eb84a60
@types/estree
2af23ee
8f27c73
cdc5f5a
14607ef
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 dependabot[bot] commented 11 months ago Looks like these dependencies are updatable in another way, so this is no longer needed.
@sheremet-va
test.extend
@Dunqing
@fenghan34
coverage['100']
@marcelobotega
vi.waitFor
vi.waitUntil
@anthonyblond
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the dependencies group with 7 updates:
6.7.2
6.11.0
6.7.2
6.11.0
8.49.0
8.53.0
5.0.0
5.0.1
3.0.3
3.1.0
0.25.1
0.25.3
0.34.4
0.34.6
Updates
@typescript-eslint/eslint-plugin
from 6.7.2 to 6.11.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
06496e2
chore: publish v6.11.0a54a60b
chore: add eslint-utils wrappers around deprecated ESLint methods (#7914)e77616b
chore(eslint-plugin): fixed no-unnecessary-condition complaints (#7837)8e87fac
chore: fix miscellaneous no-unnecessary-condition violations (#7834)72cb9e4
feat(eslint-plugin): no-unsafe-enum-comparison handles switch cases (#7898)99a026f
feat(utils): add ESLintCodePath
selector types (#7551)b6c40b4
feat: allow typescript@5.3.0-RC as devDependency (#7821)c4709c2
feat: addno-unsafe-unary-minus
rule (#7390)66cd0c0
feat: add types for flat config files (#7273)a668f5b
fix(eslint-plugin): [no-unnecessary-qualifier] handle nested namespace id (#7...Updates
@typescript-eslint/parser
from 6.7.2 to 6.11.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
06496e2
chore: publish v6.11.075c1288
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
prettier
from 3.0.3 to 3.1.0Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
e8ac9f8
Release 3.1.06a1d409
chore(deps): update dependency eslint-plugin-regexp to v2 (#15521)f4d93d3
chore(deps): update dependency esbuild to v0.19.5 (#15630)4fc71a5
chore(deps): update dependency flow-parser to v0.221.0 (#15637)d452f45
chore(deps): update dependency eslint-plugin-jest to v27.6.0 (#15635)eb84a60
chore(deps): update dependency@types/estree
to v1.0.5 (#15625)2af23ee
chore(deps): update dependency webpack to v5.89.0 (#15640)8f27c73
chore(deps): update dependency eslint-plugin-unicorn to v49 (#15642)cdc5f5a
chore(deps): update dependency webpack to v5.89.0 (#15639)14607ef
chore(deps): update dependency eslint-plugin-n to v16.3.1 (#15636)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.