Skip to content

Commit

Permalink
chore(extensions): update list (#6095)
Browse files Browse the repository at this point in the history
**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)
  • Loading branch information
merceyz committed Jan 30, 2024
1 parent 49ae6bd commit 4ea4cab
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .yarn/versions/aa6c1d34.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/extensions": patch
"@yarnpkg/plugin-compat": patch

declined:
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnp"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
21 changes: 17 additions & 4 deletions packages/yarnpkg-extensions/sources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,10 +769,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
acorn: `^8.5.0`,
},
}],
// https://github.com/facebook/create-react-app/pull/11751
[`babel-preset-react-app@10.0.x`, {
// https://github.com/facebook/create-react-app/pull/12364
[`babel-preset-react-app@10.0.x <10.0.2`, {
dependencies: {
'@babel/plugin-proposal-private-property-in-object': `^7.16.0`,
'@babel/plugin-proposal-private-property-in-object': `^7.16.7`,
},
}],
// https://github.com/facebook/create-react-app/pull/11751
Expand Down Expand Up @@ -856,7 +856,8 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
},
}],
// https://github.com/jdesboeufs/connect-mongo/pull/458
[`connect-mongo@*`, {
// https://github.com/jdesboeufs/connect-mongo/commit/f462a2598d1dea0722a89e1f101937d427462458
[`connect-mongo@<5.0.0`, {
peerDependencies: {
'express-session': `^1.17.1`,
},
Expand Down Expand Up @@ -972,4 +973,16 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
graphql: `^14.2.0 || ^15.0.0 || ^16.0.0`,
},
}],
// https://github.com/vuetifyjs/vuetify-loader/commit/6634db3218dcc706db1c5c9e90f338ce76e9fff3
[`vite-plugin-vuetify@<=1.0.2`, {
peerDependencies: {
vue: `^3.0.0`,
},
}],
// https://github.com/vuetifyjs/vuetify-loader/commit/6634db3218dcc706db1c5c9e90f338ce76e9fff3
[`webpack-plugin-vuetify@<=2.0.1`, {
peerDependencies: {
vue: `^3.2.6`,
},
}],
];

0 comments on commit 4ea4cab

Please sign in to comment.