Closed dependabot[bot] closed 3 months ago
Bumps the dependencies group with 10 updates in the / directory:
20.12.2
22.1.0
1.18.4
1.18.5
7.4.0
8.0.1
2.24.0
2.31.1
8.57.0
9.8.0
10.4.0
10.7.0
10.0.6
10.0.7
3.2.5
3.3.3
5.91.0
5.93.0
Updates @types/node from 20.12.2 to 22.1.0
@types/node
Updates @types/webpack-env from 1.18.4 to 1.18.5
@types/webpack-env
Updates @typescript-eslint/eslint-plugin from 7.4.0 to 8.0.1
@typescript-eslint/eslint-plugin
Sourced from @​typescript-eslint/eslint-plugin's releases.
@​typescript-eslint/eslint-plugin
v8.0.1 8.0.1 (2024-08-05) 🩹 Fixes eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694) ❤️ Thank You Jake Bailey @​jakebailey You can read about our versioning strategy and releases on our website. v8.0.0 8.0.0 (2024-07-31) 🚀 Features stricter parent types for the AST (#9560) speed up non-type-aware linting with project service (#8322) v8 integration branch (#9165) ast-spec: remove deprecated type params (#8933) eslint-plugin: remove formatting/layout rules (#8833) eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true (#8872) eslint-plugin: deprecate no-loss-of-precision extension rule (#8832) eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9 (#8971) eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces (#8977) eslint-plugin: remove deprecated no-throw-literal rule (#9092) eslint-plugin: apply initial config changes for v8 (#9079) eslint-plugin: remove no-useless-template-literals (#9207) eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option (#9234) eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types (#9102) eslint-plugin: [no-unused-vars] add reportUnusedIgnorePattern option (#9324) eslint-plugin: [no-unused-vars] support ignoreClassWithStaticInitBlock (#9325) eslint-plugin: [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in (#9326) eslint-plugin: [no-unused-vars] report if var used only in typeof (#9330) eslint-plugin: [no-floating-promises] disable checkThenables by default for v8 (#9559) eslint-plugin: [return-await] add return-await to strict-type-checked preset (#9604) eslint-plugin: [no-unnecessary-type-parameters] promote to strict (#9662) parser: always enable comment, loc, range, tokens (#8617) rule-tester: support multipass fixes (#8883) rule-tester: switched to flat config (#9603) type-utils: remove getTokenAtPosition (#9444) type-utils: support intersection types in TypeOrValueSpecifier (#9633) typescript-estree: remove slow deprecated and isolated programs (#8834) typescript-estree: split TSMappedType typeParameter into constraint and key (#7065) typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference (#8922) typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService (#9084)
@​jakebailey
You can read about our versioning strategy and releases on our website.
reportUnusedIgnorePattern
ignoreClassWithStaticInitBlock
... (truncated)
Sourced from @​typescript-eslint/eslint-plugin's changelog.
8.0.1 (2024-08-05) 🩹 Fixes eslint-plugin: [no-unused-vars] ignore imports used only as types ❤️ Thank You Jake Bailey You can read about our versioning strategy and releases on our website. 8.0.0 (2024-07-31) 🚀 Features stricter parent types for the AST typescript-estree: split TSMappedType typeParameter into constraint and key eslint-plugin: remove formatting/layout rules eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true eslint-plugin: deprecate no-loss-of-precision extension rule eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9 typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference utils: allow specifying additional rule meta.docs in RuleCreator eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces rule-tester: support multipass fixes typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService eslint-plugin: remove deprecated no-throw-literal rule eslint-plugin: apply initial config changes for v8 eslint-plugin: remove no-useless-template-literals eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types
stricter parent types for the AST
typescript-estree: split TSMappedType typeParameter into constraint and key
eslint-plugin: remove formatting/layout rules
eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true
eslint-plugin: deprecate no-loss-of-precision extension rule
eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9
typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference
utils: allow specifying additional rule meta.docs in RuleCreator
eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces
rule-tester: support multipass fixes
typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService
eslint-plugin: remove deprecated no-throw-literal rule
eslint-plugin: apply initial config changes for v8
eslint-plugin: remove no-useless-template-literals
eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option
eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types
e05c2e5
fbcfaba
6a9674d
1db993a
ce09260
b8274d3
1b0468e
838dd0c
35cf3d2
46a5709
Updates @typescript-eslint/parser from 7.4.0 to 8.0.1
@typescript-eslint/parser
Sourced from @​typescript-eslint/parser's releases.
@​typescript-eslint/parser
Sourced from @​typescript-eslint/parser's changelog.
8.0.1 (2024-08-05) 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.0.0 (2024-07-31) 🚀 Features parser: always enable comment, loc, range, tokens typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService ❤️ Thank You Abraham Guo Alfred Ringstad auvred Brad Zacher Christopher Aubut Collin Bachman James Henry Josh Goldberg Josh Goldberg ✨ Kirk Waiblinger StyleShit Victor Lin Yukihiro Hasegawa You can read about our versioning strategy and releases on our website. 7.18.0 (2024-07-29) 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. 7.17.0 (2024-07-22) 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. 7.16.1 (2024-07-15) This was a version bump only for parser to align it with other projects, there were no code changes.
This was a version bump only for parser to align it with other projects, there were no code changes.
parser: always enable comment, loc, range, tokens
f3dfc0a
05c9cb8
ae980e3
58be99f
c365664
d1d0ba5
Updates @vscode/vsce from 2.24.0 to 2.31.1
@vscode/vsce
Sourced from @​vscode/vsce's releases.
@​vscode/vsce
v2.31.1 Changes: #1027: Update deprecated dependencies #1025: Don't package default readme if a path is provided and default is ignored #1024: add executes code property This list of changes was auto generated. v2.31.1-2 Changes: #1027: Update deprecated dependencies This list of changes was auto generated. v2.31.1-1 Changes: #1025: Don't package default readme if a path is provided and default is ignored This list of changes was auto generated. v2.31.1-0 Changes: #1024: add executes code property This list of changes was auto generated. v2.31.0 Changes: #1022: Throw error if provided readmePath or provided changelogPath could not be found #1020: Throw when unused files pattern in package.json #1015: Support "ls --tree" This list of changes was auto generated. v2.30.1-3
This list of changes was auto generated.
ca8fa40
d0e1a5c
3b1b774
d83f7ba
2e3e3bc
dd70844
ff9391d
a97062f
2c95bcb
f55228d
Updates eslint from 8.57.0 to 9.8.0
eslint
Sourced from eslint's releases.
v9.8.0 Features 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) Bug Fixes ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas) 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic) Documentation 282df1a docs: Add system theme option (#18617) (Amaresh S M) 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas) a7016a5 docs: fix search input stylings (#18682) (Amaresh S M) Build Related 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas) Chores deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta) 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins) 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot]) v9.7.0 Features 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota) 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar) Bug Fixes 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta) Documentation 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M) c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic) 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta) Chores 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta) 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins) 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas) 51bf57c chore: add tech sponsors through actions (#18624) (Strek) 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic) 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic) v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic) Bug Fixes 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic) 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
13d0bd3
ab0ff27
70dc803
basePath
282df1a
53b1ff0
a7016a5
4514424
deee448
@eslint/js@9.8.0
4aaf2b3
@​eslint/js
8e1a627
@​eslint/core
7bd9839
1381394
regex
no-restricted-imports
14e9f81
no-unused-vars
9f416db
c8d26cb
6e79ac7
loadESLint
cwd
793b718
@​9
7ed6f9a
7bcda76
51bf57c
6320732
parent
NodeEventGenerator
9e6d640
e2b16e2
8824aa1
ecmaVersion: 2025
1613e2e
21d3766
Sourced from eslint's changelog.
v9.8.0 - July 26, 2024 deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta) 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins) 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot]) 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) 282df1a docs: Add system theme option (#18617) (Amaresh S M) ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas) 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic) 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas) 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas) a7016a5 docs: fix search input stylings (#18682) (Amaresh S M) v9.7.0 - July 12, 2024 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta) 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins) 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta) 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas) 51bf57c chore: add tech sponsors through actions (#18624) (Strek) 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M) 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic) 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota) 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar) 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic) c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic) 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta) v9.6.0 - June 28, 2024 b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic) d655503 chore: package.json update for @​eslint/js release (Jenkins) 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic) 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas) 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas) e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas) 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash) 44915bb docs: Update README (GitHub Actions Bot) d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic) 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger) 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic) d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger) 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas) f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic) c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic) 3379164 chore: remove .eslintrc.js (#18011) (唯然) d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert) d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)
v9.8.0 - July 26, 2024
v9.7.0 - July 12, 2024
v9.6.0 - June 28, 2024
b15ee30
d655503
13dbecd
7c78ad9
69ff64e
375227f
44915bb
d2d06f7
/
ignorePatterns
6421973
d7a7736
0a13539
f9e95d2
/* eslint */
c7ddee0
3379164
.eslintrc.js
d0c3a32
d50db7b
63881dc
de36d1d
2570051
d73b203
Updates mocha from 10.4.0 to 10.7.0
mocha
Sourced from mocha's releases.
v10.7.0 What's Changed feat: add option to not fail on failing test suite by @​ilgonmic in mochajs/mocha#4771 New Contributors @​ilgonmic made their first contribution in mochajs/mocha#4771 Full Changelog: https://github.com/mochajs/mocha/compare/v10.6.1...v10.7.0 v10.6.1 What's Changed fix: do not exit when only unref'd timer is present in test code by @​boneskull in mochajs/mocha#3825 fix: support canonical module by @​JacobLey in mochajs/mocha#5040 Full Changelog: https://github.com/mochajs/mocha/compare/v10.6.0...v10.6.1 v10.6.0 What's Changed feat: allow ^ versions for character encoding packages by @​JoshuaKGoldberg in mochajs/mocha#5150 feat: allow ^ versions for yargs packages by @​JoshuaKGoldberg in mochajs/mocha#5152 feat: allow ^ versions for file matching packages by @​JoshuaKGoldberg in mochajs/mocha#5151 feat: allow ^ versions for data serialization packages by @​JoshuaKGoldberg in mochajs/mocha#5153 feat: allow ^ versions for miscellaneous packages by @​JoshuaKGoldberg in mochajs/mocha#5154 Full Changelog: https://github.com/mochajs/mocha/compare/v10.5.2...v10.6.0 v10.5.2 What's Changed fix: better tracking of seen objects in error serialization by @​sam-super in mochajs/mocha#5032 New Contributors @​sam-super made their first contribution in mochajs/mocha#5032 Full Changelog: https://github.com/mochajs/mocha/compare/v10.5.1...v10.5.2 v10.5.1 What's Changed fix: Add error handling for nonexistent file case with --file option by @​khoaHyh in mochajs/mocha#5086 New Contributors @​khoaHyh made their first contribution in mochajs/mocha#5086 Full Changelog: https://github.com/mochajs/mocha/compare/v10.5.0...v10.5.1 v10.5.0 :tada: Enhancements
@​ilgonmic
Full Changelog: https://github.com/mochajs/mocha/compare/v10.6.1...v10.7.0
@​boneskull
@​JacobLey
Full Changelog: https://github.com/mochajs/mocha/compare/v10.6.0...v10.6.1
@​JoshuaKGoldberg
Full Changelog: https://github.com/mochajs/mocha/compare/v10.5.2...v10.6.0
@​sam-super
Full Changelog: https://github.com/mochajs/mocha/compare/v10.5.1...v10.5.2
@​khoaHyh
Full Changelog: https://github.com/mochajs/mocha/compare/v10.5.0...v10.5.1
Sourced from mocha's changelog.
10.7.0 / 2024-07-20 :tada: Enhancements #4771 feat: add option to not fail on failing test suite (@​ilgonmic) 10.6.1 / 2024-07-20 :bug: Fixes #3825 fix: do not exit when only unref'd timer is present in test code (@​boneskull) #5040 fix: support canonical module (@​JacobLey) 10.6.0 / 2024-07-02 :tada: Enhancements #5150 feat: allow ^ versions for character encoding packages (@​JoshuaKGoldberg) #5151 feat: allow ^ versions for file matching packages (@​JoshuaKGoldberg) #5152 feat: allow ^ versions for yargs packages (@​JoshuaKGoldberg) #5153 feat: allow ^ versions for data serialization packages (@​JoshuaKGoldberg) #5154 feat: allow ^ versions for miscellaneous packages (@​JoshuaKGoldberg) 10.5.2 / 2024-06-25 :bug: Fixes #5032 fix: better tracking of seen objects in error serialization (@​sam-super) 10.5.1 / 2024-06-24 :bug: Fixes #5086 fix: Add error handling for nonexistent file case with --file option (@​khoaHyh) 10.5.0 / 2024-06-24 :tada: Enhancements #5015 feat: use <progress> and <svg> for browser progress indicator instead of <canvas> (@​yourWaifu) #5143 feat: allow using any 3.x chokidar dependencies (@​simhnna) #4835 feat: add MOCHA_OPTIONS env variable (@​icholy) :bug: Fixes #5107 fix: include stack in browser uncaught error reporting (@​JoshuaKGoldberg) :nut_and_bolt: Other #5110 chore: switch two-column list styles to be opt-in (@​marjys)
@​yourWaifu
@​simhnna
@​icholy
@​marjys
9692b3a
8711e72
deb8679
9a1c458
3855e66
579e047
6d24689
24560c1
95772ef
8d0ca3e
Updates @types/mocha from 10.0.6 to 10.0.7
@types/mocha
Updates prettier from 3.2.5 to 3.3.3
prettier
Sourced from prettier's releases.
3.3.3 đź”— Changelog 3.3.2 đź”— Changelog 3.3.1 đź”— Changelog 3.3.0 diff đź”— Release note
đź”— Changelog
diff
đź”— Release note
Sourced from prettier's changelog.
3.3.3 diff Add parentheses for nullish coalescing in ternary (#16391 by @​cdignam-segment) This change adds clarity to operator precedence. // Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar); Add parentheses for decorator expressions (#16458 by @​y-schneider) Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5. // Input @(foo`tagged template`) class X {} // Prettier 3.3.2 @​footagged template class X {} // Prettier 3.3.3 @(footagged template) class X {} Support @let declaration syntax (#16474 by @​sosukesuzuki) Adds support for Angular v18 @let declaration syntax. Please see the following code example. The @let declaration allows you to define local variables within the template:
@​cdignam-segment
This change adds clarity to operator precedence.
// Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar);
// Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar;
// Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar);
@​y-schneider
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
// Input @(foo`tagged template`) class X {} // Prettier 3.3.2 @​footagged template class X {} // Prettier 3.3.3 @(footagged template) class X {}
// Prettier 3.3.2 @​footagged template class X {}
@​foo
tagged template
// Prettier 3.3.3 @(footagged template) class X {}
@let
@​sosukesuzuki
Adds support for Angular v18 @let declaration syntax.
Please see the following code example. The @let declaration allows you to define local variables within the template:
5282938
9102b73
6bbd461
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the dependencies group with 10 updates in the / directory:
20.12.2
22.1.0
1.18.4
1.18.5
7.4.0
8.0.1
7.4.0
8.0.1
2.24.0
2.31.1
8.57.0
9.8.0
10.4.0
10.7.0
10.0.6
10.0.7
3.2.5
3.3.3
5.91.0
5.93.0
Updates
@types/node
from 20.12.2 to 22.1.0Commits
Updates
@types/webpack-env
from 1.18.4 to 1.18.5Commits
Updates
@typescript-eslint/eslint-plugin
from 7.4.0 to 8.0.1Release notes
Sourced from
@​typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@​typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
e05c2e5
chore(release): publish 8.0.1fbcfaba
chore: enable unicorn/no-useless-spread (#9687)6a9674d
fix(eslint-plugin): [no-unused-vars] ignore imports used only as types (#9694)1db993a
chore(release): publish 8.0.0ce09260
docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about ru...b8274d3
fix(rule-tester): provide Linter a cwd in its constructor (#9678)1b0468e
Merge branch 'main'838dd0c
chore: use parserOptions.projectService internally (#9659)35cf3d2
chore(release): publish 7.18.046a5709
docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...Updates
@typescript-eslint/parser
from 7.4.0 to 8.0.1Release notes
Sourced from
@​typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@​typescript-eslint/parser
's changelog.... (truncated)
Commits
e05c2e5
chore(release): publish 8.0.11db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'35cf3d2
chore(release): publish 7.18.0f3dfc0a
Merge branch 'main' into v805c9cb8
chore(release): publish 7.17.0ae980e3
Merge branch 'main'58be99f
chore: enable prefer-object-spread (#9541)c365664
Merge branch 'main'd1d0ba5
chore(release): publish 7.16.1Updates
@vscode/vsce
from 2.24.0 to 2.31.1Release notes
Sourced from
@​vscode/vsce
's releases.... (truncated)
Commits
ca8fa40
Merge pull request #1027 from microsoft/benibenj/logical-duckd0e1a5c
update depricated dependencies3b1b774
Merge pull request #1025 from microsoft:benibenj/well-liond83f7ba
Don't package default readme if a path is provided2e3e3bc
add executes code property (#1024)dd70844
Merge pull request #1022 from microsoft/benibenj/profound-gorillaff9391d
Throw error if provided readmePath or provided changelogPath could not be founda97062f
Merge pull request #1021 from microsoft/benibenj/chronic-spider2c95bcb
use filter functioonf55228d
Merge pull request #1020 from microsoft/benibenj/miserable-ternUpdates
eslint
from 8.57.0 to 9.8.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
63881dc
9.8.0de36d1d
Build: changelog update for 9.8.0deee448
chore: upgrade to@eslint/js@9.8.0
(#18720)4aaf2b3
chore: package.json update for@​eslint/js
release2570051
chore: package.json revert@​eslint/js
version to 9.7.0 (#18719)d73b203
chore: package.json update for@​eslint/js
release8e1a627
chore: update dependency@​eslint/core
to ^0.2.0 (#18700)13d0bd3
feat: Add and use SourceCode#getLoc/getRange (#18703)282df1a
docs: Add system theme option (#18617)ab0ff27
fix: Throw error when invalid flags passed (#18705)Updates
mocha
from 10.4.0 to 10.7.0Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
... (truncated)
Commits
9692b3a
Release v10.7.08711e72
docs: add 10.7.0 to CHANGELOG.md and docs/index.mddeb8679
feat: add option to not fail on failing test suite (#4771)9a1c458
Release v10.6.13855e66
docs: add 10.6.1 to CHANGELOG.md579e047
fix: support canonical module (#5040)6d24689
fix: do not exit when only unref'd timer is present in test code (#3825)24560c1
chore: remove failing hyperlink linkcheck task (#5176)95772ef
ci: harden label based browser runner8d0ca3e
docs: remove outdated license scan badge (#5167)Updates
@types/mocha
from 10.0.6 to 10.0.7Commits
Updates
prettier
from 3.2.5 to 3.3.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
5282938
Release 3.3.39102b73
Add parentheses for decorator expressions (#16458)6bbd461
chore(deps): update eslint related dependencies (#16478)Looks like these dependencies are updatable in another way, so this is no longer needed.