From 36485c8036c339e010dafcf52dd36f559e2d35fd Mon Sep 17 00:00:00 2001 From: bluelovers Date: Tue, 10 Oct 2023 23:32:52 +0800 Subject: [PATCH] . --- .../test/__snapshots__/options.cache.spec.ts.snap | 1 + .../test/classes/__snapshots__/range.spec.ts.snap | 2 ++ .../table/test/__snapshots__/demo.spec.ts.snap | 2 +- .../test/__snapshots__/demo.spec.ts.snap | 2 ++ packages/cache-path/CHANGELOG.md | 10 ++++++++++ packages/up-require/package.json | 2 +- packages/workspaces-config/CHANGELOG.md | 10 ++++++++++ packages/yarn-cmd-module/CHANGELOG.md | 10 ++++++++++ packages/yarn-list-link/CHANGELOG.md | 10 ++++++++++ 9 files changed, 47 insertions(+), 2 deletions(-) diff --git a/packages/@lazy-node/semver-ampersand/test/__snapshots__/options.cache.spec.ts.snap b/packages/@lazy-node/semver-ampersand/test/__snapshots__/options.cache.spec.ts.snap index d1df613ac..2896daf7c 100644 --- a/packages/@lazy-node/semver-ampersand/test/__snapshots__/options.cache.spec.ts.snap +++ b/packages/@lazy-node/semver-ampersand/test/__snapshots__/options.cache.spec.ts.snap @@ -16,6 +16,7 @@ SemverRange { "loose": true, "operator": ">", "options": { + "includePrerelease": false, "loose": true, }, "semver": SemVer { diff --git a/packages/@lazy-node/semver-ampersand/test/classes/__snapshots__/range.spec.ts.snap b/packages/@lazy-node/semver-ampersand/test/classes/__snapshots__/range.spec.ts.snap index b09103e5d..62da6cb72 100644 --- a/packages/@lazy-node/semver-ampersand/test/classes/__snapshots__/range.spec.ts.snap +++ b/packages/@lazy-node/semver-ampersand/test/classes/__snapshots__/range.spec.ts.snap @@ -16,6 +16,7 @@ SemverRange { "loose": true, "operator": "", "options": { + "includePrerelease": false, "loose": true, }, "semver": SemVer { @@ -56,6 +57,7 @@ SemverRange { "operator": "", "options": { "includePrerelease": true, + "loose": false, }, "semver": SemVer { "build": [], diff --git a/packages/@yarn-tool/table/test/__snapshots__/demo.spec.ts.snap b/packages/@yarn-tool/table/test/__snapshots__/demo.spec.ts.snap index b8f0ee4aa..785276069 100644 --- a/packages/@yarn-tool/table/test/__snapshots__/demo.spec.ts.snap +++ b/packages/@yarn-tool/table/test/__snapshots__/demo.spec.ts.snap @@ -2,4 +2,4 @@ exports[`createDependencyTable 1`] = `Table []`; -exports[`createDependencyTable 2`] = `" package name  old version(s)   new version(s) "`; +exports[`createDependencyTable 2`] = `" package name old version(s) new version(s) "`; diff --git a/packages/@yarn-tool/yarnlock-dedupe/test/__snapshots__/demo.spec.ts.snap b/packages/@yarn-tool/yarnlock-dedupe/test/__snapshots__/demo.spec.ts.snap index fe77d2b8d..9386d15aa 100644 --- a/packages/@yarn-tool/yarnlock-dedupe/test/__snapshots__/demo.spec.ts.snap +++ b/packages/@yarn-tool/yarnlock-dedupe/test/__snapshots__/demo.spec.ts.snap @@ -324,6 +324,8 @@ exports[`yarnlock-dedupe v2 yarn.lock fixDuplicates 1`] = `2`; exports[`yarnlock-dedupe v2 yarn.lock listDuplicates 1`] = ` [ + "Package "library" wants >=1.0.0 and could get 2.1.0, but got 3.0.0", + "Package "library" wants >=1.1.0 and could get 2.1.0, but got 3.0.0", "Package "lodash" wants >=1.0.0 and could get 4.17.15, but got 1.3.1", ] `; diff --git a/packages/cache-path/CHANGELOG.md b/packages/cache-path/CHANGELOG.md index 4259c16f7..3a78c97e0 100644 --- a/packages/cache-path/CHANGELOG.md +++ b/packages/cache-path/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/bluelovers/ws-yarn-workspaces/compare/cache-path@3.0.14...cache-path@4.0.0) (2023-10-10) + + + +### 📌 Dependencies + +* update deps ([8db6bc0](https://github.com/bluelovers/ws-yarn-workspaces/commit/8db6bc0189457346924022f9c38f4ae8162c5a5e)) + + + ## [3.0.14](https://github.com/bluelovers/ws-yarn-workspaces/compare/cache-path@3.0.13...cache-path@3.0.14) (2022-12-09) diff --git a/packages/up-require/package.json b/packages/up-require/package.json index 3de3f1d21..9ac7377e2 100644 --- a/packages/up-require/package.json +++ b/packages/up-require/package.json @@ -33,7 +33,7 @@ }, "scripts": { "coverage": "yarn run test -- --coverage", - "test": "ynpx mocha test/*.test.js test/**/*.test.js", + "test": "ynpx mocha test/*.test.js test/**/*.test.js && echo test", "test:jest": "jest --passWithNoTests", "test:jest:coverage": "yarn run test:jest -- --coverage", "test:jest:snapshot": "yarn run test:jest -- -u", diff --git a/packages/workspaces-config/CHANGELOG.md b/packages/workspaces-config/CHANGELOG.md index ee013a6c8..88888ca38 100644 --- a/packages/workspaces-config/CHANGELOG.md +++ b/packages/workspaces-config/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/bluelovers/ws-yarn-workspaces/compare/workspaces-config@1.0.55...workspaces-config@2.0.0) (2023-10-10) + + + +### 📌 Dependencies + +* update deps ([8db6bc0](https://github.com/bluelovers/ws-yarn-workspaces/commit/8db6bc0189457346924022f9c38f4ae8162c5a5e)) + + + ## [1.0.55](https://github.com/bluelovers/ws-yarn-workspaces/compare/workspaces-config@1.0.54...workspaces-config@1.0.55) (2022-12-09) diff --git a/packages/yarn-cmd-module/CHANGELOG.md b/packages/yarn-cmd-module/CHANGELOG.md index cac97a161..65aaab6aa 100644 --- a/packages/yarn-cmd-module/CHANGELOG.md +++ b/packages/yarn-cmd-module/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/bluelovers/ws-yarn-workspaces/compare/yarn-cmd-module@1.0.23...yarn-cmd-module@2.0.0) (2023-10-10) + + + +### 📌 Dependencies + +* update deps ([8db6bc0](https://github.com/bluelovers/ws-yarn-workspaces/commit/8db6bc0189457346924022f9c38f4ae8162c5a5e)) + + + ## [1.0.23](https://github.com/bluelovers/ws-yarn-workspaces/compare/yarn-cmd-module@1.0.22...yarn-cmd-module@1.0.23) (2022-11-14) diff --git a/packages/yarn-list-link/CHANGELOG.md b/packages/yarn-list-link/CHANGELOG.md index 407ee20ed..a8634208a 100644 --- a/packages/yarn-list-link/CHANGELOG.md +++ b/packages/yarn-list-link/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/bluelovers/ws-yarn-workspaces/compare/yarn-list-link@1.0.46...yarn-list-link@2.0.0) (2023-10-10) + + + +### 📌 Dependencies + +* update deps ([8db6bc0](https://github.com/bluelovers/ws-yarn-workspaces/commit/8db6bc0189457346924022f9c38f4ae8162c5a5e)) + + + ## [1.0.46](https://github.com/bluelovers/ws-yarn-workspaces/compare/yarn-list-link@1.0.45...yarn-list-link@1.0.46) (2022-12-09)