Skip to content

Commit 86a618f

Browse files
committed
Chore: Update dependencies and package version
1 parent e3f4dab commit 86a618f

File tree

103 files changed

+774
-693
lines changed

Some content is hidden

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

103 files changed

+774
-693
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.17",
4-
"@hint/formatter-html": "^4.3.10",
5-
"@hint/formatter-summary": "^3.0.32",
6-
"@hint/hint-axe": "^4.4.13"
3+
"@hint/connector-puppeteer": "^2.5.18",
4+
"@hint/formatter-html": "^4.3.11",
5+
"@hint/formatter-summary": "^3.0.33",
6+
"@hint/hint-axe": "^4.4.14"
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.20"
29+
"version": "2.0.21"
3030
}
Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
11
{
22
"dependencies": {
3-
"@hint/configuration-accessibility": "^2.0.20",
4-
"@hint/configuration-progressive-web-apps": "^7.0.21",
5-
"@hint/configuration-development": "^8.3.7",
6-
"@hint/configuration-web-recommended": "^8.2.12",
7-
"@hint/connector-jsdom": "^4.1.20",
8-
"@hint/connector-local": "^3.2.20",
9-
"@hint/connector-puppeteer": "^2.5.17",
10-
"@hint/extension-browser": "^2.4.3",
11-
"vscode-webhint": "^2.0.1",
12-
"@hint/formatter-codeframe": "^3.1.29",
13-
"@hint/formatter-excel": "^3.1.29",
14-
"@hint/formatter-html": "^4.3.10",
15-
"@hint/formatter-json": "^3.1.29",
16-
"@hint/formatter-stylish": "^3.1.29",
17-
"@hint/formatter-summary": "^3.0.32",
18-
"@hint/hint-apple-touch-icons": "^4.0.15",
19-
"@hint/hint-axe": "^4.4.13",
20-
"@hint/hint-babel-config": "^2.4.20",
21-
"@hint/hint-button-type": "^3.0.15",
22-
"@hint/hint-compat-api": "^4.4.12",
23-
"@hint/hint-content-type": "^4.2.19",
24-
"@hint/hint-create-element-svg": "^1.3.19",
25-
"@hint/hint-css-prefix-order": "^1.4.19",
26-
"@hint/hint-disown-opener": "^4.0.15",
27-
"@hint/hint-doctype": "^3.3.19",
28-
"@hint/hint-highest-available-document-mode": "^5.0.15",
29-
"@hint/hint-html-checker": "^3.3.19",
30-
"@hint/hint-http-cache": "^4.0.15",
31-
"@hint/hint-http-compression": "^5.2.19",
32-
"@hint/hint-https-only": "^2.4.19",
33-
"@hint/hint-image-optimization-cloudinary": "^3.2.19",
34-
"@hint/hint-leading-dot-classlist": "^1.0.12",
35-
"@hint/hint-manifest-app-name": "^2.4.21",
36-
"@hint/hint-manifest-exists": "^2.4.21",
37-
"@hint/hint-manifest-file-extension": "^3.0.16",
38-
"@hint/hint-manifest-is-valid": "^3.4.12",
39-
"@hint/hint-meta-charset-utf-8": "^4.0.15",
40-
"@hint/hint-meta-theme-color": "^4.0.15",
41-
"@hint/hint-meta-viewport": "^5.0.15",
42-
"@hint/hint-minified-js": "^2.4.19",
43-
"@hint/hint-no-bom": "^4.2.19",
44-
"@hint/hint-no-broken-links": "^4.2.19",
45-
"@hint/hint-no-disallowed-headers": "^3.1.14",
46-
"@hint/hint-no-friendly-error-pages": "^3.3.19",
47-
"@hint/hint-no-html-only-headers": "^3.0.15",
48-
"@hint/hint-no-http-redirects": "^3.0.15",
49-
"@hint/hint-no-inline-styles": "^1.0.11",
50-
"@hint/hint-no-p3p": "^3.3.19",
51-
"@hint/hint-no-protocol-relative-urls": "^3.0.15",
52-
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.14",
53-
"@hint/hint-performance-budget": "^2.4.19",
54-
"@hint/hint-scoped-svg-styles": "^1.3.19",
55-
"@hint/hint-sri": "^4.0.15",
56-
"@hint/hint-ssllabs": "^2.4.19",
57-
"@hint/hint-strict-transport-security": "^3.0.15",
58-
"@hint/hint-stylesheet-limits": "^3.3.19",
59-
"@hint/hint-typescript-config": "^2.5.7",
60-
"@hint/hint-validate-set-cookie-header": "^3.0.15",
61-
"@hint/hint-webpack-config": "^2.4.21",
62-
"@hint/hint-x-content-type-options": "^4.0.15",
63-
"@hint/parser-babel-config": "^2.1.35",
64-
"@hint/parser-css": "^3.0.32",
65-
"@hint/parser-html": "^3.0.27",
66-
"@hint/parser-javascript": "^3.1.18",
67-
"@hint/parser-jsx": "^1.0.19",
68-
"@hint/parser-less": "^1.0.24",
69-
"@hint/parser-manifest": "^2.3.12",
70-
"@hint/parser-package-json": "^1.1.35",
71-
"@hint/parser-sass": "^1.0.24",
72-
"@hint/parser-typescript": "^1.0.19",
73-
"@hint/parser-typescript-config": "^2.4.22",
74-
"@hint/parser-webpack-config": "^2.1.34"
3+
"@hint/configuration-accessibility": "^2.0.21",
4+
"@hint/configuration-development": "^8.3.8",
5+
"@hint/configuration-progressive-web-apps": "^7.0.22",
6+
"@hint/configuration-web-recommended": "^8.2.13",
7+
"@hint/connector-jsdom": "^4.1.21",
8+
"@hint/connector-local": "^3.2.21",
9+
"@hint/connector-puppeteer": "^2.5.18",
10+
"@hint/extension-browser": "^2.4.4",
11+
"vscode-webhint": "^2.1.0",
12+
"@hint/formatter-codeframe": "^3.1.30",
13+
"@hint/formatter-excel": "^3.1.30",
14+
"@hint/formatter-html": "^4.3.11",
15+
"@hint/formatter-json": "^3.1.30",
16+
"@hint/formatter-stylish": "^3.1.30",
17+
"@hint/formatter-summary": "^3.0.33",
18+
"@hint/hint-apple-touch-icons": "^4.0.16",
19+
"@hint/hint-axe": "^4.4.14",
20+
"@hint/hint-babel-config": "^2.4.21",
21+
"@hint/hint-button-type": "^3.0.16",
22+
"@hint/hint-compat-api": "^4.5.0",
23+
"@hint/hint-content-type": "^4.2.20",
24+
"@hint/hint-create-element-svg": "^1.3.20",
25+
"@hint/hint-css-prefix-order": "^1.5.0",
26+
"@hint/hint-disown-opener": "^4.0.16",
27+
"@hint/hint-doctype": "^3.3.20",
28+
"@hint/hint-highest-available-document-mode": "^5.0.16",
29+
"@hint/hint-html-checker": "^3.3.20",
30+
"@hint/hint-http-cache": "^4.0.16",
31+
"@hint/hint-http-compression": "^5.2.20",
32+
"@hint/hint-https-only": "^2.4.20",
33+
"@hint/hint-image-optimization-cloudinary": "^3.2.20",
34+
"@hint/hint-leading-dot-classlist": "^1.0.13",
35+
"@hint/hint-manifest-app-name": "^2.4.22",
36+
"@hint/hint-manifest-exists": "^2.4.22",
37+
"@hint/hint-manifest-file-extension": "^3.0.17",
38+
"@hint/hint-manifest-is-valid": "^3.4.13",
39+
"@hint/hint-meta-charset-utf-8": "^4.0.16",
40+
"@hint/hint-meta-theme-color": "^4.0.16",
41+
"@hint/hint-meta-viewport": "^5.0.16",
42+
"@hint/hint-minified-js": "^2.4.20",
43+
"@hint/hint-no-bom": "^4.2.20",
44+
"@hint/hint-no-broken-links": "^4.2.20",
45+
"@hint/hint-no-disallowed-headers": "^3.1.15",
46+
"@hint/hint-no-friendly-error-pages": "^3.3.20",
47+
"@hint/hint-no-html-only-headers": "^3.0.16",
48+
"@hint/hint-no-http-redirects": "^3.0.16",
49+
"@hint/hint-no-inline-styles": "^1.0.12",
50+
"@hint/hint-no-p3p": "^3.3.20",
51+
"@hint/hint-no-protocol-relative-urls": "^3.1.0",
52+
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.15",
53+
"@hint/hint-performance-budget": "^2.4.20",
54+
"@hint/hint-scoped-svg-styles": "^1.3.20",
55+
"@hint/hint-sri": "^4.0.16",
56+
"@hint/hint-ssllabs": "^2.4.20",
57+
"@hint/hint-strict-transport-security": "^3.0.16",
58+
"@hint/hint-stylesheet-limits": "^3.3.20",
59+
"@hint/hint-typescript-config": "^2.5.8",
60+
"@hint/hint-validate-set-cookie-header": "^3.0.16",
61+
"@hint/hint-webpack-config": "^2.4.22",
62+
"@hint/hint-x-content-type-options": "^4.0.16",
63+
"@hint/parser-babel-config": "^2.1.36",
64+
"@hint/parser-css": "^3.0.33",
65+
"@hint/parser-html": "^3.1.0",
66+
"@hint/parser-javascript": "^3.1.19",
67+
"@hint/parser-jsx": "^1.1.0",
68+
"@hint/parser-less": "^1.0.25",
69+
"@hint/parser-manifest": "^2.3.13",
70+
"@hint/parser-package-json": "^1.1.36",
71+
"@hint/parser-sass": "^1.0.25",
72+
"@hint/parser-typescript": "^1.0.20",
73+
"@hint/parser-typescript-config": "^2.4.23",
74+
"@hint/parser-webpack-config": "^2.1.35"
7575
},
7676
"description": "webhint's configuration that includes all the published packages",
7777
"files": [
@@ -93,5 +93,5 @@
9393
"type": "git",
9494
"url": "https://github.com/webhintio/hint.git"
9595
},
96-
"version": "3.0.2"
96+
"version": "3.0.3"
9797
}
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.20",
4-
"@hint/configuration-progressive-web-apps": "^7.0.21",
5-
"@hint/connector-local": "^3.2.20",
6-
"@hint/formatter-html": "^4.3.10",
7-
"@hint/formatter-json": "^3.1.29",
8-
"@hint/formatter-summary": "^3.0.32",
9-
"@hint/hint-babel-config": "^2.4.20",
10-
"@hint/hint-button-type": "^3.0.15",
11-
"@hint/hint-compat-api": "^4.4.12",
12-
"@hint/hint-create-element-svg": "^1.3.19",
13-
"@hint/hint-css-prefix-order": "^1.4.19",
14-
"@hint/hint-disown-opener": "^4.0.15",
15-
"@hint/hint-highest-available-document-mode": "^5.0.15",
16-
"@hint/hint-leading-dot-classlist": "^1.0.12",
17-
"@hint/hint-meta-charset-utf-8": "^4.0.15",
18-
"@hint/hint-meta-viewport": "^5.0.15",
19-
"@hint/hint-no-bom": "^4.2.19",
20-
"@hint/hint-no-inline-styles": "^1.0.11",
21-
"@hint/hint-no-protocol-relative-urls": "^3.0.15",
22-
"@hint/hint-scoped-svg-styles": "^1.3.19",
23-
"@hint/hint-sri": "^4.0.15",
24-
"@hint/hint-typescript-config": "^2.5.7",
25-
"@hint/hint-webpack-config": "^2.4.21",
26-
"@hint/parser-babel-config": "^2.1.35",
27-
"@hint/parser-css": "^3.0.32",
28-
"@hint/parser-html": "^3.0.27",
29-
"@hint/parser-javascript": "^3.1.18",
30-
"@hint/parser-jsx": "^1.0.19",
31-
"@hint/parser-less": "^1.0.24",
32-
"@hint/parser-sass": "^1.0.24",
33-
"@hint/parser-typescript": "^1.0.19",
34-
"@hint/parser-typescript-config": "^2.4.22",
35-
"@hint/parser-webpack-config": "^2.1.34"
3+
"@hint/configuration-accessibility": "^2.0.21",
4+
"@hint/configuration-progressive-web-apps": "^7.0.22",
5+
"@hint/connector-local": "^3.2.21",
6+
"@hint/formatter-html": "^4.3.11",
7+
"@hint/formatter-json": "^3.1.30",
8+
"@hint/formatter-summary": "^3.0.33",
9+
"@hint/hint-babel-config": "^2.4.21",
10+
"@hint/hint-button-type": "^3.0.16",
11+
"@hint/hint-compat-api": "^4.5.0",
12+
"@hint/hint-create-element-svg": "^1.3.20",
13+
"@hint/hint-css-prefix-order": "^1.5.0",
14+
"@hint/hint-disown-opener": "^4.0.16",
15+
"@hint/hint-highest-available-document-mode": "^5.0.16",
16+
"@hint/hint-leading-dot-classlist": "^1.0.13",
17+
"@hint/hint-meta-charset-utf-8": "^4.0.16",
18+
"@hint/hint-meta-viewport": "^5.0.16",
19+
"@hint/hint-no-bom": "^4.2.20",
20+
"@hint/hint-no-inline-styles": "^1.0.12",
21+
"@hint/hint-no-protocol-relative-urls": "^3.1.0",
22+
"@hint/hint-scoped-svg-styles": "^1.3.20",
23+
"@hint/hint-sri": "^4.0.16",
24+
"@hint/hint-typescript-config": "^2.5.8",
25+
"@hint/hint-webpack-config": "^2.4.22",
26+
"@hint/parser-babel-config": "^2.1.36",
27+
"@hint/parser-css": "^3.0.33",
28+
"@hint/parser-html": "^3.1.0",
29+
"@hint/parser-javascript": "^3.1.19",
30+
"@hint/parser-jsx": "^1.1.0",
31+
"@hint/parser-less": "^1.0.25",
32+
"@hint/parser-sass": "^1.0.25",
33+
"@hint/parser-typescript": "^1.0.20",
34+
"@hint/parser-typescript-config": "^2.4.23",
35+
"@hint/parser-webpack-config": "^2.1.35"
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.7"
60+
"version": "8.3.8"
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.17",
4-
"@hint/connector-jsdom": "^4.1.20",
5-
"@hint/formatter-html": "^4.3.10",
6-
"@hint/formatter-summary": "^3.0.32",
7-
"@hint/hint-apple-touch-icons": "^4.0.15",
8-
"@hint/hint-manifest-app-name": "^2.4.21",
9-
"@hint/hint-manifest-exists": "^2.4.21",
10-
"@hint/hint-manifest-file-extension": "^3.0.16",
11-
"@hint/hint-manifest-is-valid": "^3.4.12",
12-
"@hint/parser-manifest": "^2.3.12"
3+
"@hint/connector-puppeteer": "^2.5.18",
4+
"@hint/connector-jsdom": "^4.1.21",
5+
"@hint/formatter-html": "^4.3.11",
6+
"@hint/formatter-summary": "^3.0.33",
7+
"@hint/hint-apple-touch-icons": "^4.0.16",
8+
"@hint/hint-manifest-app-name": "^2.4.22",
9+
"@hint/hint-manifest-exists": "^2.4.22",
10+
"@hint/hint-manifest-file-extension": "^3.0.17",
11+
"@hint/hint-manifest-is-valid": "^3.4.13",
12+
"@hint/parser-manifest": "^2.3.13"
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.21"
36+
"version": "7.0.22"
3737
}
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
22
"dependencies": {
3-
"@hint/configuration-accessibility": "^2.0.20",
4-
"@hint/connector-puppeteer": "^2.5.17",
5-
"@hint/connector-jsdom": "^4.1.20",
6-
"@hint/connector-local": "^3.2.20",
7-
"@hint/formatter-html": "^4.3.10",
8-
"@hint/formatter-json": "^3.1.29",
9-
"@hint/formatter-stylish": "^3.1.29",
10-
"@hint/formatter-summary": "^3.0.32",
11-
"@hint/hint-button-type": "^3.0.15",
12-
"@hint/hint-create-element-svg": "^1.3.19",
13-
"@hint/hint-compat-api": "^4.4.12",
14-
"@hint/hint-content-type": "^4.2.19",
15-
"@hint/hint-css-prefix-order": "^1.4.19",
16-
"@hint/hint-disown-opener": "^4.0.15",
17-
"@hint/hint-highest-available-document-mode": "^5.0.15",
18-
"@hint/hint-html-checker": "^3.3.19",
19-
"@hint/hint-http-cache": "^4.0.15",
20-
"@hint/hint-http-compression": "^5.2.19",
21-
"@hint/hint-leading-dot-classlist": "^1.0.12",
22-
"@hint/hint-image-optimization-cloudinary": "^3.2.19",
23-
"@hint/hint-meta-charset-utf-8": "^4.0.15",
24-
"@hint/hint-meta-viewport": "^5.0.15",
25-
"@hint/hint-no-bom": "^4.2.19",
26-
"@hint/hint-no-disallowed-headers": "^3.1.14",
27-
"@hint/hint-no-friendly-error-pages": "^3.3.19",
28-
"@hint/hint-no-html-only-headers": "^3.0.15",
29-
"@hint/hint-no-http-redirects": "^3.0.15",
30-
"@hint/hint-no-inline-styles": "^1.0.11",
31-
"@hint/hint-no-protocol-relative-urls": "^3.0.15",
32-
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.14",
33-
"@hint/hint-scoped-svg-styles": "^1.3.19",
34-
"@hint/hint-sri": "^4.0.15",
35-
"@hint/hint-ssllabs": "^2.4.19",
36-
"@hint/hint-strict-transport-security": "^3.0.15",
37-
"@hint/hint-stylesheet-limits": "^3.3.19",
38-
"@hint/hint-validate-set-cookie-header": "^3.0.15",
39-
"@hint/hint-x-content-type-options": "^4.0.15",
40-
"@hint/parser-css": "^3.0.32",
41-
"@hint/parser-html": "^3.0.27",
42-
"@hint/parser-javascript": "^3.1.18"
3+
"@hint/configuration-accessibility": "^2.0.21",
4+
"@hint/connector-puppeteer": "^2.5.18",
5+
"@hint/connector-jsdom": "^4.1.21",
6+
"@hint/connector-local": "^3.2.21",
7+
"@hint/formatter-html": "^4.3.11",
8+
"@hint/formatter-json": "^3.1.30",
9+
"@hint/formatter-stylish": "^3.1.30",
10+
"@hint/formatter-summary": "^3.0.33",
11+
"@hint/hint-button-type": "^3.0.16",
12+
"@hint/hint-create-element-svg": "^1.3.20",
13+
"@hint/hint-compat-api": "^4.5.0",
14+
"@hint/hint-content-type": "^4.2.20",
15+
"@hint/hint-css-prefix-order": "^1.5.0",
16+
"@hint/hint-disown-opener": "^4.0.16",
17+
"@hint/hint-highest-available-document-mode": "^5.0.16",
18+
"@hint/hint-html-checker": "^3.3.20",
19+
"@hint/hint-http-cache": "^4.0.16",
20+
"@hint/hint-http-compression": "^5.2.20",
21+
"@hint/hint-leading-dot-classlist": "^1.0.13",
22+
"@hint/hint-image-optimization-cloudinary": "^3.2.20",
23+
"@hint/hint-meta-charset-utf-8": "^4.0.16",
24+
"@hint/hint-meta-viewport": "^5.0.16",
25+
"@hint/hint-no-bom": "^4.2.20",
26+
"@hint/hint-no-disallowed-headers": "^3.1.15",
27+
"@hint/hint-no-friendly-error-pages": "^3.3.20",
28+
"@hint/hint-no-html-only-headers": "^3.0.16",
29+
"@hint/hint-no-http-redirects": "^3.0.16",
30+
"@hint/hint-no-inline-styles": "^1.0.12",
31+
"@hint/hint-no-protocol-relative-urls": "^3.1.0",
32+
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.15",
33+
"@hint/hint-scoped-svg-styles": "^1.3.20",
34+
"@hint/hint-sri": "^4.0.16",
35+
"@hint/hint-ssllabs": "^2.4.20",
36+
"@hint/hint-strict-transport-security": "^3.0.16",
37+
"@hint/hint-stylesheet-limits": "^3.3.20",
38+
"@hint/hint-validate-set-cookie-header": "^3.0.16",
39+
"@hint/hint-x-content-type-options": "^4.0.16",
40+
"@hint/parser-css": "^3.0.33",
41+
"@hint/parser-html": "^3.1.0",
42+
"@hint/parser-javascript": "^3.1.19"
4343
},
4444
"description": "webhint's recommended hints configuration for live websites",
4545
"files": [
@@ -67,5 +67,5 @@
6767
"type": "git",
6868
"url": "https://github.com/webhintio/hint.git"
6969
},
70-
"version": "8.2.12"
70+
"version": "8.2.13"
7171
}

0 commit comments

Comments
 (0)