Skip to content

Commit

Permalink
Merge branch 'develop' into 9.0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmunechika committed Nov 9, 2021
2 parents bbff7cb + cf4cc76 commit 628202e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 7 additions & 0 deletions npm/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@cypress/react-v5.10.3](https://github.com/cypress-io/cypress/compare/@cypress/react-v5.10.2...@cypress/react-v5.10.3) (2021-11-01)


### Bug Fixes

* **@cypress/react:** throw if using Next.js swc-loader without nodeVersion=system ([#18686](https://github.com/cypress-io/cypress/issues/18686)) ([d274a5b](https://github.com/cypress-io/cypress/commit/d274a5b5d92323cb6a9c9d0af3e41bf40e679ac1))

# [@cypress/react-v5.10.2](https://github.com/cypress-io/cypress/compare/@cypress/react-v5.10.1...@cypress/react-v5.10.2) (2021-10-29)


Expand Down
1 change: 0 additions & 1 deletion npm/vue/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
registry=http://registry.npmjs.org/
save-exact=true
progress=false
package-lock=true
1 change: 0 additions & 1 deletion npm/webpack-preprocessor/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
registry=http://registry.npmjs.org/
save-exact=true
progress=false
package-lock=false
6 changes: 3 additions & 3 deletions scripts/unit/npm-release-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const semanticReleaseNoUpdate = (version) => {
[semantic-release] › ⚠ Run automated release from branch master on repository https://github.com/cypress-io/cypress.git in dry-run mode
[semantic-release] › ✔ Allowed to push to the Git repository
[semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry http://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry https://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Reading npm config from /cypress/npm/package/.npmrc
[semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] › ℹ Found git tag @cypress/package-v${version} associated with version ${version} on branch master
Expand Down Expand Up @@ -66,7 +66,7 @@ const semanticReleaseUpdate = (oldVersion, newVersion) => {
[semantic-release] › ⚠ Run automated release from branch master on repository https://github.com/cypress-io/cypress.git in dry-run mode
[semantic-release] › ✔ Allowed to push to the Git repository
[semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry http://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry https://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Reading npm config from /cypress/npm/package/.npmrc
[semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] › ℹ Found git tag @cypress/package-v${oldVersion} associated with version ${oldVersion} on branch master
Expand Down Expand Up @@ -150,7 +150,7 @@ const semanticReleaseNew = () => {
[semantic-release] › ⚠ Run automated release from branch master on repository https://github.com/cypress-io/cypress.git in dry-run mode
[semantic-release] › ✔ Allowed to push to the Git repository
[semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry http://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry https://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Reading npm config from /cypress/npm/package/.npmrc
[semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] › ℹ No git tag version found on branch master
Expand Down

2 comments on commit 628202e

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 628202e Nov 9, 2021

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.8.0/circle-9.0-release-628202e42bd0aa4a1e34b6bca138afa6123c5cca/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 628202e Nov 9, 2021

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.8.0/circle-9.0-release-628202e42bd0aa4a1e34b6bca138afa6123c5cca/cypress.tgz

Please sign in to comment.