Skip to content

Commit

Permalink
Merge pull request #247 from dependabot/harry/smoke-test-changes-afte…
Browse files Browse the repository at this point in the history
…r-corepack-removal

Smoke test logs updated after corepack is removed from npm update.
  • Loading branch information
thavaahariharangit authored Jan 16, 2025
2 parents 9a4e73a + 0f903e8 commit ab8bd3e
Show file tree
Hide file tree
Showing 8 changed files with 1,191 additions and 466 deletions.
13 changes: 9 additions & 4 deletions tests/smoke-npm-group-multidir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,14 @@ output:
"node_modules/@dependabot/dummy-pkg-a": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@dependabot/dummy-pkg-a/-/dummy-pkg-a-2.0.0.tgz",
"integrity": "sha512-kUkqhjyK+9PgJMiwoBrkfX7NTkZiw2s94gGnSRSP1ZFaoBqpwTuvQbZhDCa+mKPgpP5719qsW2YzuSK4RXhGAg=="
"integrity": "sha512-kUkqhjyK+9PgJMiwoBrkfX7NTkZiw2s94gGnSRSP1ZFaoBqpwTuvQbZhDCa+mKPgpP5719qsW2YzuSK4RXhGAg==",
"license": "MIT"
},
"node_modules/@dependabot/dummy-pkg-b": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@dependabot/dummy-pkg-b/-/dummy-pkg-b-1.1.0.tgz",
"integrity": "sha512-6r/5iuUs49Hln9Dl05waRoyzgkY9gwt8Yaa5SlhDmM5c2LwJ8tIG23+690FlXSUZ9c6xmOeuhHbcXGBMXsawbw==",
"license": "MIT",
"dependencies": {
"@dependabot/dummy-pkg-a": "^2.0.0"
}
Expand All @@ -234,7 +236,8 @@ output:
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz",
"integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==",
"deprecated": "use String.prototype.padStart()"
"deprecated": "use String.prototype.padStart()",
"license": "WTFPL"
}
}
}
Expand Down Expand Up @@ -264,13 +267,15 @@ output:
"node_modules/@dependabot/dummy-pkg-a": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@dependabot/dummy-pkg-a/-/dummy-pkg-a-1.1.0.tgz",
"integrity": "sha512-mjJzV5MdCP389oz3J0j3CiOZjF6h0R+36HqhG0Rl4Y0uCj0xdX+r0QboLZBugPwb7yBxrRHs6ZIe8J182r9Ssw=="
"integrity": "sha512-mjJzV5MdCP389oz3J0j3CiOZjF6h0R+36HqhG0Rl4Y0uCj0xdX+r0QboLZBugPwb7yBxrRHs6ZIe8J182r9Ssw==",
"license": "MIT"
},
"node_modules/left-pad": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz",
"integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==",
"deprecated": "use String.prototype.padStart()"
"deprecated": "use String.prototype.padStart()",
"license": "WTFPL"
}
}
}
Expand Down
15 changes: 12 additions & 3 deletions tests/smoke-npm-group-multiple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ output:
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.0.tgz",
"integrity": "sha512-SgOjldgRlU6XL1f6OUmFa+1iiy1OCWXH8i7q7g0yGCeQ4XAlvNRjDj++xxvUwDhE2pLKJLPYDJmCH98mvjKZcA==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
Expand All @@ -374,6 +375,7 @@ output:
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.0.tgz",
"integrity": "sha512-ByrDLsTBarzqRmq4GS841Ku0lvB4L2wfOCfGEIw2ZuiNbZlDA5O/qohQgJnHR5d9meVJnu9NgdbeyMzk90xZNg==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
Expand All @@ -389,6 +391,7 @@ output:
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.0.tgz",
"integrity": "sha512-Ai0CKRUDlMY6iFCeoRsC+soVFTU7eyMDmNzeakdmNvGYMdLdjH8WvgaNukesi6WX7YBIQIKTPJVral8fXBQroQ==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
Expand All @@ -408,6 +411,7 @@ output:
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-16.2.0.tgz",
"integrity": "sha512-iwUWFw+JmRxw0chcNoqhXVR8XUTE+Rszhy22iSCkK0Jo8IJqEad1d2dQoFu1QfqOVdPMZtpJDmC/ppQ/f5c5aA==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
Expand All @@ -423,6 +427,7 @@ output:
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-16.2.0.tgz",
"integrity": "sha512-Z/IFw319ZSgGbJFkR5Ba0sRIIqDxQDVH4I+vnVoOYqq2NxuHYfLJDHAB9uHln9GWj86b1SrJBZe8qiS7Sxb7yQ==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
Expand All @@ -440,6 +445,7 @@ output:
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.0.tgz",
"integrity": "sha512-6xjZFnSD0C8ylDbzKpsxCJ4pLJDRvippr9Wj9RCeDQvAzMibsqIjpbesyOccw3hO+jheJQRhM/rZeO1ubZU94w==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
Expand All @@ -461,6 +467,7 @@ output:
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.2.0.tgz",
"integrity": "sha512-kLxgR+ichWb6dNA1JUAh0JB+iSrObkomd10porGQWVxAGmHqg1eiB3bBaSAgcaLftsrmEguIH8O9AEfq+HLfrA==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
Expand All @@ -478,6 +485,7 @@ output:
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.0.tgz",
"integrity": "sha512-bFOaE7PNF0UHgVhl8BvyHiZHizTRZO7w3V29VqsdXUMMugBR4kr1/FXGzXTaz+9/eK7LokUwN9pjKKENNmhdyg==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down Expand Up @@ -506,9 +514,10 @@ output:
"integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig=="
},
"node_modules/zone.js": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.13.1.tgz",
"integrity": "sha512-+bIeDAFEBYuXRuU3qGQvzdPap+N1zjM4KkBAiiQuVVCrHrhjDuY6VkUhNa5+U27+9w0q3fbKiMCbpJ0XzMmSWA==",
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.13.3.tgz",
"integrity": "sha512-MKPbmZie6fASC/ps4dkmIhaT5eonHkEt6eAy80K42tAm0G2W+AahLJjbfi6X9NPdciOE9GRFTTM8u2IiF6O3ww==",
"license": "MIT",
"peer": true,
"dependencies": {
"tslib": "^2.3.0"
Expand Down
Loading

0 comments on commit ab8bd3e

Please sign in to comment.