Skip to content

Commit

Permalink
chore(extensions): update list (#4631)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz authored Jul 16, 2022
1 parent c4f1b64 commit 191005a
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 9 deletions.
36 changes: 28 additions & 8 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions .yarn/versions/c03bc2db.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"
66 changes: 65 additions & 1 deletion packages/yarnpkg-extensions/sources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
'null-loader': `^3.0.0`,
},
}],
// https://github.com/vuetifyjs/vue-cli-plugins/pull/324
[`vue-cli-plugin-vuetify@>=2.4.3`, {
peerDependencies: {
vue: `*`,
},
}],
// https://github.com/vuetifyjs/vue-cli-plugins/pull/155
[`@vuetify/cli-plugin-utils@<=0.0.4`, {
dependencies: {
Expand Down Expand Up @@ -775,7 +781,7 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
},
}],
// https://github.com/vuejs/eslint-config-typescript/pull/39
[`@vue/eslint-config-typescript@*`, {
[`@vue/eslint-config-typescript@<11.0.0`, {
peerDependenciesMeta: {
typescript: optionalPeerDep,
},
Expand Down Expand Up @@ -841,4 +847,62 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
tabbable: `^5.3.2`,
},
}],
// https://github.com/bokuweb/react-rnd/pull/864
[`react-rnd@<10.3.7`, {
peerDependencies: {
react: `>=16.3.0`,
'react-dom': `>=16.3.0`,
},
}],
// https://github.com/jdesboeufs/connect-mongo/pull/458
[`connect-mongo@*`, {
peerDependencies: {
'express-session': `^1.17.1`,
},
}],
// https://github.com/intlify/vue-i18n-next/commit/ed932b9e575807dc27c30573b280ad8ae48e98c9
[`vue-i18n@<9`, {
peerDependencies: {
vue: `^2`,
},
}],
// https://github.com/vuejs/router/commit/c2305083a8fcb42d1bb1f3f0d92f09930124b530
[`vue-router@<4`, {
peerDependencies: {
vue: `^2`,
},
}],
// https://github.com/unifiedjs/unified/pull/146
[`unified@<10`, {
dependencies: {
'@types/unist': `^2.0.0`,
},
}],
// https://github.com/ntkme/react-github-btn/pull/23
[`react-github-btn@<=1.3.0`, {
peerDependencies: {
react: `>=16.3.0`,
},
}],
// There are two candidates upstream, clean this up when either is merged.
// - https://github.com/facebook/create-react-app/pull/11526
// - https://github.com/facebook/create-react-app/pull/11716
[`react-dev-utils@*`, {
peerDependencies: {
typescript: `>=2.7`,
webpack: `>=4`,
},
peerDependenciesMeta: {
typescript: {
optional: true,
},
},
}],
// https://github.com/asyncapi/asyncapi-react/pull/614
[`@asyncapi/react-component@<=1.0.0-next.39`, {
peerDependencies: {
react: `>=16.8.0`,
'react-dom': `>=16.8.0`,
},
}],
];

0 comments on commit 191005a

Please sign in to comment.