Skip to content

Commit 30c60c1

Browse files
committed
fix(compat): update vue-loader entry (#4389)
1 parent 27502ae commit 30c60c1

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

.yarn/versions/e19f1175.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
releases:
2+
"@yarnpkg/cli": patch
3+
"@yarnpkg/plugin-compat": patch
4+
5+
declined:
6+
- "@yarnpkg/plugin-constraints"
7+
- "@yarnpkg/plugin-dlx"
8+
- "@yarnpkg/plugin-essentials"
9+
- "@yarnpkg/plugin-init"
10+
- "@yarnpkg/plugin-interactive-tools"
11+
- "@yarnpkg/plugin-nm"
12+
- "@yarnpkg/plugin-npm-cli"
13+
- "@yarnpkg/plugin-pack"
14+
- "@yarnpkg/plugin-patch"
15+
- "@yarnpkg/plugin-pnp"
16+
- "@yarnpkg/plugin-pnpm"
17+
- "@yarnpkg/plugin-stage"
18+
- "@yarnpkg/plugin-typescript"
19+
- "@yarnpkg/plugin-version"
20+
- "@yarnpkg/plugin-workspace-tools"
21+
- "@yarnpkg/builder"
22+
- "@yarnpkg/core"
23+
- "@yarnpkg/doctor"

packages/plugin-compat/sources/extensions.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,26 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
498498
},
499499
}],
500500
// https://github.com/vuejs/vue-loader/pull/1853
501-
[`vue-loader@<=16.3.1`, {
501+
// https://github.com/vuejs/vue-loader/commit/089473af97077b8e14b3feff48d32d2733ad792c
502+
[`vue-loader@<=16.3.3`, {
502503
peerDependencies: {
503504
'@vue/compiler-sfc': `^3.0.8`,
504505
webpack: `^4.1.0 || ^5.0.0-0`,
505506
},
507+
peerDependenciesMeta: {
508+
'@vue/compiler-sfc': optionalPeerDep,
509+
},
510+
}],
511+
// https://github.com/vuejs/vue-loader/pull/1944
512+
[`vue-loader@^16.7.0`, {
513+
peerDependencies: {
514+
'@vue/compiler-sfc': `^3.0.8`,
515+
vue: `^3.2.13`,
516+
},
517+
peerDependenciesMeta: {
518+
'@vue/compiler-sfc': optionalPeerDep,
519+
vue: optionalPeerDep,
520+
},
506521
}],
507522
// https://github.com/salesforce-ux/scss-parser/pull/43
508523
[`scss-parser@*`, {

0 commit comments

Comments
 (0)