Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency nx-cloud to ~16.5.0 (main) - autoclosed #8

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 48 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,58 @@
}
},
{
"groupName": "Update of bootstrap disabled as it is not supported by design-factory (Can be removed when upgrading design-factory to v16)",
"matchCurrentVersion": "<=5.2.0",
"matchPackageNames": [
"zone.js",
"bootstrap"
],
"enabled": false
},
{
"groupName": "Update of zone-js disabled as it is not supported by Angular < 17 (Can be removed when v10 goes into main)",
"matchUpdateTypes": [
"major",
"minor"
],
"matchCurrentVersion": "<0.14",
"matchPackageNames": [
"zone.js"
],
"enabled": false
},
{
"groupName": "Update of @angular-devkit/architect disabled as it is not supported by Angular < 17 (Can be removed when v10 goes into main)",
"matchUpdateTypes": [
"major",
"minor"
],
"matchCurrentVersion": "<0.1700",
"matchPackageNames": [
"@angular-devkit/architect"
],
"enabled": false
},
{
"groupName": "Major update of chalk disabled as it drops support on CommonJS",
"matchUpdateTypes": [
"major"
],
"matchCurrentVersion": "<5",
"matchPackageNames": [
"chalk"
],
"enabled": false
},
{
"groupName": "Major update of globby disabled as it drops support on CommonJS",
"matchUpdateTypes": [
"major"
],
"matchCurrentVersion": "<14",
"matchPackageNames": [
"globby"
],
"enabled": false
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"ng-packagr": "~16.2.0",
"npm-run-all": "^4.1.5",
"nx": "~16.10.0",
"nx-cloud": "~16.4.0",
"nx-cloud": "~16.5.0",
"postcss": "~8.4.31",
"postcss-scss": "~4.0.9",
"react": "^17.0.2",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6062,12 +6062,12 @@ __metadata:
languageName: node
linkType: hard

"@nrwl/nx-cloud@npm:16.4.0":
version: 16.4.0
resolution: "@nrwl/nx-cloud@npm:16.4.0"
"@nrwl/nx-cloud@npm:16.5.2":
version: 16.5.2
resolution: "@nrwl/nx-cloud@npm:16.5.2"
dependencies:
nx-cloud: "npm:16.4.0"
checksum: b34c62ff08df0009c54235543a33a87cde5db2100da54e8a3020643983a0271c4f6f97f6e87cac3c9502ddee82e6fac3fda6ce94b8c7ddc07a805ea4d25093aa
nx-cloud: "npm:16.5.2"
checksum: e0fbbe68d33a95a123bc45c23aa72d02a2d81445bab61dce63b0fb4f1dfb81b2f3dd8456ab61460e10548b123c4d3250315027398d45e0f1da2145552bb01316
languageName: node
linkType: hard

Expand Down Expand Up @@ -7780,7 +7780,7 @@ __metadata:
ng-packagr: "npm:~16.2.0"
npm-run-all: "npm:^4.1.5"
nx: "npm:~16.10.0"
nx-cloud: "npm:~16.4.0"
nx-cloud: "npm:~16.5.0"
postcss: "npm:~8.4.31"
postcss-scss: "npm:~4.0.9"
react: "npm:^17.0.2"
Expand Down Expand Up @@ -25903,11 +25903,11 @@ __metadata:
languageName: node
linkType: hard

"nx-cloud@npm:16.4.0, nx-cloud@npm:~16.4.0":
version: 16.4.0
resolution: "nx-cloud@npm:16.4.0"
"nx-cloud@npm:16.5.2, nx-cloud@npm:~16.5.0":
version: 16.5.2
resolution: "nx-cloud@npm:16.5.2"
dependencies:
"@nrwl/nx-cloud": "npm:16.4.0"
"@nrwl/nx-cloud": "npm:16.5.2"
axios: "npm:1.1.3"
chalk: "npm:^4.1.0"
dotenv: "npm:~10.0.0"
Expand All @@ -25919,7 +25919,7 @@ __metadata:
yargs-parser: "npm:>=21.1.1"
bin:
nx-cloud: bin/nx-cloud.js
checksum: 98976a5a422ac370c4439046bd023df0f96be3f411d02985acdb0588717706c26b64bb5223449ba36d3b39165d0052dce78cdc56227b37a51bc8093713df17a4
checksum: 3c463a1bef131867e125d76013579703fa5b63afc91dc502c64fcda128b9b9e369e54aa2d9e296df1bc3888aca94d0be8ceda52aa915c4e252472a8ef90a0cf0
languageName: node
linkType: hard

Expand Down
Loading