Skip to content

Commit 8205b07

Browse files
committed
chore(release): fix chalk for yarn pnp
See yarnpkg/berry#3843
1 parent 85f25c7 commit 8205b07

File tree

4 files changed

+36
-8
lines changed

4 files changed

+36
-8
lines changed

.pnp.cjs

+16-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

.yarnrc.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
enableGlobalCache: false
22

3+
packageExtensions:
4+
chalk@5.0.1:
5+
dependencies:
6+
"#ansi-styles": "npm:ansi-styles@6.1.0"
7+
"#supports-color": "npm:supports-color@9.2.2"
8+
39
plugins:
410
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
511
spec: "https://mskelton.dev/yarn-outdated/v3"

yarn.lock

+14-7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ __metadata:
55
version: 7
66
cacheKey: 9
77

8+
"#ansi-styles@npm:ansi-styles@6.1.0, ansi-styles@npm:^6.1.0":
9+
version: 6.1.0
10+
resolution: "ansi-styles@npm:6.1.0"
11+
checksum: cd798a83b2e8d55f609e2a77aed1a34a578388604634e326784cb7fe7e4153ff6bb5ae68e037521feacd6cc8ea899963d0bc17b3f3d01f378a0fb615faf41d91
12+
languageName: node
13+
linkType: hard
14+
15+
"#supports-color@npm:supports-color@9.2.2":
16+
version: 9.2.2
17+
resolution: "supports-color@npm:9.2.2"
18+
checksum: 19d162c9d98d2c040770d8aad14566dd0fcc2f6e0524d3d9cbe1fdbead10bed683d45dab8f34d9e51bc64b336b00ceb5992b6619c78fc4e5a911802538468264
19+
languageName: node
20+
linkType: hard
21+
822
"@ampproject/remapping@npm:^2.1.0":
923
version: 2.2.0
1024
resolution: "@ampproject/remapping@npm:2.2.0"
@@ -2864,13 +2878,6 @@ __metadata:
28642878
languageName: node
28652879
linkType: hard
28662880

2867-
"ansi-styles@npm:^6.1.0":
2868-
version: 6.1.0
2869-
resolution: "ansi-styles@npm:6.1.0"
2870-
checksum: cd798a83b2e8d55f609e2a77aed1a34a578388604634e326784cb7fe7e4153ff6bb5ae68e037521feacd6cc8ea899963d0bc17b3f3d01f378a0fb615faf41d91
2871-
languageName: node
2872-
linkType: hard
2873-
28742881
"anymatch@npm:~3.1.2":
28752882
version: 3.1.2
28762883
resolution: "anymatch@npm:3.1.2"

0 commit comments

Comments
 (0)