Skip to content

Commit

Permalink
Merge branch 'develop' into fix-winston-padLevels
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig authored Nov 9, 2021
2 parents ab4ae0d + cf4cc76 commit ec5fa22
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

0 comments on commit ec5fa22

Please sign in to comment.