Skip to content

Commit 65d2864

Browse files
authored
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.
1 parent e135fc4 commit 65d2864

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
@@ -771,10 +771,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
771771
acorn: `^8.5.0`,
772772
},
773773
}],
774-
// https://github.com/facebook/create-react-app/pull/11751
775-
774+
// https://github.com/facebook/create-react-app/pull/12364
775+
[`[email protected] <10.0.2`, {
776776
dependencies: {
777-
'@babel/plugin-proposal-private-property-in-object': `^7.16.0`,
777+
'@babel/plugin-proposal-private-property-in-object': `^7.16.7`,
778778
},
779779
}],
780780
// https://github.com/facebook/create-react-app/pull/11751
@@ -858,7 +858,8 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
858858
},
859859
}],
860860
// https://github.com/jdesboeufs/connect-mongo/pull/458
861-
[`connect-mongo@*`, {
861+
// https://github.com/jdesboeufs/connect-mongo/commit/f462a2598d1dea0722a89e1f101937d427462458
862+
[`connect-mongo@<5.0.0`, {
862863
peerDependencies: {
863864
'express-session': `^1.17.1`,
864865
},
@@ -974,4 +975,16 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
974975
graphql: `^14.2.0 || ^15.0.0 || ^16.0.0`,
975976
},
976977
}],
978+
// https://github.com/vuetifyjs/vuetify-loader/commit/6634db3218dcc706db1c5c9e90f338ce76e9fff3
979+
[`vite-plugin-vuetify@<=1.0.2`, {
980+
peerDependencies: {
981+
vue: `^3.0.0`,
982+
},
983+
}],
984+
// https://github.com/vuetifyjs/vuetify-loader/commit/6634db3218dcc706db1c5c9e90f338ce76e9fff3
985+
[`webpack-plugin-vuetify@<=2.0.1`, {
986+
peerDependencies: {
987+
vue: `^3.2.6`,
988+
},
989+
}],
977990
];

0 commit comments

Comments
 (0)