cypress 12.8.0 → 12.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,10 @@
1
+ # [@cypress/angular-v2.0.3](https://github.com/cypress-io/cypress/compare/@cypress/angular-v2.0.2...@cypress/angular-v2.0.3) (2023-03-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **angular:** mount cy-root in original location ([#25965](https://github.com/cypress-io/cypress/issues/25965)) ([e674f43](https://github.com/cypress-io/cypress/commit/e674f43040ad95d2745601aa0f36eab4703c837e))
7
+
1
8
  # [@cypress/angular-v2.0.2](https://github.com/cypress-io/cypress/compare/@cypress/angular-v2.0.1...@cypress/angular-v2.0.2) (2023-02-17)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "12.8.0",
3
+ "version": "12.9.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -118,8 +118,8 @@
118
118
  },
119
119
  "buildInfo": {
120
120
  "commitBranch": "develop",
121
- "commitSha": "34b61575dcfd582acda719dc9b0d3d56906ede68",
122
- "commitDate": "2023-03-14T14:53:19.000Z",
121
+ "commitSha": "704e3b5fb99b3db6c1540ca4e831567d8d339fef",
122
+ "commitDate": "2023-03-28T15:27:30.000Z",
123
123
  "stable": true
124
124
  },
125
125
  "description": "Cypress is a next generation front end testing tool built for the modern web",
@@ -1,3 +1,10 @@
1
+ # [@cypress/react-v7.0.3](https://github.com/cypress-io/cypress/compare/@cypress/react-v7.0.2...@cypress/react-v7.0.3) (2023-03-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **vite-dev-server:** do not use incremental esbuild option with Vite v4.2.0+ ([#26139](https://github.com/cypress-io/cypress/issues/26139)) ([3a2b2d3](https://github.com/cypress-io/cypress/commit/3a2b2d3323310c68f72f6e42203f5e93afc1cde5))
7
+
1
8
  # [@cypress/react-v7.0.2](https://github.com/cypress-io/cypress/compare/@cypress/react-v7.0.1...@cypress/react-v7.0.2) (2022-12-02)
2
9
 
3
10
 
@@ -28,7 +28,7 @@
28
28
  "react-router-dom": "6.0.0-alpha.1",
29
29
  "semver": "^7.3.2",
30
30
  "typescript": "^4.7.4",
31
- "vite": "4.0.1",
31
+ "vite": "4.1.4",
32
32
  "vite-plugin-require-transform": "1.0.3"
33
33
  },
34
34
  "peerDependencies": {
package/vue/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [@cypress/vue-v5.0.5](https://github.com/cypress-io/cypress/compare/@cypress/vue-v5.0.4...@cypress/vue-v5.0.5) (2023-03-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **vite-dev-server:** do not use incremental esbuild option with Vite v4.2.0+ ([#26139](https://github.com/cypress-io/cypress/issues/26139)) ([3a2b2d3](https://github.com/cypress-io/cypress/commit/3a2b2d3323310c68f72f6e42203f5e93afc1cde5))
7
+
1
8
  # [@cypress/vue-v5.0.4](https://github.com/cypress-io/cypress/compare/@cypress/vue-v5.0.3...@cypress/vue-v5.0.4) (2023-02-06)
2
9
 
3
10
  # [@cypress/vue-v5.0.3](https://github.com/cypress-io/cypress/compare/@cypress/vue-v5.0.2...@cypress/vue-v5.0.3) (2022-12-02)
package/vue/package.json CHANGED
@@ -27,7 +27,7 @@
27
27
  "globby": "^11.0.1",
28
28
  "tailwindcss": "1.1.4",
29
29
  "typescript": "^4.7.4",
30
- "vite": "4.0.1",
30
+ "vite": "4.1.4",
31
31
  "vue": "3.2.31",
32
32
  "vue-i18n": "9.0.0-rc.6",
33
33
  "vue-router": "^4.0.0",