@davidsneighbour/cypress-config 5.5.9 → 5.5.11

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.
Files changed (2) hide show
  1. package/package.json +3 -2
  2. package/CHANGELOG.md +0 -94
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@davidsneighbour/cypress-config",
3
3
  "description": "Cypress configuration for use in @davidsneighbour projects.",
4
- "version": "5.5.9",
4
+ "version": "5.5.11",
5
5
  "license": "MIT",
6
6
  "repository": "davidsneighbour/configurations",
7
7
  "author": "Patrick Kollitsch <patrick@davids-neighbour.com> (https://davids-neighbour.com)",
@@ -14,6 +14,7 @@
14
14
  "eslint-plugin-cypress": "2.15.1"
15
15
  },
16
16
  "scripts": {
17
+ "fixpack": "fixpack",
17
18
  "update": "npm-check-updates -u && npm install && git add package* && fixpack && git commit -m \"chore(deps): update dependencies\""
18
19
  },
19
20
  "main": "index.js",
@@ -21,5 +22,5 @@
21
22
  "node": ">=18.0.0",
22
23
  "npm": ">=8.0.0"
23
24
  },
24
- "gitHead": "35956b98f7b5ef5a3125c91ab3d7d925770165eb"
25
+ "gitHead": "a9a462a274ed07a24dadb33d7cdbb476038b0034"
25
26
  }
package/CHANGELOG.md DELETED
@@ -1,94 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [5.5.9](https://github.com/davidsneighbour/configurations/compare/v5.5.8...v5.5.9) (2023-10-30)
7
-
8
- **Note:** Version bump only for package @davidsneighbour/cypress-config
9
-
10
-
11
-
12
-
13
-
14
- ## [5.5.8](https://github.com/davidsneighbour/configurations/compare/v5.5.7...v5.5.8) (2023-10-28)
15
-
16
- **Note:** Version bump only for package @davidsneighbour/cypress-config
17
-
18
-
19
-
20
-
21
-
22
- ## [5.5.7](https://github.com/davidsneighbour/configurations/compare/v5.5.6...v5.5.7) (2023-10-28)
23
-
24
- **Note:** Version bump only for package @davidsneighbour/cypress-config
25
-
26
-
27
-
28
-
29
-
30
- ## [5.5.6](https://github.com/davidsneighbour/configurations/compare/v5.5.5...v5.5.6) (2023-10-25)
31
-
32
- **Note:** Version bump only for package @davidsneighbour/cypress-config
33
-
34
-
35
-
36
-
37
-
38
- ## [5.5.5](https://github.com/davidsneighbour/configurations/compare/v5.5.4...v5.5.5) (2023-10-21)
39
-
40
- **Note:** Version bump only for package @davidsneighbour/cypress-config
41
-
42
-
43
-
44
-
45
-
46
- ## [5.5.4](https://github.com/davidsneighbour/configurations/compare/v5.5.3...v5.5.4) (2023-10-21)
47
-
48
-
49
- ### Bug Fixes
50
-
51
- * **deps:** update dependency cypress to v13.3.2 ([#982](https://github.com/davidsneighbour/configurations/issues/982)) ([edb7b0b](https://github.com/davidsneighbour/configurations/commit/edb7b0b7cf4111adcf7962de4e0f90666be9c49c))
52
-
53
-
54
-
55
-
56
-
57
- ## [5.5.3](https://github.com/davidsneighbour/configurations/compare/v5.5.2...v5.5.3) (2023-10-18)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * **deps:** update dependency cypress to v13.3.1 ([#966](https://github.com/davidsneighbour/configurations/issues/966)) ([3de888f](https://github.com/davidsneighbour/configurations/commit/3de888f67dab8c60b486a7eca51dea6960af14c9))
63
-
64
-
65
-
66
-
67
-
68
- ## [5.5.2](https://github.com/davidsneighbour/configurations/compare/v5.5.1...v5.5.2) (2023-10-08)
69
-
70
- **Note:** Version bump only for package @davidsneighbour/cypress-config
71
-
72
-
73
-
74
-
75
-
76
- ## [5.5.1](https://github.com/davidsneighbour/configurations/compare/v5.5.0...v5.5.1) (2023-10-08)
77
-
78
- **Note:** Version bump only for package @davidsneighbour/cypress-config
79
-
80
-
81
-
82
-
83
-
84
- # [5.5.0](https://github.com/davidsneighbour/configurations/compare/v5.4.0...v5.5.0) (2023-10-08)
85
-
86
- **Note:** Version bump only for package @davidsneighbour/cypress-config
87
-
88
-
89
-
90
-
91
-
92
- # [5.4.0](https://github.com/davidsneighbour/configurations/compare/v5.3.0...v5.4.0) (2023-10-08)
93
-
94
- **Note:** Version bump only for package @davidsneighbour/cypress-config