Skip to content

Commit

Permalink
yarn dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
F3n67u committed Apr 23, 2022
1 parent 3c6f14b commit 228c04f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: yarn check-copyright-headers

yarn-validate:
name: Validate Yarn constraints
name: Validate Yarn dependencies and constraints
runs-on: ubuntu-latest
needs: prepare-yarn-cache
steps:
Expand All @@ -93,8 +93,9 @@ jobs:
node-version: lts/*
cache: yarn
- name: 'Check for unmet constraints (fix w/ "yarn constraints --fix")'
run: |
yarn constraints
run: yarn constraints
- name: 'Check for duplicate dependencies (fix w/ "yarn dedupe")'
run: yarn dedupe --check

test:
name: Node v${{ matrix.node-version }} on ${{ matrix.os }} (${{ matrix.shard }})
Expand Down
28 changes: 9 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5203,10 +5203,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:~12.12.0":
version: 12.12.70
resolution: "@types/node@npm:12.12.70"
checksum: 69c193e0bce8fa914d478f829bd923ee662b220e069a2e00ffbe109f27d0b38fbf2a9fe78c99eb4d4ccb294248ff8de68019a2c7fadb032d301c6feca25f3d22
"@types/node@npm:*, @types/node@npm:^17.0.5":
version: 17.0.23
resolution: "@types/node@npm:17.0.23"
checksum: a3517554737cbb042e76c30d0e5482192ac4d9bea0eeb086e2622d9cabf460a0eb52a696b99fcd18e7fcc93c96db6cc7ae507f6608f256ef0b5c1d8c87a5a470
languageName: node
linkType: hard

Expand All @@ -5217,10 +5217,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^17.0.5":
version: 17.0.23
resolution: "@types/node@npm:17.0.23"
checksum: a3517554737cbb042e76c30d0e5482192ac4d9bea0eeb086e2622d9cabf460a0eb52a696b99fcd18e7fcc93c96db6cc7ae507f6608f256ef0b5c1d8c87a5a470
"@types/node@npm:~12.12.0":
version: 12.12.70
resolution: "@types/node@npm:12.12.70"
checksum: 69c193e0bce8fa914d478f829bd923ee662b220e069a2e00ffbe109f27d0b38fbf2a9fe78c99eb4d4ccb294248ff8de68019a2c7fadb032d301c6feca25f3d22
languageName: node
linkType: hard

Expand Down Expand Up @@ -20294,7 +20294,7 @@ __metadata:
languageName: node
linkType: hard

"source-map-support@npm:^0.5.16, source-map-support@npm:~0.5.20":
"source-map-support@npm:^0.5.16, source-map-support@npm:^0.5.6, source-map-support@npm:~0.5.20":
version: 0.5.21
resolution: "source-map-support@npm:0.5.21"
dependencies:
Expand All @@ -20304,16 +20304,6 @@ __metadata:
languageName: node
linkType: hard

"source-map-support@npm:^0.5.6":
version: 0.5.13
resolution: "source-map-support@npm:0.5.13"
dependencies:
buffer-from: ^1.0.0
source-map: ^0.6.0
checksum: 933550047b6c1a2328599a21d8b7666507427c0f5ef5eaadd56b5da0fd9505e239053c66fe181bf1df469a3b7af9d775778eee283cbb7ae16b902ddc09e93a97
languageName: node
linkType: hard

"source-map-url@npm:^0.4.0":
version: 0.4.1
resolution: "source-map-url@npm:0.4.1"
Expand Down

0 comments on commit 228c04f

Please sign in to comment.