File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
packages/plugin-catalog/tests Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ releases :
2+ " @yarnpkg/cli " : patch
3+ " @yarnpkg/plugin-catalog " : patch
4+
5+ declined :
6+ - " @yarnpkg/plugin-compat"
7+ - " @yarnpkg/plugin-constraints"
8+ - " @yarnpkg/plugin-dlx"
9+ - " @yarnpkg/plugin-essentials"
10+ - " @yarnpkg/plugin-init"
11+ - " @yarnpkg/plugin-interactive-tools"
12+ - " @yarnpkg/plugin-nm"
13+ - " @yarnpkg/plugin-npm-cli"
14+ - " @yarnpkg/plugin-pack"
15+ - " @yarnpkg/plugin-patch"
16+ - " @yarnpkg/plugin-pnp"
17+ - " @yarnpkg/plugin-pnpm"
18+ - " @yarnpkg/plugin-stage"
19+ - " @yarnpkg/plugin-typescript"
20+ - " @yarnpkg/plugin-version"
21+ - " @yarnpkg/plugin-workspace-tools"
22+ - " @yarnpkg/builder"
23+ - " @yarnpkg/core"
24+ - " @yarnpkg/doctor"
Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ describe(`utils`, () => {
438438 expect ( result . range ) . toBe ( `npm:^18.0.0-modified` ) ;
439439 } ) ;
440440
441- it ( `should preserve patch: protocol when resolving catalog reference` , ( ) => {
441+ it ( `should preserve patch: protocol when resolving catalog reference. ` , ( ) => {
442442 const catalog = new Map ( ) ;
443443 catalog . set ( `typescript` , `patch:typescript@npm%3A^5.9.3#optional!builtin<compat/typescript>` ) ;
444444 configuration . values . set ( `catalog` , catalog ) ;
You can’t perform that action at this time.
0 commit comments