Skip to content

Commit b79ae9b

Browse files
committed
Chore: Update dependencies and package version
1 parent 84b7d02 commit b79ae9b

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

packages/configuration-all/index.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
"2": "webpack-config/is-valid",
1111
"3": "webpack-config/module-esnext-typescript",
1212
"4": "webpack-config/modules-false-babel",
13-
"5": "webpack-config/no-devtool-in-prod"
13+
"5": "webpack-config/no-devtool-in-prod",
14+
"6": "axe/parsing",
15+
"7": "axe/semantics",
16+
"8": "axe/sensory-and-visual-cues",
17+
"9": "axe/structure",
18+
"10": "axe/tables",
19+
"11": "axe/text-alternatives",
20+
"12": "axe/time-and-media"
1421
},
1522
"hintsTimeout": 120000,
1623
"parsers": [

packages/configuration-all/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"@hint/configuration-progressive-web-apps": "^7.0.28",
66
"@hint/configuration-web-recommended": "^8.2.23",
77
"@hint/connector-jsdom": "^4.1.27",
8-
"@hint/connector-local": "^3.2.27",
98
"@hint/connector-puppeteer": "^2.5.24",
10-
"@hint/extension-browser": "^2.4.15",
11-
"vscode-webhint": "^2.1.12",
9+
"@hint/connector-local": "^3.2.27",
1210
"@hint/formatter-codeframe": "^3.1.35",
1311
"@hint/formatter-excel": "^3.1.35",
12+
"@hint/extension-browser": "^2.4.15",
13+
"vscode-webhint": "^2.1.12",
1414
"@hint/formatter-html": "^4.3.16",
1515
"@hint/formatter-json": "^3.1.35",
1616
"@hint/formatter-stylish": "^3.1.35",

packages/utils-worker/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.4.15 (March 21, 2024)
2+
3+
## Bug fixes / Improvements
4+
5+
* [[`6ef9b7cd0c`](https://github.com/webhintio/hint/commit/6ef9b7cd0c9129ca5a53f30ef51812622ad3d459)] - Fix: Fixing error Declaration emit for this file requires using private name 'Context' (#5752).
6+
7+
18
# 1.4.14 (March 18, 2024)
29

310
## Bug fixes / Improvements

packages/utils-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@
123123
"webpack": "webpack",
124124
"webpack-stats": "webpack --json > stats.json"
125125
},
126-
"version": "1.4.14"
126+
"version": "1.4.15"
127127
}

0 commit comments

Comments
 (0)