Closed dependabot[bot] closed 4 months ago
Bumps the dev-dependencies group with 5 updates in the / directory:
9.2.0
9.4.0
17.4.0
17.8.1
3.2.5
3.3.1
1.5.2
1.6.0
Updates @eslint/js from 9.2.0 to 9.4.0
@eslint/js
Sourced from @eslint/js's releases.
@eslint/js
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 d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar) 525fdff docs: fix components files (#18519) (Tanuj Kanti) 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti) f06e0b5 docs: clarify func-style (#18477) (Cameron Steffen) Chores 010dd2e chore: upgrade to @eslint/js@9.4.0 (#18534) (Francesco Trotta) 5e1b5dc chore: package.json update for @eslint/js release (Jenkins) 594145f refactor: switch to @eslint/config-array (#18527) (Francesco Trotta) v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava) 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta) 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然) db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger) Bug Fixes 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas) 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski) 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu) 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic) Documentation ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta) 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas) e17e1c0 docs: Update README (GitHub Actions Bot) 2465a1e docs: Update README (GitHub Actions Bot) d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs) 1db9bae docs: Fix typos (#18443) (Frieder Bluemle) 7065196 docs: Update README (GitHub Actions Bot) 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti) e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong) ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs) 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready) Chores 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)
89a4a0a
no-loop-func
f6534d1
7226ebd
no-constructor-return
389744b
@eslint/config-inspector@latest
70118a5
func-style
super
d7ab6f5
prefers-color-scheme
525fdff
80747d2
prefer-destructuring
f06e0b5
010dd2e
@eslint/js@9.4.0
5e1b5dc
594145f
@eslint/config-array
b32153c
overrides.namedExports
b67eba4
restrictedNamedExportsPattern
no-restricted-exports
069aa68
allowEscape
no-misleading-character-class
05ef92d
multiline-comment-style
line-comment-position
db0b174
enforceForInnerExpressions
no-extra-boolean-cast
8db0eff
5c28d9a
39fb0ee
37eba48
fs.readFile
ceada8c
62e686c
e17e1c0
2465a1e
d23574c
no-unreachable
1db9bae
7065196
04e7c6e
no-return-await
e763512
ac7f718
0de0909
58e2719
... (truncated)
Sourced from @eslint/js's changelog.
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 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta) b681ecb chore: package.json update for @eslint/js release (Jenkins) 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas) ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta) b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) 06f1d1c chore: update dependency @humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot]) 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski) 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas) e17e1c0 docs: Update README (GitHub Actions Bot) 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava) 2465a1e docs: Update README (GitHub Actions Bot) d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs) 1db9bae docs: Fix typos (#18443) (Frieder Bluemle) 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta) 7065196 docs: Update README (GitHub Actions Bot) 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然) a63ed72 refactor: Use node: protocol for built-in Node.js modules (#18434) (Milos Djermanovic) 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti) e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong) 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic) 040700a chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot]) f47847c chore: update actions/stale action to v9 (#18426) (renovate[bot]) c18ad25 chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot]) 27e3060 chore: Disable documentation label (#18423) (Nicholas C. Zakas) ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs) db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger) 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready)
v9.4.0 - May 31, 2024
v9.3.0 - May 17, 2024
b681ecb
06f1d1c
@humanwhocodes/retry
a63ed72
node:
040700a
f47847c
c18ad25
27e3060
Updates eslint from 9.2.0 to 9.4.0
eslint
Sourced from eslint's releases.
Sourced from eslint's changelog.
a5f7e58
8c6d0c3
Updates eslint-plugin-n from 17.4.0 to 17.8.1
eslint-plugin-n
Sourced from eslint-plugin-n's releases.
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) 📚 Documentation node-builtins: Specify that only static properties are supported (#272) (735a520) Provide an example with eslint-plugin-n to Playground (#275) (cb8ffa6) v17.6.0 17.6.0 (2024-05-10)
Sourced from eslint-plugin-n's changelog.
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) Provide an example with eslint-plugin-n to Playground (#275) (cb8ffa6) 17.6.0 (2024-05-10) 🌟 Features
988bdd4
e82974f
6dca24c
92e18b5
0efe751
5221c40
4f50dfe
8551596
3fd7639
704f0b9
Updates prettier from 3.2.5 to 3.3.1
prettier
Sourced from prettier's releases.
3.3.1 🔗 Changelog 3.3.0 diff 🔗 Release note
🔗 Changelog
diff
🔗 Release note
Sourced from prettier's changelog.
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 --> foo: bar1 bar2 bar3 Markdown Preserve explicit language in front matter (#16348 by @fisker) <!-- Input --> ---yaml </tr></table>
@fisker
<!-- Input --> --- foo: - bar1 bar2 bar3 Markdown <!-- Prettier 3.3.0 --> foo: bar1 bar2 bar3 Markdown <!-- Prettier 3.3.1 --> foo: bar1 bar2 bar3 Markdown
bar2
bar3
Markdown
<!-- Prettier 3.3.0 -->
foo:
bar1
<!-- Input --> ---yaml </tr></table>
92cbd33
446a86e
efc3d05
4a5b26f
while (true)
for (;;)
1c43973
.git-blame-ignore-revs
ab65eb4
86268eb
ddce4fb
450b178
AtHead
print()
b94811f
stripTrailingHardline
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 (30f72) benchmark: Support comparing benchmark result - by @hi-ogawa and @sheremet-va in vitest-dev/vitest#5398 (f8d3d) browser: Allow injecting scripts - by @sheremet-va in vitest-dev/vitest#5656 (21e58) reporter: Support includeConsoleOutput and addFileAttribute in junit - by @hi-ogawa in vitest-dev/vitest#5659 (2f913) ui: Sort items by file name - by @btea in vitest-dev/vitest#5652 (1f726) 🐞 Bug Fixes Keep order of arguments for .each in custom task collectors - by @sheremet-va in vitest-dev/vitest#5640 (7d57c) Call resolveId('vitest') after buildStart - by @hi-ogawa in vitest-dev/vitest#5646 (f5faf) Hash the name of the file when caching - by @sheremet-va in vitest-dev/vitest#5654 (c9e68) Don't panic on empty files in node_modules - by @sheremet-va (40c29) Use toJSON for error serialization - by @hi-ogawa in vitest-dev/vitest#5526 (19a21) coverage: Exclude *.test-d.* by default - by @MindfulPol in vitest-dev/vitest#5634 (bfe8a) Apply vite-node's wrapper only... _Description has been truncated_
@sheremet-va
@hi-ogawa
includeConsoleOutput
addFileAttribute
@btea
resolveId('vitest')
buildStart
toJSON
*.test-d.*
@MindfulPol
vite-node
Superseded by #121.
Bumps the dev-dependencies group with 5 updates in the / directory:
9.2.0
9.4.0
9.2.0
9.4.0
17.4.0
17.8.1
3.2.5
3.3.1
1.5.2
1.6.0
Updates
@eslint/js
from 9.2.0 to 9.4.0Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.Commits
5e1b5dc
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.4.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
Commits
a5f7e58
9.4.08c6d0c3
Build: changelog update for 9.4.0010dd2e
chore: upgrade to@eslint/js@9.4.0
(#18534)5e1b5dc
chore: package.json update for@eslint/js
released7ab6f5
docs: update theme when whenprefers-color-scheme
changes (#18510)594145f
refactor: switch to@eslint/config-array
(#18527)525fdff
docs: fix components files (#18519)89a4a0a
feat: ignore IIFE's in theno-loop-func
rule (#17528)80747d2
docs: refactorprefer-destructuring
rule (#18472)f6534d1
fix: skip processor code blocks that match only universal patterns (#18507)Updates
eslint-plugin-n
from 17.4.0 to 17.8.1Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
... (truncated)
Commits
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)8551596
chore(master): release 17.7.0 (#273)3fd7639
feat(hashbang): Add support to map extensions to executables (#278)704f0b9
fix(node-builtins): Remove "node:" prefix from "ignores" message (#277)Updates
prettier
from 3.2.5 to 3.3.1Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
92cbd33
Release 3.3.1446a86e
Update execa to v9efc3d05
Avoid line breaks in import attributes (#16349)4a5b26f
Usewhile (true)
instead offor (;;)
(#16354)1c43973
Only add version to.git-blame-ignore-revs
when files changed (#16352)ab65eb4
chore(deps): update dependency eslint-plugin-react to v7.34.2 (#16353)86268eb
chore(deps): update eslint related dependencies (major) (#16208)ddce4fb
Move import attribute unquote test to a separate directory (#16350)450b178
PrintAtHead
node from glimmer viaprint()
(#16346)b94811f
FixstripTrailingHardline
(#16347)Updates
vitest
from 1.5.2 to 1.6.0Release notes
Sourced from vitest's releases.