This changes how the custom glob pattern in the workspace config is treated. Any file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single vitest.config.ts or vite.config.ts inside the folder)
For example, projects/* will match anything inside the projects folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. projects/**/* previously would assume that you only wanted to have folders as projects, but now it will match every single file insideprojects.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Bumps the dev-deps group with 39 updates in the / directory:
2.27.7
2.27.8
20.14.5
22.7.0
7.15.0
8.7.0
1.6.0
2.1.1
9.0.0
9.11.1
9.6.0
9.6.1
9.23.0
9.28.0
15.0.0
15.9.0
9.0.11
9.1.6
15.2.7
15.2.10
3.1.1
3.3.3
5.5.3
5.6.2
7.15.0
8.7.0
1.6.0
2.1.1
1.3.0
1.3.4
18.3.3
18.3.9
7.15.0
8.7.0
10.4.19
10.4.20
0.4.7
0.4.12
8.4.39
8.4.47
3.4.4
3.4.13
5.4.6
5.4.8
5.0.0
5.1.0
2.0.0
2.2.1
3.0.0
3.2.5
3.0.0
3.1.2
2.36.0
2.44.0
3.1.2
3.2.6
3.6.0
4.0.2
5.0.5
5.1.4
4.0.0
4.0.1
24.1.0
25.0.1
6.2.0
6.2.3
7.3.1
7.4.6
2.0.29
2.1.6
5.51.21
5.56.2
10.4.3
11.0.0
22.12.1
23.4.0
2.6.3
2.7.0
Updates
@changesets/cli
from 2.27.7 to 2.27.8Release notes
Sourced from
@changesets/cli
's releases.Commits
c867f32
Version Packages (#1439)bc75c1a
Replacechalk
withpicocolors
(#1417)52c302a
Remove unused@babel/runtime
dependency (#1445)5150fc1
switch frompreferred-pm
topackage-manager-detector
(#1446)4efc038
Fix logging --version flag (#1419)Updates
@types/node
from 20.14.5 to 22.7.0Commits
Updates
@typescript-eslint/eslint-plugin
from 7.15.0 to 8.7.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
b88ea33
chore(release): publish 8.7.0cdd93f6
docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-types wit...d0e35d9
feat(eslint-plugin): [consistent-type-exports] checkexport *
exports to se...dc1c6d3
docs: [no-unnecessary-type-parameters] add FAQ section (#9975)e8555a0
feat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)8293546
fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !instance...b75d42b
fix(eslint-plugin): [no-deprecated] report on imported deprecated variables (...c5dc755
docs: [no-floating-promises] clarify that void does not resolve promises (#9949)1c183ab
fix(eslint-plugin): properly coerce all types to string in `getStaticMemberAc...7b149b9
docs: [strict-boolean-expressions] fix adominition (#10033)Updates
@vitest/coverage-v8
from 1.6.0 to 2.1.1Release notes
Sourced from
@vitest/coverage-v8
's releases.... (truncated)
Commits
699055e
chore: release v2.1.19f1fd18
chore: release v2.1.0b2be23e
chore: release v2.1.0-beta.78ac7011
chore: release v2.1.0-beta.6da52d23
fix(coverage): use project specificvitenode
for uncovered files (#6044)5932a7f
feat(coverage): add--exclude-after-remap
(#6309)34199bd
feat(browser): support v8 coverage (#6273)72056b5
chore: release v2.1.0-beta.591dea8c
fix(coverage): v8 to warn instead of crash when conversion fails (#6318)1f6cb59
fix(coverage): v8 to support source maps with multiple sources (#6120)Updates
eslint
from 9.0.0 to 9.11.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
69e9459
9.11.1fcdac44
Build: changelog update for 9.11.1df4a859
chore: upgrade@eslint/js
@9
.11.1 (#18943)36d8095
chore: package.json update for@eslint/js
release20fd916
fix: add@eslint/core
,@types/estree
, &@types/json-schema
deps (#18938)3eff709
docs: replace deprecatedLinter.FlatConfig
type withLinter.Config
(#18941)2738322
fix: add missing types forrequire-atomic-updates
rule (#18937)d71ff30
fix: add missing types forobject-shorthand
rule (#18935)561cadc
fix: add missing types forno-unsafe-negation
rule (#18932)8843656
fix: add missing types forno-underscore-dangle
rule (#18931)Updates
@types/eslint
from 9.6.0 to 9.6.1Commits
Updates
eslint-plugin-vue
from 9.23.0 to 9.28.0Release notes
Sourced from eslint-plugin-vue's releases.
... (truncated)
Commits
d77fbf7
9.28.0889c192
feat(require-toggle-inside-transition): add additionalDirectives option (#253...354c0de
fix(attribute-hyphenation): apply to v-model directive (#2511)21d3ed8
fix(no-deprecated-slot-attribute): no fix for dynamic components (#2530)b08273c
fix(no-deprecated-slot-attribute): handle v-for with dynamic slot (#2529)ddc0525
fix(attribute-hyphenation): skip auto-fix when suffixed with.sync
(#2533)a4aed0a
Implements proposed max-template-depth rule (#2525)6ebd607
Update ruledefine-macros-order
for custom macros (#2501)0fbe35e
Improve error range forvue/max-props
(#2532)705d262
Fix code example invue/define-props-declaration
docs (#2527)Updates
globals
from 15.0.0 to 15.9.0Release notes
Sourced from globals's releases.
Commits
b1d88b8
15.9.0f72b047
Update globals (#258)df410c8
Add automated job to create es yearly globals (#257)f6b3978
15.8.02ef342a
Addes2025
globals (Same ases2021
) (#256)a20894b
15.7.0f017b0f
Update (#255)5261dd9
15.6.09b0c591
Add Chai globals (#247)Run & review this pull request in StackBlitz Codeflow.
⚠️ No Changeset found
Latest commit: 9319026e7e75151c0d63a96766445bfb46f105db
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver typesClick here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Superseded by #1088.