Skip to content

Commit 4ea4cab

Browse files
committed
chore(extensions): update list (#6095)
**What's the problem this PR addresses?** Updates the extensions list to include vuetifyjs/vuetify-loader@6634db3 and lock some of the ranges **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [x] I have set the packages that need to be released for my changes to be effective. - [x] I will check that all automated PR checks pass before the PR gets reviewed. (cherry picked from commit 65d2864)
1 parent 49ae6bd commit 4ea4cab

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

.yarn/versions/aa6c1d34.yml

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

packages/yarnpkg-extensions/sources/index.ts

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -769,10 +769,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
769769
acorn: `^8.5.0`,
770770
},
771771
}],
772-
// https://github.com/facebook/create-react-app/pull/11751
773-
772+
// https://github.com/facebook/create-react-app/pull/12364
773+
[`[email protected] <10.0.2`, {
774774
dependencies: {
775-
'@babel/plugin-proposal-private-property-in-object': `^7.16.0`,
775+
'@babel/plugin-proposal-private-property-in-object': `^7.16.7`,
776776
},
777777
}],
778778
// https://github.com/facebook/create-react-app/pull/11751
@@ -856,7 +856,8 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
856856
},
857857
}],
858858
// https://github.com/jdesboeufs/connect-mongo/pull/458
859-
[`connect-mongo@*`, {
859+
// https://github.com/jdesboeufs/connect-mongo/commit/f462a2598d1dea0722a89e1f101937d427462458
860+
[`connect-mongo@<5.0.0`, {
860861
peerDependencies: {
861862
'express-session': `^1.17.1`,
862863
},
@@ -972,4 +973,16 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
972973
graphql: `^14.2.0 || ^15.0.0 || ^16.0.0`,
973974
},
974975
}],
976+
// https://github.com/vuetifyjs/vuetify-loader/commit/6634db3218dcc706db1c5c9e90f338ce76e9fff3
977+
[`vite-plugin-vuetify@<=1.0.2`, {
978+
peerDependencies: {
979+
vue: `^3.0.0`,
980+
},
981+
}],
982+
// https://github.com/vuetifyjs/vuetify-loader/commit/6634db3218dcc706db1c5c9e90f338ce76e9fff3
983+
[`webpack-plugin-vuetify@<=2.0.1`, {
984+
peerDependencies: {
985+
vue: `^3.2.6`,
986+
},
987+
}],
975988
];

0 commit comments

Comments
 (0)