@axe-core/reporter-earl 4.8.3-d4a51f8.0 → 4.8.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 +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.8.3](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.3) (2024-01-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * allow cjs version of packages to export a default value ([#943](https://github.com/dequelabs/axe-core-npm/issues/943)) ([b5aee34](https://github.com/dequelabs/axe-core-npm/commit/b5aee3424fe4d0fbc0b2065e9c0bc56ce4032755))
12
+ * Update axe-core to v4.8.3 ([#968](https://github.com/dequelabs/axe-core-npm/issues/968)) ([be9002c](https://github.com/dequelabs/axe-core-npm/commit/be9002c518b335f56fa21e1bff99e07281be814b))
13
+ * Update axe-core to v4.8.3 ([#978](https://github.com/dequelabs/axe-core-npm/issues/978)) ([1c83740](https://github.com/dequelabs/axe-core-npm/commit/1c837404aa2a63fb6be6f04760d1faec886bc5dc))
14
+ * **webdriverjs:** fix default commonJs export ([#927](https://github.com/dequelabs/axe-core-npm/issues/927)) ([b07d38c](https://github.com/dequelabs/axe-core-npm/commit/b07d38cc2d85c6127391686482abf762758dce34))
15
+
16
+
17
+ ### Reverts
18
+
19
+ * Revert "fix: Update axe-core to v4.8.3 (#968)" (#977) ([0aff5d8](https://github.com/dequelabs/axe-core-npm/commit/0aff5d86e539cb9054bc3bd62a2f2cba8a716b3e)), closes [#968](https://github.com/dequelabs/axe-core-npm/issues/968) [#977](https://github.com/dequelabs/axe-core-npm/issues/977)
20
+ * Revert "chore: merge master into develop (#955)" (#956) ([07e7d9e](https://github.com/dequelabs/axe-core-npm/commit/07e7d9e7e166391e4fe406db5dc541f56ca44514)), closes [#955](https://github.com/dequelabs/axe-core-npm/issues/955) [#956](https://github.com/dequelabs/axe-core-npm/issues/956)
21
+
22
+
23
+
24
+
25
+
6
26
  ## [4.8.2](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.2) (2023-11-30)
7
27
 
8
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/reporter-earl",
3
- "version": "4.8.3-d4a51f8.0+d4a51f8",
3
+ "version": "4.8.3",
4
4
  "description": "A EARL+JSON-LD reporter for axe-core",
5
5
  "main": "dist/axeReporterEarl.js",
6
6
  "module": "./dist/axeReporterEarl.mjs",
@@ -46,7 +46,7 @@
46
46
  "@types/clone": "^2.1.1",
47
47
  "@types/jsonld": "github:types/jsonld",
48
48
  "@types/node": "^20.8.10",
49
- "axe-core": "~4.8.2",
49
+ "axe-core": "~4.8.3",
50
50
  "clone": "^2.1.2",
51
51
  "cross-env": "^7.0.3",
52
52
  "jest": "^29.1.2",
@@ -54,8 +54,8 @@
54
54
  "jsonld": "^8.2.1",
55
55
  "ts-jest": "^29.0.3",
56
56
  "ts-node": "^10.9.1",
57
- "tsup": "^7.2.0",
57
+ "tsup": "^8.0.1",
58
58
  "typescript": "^5.2.2"
59
59
  },
60
- "gitHead": "d4a51f8dc52995b15fd57c07f445e73005de80eb"
60
+ "gitHead": "3ceecac297d165d252e19b7d3452919d8c813194"
61
61
  }