Skip to content

Commit

Permalink
test(node): Align project-with-lockfile dependencies
Browse files Browse the repository at this point in the history
Align the dependencies of the `Yarn` and `pnpm` test projects with the
analog `Npm` one, using the respective `add` CLI command. This makes the
test results easier to compare.

Note: Doing this for `Yarn2` is not yet possible, because of
      #9436.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Nov 15, 2024
1 parent f25940b commit 6d9bb42
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 240 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ project:
- id: "NPM::promise:7.3.1"
dependencies:
- id: "NPM::asap:2.0.6"
- id: "NPM::web-animations-js:2.3.2"
- name: "devDependencies"
dependencies:
- id: "NPM::cson:4.1.0"
Expand Down Expand Up @@ -1140,6 +1141,34 @@ packages:
url: "https://github.com/TooTallNate/util-deprecate.git"
revision: "475fb6857cd23fafff20c1be846c1350abf8e6d4"
path: ""
- id: "NPM::web-animations-js:2.3.2"
purl: "pkg:npm/web-animations-js@2.3.2"
declared_licenses:
- "Apache-2.0"
declared_licenses_processed:
spdx_expression: "Apache-2.0"
description: "JavaScript implementation of the Web Animations API"
homepage_url: "https://github.com/web-animations"
binary_artifact:
url: ""
hash:
value: ""
algorithm: ""
source_artifact:
url: "https://registry.npmjs.org/web-animations-js/-/web-animations-js-2.3.2.tgz"
hash:
value: "a51963a359c543f97b47c7d4bc2d811f9fc9e153"
algorithm: "SHA-1"
vcs:
type: "Git"
url: "https://github.com/web-animations/web-animations-js.git"
revision: "64d83730282fdbce733460d44be52c132d6c04e9"
path: ""
vcs_processed:
type: "Git"
url: "https://github.com/web-animations/web-animations-js.git"
revision: "64d83730282fdbce733460d44be52c132d6c04e9"
path: ""
- id: "NPM:@types:node:18.0.6"
purl: "pkg:npm/%40types/node@18.0.6"
declared_licenses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"private": true,
"dependencies": {
"cheerio": "1.0.0-rc.1",
"long": "^3.2.0"
"long": "^3.2.0",
"web-animations-js": "github:web-animations/web-animations-js#2.3.2"
},
"devDependencies": {
"cson": "~4.1.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ project:
- id: "NPM::promise:7.3.1"
dependencies:
- id: "NPM::asap:2.0.6"
- id: "NPM::web-animations-js:2.3.2"
- name: "devDependencies"
dependencies:
- id: "NPM::cson:4.1.0"
Expand Down Expand Up @@ -1132,6 +1133,34 @@ packages:
url: "https://github.com/TooTallNate/util-deprecate.git"
revision: "475fb6857cd23fafff20c1be846c1350abf8e6d4"
path: ""
- id: "NPM::web-animations-js:2.3.2"
purl: "pkg:npm/web-animations-js@2.3.2"
declared_licenses:
- "Apache-2.0"
declared_licenses_processed:
spdx_expression: "Apache-2.0"
description: "JavaScript implementation of the Web Animations API"
homepage_url: "https://github.com/web-animations"
binary_artifact:
url: ""
hash:
value: ""
algorithm: ""
source_artifact:
url: "https://registry.npmjs.org/web-animations-js/-/web-animations-js-2.3.2.tgz"
hash:
value: "a51963a359c543f97b47c7d4bc2d811f9fc9e153"
algorithm: "SHA-1"
vcs:
type: "Git"
url: "https://github.com/web-animations/web-animations-js.git"
revision: "64d83730282fdbce733460d44be52c132d6c04e9"
path: ""
vcs_processed:
type: "Git"
url: "https://github.com/web-animations/web-animations-js.git"
revision: "64d83730282fdbce733460d44be52c132d6c04e9"
path: ""
- id: "NPM:@types:node:12.6.8"
purl: "pkg:npm/%40types/node@12.6.8"
declared_licenses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"license": "Apache-2.0",
"private": true,
"dependencies": {
"cheerio": "1.0.0-rc.1",
"long": "^3.2.0",
"cheerio": "1.0.0-rc.1"
"web-animations-js": "github:web-animations/web-animations-js#2.3.2"
},
"devDependencies": {
"cson": "~4.1.0"
Expand Down
Loading

0 comments on commit 6d9bb42

Please sign in to comment.