Skip to content

Commit 27502ae

Browse files
Justkantmerceyz
authored andcommitted
chore(compat): add extension for 'auto-relay' peerDependency on 'reflect-metadata' (#4312)
1 parent 66224bd commit 27502ae

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.yarn/versions/10e66509.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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-nm"
12+
- "@yarnpkg/plugin-npm-cli"
13+
- "@yarnpkg/plugin-pack"
14+
- "@yarnpkg/plugin-patch"
15+
- "@yarnpkg/plugin-pnp"
16+
- "@yarnpkg/plugin-pnpm"
17+
- "@yarnpkg/plugin-stage"
18+
- "@yarnpkg/plugin-typescript"
19+
- "@yarnpkg/plugin-version"
20+
- "@yarnpkg/plugin-workspace-tools"
21+
- "@yarnpkg/builder"
22+
- "@yarnpkg/core"
23+
- "@yarnpkg/doctor"

packages/plugin-compat/sources/extensions.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,4 +768,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
768768
debug: `^3.2.7`,
769769
},
770770
}],
771+
// https://github.com/wemaintain/auto-relay/pull/95
772+
[`auto-relay@*`, {
773+
peerDependencies: {
774+
'reflect-metadata': `^0.1.13`,
775+
},
776+
}],
771777
];

0 commit comments

Comments
 (0)