Skip to content

Commit

Permalink
chore(deps): update dependency @nrwl/nx-cloud to v17 (#29802)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @nrwl/nx-cloud to v17

* empty commit

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <[email protected]>
Co-authored-by: Cacie Prins <[email protected]>
Co-authored-by: Cacie Prins <[email protected]>
  • Loading branch information
4 people authored Aug 1, 2024
1 parent b61923b commit 4353694
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@graphql-tools/delegate": "8.2.1",
"@graphql-tools/utils": "8.2.3",
"@graphql-tools/wrap": "8.1.1",
"@nrwl/nx-cloud": "16.5.2",
"@nrwl/nx-cloud": "17.0.0",
"@octokit/auth-app": "6.0.3",
"@octokit/core": "5.0.2",
"@percy/cli": "1.27.4",
Expand Down
32 changes: 22 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5410,12 +5410,12 @@
tmp "~0.2.1"
tslib "^2.3.0"

"@nrwl/nx-cloud@16.5.2":
version "16.5.2"
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-16.5.2.tgz#4874cb01edd48c54de2a4ca69e909c1168c98b2c"
integrity sha512-oHO5T1HRJsR9mbRd8eUqMBPCgqVZLSbAh3zJoPFmhEmjbM4YB9ePRpgYFT8dRNeZUOUd/8Yt7Pb6EVWOHvpD/w==
"@nrwl/nx-cloud@17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-17.0.0.tgz#f14348b0b43d18d229184ed5b0765788fa81b617"
integrity sha512-rCs/1rQwgtuoNAPAGddzjIPDbJ0Fc+jxvCBocWFW+C6I3bRVspVzqjQ62v3w94gtdMh1v0RN4g/UZHm8i6Xzeg==
dependencies:
nx-cloud "16.5.2"
nx-cloud "17.0.0"

"@nrwl/[email protected]":
version "15.9.4"
Expand Down Expand Up @@ -23615,12 +23615,12 @@ number-is-nan@^1.0.0:
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=

nx-cloud@16.5.2:
version "16.5.2"
resolved "https://registry.yarnpkg.com/nx-cloud/-/nx-cloud-16.5.2.tgz#edb7bfc65d0e0cae52947607aa0b44ea163bd4f3"
integrity sha512-1t1Ii9gojl8r/8hFGaZ/ZyYR0Cb0hzvXLCsaFuvg+EJEFdvua3P4cfNya/0bdRrm+7Eb/ITUOskbvYq4TSlyGg==
nx-cloud@17.0.0:
version "17.0.0"
resolved "https://registry.yarnpkg.com/nx-cloud/-/nx-cloud-17.0.0.tgz#ae333b524c4e4b27cdaa6794fbea1ab3fd5f339f"
integrity sha512-r3QLLwYw04K1TQDX+sdvoUozugNqTKR0vFulgCwxlI80HutukaPy/egqfRye6cX6bYN3cWkT1a+J1x0guzWSYA==
dependencies:
"@nrwl/nx-cloud" "16.5.2"
"@nrwl/nx-cloud" "17.0.0"
axios "1.1.3"
chalk "^4.1.0"
dotenv "~10.0.0"
Expand Down Expand Up @@ -29020,6 +29020,18 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
dependencies:
ansi-regex "^2.0.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991"
integrity sha1-OeipjQRNFQZgq+SmgIrPcLt7yZE=

strip-bom@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
Expand Down

5 comments on commit 4353694

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4353694 Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.13.3/linux-x64/develop-4353694ccbf3afe5a0fe11bf8c6792cc4b254855/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4353694 Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.13.3/linux-arm64/develop-4353694ccbf3afe5a0fe11bf8c6792cc4b254855/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4353694 Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.13.3/darwin-arm64/develop-4353694ccbf3afe5a0fe11bf8c6792cc4b254855/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4353694 Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.13.3/win32-x64/develop-4353694ccbf3afe5a0fe11bf8c6792cc4b254855/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4353694 Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.13.3/darwin-x64/develop-4353694ccbf3afe5a0fe11bf8c6792cc4b254855/cypress.tgz

Please sign in to comment.