Skip to content

Commit 191005a

Browse files
authored
chore(extensions): update list (#4631)
1 parent c4f1b64 commit 191005a

File tree

3 files changed

+117
-9
lines changed

3 files changed

+117
-9
lines changed

.pnp.cjs

Lines changed: 28 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarn/versions/c03bc2db.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: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,12 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
336336
'null-loader': `^3.0.0`,
337337
},
338338
}],
339+
// https://github.com/vuetifyjs/vue-cli-plugins/pull/324
340+
[`vue-cli-plugin-vuetify@>=2.4.3`, {
341+
peerDependencies: {
342+
vue: `*`,
343+
},
344+
}],
339345
// https://github.com/vuetifyjs/vue-cli-plugins/pull/155
340346
[`@vuetify/cli-plugin-utils@<=0.0.4`, {
341347
dependencies: {
@@ -775,7 +781,7 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
775781
},
776782
}],
777783
// https://github.com/vuejs/eslint-config-typescript/pull/39
778-
[`@vue/eslint-config-typescript@*`, {
784+
[`@vue/eslint-config-typescript@<11.0.0`, {
779785
peerDependenciesMeta: {
780786
typescript: optionalPeerDep,
781787
},
@@ -841,4 +847,62 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
841847
tabbable: `^5.3.2`,
842848
},
843849
}],
850+
// https://github.com/bokuweb/react-rnd/pull/864
851+
[`react-rnd@<10.3.7`, {
852+
peerDependencies: {
853+
react: `>=16.3.0`,
854+
'react-dom': `>=16.3.0`,
855+
},
856+
}],
857+
// https://github.com/jdesboeufs/connect-mongo/pull/458
858+
[`connect-mongo@*`, {
859+
peerDependencies: {
860+
'express-session': `^1.17.1`,
861+
},
862+
}],
863+
// https://github.com/intlify/vue-i18n-next/commit/ed932b9e575807dc27c30573b280ad8ae48e98c9
864+
[`vue-i18n@<9`, {
865+
peerDependencies: {
866+
vue: `^2`,
867+
},
868+
}],
869+
// https://github.com/vuejs/router/commit/c2305083a8fcb42d1bb1f3f0d92f09930124b530
870+
[`vue-router@<4`, {
871+
peerDependencies: {
872+
vue: `^2`,
873+
},
874+
}],
875+
// https://github.com/unifiedjs/unified/pull/146
876+
[`unified@<10`, {
877+
dependencies: {
878+
'@types/unist': `^2.0.0`,
879+
},
880+
}],
881+
// https://github.com/ntkme/react-github-btn/pull/23
882+
[`react-github-btn@<=1.3.0`, {
883+
peerDependencies: {
884+
react: `>=16.3.0`,
885+
},
886+
}],
887+
// There are two candidates upstream, clean this up when either is merged.
888+
// - https://github.com/facebook/create-react-app/pull/11526
889+
// - https://github.com/facebook/create-react-app/pull/11716
890+
[`react-dev-utils@*`, {
891+
peerDependencies: {
892+
typescript: `>=2.7`,
893+
webpack: `>=4`,
894+
},
895+
peerDependenciesMeta: {
896+
typescript: {
897+
optional: true,
898+
},
899+
},
900+
}],
901+
// https://github.com/asyncapi/asyncapi-react/pull/614
902+
[`@asyncapi/react-component@<=1.0.0-next.39`, {
903+
peerDependencies: {
904+
react: `>=16.8.0`,
905+
'react-dom': `>=16.8.0`,
906+
},
907+
}],
844908
];

0 commit comments

Comments
 (0)