Skip to content

Commit

Permalink
build(yarn): set nmHoistingLimits to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Feb 18, 2023
1 parent aaf4bb6 commit 0da729c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enableInlineBuilds: true

enableTransparentWorkspaces: false

nmHoistingLimits: none
nmHoistingLimits: dependencies

nodeLinker: node-modules

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"@graphql-eslint/eslint-plugin": "3.15.0",
"@types/chai": "4.3.4",
"@types/conventional-changelog": "3.1.1",
"@types/conventional-changelog-core": "4.2.1",
"@types/conventional-changelog-writer": "4.0.2",
"@types/conventional-commits-parser": "3.0.3",
"@types/conventional-recommended-bump": "6.1.0",
Expand All @@ -108,6 +109,8 @@
"add-stream": "1.0.0",
"chai": "4.3.7",
"conventional-changelog": "3.1.25",
"conventional-changelog-conventionalcommits": "5.0.0",
"conventional-changelog-core": "4.2.4",
"conventional-changelog-writer": "5.0.1",
"conventional-commits-parser": "3.2.4",
"conventional-recommended-bump": "6.1.0",
Expand Down
23 changes: 13 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,7 @@ __metadata:
"@graphql-eslint/eslint-plugin": "npm:3.15.0"
"@types/chai": "npm:4.3.4"
"@types/conventional-changelog": "npm:3.1.1"
"@types/conventional-changelog-core": "npm:4.2.1"
"@types/conventional-changelog-writer": "npm:4.0.2"
"@types/conventional-commits-parser": "npm:3.0.3"
"@types/conventional-recommended-bump": "npm:6.1.0"
Expand All @@ -1296,6 +1297,8 @@ __metadata:
add-stream: "npm:1.0.0"
chai: "npm:4.3.7"
conventional-changelog: "npm:3.1.25"
conventional-changelog-conventionalcommits: "npm:5.0.0"
conventional-changelog-core: "npm:4.2.4"
conventional-changelog-writer: "npm:5.0.1"
conventional-commits-parser: "npm:3.2.4"
conventional-recommended-bump: "npm:6.1.0"
Expand Down Expand Up @@ -1980,7 +1983,7 @@ __metadata:
languageName: node
linkType: hard

"@types/conventional-changelog-core@npm:*":
"@types/conventional-changelog-core@npm:*, @types/conventional-changelog-core@npm:4.2.1":
version: 4.2.1
resolution: "@types/conventional-changelog-core@npm:4.2.1"
dependencies:
Expand Down Expand Up @@ -3275,29 +3278,29 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^4.5.0":
version: 4.6.3
resolution: "conventional-changelog-conventionalcommits@npm:4.6.3"
"conventional-changelog-conventionalcommits@npm:5.0.0, conventional-changelog-conventionalcommits@npm:^5.0.0":
version: 5.0.0
resolution: "conventional-changelog-conventionalcommits@npm:5.0.0"
dependencies:
compare-func: "npm:^2.0.0"
lodash: "npm:^4.17.15"
q: "npm:^1.5.1"
checksum: f8acf6ce04283f46f74ff7f01f768a0f4592b2c75881c73887d48380725a55b2bbaf318b9e67b560c329bef983a1debce8eb761b6654f1e045edfb29dd764198
checksum: cd39e90a9637925b99c425197436f6cec1257f3ae82b437edeb93390d4cea90702cff31c06ab4d9dde71ea243cf64f7665eafa019bbfd7735ce2e4d30b9362bf
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^5.0.0":
version: 5.0.0
resolution: "conventional-changelog-conventionalcommits@npm:5.0.0"
"conventional-changelog-conventionalcommits@npm:^4.5.0":
version: 4.6.3
resolution: "conventional-changelog-conventionalcommits@npm:4.6.3"
dependencies:
compare-func: "npm:^2.0.0"
lodash: "npm:^4.17.15"
q: "npm:^1.5.1"
checksum: cd39e90a9637925b99c425197436f6cec1257f3ae82b437edeb93390d4cea90702cff31c06ab4d9dde71ea243cf64f7665eafa019bbfd7735ce2e4d30b9362bf
checksum: f8acf6ce04283f46f74ff7f01f768a0f4592b2c75881c73887d48380725a55b2bbaf318b9e67b560c329bef983a1debce8eb761b6654f1e045edfb29dd764198
languageName: node
linkType: hard

"conventional-changelog-core@npm:^4.2.1":
"conventional-changelog-core@npm:4.2.4, conventional-changelog-core@npm:^4.2.1":
version: 4.2.4
resolution: "conventional-changelog-core@npm:4.2.4"
dependencies:
Expand Down

0 comments on commit 0da729c

Please sign in to comment.