Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Oct 10, 2023
1 parent 73d21f8 commit 36485c8
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SemverRange {
"loose": true,
"operator": ">",
"options": {
"includePrerelease": false,
"loose": true,
},
"semver": SemVer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SemverRange {
"loose": true,
"operator": "",
"options": {
"includePrerelease": false,
"loose": true,
},
"semver": SemVer {
Expand Down Expand Up @@ -56,6 +57,7 @@ SemverRange {
"operator": "",
"options": {
"includePrerelease": true,
"loose": false,
},
"semver": SemVer {
"build": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

exports[`createDependencyTable 1`] = `Table []`;

exports[`createDependencyTable 2`] = `"[31m package name [39m[31m old version(s) [39m[31m [39m[31m new version(s) [39m"`;
exports[`createDependencyTable 2`] = `" package name old version(s) new version(s) "`;
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
`;
10 changes: 10 additions & 0 deletions packages/cache-path/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/up-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/workspaces-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
10 changes: 10 additions & 0 deletions packages/yarn-cmd-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
10 changes: 10 additions & 0 deletions packages/yarn-list-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 36485c8

Please sign in to comment.