Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhenkes committed Jun 1, 2022
2 parents 9caf623 + 9a36ecf commit ea3cd7f
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 1 deletion.
28 changes: 28 additions & 0 deletions npm/cypress-schematic/CHANGELOG.md
@@ -1,3 +1,31 @@
# [@cypress/schematic-v2.0.0](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.7.0...@cypress/schematic-v2.0.0) (2022-06-01)


### Bug Fixes

* remove --config-file false references and update types ([#20643](https://github.com/cypress-io/cypress/issues/20643)) ([110f8ae](https://github.com/cypress-io/cypress/commit/110f8ae02dd2b6fd695856aaa77e3b9d96c939dc))
* remove baseUrl from root-level types for supported fields ([#20589](https://github.com/cypress-io/cypress/issues/20589)) ([54f3b90](https://github.com/cypress-io/cypress/commit/54f3b90b133f5dc15b407625f60a09eb62012214))


### chore

* enable @cypress/schematic for npm publishing ([dadfd4b](https://github.com/cypress-io/cypress/commit/dadfd4b716cc206c29eafbedf5a92573345400b9))


### Features

* Add graphql to unified-desktop branch ([#17305](https://github.com/cypress-io/cypress/issues/17305)) ([1550733](https://github.com/cypress-io/cypress/commit/1550733c9d68be495628713ce74059f5909e2c2c))
* update @cypress/schematic to use proper e2e config for 10.0.0 ([#19827](https://github.com/cypress-io/cypress/issues/19827)) ([e629ae0](https://github.com/cypress-io/cypress/commit/e629ae04ce4fb325c4c0480a1df903ecbeec8a1f))
* update on-links ([#19235](https://github.com/cypress-io/cypress/issues/19235)) ([cc2d734](https://github.com/cypress-io/cypress/commit/cc2d7348185e2a090c60d92d9319ab460d8c7827))
* Use .config files ([#18578](https://github.com/cypress-io/cypress/issues/18578)) ([081dd19](https://github.com/cypress-io/cypress/commit/081dd19cc6da3da229a7af9c84f62730c85a5cd6))
* use supportFile by testingType ([#19364](https://github.com/cypress-io/cypress/issues/19364)) ([0366d4f](https://github.com/cypress-io/cypress/commit/0366d4fa8971e5e5189c6fd6450cc3c8d72dcfe1))
* validate specPattern root level ([#19980](https://github.com/cypress-io/cypress/issues/19980)) ([5d52758](https://github.com/cypress-io/cypress/commit/5d52758d82c47033803c69c7858fc786a900faaf))


### BREAKING CHANGES

* support for Cypress v10 schematics and builders

# [@cypress/schematic-v1.7.0](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.6.0...@cypress/schematic-v1.7.0) (2022-05-11)


Expand Down
1 change: 0 additions & 1 deletion npm/cypress-schematic/package.json
Expand Up @@ -2,7 +2,6 @@
"name": "@cypress/schematic",
"version": "0.0.0-development",
"description": "Official Cypress schematic for the Angular CLI",
"private": true,
"main": "./src",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
8 changes: 8 additions & 0 deletions npm/eslint-plugin-dev/CHANGELOG.md
@@ -1,3 +1,11 @@
# [@cypress/eslint-plugin-dev-v5.3.0](https://github.com/cypress-io/cypress/compare/@cypress/eslint-plugin-dev-v5.2.0...@cypress/eslint-plugin-dev-v5.3.0) (2022-06-01)


### Features

* detect component testing env ([#20002](https://github.com/cypress-io/cypress/issues/20002)) ([759449c](https://github.com/cypress-io/cypress/commit/759449c440307be5bd2bc010c3b355218d88e137))
* merging / delegating remote queries to cloud schema ([#17875](https://github.com/cypress-io/cypress/issues/17875)) ([94541d4](https://github.com/cypress-io/cypress/commit/94541d4f18591e8fa4b8702c39e92b0a7238aa5d))

# [@cypress/eslint-plugin-dev-v5.2.0](https://github.com/cypress-io/cypress/compare/@cypress/eslint-plugin-dev-v5.1.0...@cypress/eslint-plugin-dev-v5.2.0) (2021-12-16)


Expand Down
18 changes: 18 additions & 0 deletions npm/webpack-preprocessor/CHANGELOG.md
@@ -1,3 +1,21 @@
# [@cypress/webpack-preprocessor-v5.12.0](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.11.1...@cypress/webpack-preprocessor-v5.12.0) (2022-06-01)


### Bug Fixes

* windows build ([#20854](https://github.com/cypress-io/cypress/issues/20854)) ([e6cbc5a](https://github.com/cypress-io/cypress/commit/e6cbc5ae1edef0e7f0474dba6b2d8da3030489db))


### Features

* error when updating a 9.X value in 10.X in the pluginsFile ([#20521](https://github.com/cypress-io/cypress/issues/20521)) ([1de1aa5](https://github.com/cypress-io/cypress/commit/1de1aa5ccc2989d9a22e4e6ba88573a2c5c392e1))
* merging / delegating remote queries to cloud schema ([#17875](https://github.com/cypress-io/cypress/issues/17875)) ([94541d4](https://github.com/cypress-io/cypress/commit/94541d4f18591e8fa4b8702c39e92b0a7238aa5d))
* support specPattern, deprecate integrationFolder and componentFolder ([#19319](https://github.com/cypress-io/cypress/issues/19319)) ([792980a](https://github.com/cypress-io/cypress/commit/792980ac12746ef47b9c944ebe4c6c353a187ab2))
* Use .config files ([#18578](https://github.com/cypress-io/cypress/issues/18578)) ([081dd19](https://github.com/cypress-io/cypress/commit/081dd19cc6da3da229a7af9c84f62730c85a5cd6))
* Use plugins on config files ([#18798](https://github.com/cypress-io/cypress/issues/18798)) ([bb8251b](https://github.com/cypress-io/cypress/commit/bb8251b752ac44f1184f9160194cf12d41fc867f))
* use supportFile by testingType ([#19364](https://github.com/cypress-io/cypress/issues/19364)) ([0366d4f](https://github.com/cypress-io/cypress/commit/0366d4fa8971e5e5189c6fd6450cc3c8d72dcfe1))
* validate specPattern root level ([#19980](https://github.com/cypress-io/cypress/issues/19980)) ([5d52758](https://github.com/cypress-io/cypress/commit/5d52758d82c47033803c69c7858fc786a900faaf))

# [@cypress/webpack-preprocessor-v5.11.1](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.11.0...@cypress/webpack-preprocessor-v5.11.1) (2022-02-08)


Expand Down

3 comments on commit ea3cd7f

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea3cd7f Jun 2, 2022

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/10.0.1/linux-x64/develop-ea3cd7fec2220fd090e08fcb4b411b52339e4160/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea3cd7f Jun 2, 2022

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/10.0.1/darwin-x64/develop-ea3cd7fec2220fd090e08fcb4b411b52339e4160/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea3cd7f Jun 2, 2022

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 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/10.0.1/win32-x64/develop-ea3cd7fec2220fd090e08fcb4b411b52339e4160/cypress.tgz

Please sign in to comment.