Skip to content

Commit

Permalink
Merge pull request #267 from dependabot/kamil/fix-npm-smoke-test
Browse files Browse the repository at this point in the history
Fix NPM Smoke Tests After `get-intrinsic` Dependency Update
  • Loading branch information
kbukum1 authored Feb 25, 2025
2 parents 02e6631 + 141801f commit f13d71e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
13 changes: 6 additions & 7 deletions tests/smoke-npm-group-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ input:
- dependency-name: lodash
source: tests/smoke-npm-group-rules.yaml
version-requirement: '>4.17.21'
- dependency-name: get-intrinsic
source: tests/smoke-npm-group-rules.yaml
version-requirement: '>1.3.0'
source:
provider: github
repo: dependabot/smoke-tests
Expand Down Expand Up @@ -575,7 +572,8 @@ output:
"node_modules/get-intrinsic": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "license": "MIT",
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
"license": "MIT",
"dependencies": {
"call-bind-apply-helpers": "^1.0.2",
"es-define-property": "^1.0.1",
Expand Down Expand Up @@ -1200,11 +1198,11 @@ output:
"resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
"integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="
},
"get-intrinsic": {
"get-intrinsic": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "license": "MIT",
"dependencies": {
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
"requires": {
"call-bind-apply-helpers": "^1.0.2",
"es-define-property": "^1.0.1",
"es-errors": "^1.3.0",
Expand All @@ -1215,6 +1213,7 @@ output:
"has-symbols": "^1.1.0",
"hasown": "^2.0.2",
"math-intrinsics": "^1.1.0"
}
},
"get-proto": {
"version": "1.0.1",
Expand Down
9 changes: 4 additions & 5 deletions tests/smoke-npm-group-semver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ input:
grouped-updates-prototype: true
record-ecosystem-versions: true
ignore-conditions:
- dependency-name: get-intrinsic
source: tests/smoke-npm-group-semver.yaml
version-requirement: '>1.3.0'
- dependency-name: none
source:
provider: github
repo: dependabot/smoke-tests
Expand Down Expand Up @@ -521,10 +519,11 @@ output:
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-intrinsic": {
"node_modules/get-intrinsic": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "license": "MIT",
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
"license": "MIT",
"dependencies": {
"call-bind-apply-helpers": "^1.0.2",
"es-define-property": "^1.0.1",
Expand Down
15 changes: 7 additions & 8 deletions tests/smoke-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ input:
- dependency-name: lodash
source: tests/smoke-npm.yaml
version-requirement: '>4.17.21'
- dependency-name: get-intrinsic
source: tests/smoke-npm.yaml
version-requirement: '>1.3.0'
source:
provider: github
repo: dependabot/smoke-tests
Expand Down Expand Up @@ -1053,10 +1050,11 @@ output:
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-intrinsic": {
"node_modules/get-intrinsic": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "license": "MIT",
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
"license": "MIT",
"dependencies": {
"call-bind-apply-helpers": "^1.0.2",
"es-define-property": "^1.0.1",
Expand Down Expand Up @@ -1673,11 +1671,11 @@ output:
"resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
"integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="
},
"get-intrinsic": {
"get-intrinsic": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "license": "MIT",
"dependencies": {
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
"requires": {
"call-bind-apply-helpers": "^1.0.2",
"es-define-property": "^1.0.1",
"es-errors": "^1.3.0",
Expand All @@ -1688,6 +1686,7 @@ output:
"has-symbols": "^1.1.0",
"hasown": "^2.0.2",
"math-intrinsics": "^1.1.0"
}
},
"get-proto": {
"version": "1.0.1",
Expand Down

0 comments on commit f13d71e

Please sign in to comment.