Skip to content

Commit 24c6349

Browse files
authored
chore(compat): update extensions list (#3082)
1 parent f8a638a commit 24c6349

File tree

2 files changed

+93
-1
lines changed

2 files changed

+93
-1
lines changed

.yarn/versions/666c24a1.yml

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

packages/plugin-compat/sources/extensions.ts

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
102102
},
103103
}],
104104
// https://github.com/xz64/license-webpack-plugin/pull/100
105-
[`license-webpack-plugin@*`, {
105+
[`license-webpack-plugin@<2.3.18`, {
106106
peerDependenciesMeta: {
107107
[`webpack`]: optionalPeerDep,
108108
},
@@ -314,4 +314,74 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
314314
react: `>=16.0.0`,
315315
},
316316
}],
317+
// https://github.com/mqttjs/MQTT.js/pull/1266
318+
[`mqtt@<4.2.7`, {
319+
dependencies: {
320+
duplexify: `^4.1.1`,
321+
},
322+
}],
323+
// https://github.com/vuetifyjs/vue-cli-plugins/pull/155
324+
[`vue-cli-plugin-vuetify@<=2.0.3`, {
325+
dependencies: {
326+
semver: `^6.3.0`,
327+
},
328+
peerDependenciesMeta: {
329+
'sass-loader': optionalPeerDep,
330+
'vuetify-loader': optionalPeerDep,
331+
},
332+
}],
333+
// https://github.com/vuetifyjs/vue-cli-plugins/pull/152
334+
[`vue-cli-plugin-vuetify@<=2.0.4`, {
335+
dependencies: {
336+
'null-loader': `^3.0.0`,
337+
},
338+
}],
339+
// https://github.com/vuetifyjs/vue-cli-plugins/pull/155
340+
[`@vuetify/cli-plugin-utils@<=0.0.4`, {
341+
dependencies: {
342+
semver: `^6.3.0`,
343+
},
344+
peerDependenciesMeta: {
345+
'sass-loader': optionalPeerDep,
346+
},
347+
}],
348+
// https://github.com/vuejs/vue-cli/pull/6060/files#diff-857cfb6f3e9a676b0de4a00c2c712297068c038a7d5820c133b8d6aa8cceb146R28
349+
[`@vue/cli-plugin-typescript@<=5.0.0-alpha.0`, {
350+
dependencies: {
351+
'babel-loader': `^8.1.0`,
352+
},
353+
}],
354+
// https://github.com/vuejs/vue-cli/pull/6456
355+
[`@vue/cli-plugin-typescript@<=5.0.0-beta.0`, {
356+
dependencies: {
357+
'@babel/core': `^7.12.16`,
358+
},
359+
peerDependencies: {
360+
'vue-template-compiler': `^2.0.0`,
361+
},
362+
peerDependenciesMeta: {
363+
'vue-template-compiler': optionalPeerDep,
364+
},
365+
}],
366+
// https://github.com/apache/cordova-ios/pull/1105
367+
[`cordova-ios@<=6.3.0`, {
368+
dependencies: {
369+
underscore: `^1.9.2`,
370+
},
371+
}],
372+
// https://github.com/apache/cordova-lib/pull/871
373+
[`cordova-lib@<=10.0.1`, {
374+
dependencies: {
375+
underscore: `^1.9.2`,
376+
},
377+
}],
378+
// https://github.com/creationix/git-node-fs/pull/8
379+
[`git-node-fs@*`, {
380+
peerDependencies: {
381+
'js-git': `^0.7.8`,
382+
},
383+
peerDependenciesMeta: {
384+
'js-git': optionalPeerDep,
385+
},
386+
}],
317387
];

0 commit comments

Comments
 (0)