Closed dependabot[bot] closed 3 months ago
Bumps the dev-dependencies group with 5 updates in the / directory:
9.2.0
9.6.0
17.4.0
17.9.0
3.2.5
3.3.2
1.5.2
1.6.0
Updates @eslint/js from 9.2.0 to 9.6.0
@eslint/js
Sourced from @eslint/js's releases.
@eslint/js
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) d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger) f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic) Documentation 13dbecd docs: Limit search to just docs (#18627) (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) d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas) Chores b15ee30 chore: upgrade @eslint/js@9.6.0 (#18632) (Milos Djermanovic) d655503 chore: package.json update for @eslint/js release (Jenkins) 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas) 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas) d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic) 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic) 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas) 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) 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)
e2b16e2
8824aa1
ecmaVersion: 2025
1613e2e
21d3766
no-unused-vars
d7a7736
f9e95d2
/* eslint */
13dbecd
375227f
44915bb
d50db7b
b15ee30
@9
d655503
7c78ad9
69ff64e
d2d06f7
/
ignorePatterns
6421973
0a13539
c7ddee0
3379164
.eslintrc.js
d0c3a32
b2d256c
no-sparse-arrays
6880286
*
7fbe211
469cb36
5cff638
455f7fd
.gitignore
721eafe
files
8127127
55c2a66
eb76282
ff6e96e
baseConfig
overrideConfig
d2d83e0
9ce6832
b8db99c
518a35c
... (truncated)
Sourced from @eslint/js's changelog.
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.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)
v9.6.0 - June 28, 2024
v9.5.0 - June 14, 2024
f588160
5890841
e9f4ccd
4b23ffd
1495b93
cea7ede
ec94880
6912586
9738f7e
eb440fc
38c159e
5e1b5dc
b681ecb
05ef92d
multiline-comment-style
line-comment-position
Updates eslint from 9.2.0 to 9.6.0
eslint
Sourced from eslint's releases.
Sourced from eslint's changelog.
473d1bb
f435566
Updates eslint-plugin-n from 17.4.0 to 17.9.0
eslint-plugin-n
Sourced from eslint-plugin-n's releases.
v17.9.0 17.9.0 (2024-06-14) 🌟 Features Add flag ignorePrivate to no-unpublished-x rules (#298) (0609431) v17.8.1 17.8.1 (2024-06-06) 🩹 Fixes hashbang + eslint v8 compat issue (#290) (e82974f) v17.8.0 17.8.0 (2024-06-05) 🌟 Features node-builtin: Add node 22.2.0 support (#282) (5221c40) 🩹 Fixes Allow for misconfigured default exports (#288) (92e18b5) 🧹 Chores add a test for self-ref (#280) (4f50dfe) update dependency markdownlint-cli to ^0.41.0 (#287) (0efe751) v17.7.0 17.7.0 (2024-05-14) 🌟 Features hashbang: Add support to map extensions to executables (#278) (3fd7639) node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#276) (4a685c0) 🩹 Fixes node-builtins: Remove "node:" prefix from "ignores" message (#277) (704f0b9)
Sourced from eslint-plugin-n's changelog.
17.9.0 (2024-06-14) 🌟 Features Add flag ignorePrivate to no-unpublished-x rules (#298) (0609431) 17.8.1 (2024-06-06) 🩹 Fixes hashbang + eslint v8 compat issue (e82974f) hashbang + eslint v8 compat issue (#290) (e82974f) 17.8.0 (2024-06-05) 🌟 Features node-builtin: Add node 22.2.0 support (#282) (5221c40) 🩹 Fixes Allow for misconfigured default exports (#288) (92e18b5) 🧹 Chores add a test for self-ref (#280) (4f50dfe) update dependency markdownlint-cli to ^0.41.0 (#287) (0efe751) 17.7.0 (2024-05-14) 🌟 Features hashbang: Add support to map extensions to executables (#278) (3fd7639) node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#276) (4a685c0) 🩹 Fixes node-builtins: Remove "node:" prefix from "ignores" message (#277) (704f0b9) 📚 Documentation node-builtins: Specify that only static properties are supported (#272) (735a520)
67bbfdf
0609431
1bcb006
googleapis/release-please-action
988bdd4
e82974f
6dca24c
92e18b5
0efe751
5221c40
4f50dfe
Updates prettier from 3.2.5 to 3.3.2
prettier
Sourced from prettier's releases.
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.2 diff Fix handlebars path expressions starts with @ (#16358 by @Princeyadav05) {{! Input }} <div>{{@x.y.z}}</div> {{! Prettier 3.3.1 }} <div>{{@x}}</div> {{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div> 3.3.1 diff Preserve empty lines in front matter (#16347 by @fisker) <!-- Input --> --- foo: - bar1 bar2 bar3 Markdown <!-- Prettier 3.3.0 --> foo: bar1 bar2 bar3 Markdown <!-- Prettier 3.3.1 --> </tr></table>
@
@Princeyadav05
{{! Input }} <div>{{@x.y.z}}</div> {{! Prettier 3.3.1 }} <div>{{@x}}</div> {{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div>
{{! Prettier 3.3.1 }} <div>{{@x}}</div>
@x
{{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div>
@fisker
<!-- Input --> --- foo: - bar1 bar2 bar3 Markdown <!-- Prettier 3.3.0 --> foo: bar1 bar2 bar3 Markdown <!-- Prettier 3.3.1 --> </tr></table>
bar2
bar3
Markdown
<!-- Prettier 3.3.0 -->
foo:
<!-- Prettier 3.3.1 --> </tr></table>
1596a60
aebcee5
57aa928
c3d0b7f
27c35db
6de3258
b5f983d
d6f37c4
5055b7d
f4608cc
Updates vitest from 1.5.2 to 1.6.0
vitest
Sourced from vitest's releases.
v1.6.0 🚀 Features Support standalone mode - by @sheremet-va in vitest-dev/vitest#5565 (bdce0) Custom "snapshotEnvironment" option - by @sheremet-va in vitest-dev/vitest#5449 mansona commented 4 months ago @dependabot rebase
@sheremet-va
@dependabot rebase
@dependabot recreate
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the dev-dependencies group with 5 updates in the / directory:
9.2.0
9.6.0
9.2.0
9.6.0
17.4.0
17.9.0
3.2.5
3.3.2
1.5.2
1.6.0
Updates
@eslint/js
from 9.2.0 to 9.6.0Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.... (truncated)
Commits
d655503
chore: package.json update for@eslint/js
release5890841
chore: package.json update for@eslint/js
release5e1b5dc
chore: package.json update for@eslint/js
releaseb681ecb
chore: package.json update for@eslint/js
release05ef92d
feat: deprecatemultiline-comment-style
&line-comment-position
(#18435)Updates
eslint
from 9.2.0 to 9.6.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
473d1bb
9.6.0f435566
Build: changelog update for 9.6.0b15ee30
chore: upgrade@eslint/js
@9
.6.0 (#18632)d655503
chore: package.json update for@eslint/js
release1613e2e
fix: Allow escaping characters in config patterns on Windows (#18628)13dbecd
docs: Limit search to just docs (#18627)7c78ad9
refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625)e2b16e2
feat: Implement feature flags (#18516)69ff64e
refactor: Return value of applyInlineConfig() (#18623)375227f
docs: Update getting-started.md - add pnpm to init eslint config (#18599)Updates
eslint-plugin-n
from 17.4.0 to 17.9.0Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
... (truncated)
Commits
67bbfdf
chore(master): release 17.9.0 (#299)0609431
feat: Add flag ignorePrivate to no-unpublished-x rules (#298)1bcb006
ci: Use up to dategoogleapis/release-please-action
action name (#292)988bdd4
chore(master): release 17.8.1 (#291)e82974f
fix: hashbang + eslint v8 compat issue (#290)6dca24c
chore(master): release 17.8.0 (#281)92e18b5
fix: Allow for misconfigured default exports (#288)0efe751
chore: update dependency markdownlint-cli to ^0.41.0 (#287)5221c40
feat(node-builtin): Add node 22.2.0 support (#282)4f50dfe
test: add a test for self-ref (#280)Updates
prettier
from 3.2.5 to 3.3.2Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
1596a60
Release 3.3.2aebcee5
chore(deps): update dependency esbuild to v0.21.5 (#16379)57aa928
chore(deps): update dependency c8 to v10 (#16380)c3d0b7f
chore(deps): update typescript-eslint to v7.13.0 (#16376)27c35db
chore(deps): update dependency codemirror-graphql to v2.0.12 (#16369)6de3258
chore(deps): update dependency jest to v30.0.0-alpha.5 (#16371)b5f983d
Upgrade yarn to v4.3.0 (#16377)d6f37c4
chore(deps): update dependency browserslist to v4.23.1 (#16368)5055b7d
chore(deps): update dependency execa to v9.2.0 (#16372)f4608cc
chore(deps): update dependency cspell to v8.8.4 (#16370)Updates
vitest
from 1.5.2 to 1.6.0Release notes
Sourced from vitest's releases.
@dependabot recreate
Looks like these dependencies are updatable in another way, so this is no longer needed.