|
16 | 16 | description: "Adds a `yarn hello` command that says 'hello'."
|
17 | 17 |
|
18 | 18 | "@yarnpkg/plugin-constraints":
|
19 |
| - url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-constraints/bin/%40yarnpkg/plugin-constraints.js" |
| 19 | + # Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore. |
| 20 | + url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-constraints/bin/%40yarnpkg/plugin-constraints.js" |
20 | 21 | range: "<4.0.0-rc.1"
|
21 | 22 | experimental: true
|
22 | 23 | description: "[Yarn <4 only] Adds a new command to Yarn (`yarn constraints`) to enforce lint rules across workspaces."
|
23 | 24 |
|
24 | 25 | "@yarnpkg/plugin-exec":
|
25 |
| - url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-exec/bin/%40yarnpkg/plugin-exec.js" |
| 26 | + # Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore. |
| 27 | + url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-exec/bin/%40yarnpkg/plugin-exec.js" |
26 | 28 | range: "<4.0.0-rc.1"
|
27 | 29 | experimental: true
|
28 | 30 | description: "[Yarn <4 only] Adds a new protocol to Yarn (`exec:`) that dynamically generate packages instead of downloading them."
|
29 | 31 |
|
30 | 32 | "@yarnpkg/plugin-interactive-tools":
|
31 |
| - url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-interactive-tools/bin/%40yarnpkg/plugin-interactive-tools.js" |
| 33 | + # Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore. |
| 34 | + url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-interactive-tools/bin/%40yarnpkg/plugin-interactive-tools.js" |
32 | 35 | range: "<4.0.0-rc.1"
|
33 | 36 | experimental: true
|
34 | 37 | description: "[Yarn <4 only] Adds various commands providing a more high-level control on your project through terminal interfaces."
|
35 | 38 |
|
36 | 39 | "@yarnpkg/plugin-stage":
|
37 |
| - url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-stage/bin/%40yarnpkg/plugin-stage.js" |
| 40 | + # Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore. |
| 41 | + url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-stage/bin/%40yarnpkg/plugin-stage.js" |
38 | 42 | range: "<4.0.0-rc.1"
|
39 | 43 | experimental: true
|
40 | 44 | description: "[Yarn <4 only] Adds a new command to Yarn (`yarn stage`) to automatically stage & commit all Yarn-related files."
|
41 | 45 |
|
42 | 46 | "@yarnpkg/plugin-typescript":
|
43 |
| - url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-typescript/bin/%40yarnpkg/plugin-typescript.js" |
| 47 | + # Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore. |
| 48 | + url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-typescript/bin/%40yarnpkg/plugin-typescript.js" |
44 | 49 | range: "<4.0.0-rc.1"
|
45 | 50 | experimental: true
|
46 | 51 | description: "[Yarn <4 only] Adds various utilities for a seamless TypeScript experience. Consult the plugin page for more details."
|
47 | 52 |
|
48 | 53 | "@yarnpkg/plugin-version":
|
49 |
| - url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-version/bin/%40yarnpkg/plugin-version.js" |
| 54 | + # Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore. |
| 55 | + url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-version/bin/%40yarnpkg/plugin-version.js" |
50 | 56 | range: "<4.0.0-rc.1"
|
51 | 57 | experimental: true
|
52 | 58 | description: "[Yarn <4 only] Adds a new workflow to Yarn (`yarn version`) to efficiently manage releases in a monorepository."
|
53 | 59 |
|
54 | 60 | "@yarnpkg/plugin-workspace-tools":
|
55 |
| - url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-workspace-tools/bin/%40yarnpkg/plugin-workspace-tools.js" |
| 61 | + # Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore. |
| 62 | + url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-workspace-tools/bin/%40yarnpkg/plugin-workspace-tools.js" |
56 | 63 | range: "<4.0.0-rc.1"
|
57 | 64 | experimental: true
|
58 | 65 | description: "[Yarn <4 only] Adds various commands that make working with workspaces a more pleasing experience."
|
0 commit comments