@davidsneighbour/htmlvalidate-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 -100
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@davidsneighbour/htmlvalidate-config",
3
3
  "description": "HTML Validate 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)",
@@ -12,6 +12,7 @@
12
12
  "html-validate": "8.7.0"
13
13
  },
14
14
  "scripts": {
15
+ "fixpack": "fixpack",
15
16
  "update": "npm-check-updates -u && npm install && git add package* && fixpack && git commit -m \"chore(deps): update dependencies\""
16
17
  },
17
18
  "main": "index.js",
@@ -19,5 +20,5 @@
19
20
  "node": ">=18.0.0",
20
21
  "npm": ">=8.0.0"
21
22
  },
22
- "gitHead": "35956b98f7b5ef5a3125c91ab3d7d925770165eb"
23
+ "gitHead": "a9a462a274ed07a24dadb33d7cdbb476038b0034"
23
24
  }
package/CHANGELOG.md DELETED
@@ -1,100 +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/htmlvalidate-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/htmlvalidate-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/htmlvalidate-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
-
33
- ### Bug Fixes
34
-
35
- * **deps:** update dependency html-validate to v8.7.0 ([#987](https://github.com/davidsneighbour/configurations/issues/987)) ([2467a25](https://github.com/davidsneighbour/configurations/commit/2467a253215f826f1fdf257daa3f3dc9cf188467))
36
-
37
-
38
-
39
-
40
-
41
- ## [5.5.5](https://github.com/davidsneighbour/configurations/compare/v5.5.4...v5.5.5) (2023-10-21)
42
-
43
-
44
- ### Bug Fixes
45
-
46
- * disable integrity attribute (waiting for upstream fix) ([b548799](https://github.com/davidsneighbour/configurations/commit/b5487996d89a508e43ea155b6a814f8a2a1bcc89))
47
-
48
-
49
-
50
-
51
-
52
- ## [5.5.4](https://github.com/davidsneighbour/configurations/compare/v5.5.3...v5.5.4) (2023-10-21)
53
-
54
-
55
- ### Bug Fixes
56
-
57
- * disable integrity attribute (waiting for upstream fix) ([e2a8ac0](https://github.com/davidsneighbour/configurations/commit/e2a8ac03a23595e6ea37a4a7b632a9d8f8c7f494))
58
-
59
-
60
-
61
-
62
-
63
- ## [5.5.3](https://github.com/davidsneighbour/configurations/compare/v5.5.2...v5.5.3) (2023-10-18)
64
-
65
-
66
- ### Bug Fixes
67
-
68
- * **deps:** update dependency html-validate to v8.6.0 ([#973](https://github.com/davidsneighbour/configurations/issues/973)) ([3c9202f](https://github.com/davidsneighbour/configurations/commit/3c9202f8a72427ecf6c7848bfb042151c1bdd614))
69
-
70
-
71
-
72
-
73
-
74
- ## [5.5.2](https://github.com/davidsneighbour/configurations/compare/v5.5.1...v5.5.2) (2023-10-08)
75
-
76
- **Note:** Version bump only for package @davidsneighbour/htmlvalidate-config
77
-
78
-
79
-
80
-
81
-
82
- ## [5.5.1](https://github.com/davidsneighbour/configurations/compare/v5.5.0...v5.5.1) (2023-10-08)
83
-
84
- **Note:** Version bump only for package @davidsneighbour/htmlvalidate-config
85
-
86
-
87
-
88
-
89
-
90
- # [5.5.0](https://github.com/davidsneighbour/configurations/compare/v5.4.0...v5.5.0) (2023-10-08)
91
-
92
- **Note:** Version bump only for package @davidsneighbour/htmlvalidate-config
93
-
94
-
95
-
96
-
97
-
98
- # [5.4.0](https://github.com/davidsneighbour/configurations/compare/v5.3.0...v5.4.0) (2023-10-08)
99
-
100
- **Note:** Version bump only for package @davidsneighbour/htmlvalidate-config