@siteimprove/alfa-cypress 0.80.1 → 0.80.3

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/CHANGELOG.md +12 -1
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @siteimprove/alfa-cypress
2
2
 
3
+ ## 0.80.3
4
+
5
+ ### Patch Changes
6
+
7
+ - **Changed:** Update Alfa ([`41ac293cb7aeb103600ca1895042f45de35d2c52`](https://github.com/Siteimprove/alfa-integrations/commit/41ac293cb7aeb103600ca1895042f45de35d2c52))
8
+
9
+ ## 0.80.2
10
+
11
+ ### Patch Changes
12
+
13
+ - **Changed:** Update Alfa. ([#168](https://github.com/Siteimprove/alfa-integrations/pull/168))
14
+
3
15
  ## 0.80.1
4
16
 
5
17
  ### Patch Changes
@@ -89,7 +101,6 @@
89
101
  - **Added:** The page URL is now correctly filled when grabbing the page. ([#116](https://github.com/Siteimprove/alfa-integrations/pull/116))
90
102
 
91
103
  A full `Request` and `Response` are build, with sensible values:
92
-
93
104
  - The request is assumed to be a GET.
94
105
  - The response is assumed to be a 200 OK with HTMl content.
95
106
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/package",
3
3
  "name": "@siteimprove/alfa-cypress",
4
4
  "homepage": "https://alfa.siteimprove.com",
5
- "version": "0.80.1",
5
+ "version": "0.80.3",
6
6
  "license": "MIT",
7
7
  "description": "Integrations and utilities for the Cypress testing framework",
8
8
  "repository": {
@@ -25,28 +25,28 @@
25
25
  "test": "cypress run"
26
26
  },
27
27
  "dependencies": {
28
- "@siteimprove/alfa-act": "^0.104.1",
29
- "@siteimprove/alfa-assert": "^0.80.1",
30
- "@siteimprove/alfa-device": "^0.104.1",
31
- "@siteimprove/alfa-dom": "^0.104.1",
32
- "@siteimprove/alfa-formatter": "^0.80.1",
33
- "@siteimprove/alfa-formatter-earl": "^0.80.1",
34
- "@siteimprove/alfa-hash": "^0.104.1",
35
- "@siteimprove/alfa-http": "^0.104.1",
36
- "@siteimprove/alfa-mapper": "^0.104.1",
37
- "@siteimprove/alfa-url": "^0.104.1",
38
- "@siteimprove/alfa-web": "^0.104.1",
28
+ "@siteimprove/alfa-act": "^0.107.0",
29
+ "@siteimprove/alfa-assert": "^0.80.3",
30
+ "@siteimprove/alfa-device": "^0.107.0",
31
+ "@siteimprove/alfa-dom": "^0.107.0",
32
+ "@siteimprove/alfa-formatter": "^0.80.3",
33
+ "@siteimprove/alfa-formatter-earl": "^0.80.3",
34
+ "@siteimprove/alfa-hash": "^0.107.0",
35
+ "@siteimprove/alfa-http": "^0.107.0",
36
+ "@siteimprove/alfa-mapper": "^0.107.0",
37
+ "@siteimprove/alfa-url": "^0.107.0",
38
+ "@siteimprove/alfa-web": "^0.107.0",
39
39
  "cypress": "^14.0.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@siteimprove/alfa-act": "^0.104.1",
43
- "@siteimprove/alfa-device": "^0.104.1",
44
- "@siteimprove/alfa-dom": "^0.104.1",
45
- "@siteimprove/alfa-hash": "^0.104.1",
46
- "@siteimprove/alfa-http": "^0.104.1",
47
- "@siteimprove/alfa-mapper": "^0.104.1",
48
- "@siteimprove/alfa-url": "^0.104.1",
49
- "@siteimprove/alfa-web": "^0.104.1",
42
+ "@siteimprove/alfa-act": "^0.107.0",
43
+ "@siteimprove/alfa-device": "^0.107.0",
44
+ "@siteimprove/alfa-dom": "^0.107.0",
45
+ "@siteimprove/alfa-hash": "^0.107.0",
46
+ "@siteimprove/alfa-http": "^0.107.0",
47
+ "@siteimprove/alfa-mapper": "^0.107.0",
48
+ "@siteimprove/alfa-url": "^0.107.0",
49
+ "@siteimprove/alfa-web": "^0.107.0",
50
50
  "cypress": "^14.0.0"
51
51
  },
52
52
  "publishConfig": {