Skip to content

Commit 259226d

Browse files
committed
Chore: Update dependencies and package version
1 parent fdc7122 commit 259226d

File tree

187 files changed

+2320
-826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+2320
-826
lines changed

packages/configuration-accessibility/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"@hint/connector-puppeteer": "^2.5.12",
4-
"@hint/formatter-html": "^4.3.6",
5-
"@hint/formatter-summary": "^3.0.28",
6-
"@hint/hint-axe": "^4.4.8"
3+
"@hint/connector-puppeteer": "^2.5.13",
4+
"@hint/formatter-html": "^4.3.7",
5+
"@hint/formatter-summary": "^3.0.29",
6+
"@hint/hint-axe": "^4.4.9"
77
},
88
"description": "webhint's axe-based accessibility configuration for WCAG 2.1 Level A and Level AA requirements",
99
"files": [
@@ -26,5 +26,5 @@
2626
"type": "git",
2727
"url": "https://github.com/webhintio/hint.git"
2828
},
29-
"version": "2.0.15"
29+
"version": "2.0.16"
3030
}

packages/configuration-all/index.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@
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",
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"
13+
"5": "webpack-config/no-devtool-in-prod"
2114
},
2215
"hintsTimeout": 120000,
2316
"parsers": [
Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
{
22
"dependencies": {
3-
"@hint/configuration-accessibility": "^2.0.15",
4-
"@hint/configuration-development": "^8.3.1",
5-
"@hint/configuration-progressive-web-apps": "^7.0.15",
6-
"@hint/configuration-web-recommended": "^8.2.6",
7-
"@hint/connector-jsdom": "^4.1.15",
8-
"@hint/connector-local": "^3.2.15",
9-
"@hint/connector-puppeteer": "^2.5.12",
10-
"@hint/extension-browser": "^2.3.7",
11-
"vscode-webhint": "^1.6.4",
12-
"@hint/formatter-codeframe": "^3.1.25",
13-
"@hint/formatter-excel": "^3.1.25",
14-
"@hint/formatter-html": "^4.3.6",
15-
"@hint/formatter-json": "^3.1.25",
16-
"@hint/formatter-stylish": "^3.1.25",
17-
"@hint/formatter-summary": "^3.0.28",
18-
"@hint/hint-amp-validator": "^2.10.15",
19-
"@hint/hint-apple-touch-icons": "^4.0.10",
20-
"@hint/hint-axe": "^4.4.8",
21-
"@hint/hint-babel-config": "^2.4.15",
22-
"@hint/hint-button-type": "^3.0.10",
23-
"@hint/hint-compat-api": "^4.4.7",
24-
"@hint/hint-content-type": "^4.2.14",
25-
"@hint/hint-create-element-svg": "^1.3.14",
26-
"@hint/hint-css-prefix-order": "^1.4.14",
27-
"@hint/hint-disown-opener": "^4.0.10",
28-
"@hint/hint-doctype": "^3.3.14",
29-
"@hint/hint-highest-available-document-mode": "^5.0.10",
30-
"@hint/hint-html-checker": "^3.3.14",
31-
"@hint/hint-http-cache": "^4.0.10",
32-
"@hint/hint-http-compression": "^5.2.14",
33-
"@hint/hint-https-only": "^2.4.14",
34-
"@hint/hint-image-optimization-cloudinary": "^3.2.14",
35-
"@hint/hint-leading-dot-classlist": "^1.0.7",
36-
"@hint/hint-manifest-app-name": "^2.4.15",
37-
"@hint/hint-manifest-exists": "^2.4.15",
38-
"@hint/hint-manifest-file-extension": "^3.0.10",
39-
"@hint/hint-manifest-is-valid": "^3.4.6",
40-
"@hint/hint-meta-charset-utf-8": "^4.0.10",
41-
"@hint/hint-meta-theme-color": "^4.0.10",
42-
"@hint/hint-meta-viewport": "^5.0.10",
43-
"@hint/hint-minified-js": "^2.4.14",
44-
"@hint/hint-no-bom": "^4.2.14",
45-
"@hint/hint-no-broken-links": "^4.2.14",
46-
"@hint/hint-no-disallowed-headers": "^3.1.9",
47-
"@hint/hint-no-friendly-error-pages": "^3.3.14",
48-
"@hint/hint-no-html-only-headers": "^3.0.10",
49-
"@hint/hint-no-http-redirects": "^3.0.10",
50-
"@hint/hint-no-inline-styles": "^1.0.6",
51-
"@hint/hint-no-p3p": "^3.3.14",
52-
"@hint/hint-no-protocol-relative-urls": "^3.0.10",
53-
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.8",
54-
"@hint/hint-performance-budget": "^2.4.14",
55-
"@hint/hint-scoped-svg-styles": "^1.3.14",
56-
"@hint/hint-sri": "^4.0.10",
57-
"@hint/hint-ssllabs": "^2.4.14",
58-
"@hint/hint-strict-transport-security": "^3.0.10",
59-
"@hint/hint-stylesheet-limits": "^3.3.14",
60-
"@hint/hint-typescript-config": "^2.5.1",
61-
"@hint/hint-validate-set-cookie-header": "^3.0.10",
62-
"@hint/hint-webpack-config": "^2.4.15",
63-
"@hint/hint-x-content-type-options": "^4.0.10",
64-
"@hint/parser-babel-config": "^2.1.30",
65-
"@hint/parser-css": "^3.0.28",
66-
"@hint/parser-html": "^3.0.23",
67-
"@hint/parser-javascript": "^3.1.14",
68-
"@hint/parser-jsx": "^1.0.15",
69-
"@hint/parser-less": "^1.0.20",
70-
"@hint/parser-manifest": "^2.3.6",
71-
"@hint/parser-package-json": "^1.1.30",
72-
"@hint/parser-sass": "^1.0.20",
73-
"@hint/parser-typescript": "^1.0.15",
74-
"@hint/parser-typescript-config": "^2.4.16",
75-
"@hint/parser-webpack-config": "^2.1.29"
3+
"@hint/configuration-accessibility": "^2.0.16",
4+
"@hint/configuration-development": "^8.3.2",
5+
"@hint/configuration-progressive-web-apps": "^7.0.16",
6+
"@hint/configuration-web-recommended": "^8.2.7",
7+
"@hint/connector-jsdom": "^4.1.16",
8+
"@hint/connector-local": "^3.2.16",
9+
"@hint/connector-puppeteer": "^2.5.13",
10+
"@hint/extension-browser": "^2.3.8",
11+
"vscode-webhint": "^1.6.5",
12+
"@hint/formatter-codeframe": "^3.1.26",
13+
"@hint/formatter-excel": "^3.1.26",
14+
"@hint/formatter-html": "^4.3.7",
15+
"@hint/formatter-json": "^3.1.26",
16+
"@hint/formatter-stylish": "^3.1.26",
17+
"@hint/formatter-summary": "^3.0.29",
18+
"@hint/hint-amp-validator": "^2.10.16",
19+
"@hint/hint-apple-touch-icons": "^4.0.11",
20+
"@hint/hint-axe": "^4.4.9",
21+
"@hint/hint-babel-config": "^2.4.16",
22+
"@hint/hint-button-type": "^3.0.11",
23+
"@hint/hint-compat-api": "^4.4.8",
24+
"@hint/hint-content-type": "^4.2.15",
25+
"@hint/hint-create-element-svg": "^1.3.15",
26+
"@hint/hint-css-prefix-order": "^1.4.15",
27+
"@hint/hint-disown-opener": "^4.0.11",
28+
"@hint/hint-doctype": "^3.3.15",
29+
"@hint/hint-highest-available-document-mode": "^5.0.11",
30+
"@hint/hint-html-checker": "^3.3.15",
31+
"@hint/hint-http-cache": "^4.0.11",
32+
"@hint/hint-http-compression": "^5.2.15",
33+
"@hint/hint-https-only": "^2.4.15",
34+
"@hint/hint-image-optimization-cloudinary": "^3.2.15",
35+
"@hint/hint-leading-dot-classlist": "^1.0.8",
36+
"@hint/hint-manifest-app-name": "^2.4.16",
37+
"@hint/hint-manifest-exists": "^2.4.16",
38+
"@hint/hint-manifest-file-extension": "^3.0.11",
39+
"@hint/hint-manifest-is-valid": "^3.4.7",
40+
"@hint/hint-meta-charset-utf-8": "^4.0.11",
41+
"@hint/hint-meta-theme-color": "^4.0.11",
42+
"@hint/hint-meta-viewport": "^5.0.11",
43+
"@hint/hint-minified-js": "^2.4.15",
44+
"@hint/hint-no-bom": "^4.2.15",
45+
"@hint/hint-no-broken-links": "^4.2.15",
46+
"@hint/hint-no-disallowed-headers": "^3.1.10",
47+
"@hint/hint-no-friendly-error-pages": "^3.3.15",
48+
"@hint/hint-no-html-only-headers": "^3.0.11",
49+
"@hint/hint-no-http-redirects": "^3.0.11",
50+
"@hint/hint-no-inline-styles": "^1.0.7",
51+
"@hint/hint-no-p3p": "^3.3.15",
52+
"@hint/hint-no-protocol-relative-urls": "^3.0.11",
53+
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.9",
54+
"@hint/hint-performance-budget": "^2.4.15",
55+
"@hint/hint-scoped-svg-styles": "^1.3.15",
56+
"@hint/hint-sri": "^4.0.11",
57+
"@hint/hint-ssllabs": "^2.4.15",
58+
"@hint/hint-strict-transport-security": "^3.0.11",
59+
"@hint/hint-stylesheet-limits": "^3.3.15",
60+
"@hint/hint-typescript-config": "^2.5.2",
61+
"@hint/hint-validate-set-cookie-header": "^3.0.11",
62+
"@hint/hint-webpack-config": "^2.4.16",
63+
"@hint/hint-x-content-type-options": "^4.0.11",
64+
"@hint/parser-babel-config": "^2.1.31",
65+
"@hint/parser-css": "^3.0.29",
66+
"@hint/parser-html": "^3.0.24",
67+
"@hint/parser-javascript": "^3.1.15",
68+
"@hint/parser-jsx": "^1.0.16",
69+
"@hint/parser-less": "^1.0.21",
70+
"@hint/parser-manifest": "^2.3.7",
71+
"@hint/parser-package-json": "^1.1.31",
72+
"@hint/parser-sass": "^1.0.21",
73+
"@hint/parser-typescript": "^1.0.16",
74+
"@hint/parser-typescript-config": "^2.4.17",
75+
"@hint/parser-webpack-config": "^2.1.30"
7676
},
7777
"description": "webhint's configuration that includes all the published packages",
7878
"files": [
@@ -94,5 +94,5 @@
9494
"type": "git",
9595
"url": "https://github.com/webhintio/hint.git"
9696
},
97-
"version": "2.0.17"
97+
"version": "2.0.18"
9898
}

packages/configuration-development/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 8.3.2 (March 9, 2022)
2+
3+
## Bug fixes / Improvements
4+
5+
* [[`addc5fc30a`](https://github.com/webhintio/hint/commit/addc5fc30a24a5c8183db6b625c4a937225de569)] - Fix: Disable typescript-config/import-helpers by default (by [`Tony Ross`](https://github.com/antross) / see also: [`#4526`](https://github.com/webhintio/hint/issues/4526)).
6+
7+
18
# 8.3.0 (November 4, 2021)
29

310
## New features
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"dependencies": {
3-
"@hint/configuration-accessibility": "^2.0.15",
4-
"@hint/configuration-progressive-web-apps": "^7.0.15",
5-
"@hint/connector-local": "^3.2.15",
6-
"@hint/formatter-html": "^4.3.6",
7-
"@hint/formatter-json": "^3.1.25",
8-
"@hint/formatter-summary": "^3.0.28",
9-
"@hint/hint-babel-config": "^2.4.15",
10-
"@hint/hint-button-type": "^3.0.10",
11-
"@hint/hint-compat-api": "^4.4.7",
12-
"@hint/hint-create-element-svg": "^1.3.14",
13-
"@hint/hint-css-prefix-order": "^1.4.14",
14-
"@hint/hint-disown-opener": "^4.0.10",
15-
"@hint/hint-highest-available-document-mode": "^5.0.10",
16-
"@hint/hint-leading-dot-classlist": "^1.0.7",
17-
"@hint/hint-meta-charset-utf-8": "^4.0.10",
18-
"@hint/hint-meta-viewport": "^5.0.10",
19-
"@hint/hint-no-bom": "^4.2.14",
20-
"@hint/hint-no-inline-styles": "^1.0.6",
21-
"@hint/hint-no-protocol-relative-urls": "^3.0.10",
22-
"@hint/hint-scoped-svg-styles": "^1.3.14",
23-
"@hint/hint-sri": "^4.0.10",
24-
"@hint/hint-typescript-config": "^2.5.1",
25-
"@hint/hint-webpack-config": "^2.4.15",
26-
"@hint/parser-babel-config": "^2.1.30",
27-
"@hint/parser-css": "^3.0.28",
28-
"@hint/parser-html": "^3.0.23",
29-
"@hint/parser-javascript": "^3.1.14",
30-
"@hint/parser-jsx": "^1.0.15",
31-
"@hint/parser-less": "^1.0.20",
32-
"@hint/parser-sass": "^1.0.20",
33-
"@hint/parser-typescript": "^1.0.15",
34-
"@hint/parser-typescript-config": "^2.4.16",
35-
"@hint/parser-webpack-config": "^2.1.29"
3+
"@hint/configuration-accessibility": "^2.0.16",
4+
"@hint/configuration-progressive-web-apps": "^7.0.16",
5+
"@hint/connector-local": "^3.2.16",
6+
"@hint/formatter-html": "^4.3.7",
7+
"@hint/formatter-json": "^3.1.26",
8+
"@hint/formatter-summary": "^3.0.29",
9+
"@hint/hint-babel-config": "^2.4.16",
10+
"@hint/hint-button-type": "^3.0.11",
11+
"@hint/hint-compat-api": "^4.4.8",
12+
"@hint/hint-create-element-svg": "^1.3.15",
13+
"@hint/hint-css-prefix-order": "^1.4.15",
14+
"@hint/hint-disown-opener": "^4.0.11",
15+
"@hint/hint-highest-available-document-mode": "^5.0.11",
16+
"@hint/hint-leading-dot-classlist": "^1.0.8",
17+
"@hint/hint-meta-charset-utf-8": "^4.0.11",
18+
"@hint/hint-meta-viewport": "^5.0.11",
19+
"@hint/hint-no-bom": "^4.2.15",
20+
"@hint/hint-no-inline-styles": "^1.0.7",
21+
"@hint/hint-no-protocol-relative-urls": "^3.0.11",
22+
"@hint/hint-scoped-svg-styles": "^1.3.15",
23+
"@hint/hint-sri": "^4.0.11",
24+
"@hint/hint-typescript-config": "^2.5.2",
25+
"@hint/hint-webpack-config": "^2.4.16",
26+
"@hint/parser-babel-config": "^2.1.31",
27+
"@hint/parser-css": "^3.0.29",
28+
"@hint/parser-html": "^3.0.24",
29+
"@hint/parser-javascript": "^3.1.15",
30+
"@hint/parser-jsx": "^1.0.16",
31+
"@hint/parser-less": "^1.0.21",
32+
"@hint/parser-sass": "^1.0.21",
33+
"@hint/parser-typescript": "^1.0.16",
34+
"@hint/parser-typescript-config": "^2.4.17",
35+
"@hint/parser-webpack-config": "^2.1.30"
3636
},
3737
"description": "webhint's recommended hints configuration for development",
3838
"files": [
@@ -57,5 +57,5 @@
5757
"type": "git",
5858
"url": "https://github.com/webhintio/hint.git"
5959
},
60-
"version": "8.3.1"
60+
"version": "8.3.2"
6161
}

packages/configuration-progressive-web-apps/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"@hint/connector-puppeteer": "^2.5.12",
4-
"@hint/connector-jsdom": "^4.1.15",
5-
"@hint/formatter-html": "^4.3.6",
6-
"@hint/formatter-summary": "^3.0.28",
7-
"@hint/hint-apple-touch-icons": "^4.0.10",
8-
"@hint/hint-manifest-app-name": "^2.4.15",
9-
"@hint/hint-manifest-exists": "^2.4.15",
10-
"@hint/hint-manifest-file-extension": "^3.0.10",
11-
"@hint/hint-manifest-is-valid": "^3.4.6",
12-
"@hint/parser-manifest": "^2.3.6"
3+
"@hint/connector-puppeteer": "^2.5.13",
4+
"@hint/connector-jsdom": "^4.1.16",
5+
"@hint/formatter-html": "^4.3.7",
6+
"@hint/formatter-summary": "^3.0.29",
7+
"@hint/hint-apple-touch-icons": "^4.0.11",
8+
"@hint/hint-manifest-app-name": "^2.4.16",
9+
"@hint/hint-manifest-exists": "^2.4.16",
10+
"@hint/hint-manifest-file-extension": "^3.0.11",
11+
"@hint/hint-manifest-is-valid": "^3.4.7",
12+
"@hint/parser-manifest": "^2.3.7"
1313
},
1414
"description": "webhint's recommended hints configuration for progressive web apps (PWAs)",
1515
"files": [
@@ -33,5 +33,5 @@
3333
"type": "git",
3434
"url": "https://github.com/webhintio/hint.git"
3535
},
36-
"version": "7.0.15"
36+
"version": "7.0.16"
3737
}

0 commit comments

Comments
 (0)