Skip to content

Commit 3673db9

Browse files
committed
addressing ci issues
1 parent eedb750 commit 3673db9

File tree

6 files changed

+405
-422
lines changed

6 files changed

+405
-422
lines changed

.pnp.cjs

Lines changed: 401 additions & 408 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

.yarnrc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,3 @@ supportedArchitectures:
5454
telemetryUserId: yarnpkg/berry
5555

5656
yarnPath: scripts/run-yarn.js
57-
58-
catalog:
59-
tslib: "^2.4.0"

packages/plugin-catalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@yarnpkg/fslib": "workspace:^",
12-
"tslib": "catalog:"
12+
"tslib": "^2.4.0"
1313
},
1414
"peerDependencies": {
1515
"@yarnpkg/core": "workspace:^",

packages/plugin-catalog/tests/publishing.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe(`Catalog publishing behavior`, () => {
105105
...publishedDeps.peerDependencies,
106106
};
107107

108-
for (const [depName, depRange] of Object.entries(allDeps)) {
108+
for (const [, depRange] of Object.entries(allDeps)) {
109109
expect(typeof depRange).toBe(`string`);
110110
expect((depRange as string).startsWith(`catalog:`)).toBe(false);
111111
}

yarn.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6131,7 +6131,7 @@ __metadata:
61316131
"@yarnpkg/core": "workspace:^"
61326132
"@yarnpkg/fslib": "workspace:^"
61336133
"@yarnpkg/plugin-pack": "workspace:^"
6134-
tslib: "catalog:"
6134+
tslib: "npm:^2.4.0"
61356135
peerDependencies:
61366136
"@yarnpkg/core": "workspace:^"
61376137
"@yarnpkg/plugin-pack": "workspace:^"
@@ -20835,20 +20835,13 @@ pem@dexus/pem:
2083520835
languageName: node
2083620836
linkType: hard
2083720837

20838-
"tslib@npm:^2.0.3, tslib@npm:^2.6.0":
20838+
"tslib@npm:^2.0.3, tslib@npm:^2.4.0, tslib@npm:^2.6.0":
2083920839
version: 2.6.2
2084020840
resolution: "tslib@npm:2.6.2"
2084120841
checksum: 10/bd26c22d36736513980091a1e356378e8b662ded04204453d353a7f34a4c21ed0afc59b5f90719d4ba756e581a162ecbf93118dc9c6be5acf70aa309188166ca
2084220842
languageName: node
2084320843
linkType: hard
2084420844

20845-
"tslib@npm:^2.4.0":
20846-
version: 2.8.1
20847-
resolution: "tslib@npm:2.8.1"
20848-
checksum: 10/3e2e043d5c2316461cb54e5c7fe02c30ef6dccb3384717ca22ae5c6b5bc95232a6241df19c622d9c73b809bea33b187f6dbc73030963e29950c2141bc32a79f7
20849-
languageName: node
20850-
linkType: hard
20851-
2085220845
"tuf-js@npm:^3.0.1":
2085320846
version: 3.0.1
2085420847
resolution: "tuf-js@npm:3.0.1"

0 commit comments

Comments
 (0)