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.7.0
3.2.5
3.3.0
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.7.0
eslint-plugin-n
Sourced from eslint-plugin-n's releases.
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) 🌟 Features Add support for ignoring experimental features (#269) (c046376) 📚 Documentation add maintenance info (#271) (b454488), closes #194 v17.5.1 17.5.1 (2024-05-07) 🩹 Fixes Add supported version to Buffer constructor (#266) (030f51b) v17.5.0 17.5.0 (2024-05-07) 🌟 Features import-target: Add resolution error reason (#264) (982a723) node-builtins: Add node globals (#261) (9466731)
Sourced from eslint-plugin-n's changelog.
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 Add support for ignoring experemental features (#269) (c046376) 📚 Documentation add maintainance info (#271) (b454488), closes #194 17.5.1 (2024-05-07) 🩹 Fixes Add supported version to Buffer constructor (#266) (030f51b) 17.5.0 (2024-05-07) 🌟 Features import-target: Add resolution error reason (#264) (982a723) node-builtins: Add node globals (#261) (9466731) 🩹 Fixes remove invalid es-builtins (#258) (ecdf019)
8551596
3fd7639
704f0b9
4a685c0
cb8ffa6
735a520
a99acb7
b454488
c046376
c3e5a19
Updates prettier from 3.2.5 to 3.3.0
prettier
Sourced from prettier's releases.
3.3.0 diff 🔗 Release note
diff
🔗 Release note
Sourced from prettier's changelog.
3.3.0 diff 🔗 Release Notes
🔗 Release Notes
c4ab460
8a88cdc
trailingComma
c2e20fb
41f1dff
da5ad84
f790be8
7250556
96e057a
@angular/compiler
a4ea5a2
229006c
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 to executed files - by @AriPerkkio in vitest-dev/vitest#5642 (c9883) vm: Support network imports - by @sheremet-va in
@sheremet-va
@hi-ogawa
includeConsoleOutput
addFileAttribute
@btea
resolveId('vitest')
buildStart
toJSON
*.test-d.*
@MindfulPol
vite-node
@AriPerkkio
Superseded by #120.
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.7.0
3.2.5
3.3.0
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.7.0Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
... (truncated)
Commits
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)4a685c0
feat(node-builtin): Add node 20.13.0, 22.0.0, and 22.1.0 support (#276)cb8ffa6
docs: Provide an example with eslint-plugin-n to Playground (#275)735a520
docs(node-builtins): Specify that only static properties are supported (#272)a99acb7
chore(master): release 17.6.0 (#270)b454488
docs: add maintainance info (#271)c046376
feat: Add support for ignoring experemental features (#269)c3e5a19
chore(master): release 17.5.1 (#267)Updates
prettier
from 3.2.5 to 3.3.0Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
c4ab460
Release 3.3.08a88cdc
RespecttrailingComma
in angular templates (#15926)c2e20fb
chore(deps): update babel to v7.24.6 (#16326)41f1dff
Add newline between markdown footnote definitions (#16063)da5ad84
chore(deps): update babel to v7.24.6 (#16325)f790be8
chore(deps): update dependency file-entry-cache to v9 (#16324)7250556
chore(deps): update dependency meriyah to v4.4.3 (#16323)96e057a
chore(deps): update dependency@angular/compiler
to v18 (#16322)a4ea5a2
chore(deps): update dependency eslint-plugin-regexp to v2.6.0 (#16320)229006c
chore(deps): update dependency micromatch to v4.0.7 (#16319)Updates
vitest
from 1.5.2 to 1.6.0Release notes
Sourced from vitest's releases.
Superseded by #120.