Closed dependabot[bot] closed 3 months ago
Bumps the development-dependencies group with 15 updates in the /app directory:
1.10.3
1.10.4
20.14.6
22.0.2
9.0.8
10.0.0
5.0.5
5.1.1
1.6.0
2.0.5
8.57.0
9.8.0
9.26.0
9.27.0
24.1.0
24.1.1
2.3.1
2.3.4
6.2.0
6.2.2
3.3.2
3.3.3
5.4.5
5.5.4
5.3.1
5.3.5
2.0.21
2.0.29
Updates @rushstack/eslint-patch from 1.10.3 to 1.10.4
@rushstack/eslint-patch
Sourced from @rushstack/eslint-patch's changelog.
@rushstack/eslint-patch
1.10.4 Sat, 27 Jul 2024 00:10:27 GMT Patches Include CHANGELOG.md in published releases again
Sat, 27 Jul 2024 00:10:27 GMT
2154c68
daaa6e5
c07320d
660d44b
44b7912
5a185aa
f210738
7d87045
9b2973d
Updates @types/node from 20.14.6 to 22.0.2
@types/node
Updates @types/uuid from 9.0.8 to 10.0.0
@types/uuid
Updates @vitejs/plugin-vue from 5.0.5 to 5.1.1
@vitejs/plugin-vue
Sourced from @vitejs/plugin-vue's releases.
@vitejs/plugin-vue
plugin-vue@5.1.1 Please refer to CHANGELOG.md for details. plugin-vue@5.1.0 Please refer to CHANGELOG.md for details.
Please refer to CHANGELOG.md for details.
Sourced from @vitejs/plugin-vue's changelog.
5.1.1 (2024-07-27) fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #431 5.1.0 (2024-07-23) fix(deps): update all non-major dependencies (#412) (8cb2ea9), closes #412 fix(plugin-vue): clear cache after build end (96dbb22) chore: update documentation for new features option (7fc7994) chore(deps): update upstream (#416) (02a3edd), closes #416 feat(plugin-vue): add features option (#419) (3e839e2), closes #419
features
28c33cd
f5eb5ac
9c2069f
96dbb22
02a3edd
7fc7994
3e839e2
8cb2ea9
Updates @vitest/coverage-v8 from 1.6.0 to 2.0.5
@vitest/coverage-v8
Sourced from @vitest/coverage-v8's releases.
@vitest/coverage-v8
v2.0.5 🚀 Features Introduce experimental reported tasks - by @sheremet-va in vitest-dev/vitest#6149 (13d85) This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go! 🐞 Bug Fixes Show a difference between string characters if both values are strings - by @sheremet-va in vitest-dev/vitest#6191 (29176) testNamePattern adds leading space - by @AriPerkkio in vitest-dev/vitest#6186 (073a5) browser: Don't bundle afterEach cleanup hooks in node entrypoint - by @sheremet-va in vitest-dev/vitest#6192 (e6fbc) UserEvent.setup initiates a separate state for userEvent instance - by @sheremet-va in vitest-dev/vitest#6088 (883f3) Correctly import optimized module in vi.importActual - by @sheremet-va in vitest-dev/vitest#6219 (804ff) Passing options to hover/unhover - by @MNeverOff in vitest-dev/vitest#6175 (d4c00) Improve unique CSS selector generation - by @zacharyvoase and Zack Voase in vitest-dev/vitest#6243 (e7acd) vitest: Remove nuxt from auto inline deps - by @sheremet-va (93882) Improve defineProject and defineWorkspace types - by @sheremet-va in vitest-dev/vitest#6198 (8cd82) Correctly resolve mocked node:* imports in __mocks__ folder - by @sheremet-va in vitest-dev/vitest#6204 (a48be) web-worker: Expose globals on self - by @sheremet-va in vitest-dev/vitest#6170 (12bb5) View changes on GitHub v2.0.4 🐞 Bug Fixes One-line environment options - by @hahanein in vitest-dev/vitest#5105 (38269) Resolve assets imported with require - by @sheremet-va in vitest-dev/vitest#6159 (807a2) browser: Don't panic if @vitest/browser is installed outside of project root - by @sheremet-va in vitest-dev/vitest#6135 (ccfcd) Set global filepath - by @sheremet-va in vitest-dev/vitest#6190 (0d0b4) Allow preview and open in the editor screenshot error from ui - by @userquin in vitest-dev/vitest#6113 (2d620) coverage: Global thresholds to include files from glob thresholds - by @thor-juhasz and @AriPerkkio in vitest-dev/vitest#6172 (02e3f) Consistent type-only file handling - by @AriPerkkio in vitest-dev/vitest#6183 (90576) Ignore *.cts files - by @AriPerkkio in vitest-dev/vitest#6189 (5da45) Add thresholds.<glob>.100 option - by @thor-juhasz and @AriPerkkio in vitest-dev/vitest#6174 (f6845) spy: Fix mockImplementation for function overload and unions - by @hi-ogawa in vitest-dev/vitest#6181 (7a75b) View changes on GitHub v2.0.3 🚀 Features ui: Show all suites/tests when parent matches - by @userquin in vitest-dev/vitest#6106 (840e0) 🐞 Bug Fixes
@sheremet-va
testNamePattern
@AriPerkkio
afterEach
@MNeverOff
@zacharyvoase
defineProject
defineWorkspace
node:*
__mocks__
@hahanein
require
@vitest/browser
@userquin
@thor-juhasz
*.cts
thresholds.<glob>.100
mockImplementation
@hi-ogawa
... (truncated)
99452a7
400481f
9057614
a852b16
81b8d67
99a12ae
80a43d5
16eb6c8
1b150a3
5611895
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 eslint-plugin-vue from 9.26.0 to 9.27.0
eslint-plugin-vue
Sourced from eslint-plugin-vue's releases.
v9.27.0 ✨ Enhancements #2487 Improved vue/require-toggle-inside-transition rule to understand v-bind:appear. 🐛 Bug Fixes #2489 Fixed false negatives for elements inside template literals in vue/no-setup-props-reactivity-loss rule. ⚙️ Updates #2476 Added name property to flat configs. #2488 Upgraded vue-eslint-parser to v9.4.3. Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0
vue/require-toggle-inside-transition
v-bind:appear
vue/no-setup-props-reactivity-loss
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0
c64bf94
cac8167
3ad09ef
bfc72a4
4f52734
d7169e1
ca7daff
9afbf2b
ab88141
e95b7bb
Updates jsdom from 24.1.0 to 24.1.1
jsdom
Sourced from jsdom's releases.
Version 24.1.1 Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)
selectionchange
Document
Sourced from jsdom's changelog.
24.1.1 Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)
ee8b615
4c167b3
c8a5103
b2235af
Updates msw from 2.3.1 to 2.3.4
msw
Sourced from msw's releases.
v2.3.4 (2024-07-23) Bug Fixes cookieStore: remove left-over console.log (#2217) (00fdbb265dbb5cf0f9f89bd91b546966463535a4) @Lalem001 v2.3.3 (2024-07-23) Bug Fixes implement cookie persistence using tough-cookie (#2206) (c30613c2ba1df0c3f2575051ddb3eb42f1744f69) @kettanaito support async generators as response resolvers (#2108) (d38fc3dd6437ef6503c1ad62bf853b5ca800179c) @kettanaito @jakebailey v2.3.2 (2024-07-19) Bug Fixes support typescript@5.5 (deprecate v4.7) (#2190) (7df2533c183bb73b176863fee5101ade69c16fea) @KaiSpencer @kettanaito
console.log
@Lalem001
tough-cookie
@kettanaito
@jakebailey
@KaiSpencer
643e464
00fdbb2
b5960cd
c30613c
d38fc3d
6e278b6
7df2533
e52f10b
1a0b39d
8970e3e
Updates npm-run-all2 from 6.2.0 to 6.2.2
npm-run-all2
Sourced from npm-run-all2's releases.
v6.2.2 Commits Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d v6.2.1 Merged Compatibility: npm, yarn and pnpm run scripts [#143](https://github.com/bcomnes/npm-run-all2/issues/143) Use neostandard + add more static code analysis [#142](https://github.com/bcomnes/npm-run-all2/issues/142) Upgrade: Bump c8 from 9.1.0 to 10.0.0 [#141](https://github.com/bcomnes/npm-run-all2/issues/141) Upgrade: Bump p-queue from 7.4.1 to 8.0.1 [#138](https://github.com/bcomnes/npm-run-all2/issues/138)
fc35f0d
[#143](https://github.com/bcomnes/npm-run-all2/issues/143)
[#142](https://github.com/bcomnes/npm-run-all2/issues/142)
[#141](https://github.com/bcomnes/npm-run-all2/issues/141)
[#138](https://github.com/bcomnes/npm-run-all2/issues/138)
Sourced from npm-run-all2's changelog.
v6.2.2 Commits Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d v6.2.1 - 2024-07-03 Merged Compatibility: npm, yarn and pnpm run scripts [#143](https://github.com/bcomnes/npm-run-all2/issues/143) Use neostandard + add more static code analysis [#142](https://github.com/bcomnes/npm-run-all2/issues/142) Upgrade: Bump c8 from 9.1.0 to 10.0.0 [#141](https://github.com/bcomnes/npm-run-all2/issues/141) Upgrade: Bump p-queue from 7.4.1 to 8.0.1 [#138](https://github.com/bcomnes/npm-run-all2/issues/138)
bac3905
c707195
32a4b46
b8d3ded
25738ae
6be8fff
f80ac5c
4c6a3ad
Updates prettier from 3.3.2 to 3.3.3
prettier
Sourced from prettier's releases.
3.3.3 🔗 Changelog
🔗 Changelog
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:
diff
@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
04b560f
614f070
d59a15d
5ca2fc9
bfcfdcc
977c161
550606e
Updates typescript from 5.4.5 to 5.5.4
typescript
Sourced from typescript's releases.
TypeScript 5.5.4 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for TypeScript v5.5.4 (Stable). fixed issues query for TypeScript v5.5.3 (Stable). fixed issues query for TypeScript v5.5.2 (Stable). fixed issues query for TypeScript v5.5.1 (RC). fixed issues query for TypeScript v5.5.0 (Beta). Downloads are available on: npm NuGet package (soon!) TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for TypeScript v5.5.3 (Stable). fixed issues query for TypeScript v5.5.2 (Stable). fixed issues query for TypeScript v5.5.1 (RC). fixed issues query for TypeScript v5.5.0 (Beta). Downloads are available on: npm NuGet package TypeScript 5.5 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for TypeScript v5.5.2 (Stable). fixed issues query for TypeScript v5.5.1 (RC). fixed issues query for TypeScript v5.5.0 (Beta). Downloads are available on: npm ... _Description has been truncated_
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Superseded by #27.
Bumps the development-dependencies group with 15 updates in the /app directory:
1.10.3
1.10.4
20.14.6
22.0.2
9.0.8
10.0.0
5.0.5
5.1.1
1.6.0
2.0.5
8.57.0
9.8.0
9.26.0
9.27.0
24.1.0
24.1.1
2.3.1
2.3.4
6.2.0
6.2.2
3.3.2
3.3.3
5.4.5
5.5.4
5.3.1
5.3.5
1.6.0
2.0.5
2.0.21
2.0.29
Updates
@rushstack/eslint-patch
from 1.10.3 to 1.10.4Changelog
Sourced from
@rushstack/eslint-patch
's changelog.Commits
2154c68
Bump versions [skip ci]daaa6e5
Update changelogs [skip ci]c07320d
Include CHANGELOG.md in published releases again (#4851)660d44b
Bump decoupled local dependencies.44b7912
Merge pull request #4747 from iclanton/stricter-types5a185aa
Turn on some stricter compiler options.f210738
Bump cyclics.7d87045
prettier -w .9b2973d
Bump cyclic dependencies.Updates
@types/node
from 20.14.6 to 22.0.2Commits
Updates
@types/uuid
from 9.0.8 to 10.0.0Commits
Updates
@vitejs/plugin-vue
from 5.0.5 to 5.1.1Release notes
Sourced from
@vitejs/plugin-vue
's releases.Changelog
Sourced from
@vitejs/plugin-vue
's changelog.Commits
28c33cd
release: plugin-vue@5.1.1f5eb5ac
fix(plugin-vue): clear script cache if recall9c2069f
release: plugin-vue@5.1.096dbb22
fix(plugin-vue): clear cache after build end02a3edd
chore(deps): update upstream (#416)7fc7994
chore: update documentation for new features option3e839e2
feat(plugin-vue): addfeatures
option (#419)8cb2ea9
fix(deps): update all non-major dependencies (#412)Updates
@vitest/coverage-v8
from 1.6.0 to 2.0.5Release notes
Sourced from
@vitest/coverage-v8
's releases.... (truncated)
Commits
99452a7
chore: release v2.0.5400481f
chore: release v2.0.49057614
fix(coverage): consistent type-only file handling (#6183)a852b16
refactor: enable isolatedDeclarations in snapshot and spy packages (#6146)81b8d67
chore: release v2.0.399a12ae
chore: release v2.0.280a43d5
fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#...16eb6c8
chore: release v2.0.11b150a3
chore: release v2.0.05611895
chore: release v2.0.0-beta.13Updates
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
eslint-plugin-vue
from 9.26.0 to 9.27.0Release notes
Sourced from eslint-plugin-vue's releases.
Commits
c64bf94
9.27.0cac8167
fix(no-setup-props-reactivity-loss): report template literal (#2489)3ad09ef
feat(require-toggle-inside-transition): check directive (#2487)bfc72a4
docs: fix build on windows (#2493)4f52734
docs: add an example on how to use custom parser with flat config (#2490)d7169e1
chore: upgrade vue-eslint-parser to v9.4.3 (#2488)ca7daff
Show nested outline in docs (#2481)9afbf2b
Update development dependencies (#2478)ab88141
Add name to flat configs. (#2476)e95b7bb
test: update typescript-eslint and fix test cases (#2477)Updates
jsdom
from 24.1.0 to 24.1.1Release notes
Sourced from jsdom's releases.
Changelog
Sourced from jsdom's changelog.
Commits
ee8b615
Version 24.1.14c167b3
Update ESLint to v9c8a5103
Update dependencies and dev dependenciesb2235af
Trigger selectionchange event on document when selection changesUpdates
msw
from 2.3.1 to 2.3.4Release notes
Sourced from msw's releases.
Commits
643e464
chore(release): v2.3.400fdbb2
fix(cookieStore): remove left-overconsole.log
(#2217)b5960cd
chore(release): v2.3.3c30613c
fix: implement cookie persistence usingtough-cookie
(#2206)d38fc3d
fix: support async generators as response resolvers (#2108)6e278b6
chore(release): v2.3.27df2533
fix: support typescript@5.5 (deprecate v4.7) (#2190)e52f10b
test: add isolated response test for iframes (#2205)1a0b39d
chore: update pnpm/action-setup to v4 (#2199)8970e3e
chore: update vitest configuration to ESM (#2189)Updates
npm-run-all2
from 6.2.0 to 6.2.2Release notes
Sourced from npm-run-all2's releases.
Changelog
Sourced from npm-run-all2's changelog.
Commits
bac3905
6.2.2fc35f0d
Revert "Compatibility: npm, yarn and pnpm run scripts"c707195
6.2.132a4b46
Merge pull request #143 from ayu-exorcist/masterb8d3ded
Compatibility: npm, yarn and pnpm run scripts25738ae
Use neostandard + add more static code analysis (#142)6be8fff
Upgrade: Bump c8 from 9.1.0 to 10.0.0 (#141)f80ac5c
Merge pull request #138 from bcomnes/dependabot/npm_and_yarn/p-queue-8.0.14c6a3ad
Upgrade: Bump p-queue from 7.4.1 to 8.0.1Updates
prettier
from 3.3.2 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)04b560f
chore(deps): update dependency browserslist to v4.23.2 (#16475)614f070
chore(deps): update typescript-eslint to v8.0.0-alpha.41 (#16477)d59a15d
chore(deps): update dependency npm-run-all2 to v6.2.2 (#16476)5ca2fc9
Support Angular@let
declaration syntax (#16474)bfcfdcc
chore(deps): update babel to v7.24.8 (#16472)977c161
chore(deps): update dependency acorn to v8.12.1 (#16464)550606e
chore(deps): update babel to v7.24.8 (#16470)Updates
typescript
from 5.4.5 to 5.5.4Release notes
Sourced from typescript's releases.