Skip to content

Commit df47095

Browse files
committed
Chore: Update dependencies and package version
1 parent b640ee5 commit df47095

File tree

172 files changed

+1159
-558
lines changed

Some content is hidden

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

172 files changed

+1159
-558
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.11",
4-
"@hint/formatter-html": "^4.3.5",
5-
"@hint/formatter-summary": "^3.0.27",
6-
"@hint/hint-axe": "^4.4.7"
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"
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.14"
29+
"version": "2.0.15"
3030
}

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": [
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.14",
4-
"@hint/configuration-development": "^8.3.0",
5-
"@hint/configuration-progressive-web-apps": "^7.0.14",
6-
"@hint/configuration-web-recommended": "^8.2.5",
7-
"@hint/connector-jsdom": "^4.1.14",
8-
"@hint/connector-local": "^3.2.14",
9-
"@hint/connector-puppeteer": "^2.5.11",
10-
"@hint/extension-browser": "^2.3.6",
11-
"vscode-webhint": "^1.6.3",
12-
"@hint/formatter-codeframe": "^3.1.24",
13-
"@hint/formatter-excel": "^3.1.24",
14-
"@hint/formatter-html": "^4.3.5",
15-
"@hint/formatter-json": "^3.1.24",
16-
"@hint/formatter-stylish": "^3.1.24",
17-
"@hint/formatter-summary": "^3.0.27",
18-
"@hint/hint-amp-validator": "^2.10.14",
19-
"@hint/hint-apple-touch-icons": "^4.0.9",
20-
"@hint/hint-axe": "^4.4.7",
21-
"@hint/hint-babel-config": "^2.4.14",
22-
"@hint/hint-button-type": "^3.0.9",
23-
"@hint/hint-compat-api": "^4.4.6",
24-
"@hint/hint-content-type": "^4.2.13",
25-
"@hint/hint-create-element-svg": "^1.3.13",
26-
"@hint/hint-css-prefix-order": "^1.4.13",
27-
"@hint/hint-disown-opener": "^4.0.9",
28-
"@hint/hint-doctype": "^3.3.13",
29-
"@hint/hint-highest-available-document-mode": "^5.0.9",
30-
"@hint/hint-html-checker": "^3.3.13",
31-
"@hint/hint-http-cache": "^4.0.9",
32-
"@hint/hint-http-compression": "^5.2.13",
33-
"@hint/hint-https-only": "^2.4.13",
34-
"@hint/hint-image-optimization-cloudinary": "^3.2.13",
35-
"@hint/hint-leading-dot-classlist": "^1.0.6",
36-
"@hint/hint-manifest-app-name": "^2.4.14",
37-
"@hint/hint-manifest-exists": "^2.4.14",
38-
"@hint/hint-manifest-file-extension": "^3.0.9",
39-
"@hint/hint-manifest-is-valid": "^3.4.5",
40-
"@hint/hint-meta-charset-utf-8": "^4.0.9",
41-
"@hint/hint-meta-theme-color": "^4.0.9",
42-
"@hint/hint-meta-viewport": "^5.0.9",
43-
"@hint/hint-minified-js": "^2.4.13",
44-
"@hint/hint-no-bom": "^4.2.13",
45-
"@hint/hint-no-broken-links": "^4.2.13",
46-
"@hint/hint-no-disallowed-headers": "^3.1.8",
47-
"@hint/hint-no-friendly-error-pages": "^3.3.13",
48-
"@hint/hint-no-html-only-headers": "^3.0.9",
49-
"@hint/hint-no-http-redirects": "^3.0.9",
50-
"@hint/hint-no-inline-styles": "^1.0.5",
51-
"@hint/hint-no-p3p": "^3.3.13",
52-
"@hint/hint-no-protocol-relative-urls": "^3.0.9",
53-
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.7",
54-
"@hint/hint-performance-budget": "^2.4.13",
55-
"@hint/hint-scoped-svg-styles": "^1.3.13",
56-
"@hint/hint-sri": "^4.0.9",
57-
"@hint/hint-ssllabs": "^2.4.13",
58-
"@hint/hint-strict-transport-security": "^3.0.9",
59-
"@hint/hint-stylesheet-limits": "^3.3.13",
60-
"@hint/hint-typescript-config": "^2.5.0",
61-
"@hint/hint-validate-set-cookie-header": "^3.0.9",
62-
"@hint/hint-webpack-config": "^2.4.14",
63-
"@hint/hint-x-content-type-options": "^4.0.9",
64-
"@hint/parser-babel-config": "^2.1.29",
65-
"@hint/parser-css": "^3.0.27",
66-
"@hint/parser-html": "^3.0.22",
67-
"@hint/parser-javascript": "^3.1.13",
68-
"@hint/parser-jsx": "^1.0.14",
69-
"@hint/parser-less": "^1.0.19",
70-
"@hint/parser-manifest": "^2.3.5",
71-
"@hint/parser-package-json": "^1.1.29",
72-
"@hint/parser-sass": "^1.0.19",
73-
"@hint/parser-typescript": "^1.0.14",
74-
"@hint/parser-typescript-config": "^2.4.15",
75-
"@hint/parser-webpack-config": "^2.1.28"
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"
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.16"
97+
"version": "2.0.17"
9898
}
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.14",
4-
"@hint/configuration-progressive-web-apps": "^7.0.14",
5-
"@hint/connector-local": "^3.2.14",
6-
"@hint/formatter-html": "^4.3.5",
7-
"@hint/formatter-json": "^3.1.24",
8-
"@hint/formatter-summary": "^3.0.27",
9-
"@hint/hint-babel-config": "^2.4.14",
10-
"@hint/hint-button-type": "^3.0.9",
11-
"@hint/hint-compat-api": "^4.4.6",
12-
"@hint/hint-create-element-svg": "^1.3.13",
13-
"@hint/hint-css-prefix-order": "^1.4.13",
14-
"@hint/hint-disown-opener": "^4.0.9",
15-
"@hint/hint-highest-available-document-mode": "^5.0.9",
16-
"@hint/hint-leading-dot-classlist": "^1.0.6",
17-
"@hint/hint-meta-charset-utf-8": "^4.0.9",
18-
"@hint/hint-meta-viewport": "^5.0.9",
19-
"@hint/hint-no-bom": "^4.2.13",
20-
"@hint/hint-no-inline-styles": "^1.0.5",
21-
"@hint/hint-no-protocol-relative-urls": "^3.0.9",
22-
"@hint/hint-scoped-svg-styles": "^1.3.13",
23-
"@hint/hint-sri": "^4.0.9",
24-
"@hint/hint-typescript-config": "^2.5.0",
25-
"@hint/hint-webpack-config": "^2.4.14",
26-
"@hint/parser-babel-config": "^2.1.29",
27-
"@hint/parser-css": "^3.0.27",
28-
"@hint/parser-html": "^3.0.22",
29-
"@hint/parser-javascript": "^3.1.13",
30-
"@hint/parser-jsx": "^1.0.14",
31-
"@hint/parser-less": "^1.0.19",
32-
"@hint/parser-sass": "^1.0.19",
33-
"@hint/parser-typescript": "^1.0.14",
34-
"@hint/parser-typescript-config": "^2.4.15",
35-
"@hint/parser-webpack-config": "^2.1.28"
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"
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.0"
60+
"version": "8.3.1"
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.11",
4-
"@hint/connector-jsdom": "^4.1.14",
5-
"@hint/formatter-html": "^4.3.5",
6-
"@hint/formatter-summary": "^3.0.27",
7-
"@hint/hint-apple-touch-icons": "^4.0.9",
8-
"@hint/hint-manifest-app-name": "^2.4.14",
9-
"@hint/hint-manifest-exists": "^2.4.14",
10-
"@hint/hint-manifest-file-extension": "^3.0.9",
11-
"@hint/hint-manifest-is-valid": "^3.4.5",
12-
"@hint/parser-manifest": "^2.3.5"
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"
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.14"
36+
"version": "7.0.15"
3737
}

0 commit comments

Comments
 (0)