Closed dependabot[bot] closed 4 months ago
Bumps the all group with 10 updates in the /client directory:
20.12.7
20.14.2
7.8.0
7.13.0
2.3.9
2.4.0
2.26.0
2.27.0
8.57.0
9.5.0
4.1.0
4.2.0
5.0.5
5.0.7
c90fd1c
b2d44a1
5.91.0
5.92.0
Updates @types/node from 20.12.7 to 20.14.2
@types/node
Updates @typescript-eslint/eslint-plugin from 7.8.0 to 7.13.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.13.0 7.13.0 (2024-06-10) 🚀 Features eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280) parser, typescript-estree: export withoutProjectParserOptions utility (#9233) typescript-estree: require import = require() argument to be a string literal (#9226) typescript-estree: forbid .body, .async, .generator on declare function (#9225) 🩹 Fixes ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231) eslint-plugin: [init-declarations] refine report locations (#8893) eslint-plugin: [no-base-to-string] make error message more nuanced (#9281) eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304) eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167) scope-manager: handle index signature in class (#9054) ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger Tobiloba Adedeji @tobySolutions Vinccool96 YeonJuan @yeonjuan You can read about our versioning strategy and releases on our website. v7.12.0 7.12.0 (2024-06-03) 🚀 Features eslint-plugin: [no-useless-template-literals] rename to no-unnecessary-template-expression (deprecate no-useless-template-literals) (#8821) eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186) rule-tester: check for parsing errors in suggestion fixes (#9052) rule-tester: port checkDuplicateTestCases from ESLint (#9026) 🩹 Fixes eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820) eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851) eslint-plugin: [explicit-member-accessibility] refine report locations (#8869) eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901) eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114) eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)
import = require()
.body
.async
.generator
declare function
ignore
@tobySolutions
@yeonjuan
You can read about our versioning strategy and releases on our website.
no-unnecessary-template-expression
no-useless-template-literals
checkDuplicateTestCases
const
declare
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.13.0 (2024-06-10) 🚀 Features typescript-estree: require import = require() argument to be a string literal typescript-estree: forbid .body, .async, .generator on declare function eslint-plugin: [no-dynamic-delete] allow all string literals as index 🩹 Fixes ast-spec: function-call-like callee should be Expression not LeftHandSideExpression scope-manager: handle index signature in class eslint-plugin: [init-declarations] refine report locations eslint-plugin: [no-base-to-string] make error message more nuanced eslint-plugin: [no-unsafe-assignment] be more specific about error types eslint-plugin: [no-magic-numbers] fix implementation of the ignore option ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger Tobiloba Adedeji Vinccool96 YeonJuan You can read about our versioning strategy and releases on our website. 7.12.0 (2024-06-03) 🚀 Features eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals) rule-tester: check for parsing errors in suggestion fixes rule-tester: port checkDuplicateTestCases from ESLint eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
typescript-estree: require import = require() argument to be a string literal
typescript-estree: forbid .body, .async, .generator on declare function
eslint-plugin: [no-dynamic-delete] allow all string literals as index
ast-spec: function-call-like callee should be Expression not LeftHandSideExpression
scope-manager: handle index signature in class
eslint-plugin: [init-declarations] refine report locations
eslint-plugin: [no-base-to-string] make error message more nuanced
eslint-plugin: [no-unsafe-assignment] be more specific about error types
eslint-plugin: [no-magic-numbers] fix implementation of the ignore option
eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)
no-useless-template-expression
rule-tester: check for parsing errors in suggestion fixes
rule-tester: port checkDuplicateTestCases from ESLint
eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
8a178ed
63e53e2
fb52f78
ab2916c
629035f
bf5394d
60fb643
c6e9719
293fb24
cb1720d
Updates @typescript-eslint/parser from 7.8.0 to 7.13.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
7.13.0 (2024-06-10) 🚀 Features parser, typescript-estree: export withoutProjectParserOptions utility ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger Tobiloba Adedeji Vinccool96 YeonJuan You can read about our versioning strategy and releases on our website. 7.12.0 (2024-06-03) 🩹 Fixes types: correct typing ParserOptions ❤️ Thank You Abraham Guo Han Yeong-woo Joshua Chen Kim Sang Du Kirk Waiblinger YeonJuan You can read about our versioning strategy and releases on our website. 7.11.0 (2024-05-27) 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.10.0 (2024-05-20) 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.
This was a version bump only for parser to align it with other projects, there were no code changes.
c9a6dd9
7e93b28
2bbf656
e360541
c18226e
77fc366
f53fece
Updates @vscode/test-electron from 2.3.9 to 2.4.0
@vscode/test-electron
Sourced from @vscode/test-electron's changelog.
@vscode/test-electron
2.4.0 | 2024-05-24 Allow installing unreleased builds using an -unreleased suffix, such as insiders-unreleased. Allow passing different data directories in runVSCodeCommand, using it for extension development. Improve the appearance progress reporting. 2.3.10 | 2024-05-13 Add runVSCodeCommand method and workaround for Node CVE-2024-27980
-unreleased
insiders-unreleased
runVSCodeCommand
75003e1
67845f3
813ab3a
2d17e1e
50afe68
021f593
884a3c8
68fb5fb
3f7a3cc
40ecedf
Updates @vscode/vsce from 2.26.0 to 2.27.0
@vscode/vsce
Sourced from @vscode/vsce's releases.
@vscode/vsce
v2.27.0 Changes: Bugs: #981: ERROR No translation found for %abc% Others: #991: set pipeline name #990: fix: paths with spaces #988: fix executing sign tool #987: fix sign tool arg #986: enable signing in vsce using script #983: Fix "No translation found" error when executing vsce package This list of changes was auto generated. v2.26.2-5 Changes: #991: set pipeline name This list of changes was auto generated. v2.26.2-4 Changes: #990: fix: paths with spaces This list of changes was auto generated. v2.26.2-3 Changes: #988: fix executing sign tool This list of changes was auto generated.
vsce package
This list of changes was auto generated.
f3c15a2
86ef072
cfc734c
d6bcc3d
f8acdd9
ac401b7
87fcf52
0690689
a1ededd
007e4f4
Updates eslint from 8.57.0 to 9.5.0
eslint
Sourced from eslint's releases.
v9.5.0 Features b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung) Bug Fixes 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic) 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic) 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic) 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta) Documentation 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic) 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta) 8127127 docs: Update README (GitHub Actions Bot) 55c2a66 docs: Update README (GitHub Actions Bot) eb76282 docs: Update README (GitHub Actions Bot) ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic) d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas) 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann) b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas) 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas) eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta) 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas) d16a659 docs: add link to migration guide for --ext CLI option (#18537) (Milos Djermanovic) 73408de docs: add link to configuration file docs before examples (#18535) (Milos Djermanovic) Chores f588160 chore: upgrade @eslint/js@9.5.0 (#18591) (Milos Djermanovic) 5890841 chore: package.json update for @eslint/js release (Jenkins) e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic) 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas) 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann) cea7ede chore: add website donate link instead of opencollective (#18582) (Strek) ec94880 chore: package.json update for eslint-config-eslint release (Jenkins) 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic) 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta) c6de7bb chore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot]) 2c8fd34 ci: pin @wdio/browser-runner v8.36.0 (#18540) (唯然) v9.4.0 Features 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar) Bug Fixes f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic) 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani) 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然) 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic) Documentation
b2d256c
no-sparse-arrays
6880286
*
7fbe211
469cb36
5cff638
455f7fd
.gitignore
721eafe
files
8127127
55c2a66
eb76282
ff6e96e
baseConfig
overrideConfig
d2d83e0
9ce6832
b8db99c
518a35c
eb440fc
38c159e
d16a659
--ext
73408de
f588160
@eslint/js
@9
5890841
e9f4ccd
4b23ffd
1495b93
cea7ede
ec94880
6912586
9738f7e
c6de7bb
2c8fd34
@wdio/browser-runner
89a4a0a
no-loop-func
f6534d1
7226ebd
no-constructor-return
389744b
@eslint/config-inspector@latest
70118a5
func-style
super
Sourced from eslint's changelog.
v9.5.0 - June 14, 2024 f588160 chore: upgrade @eslint/js@9.5.0 (#18591) (Milos Djermanovic) 5890841 chore: package.json update for @eslint/js release (Jenkins) 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic) e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic) 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta) 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas) 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic) 8127127 docs: Update README (GitHub Actions Bot) b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung) 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann) cea7ede chore: add website donate link instead of opencollective (#18582) (Strek) 55c2a66 docs: Update README (GitHub Actions Bot) eb76282 docs: Update README (GitHub Actions Bot) ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic) 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic) ec94880 chore: package.json update for eslint-config-eslint release (Jenkins) d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas) 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic) 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann) b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas) 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas) 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic) 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta) eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta) 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas) c6de7bb chore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot]) 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta) d16a659 docs: add link to migration guide for --ext CLI option (#18537) (Milos Djermanovic) 73408de docs: add link to configuration file docs before examples (#18535) (Milos Djermanovic) 2c8fd34 ci: pin @wdio/browser-runner v8.36.0 (#18540) (唯然) v9.4.0 - May 31, 2024 010dd2e chore: upgrade to @eslint/js@9.4.0 (#18534) (Francesco Trotta) 5e1b5dc chore: package.json update for @eslint/js release (Jenkins) d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar) 594145f refactor: switch to @eslint/config-array (#18527) (Francesco Trotta) 525fdff docs: fix components files (#18519) (Tanuj Kanti) 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar) 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti) f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic) 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani) f06e0b5 docs: clarify func-style (#18477) (Cameron Steffen) 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然) 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic) v9.3.0 - May 17, 2024
v9.5.0 - June 14, 2024
v9.4.0 - May 31, 2024
010dd2e
@eslint/js@9.4.0
5e1b5dc
d7ab6f5
prefers-color-scheme
594145f
@eslint/config-array
525fdff
80747d2
prefer-destructuring
f06e0b5
v9.3.0 - May 17, 2024
5352357
f425600
Updates eslint-webpack-plugin from 4.1.0 to 4.2.0
eslint-webpack-plugin
Sourced from eslint-webpack-plugin's releases.
v4.2.0 4.2.0 (2024-05-24) Features support eslint 9 (#250) (d25e94c) Bug Fixes use stillValidModule only lintDirtyModulesOnly is disabled (#253) (b52d1e7)
stillValidModule
lintDirtyModulesOnly
Sourced from eslint-webpack-plugin's changelog.
4.2.0 (2024-05-24) Features support eslint 9 (#250) (d25e94c) Bug Fixes use stillValidModule only lintDirtyModulesOnly is disabled (#253) (b52d1e7)
5b48de1
1a29cf9
a0073db
1c4b568
b52d1e7
d25e94c
6ce70cf
Updates rimraf from 5.0.5 to 5.0.7
rimraf
fb974ad
8ba2442
39340d1
e729f76
4472c0e
46b425f
a3b93ed
d2fa213
f3b2bf1
81c631e
Updates semver from 7.6.0 to 7.6.2
semver
Sourced from semver's releases.
v7.6.2 7.6.2 (2024-05-09) Bug Fixes 6466ba9 #713 lru: use map.delete() directly (#713) (@negezor, @lukekarrys) v7.6.1 7.6.1 (2024-05-04) Bug Fixes c570a34 #704 linting: no-unused-vars (@wraithgar) ad8ff11 #704 use internal cache implementation (@mbtools) ac9b357 #682 typo in compareBuild debug message (#682) (@mbtools) Dependencies 988a8de #709 uninstall lru-cache (#709) 3fabe4d #704 remove lru-cache Chores dd09b60 #705 bump @npmcli/template-oss to 4.22.0 (@lukekarrys) ec49cdc #701 chore: chore: postinstall for dependabot template-oss PR (@lukekarrys) b236c3d #696 add benchmarks (#696) (@H4ad) 692451b #688 various improvements to README (#688) (@mbtools) 5feeb7f #705 postinstall for dependabot template-oss PR (@lukekarrys) 074156f #701 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
6466ba9
@negezor
@lukekarrys
c570a34
@wraithgar
ad8ff11
@mbtools
ac9b357
988a8de
lru-cache
3fabe4d
dd09b60
@npmcli/template-oss
ec49cdc
b236c3d
@H4ad
692451b
5feeb7f
074156f
@dependabot
Sourced from semver's changelog.
7.6.2 (2024-05-09) Bug Fixes 6466ba9 #713 lru: use map.delete() directly (#713) (@negezor, @lukekarrys) 7.6.1 (2024-05-04) Bug Fixes c570a34 #704 linting: no-unused-vars (@wraithgar) ad8ff11 #704 use internal cache implementation (@mbtools) ac9b357 #682 typo in compareBuild debug message (#682) (@mbtools) Dependencies 988a8de #709 uninstall lru-cache (#709) 3fabe4d #704 remove lru-cache Chores dd09b60 #705 bump @npmcli/template-oss to 4.22.0 (<... _Description has been truncated_
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the all group with 10 updates in the /client directory:
20.12.7
20.14.2
7.8.0
7.13.0
7.8.0
7.13.0
2.3.9
2.4.0
2.26.0
2.27.0
8.57.0
9.5.0
4.1.0
4.2.0
5.0.5
5.0.7
c90fd1c
|b2d44a1
5.91.0
5.92.0
Updates
@types/node
from 20.12.7 to 20.14.2Commits
Updates
@typescript-eslint/eslint-plugin
from 7.8.0 to 7.13.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
8a178ed
chore(release): publish 7.13.063e53e2
chore(deps): update dependency prettier to v3.3.1 (#9308)fb52f78
feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...ab2916c
chore: enable eslint-plugin/no-property-in-node internally (#9261)629035f
docs: mention rule scripts under Local Development (#9258)bf5394d
fix(eslint-plugin): [no-magic-numbers] fix implementation of theignore
opt...60fb643
chore(deps): update dependency prettier to v3.3.0 (#9266)c6e9719
docs(eslint-plugin): [sort-type-constituents] deprecate the rule (#9253)293fb24
fix(eslint-plugin): [no-unsafe-assignment] be more specific about error types...cb1720d
fix(eslint-plugin): [no-base-to-string] make error message more nuanced (#9281)Updates
@typescript-eslint/parser
from 7.8.0 to 7.13.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
8a178ed
chore(release): publish 7.13.0c9a6dd9
feat(parser, typescript-estree): export withoutProjectParserOptions utility (...7e93b28
chore(release): publish 7.12.02bbf656
fix(types): correct typing ParserOptions (#9202)e360541
chore(release): publish 7.11.0c18226e
chore(release): publish 7.10.077fc366
chore(release): publish 7.9.0f53fece
chore: add knip (#8192)Updates
@vscode/test-electron
from 2.3.9 to 2.4.0Changelog
Sourced from
@vscode/test-electron
's changelog.Commits
75003e1
2.4.067845f3
Merge pull request #272 from microsoft/connor4312/update-and-spinners813ab3a
chore: update dependencies, improve progress reporting appearence2d17e1e
Merge pull request #270 from microsoft/connor4312/unreleased-builds50afe68
fix: improve flexibility of runVSCodeCommand021f593
feat: allow downloading unreleased versions via -unreleased suffix884a3c8
Merge pull request #269 from microsoft/connor4312/node-CVE-2024-2798068fb5fb
2.3.103f7a3cc
feat: runVSCodeCommand as workaround for CVE-2024-2798040ecedf
Merge pull request #263 from microsoft/dependabot/npm_and_yarn/vite-2.9.18Updates
@vscode/vsce
from 2.26.0 to 2.27.0Release notes
Sourced from
@vscode/vsce
's releases.... (truncated)
Commits
f3c15a2
set pipeline name (#991)86ef072
fix: paths with spaces (#990)cfc734c
fix executing sign tool (#988)d6bcc3d
fix sign tool arg (#987)f8acdd9
Merge pull request #986 from microsoft/sandy081/signac401b7
feedback87fcf52
fix sign tool arg0690689
feedbacka1ededd
fix version007e4f4
doc - add where .signature.zip is generatedUpdates
eslint
from 8.57.0 to 9.5.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
5352357
9.5.0f425600
Build: changelog update for 9.5.0f588160
chore: upgrade@eslint/js
@9
.5.0 (#18591)5890841
chore: package.json update for@eslint/js
release455f7fd
docs: add section about including.gitignore
files (#18590)e9f4ccd
chore: remove unused eslint-disable directive (#18589)721eafe
docs: update info about universalfiles
patterns (#18587)4b23ffd
refactor: Move JS parsing logic into JS language (#18448)6880286
fix: treat*
as a universal pattern (#18586)8127127
docs: Update READMEUpdates
eslint-webpack-plugin
from 4.1.0 to 4.2.0Release notes
Sourced from eslint-webpack-plugin's releases.
Changelog
Sourced from eslint-webpack-plugin's changelog.
Commits
5b48de1
chore(release): 4.2.01a29cf9
chore: update dependencies to latest version (#252)a0073db
ci: fix name (#255)1c4b568
ci: use node v22 (#254)b52d1e7
fix: usestillValidModule
onlylintDirtyModulesOnly
is disabled (#253)d25e94c
feat: support eslint 9 (#250)6ce70cf
chore: update dependencies to the latest version (#248)Updates
rimraf
from 5.0.5 to 5.0.7Commits
fb974ad
5.0.78ba2442
engines: need 14.18, where 'node:path' shows up39340d1
update depse729f76
5.0.64472c0e
DOC: add that it is cross platform46b425f
Improve readability of READMEa3b93ed
update deps, format codesd2fa213
update devDepsf3b2bf1
Upgrade GitHub Actions81c631e
remove FUNDING.yml (coming from .github repo now)Updates
semver
from 7.6.0 to 7.6.2Release notes
Sourced from semver's releases.
Changelog
Sourced from semver's changelog.