Skip to content

Commit 89eff16

Browse files
committed
Chore: Update dependencies and package version
1 parent ee526de commit 89eff16

File tree

78 files changed

+444
-423
lines changed

Some content is hidden

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

78 files changed

+444
-423
lines changed

packages/configuration-accessibility/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"@hint/connector-puppeteer": "^2.5.23",
3+
"@hint/connector-puppeteer": "^2.5.24",
44
"@hint/formatter-html": "^4.3.16",
55
"@hint/formatter-summary": "^3.0.38",
6-
"@hint/hint-axe": "^4.4.19"
6+
"@hint/hint-axe": "^4.4.20"
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.26"
29+
"version": "2.0.27"
3030
}
Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
{
22
"dependencies": {
3-
"@hint/configuration-accessibility": "^2.0.26",
4-
"@hint/configuration-development": "^8.3.17",
5-
"@hint/configuration-progressive-web-apps": "^7.0.27",
6-
"@hint/configuration-web-recommended": "^8.2.22",
7-
"@hint/connector-jsdom": "^4.1.26",
8-
"@hint/connector-local": "^3.2.26",
9-
"@hint/connector-puppeteer": "^2.5.23",
10-
"@hint/extension-browser": "^2.4.13",
11-
"vscode-webhint": "^2.1.10",
3+
"@hint/configuration-accessibility": "^2.0.27",
4+
"@hint/configuration-development": "^8.3.18",
5+
"@hint/configuration-progressive-web-apps": "^7.0.28",
6+
"@hint/configuration-web-recommended": "^8.2.23",
7+
"@hint/connector-jsdom": "^4.1.27",
8+
"@hint/connector-local": "^3.2.27",
9+
"@hint/connector-puppeteer": "^2.5.24",
10+
"@hint/extension-browser": "^2.4.14",
11+
"vscode-webhint": "^2.1.11",
1212
"@hint/formatter-codeframe": "^3.1.35",
1313
"@hint/formatter-excel": "^3.1.35",
1414
"@hint/formatter-html": "^4.3.16",
1515
"@hint/formatter-json": "^3.1.35",
1616
"@hint/formatter-stylish": "^3.1.35",
1717
"@hint/formatter-summary": "^3.0.38",
18-
"@hint/hint-apple-touch-icons": "^4.0.21",
19-
"@hint/hint-axe": "^4.4.19",
20-
"@hint/hint-babel-config": "^2.4.26",
21-
"@hint/hint-button-type": "^3.0.21",
22-
"@hint/hint-compat-api": "^4.5.6",
23-
"@hint/hint-content-type": "^4.2.25",
24-
"@hint/hint-create-element-svg": "^1.3.25",
25-
"@hint/hint-css-prefix-order": "^1.5.6",
26-
"@hint/hint-detect-css-reflows": "^1.0.5",
27-
"@hint/hint-disown-opener": "^4.0.21",
28-
"@hint/hint-doctype": "^3.3.25",
29-
"@hint/hint-highest-available-document-mode": "^5.0.21",
30-
"@hint/hint-html-checker": "^3.3.25",
31-
"@hint/hint-http-cache": "^4.0.21",
32-
"@hint/hint-http-compression": "^5.2.25",
33-
"@hint/hint-https-only": "^2.4.25",
34-
"@hint/hint-image-optimization-cloudinary": "^3.2.25",
35-
"@hint/hint-leading-dot-classlist": "^1.0.18",
36-
"@hint/hint-manifest-app-name": "^2.4.27",
37-
"@hint/hint-manifest-exists": "^2.4.27",
38-
"@hint/hint-manifest-file-extension": "^3.0.22",
39-
"@hint/hint-manifest-is-valid": "^3.4.18",
40-
"@hint/hint-meta-charset-utf-8": "^4.0.21",
41-
"@hint/hint-meta-theme-color": "^4.0.21",
42-
"@hint/hint-meta-viewport": "^5.0.21",
43-
"@hint/hint-minified-js": "^2.4.25",
44-
"@hint/hint-no-bom": "^4.2.25",
45-
"@hint/hint-no-broken-links": "^4.2.25",
46-
"@hint/hint-no-disallowed-headers": "^3.1.20",
47-
"@hint/hint-no-friendly-error-pages": "^3.3.25",
48-
"@hint/hint-no-html-only-headers": "^3.0.21",
49-
"@hint/hint-no-http-redirects": "^3.0.21",
50-
"@hint/hint-no-inline-styles": "^1.0.17",
51-
"@hint/hint-no-p3p": "^3.3.25",
52-
"@hint/hint-no-protocol-relative-urls": "^3.1.5",
53-
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.20",
54-
"@hint/hint-performance-budget": "^2.4.25",
55-
"@hint/hint-scoped-svg-styles": "^1.3.26",
56-
"@hint/hint-sri": "^4.0.21",
57-
"@hint/hint-ssllabs": "^2.4.25",
58-
"@hint/hint-strict-transport-security": "^3.0.21",
59-
"@hint/hint-stylesheet-limits": "^3.3.25",
60-
"@hint/hint-typescript-config": "^2.5.13",
61-
"@hint/hint-validate-set-cookie-header": "^3.0.21",
62-
"@hint/hint-webpack-config": "^2.4.27",
63-
"@hint/hint-x-content-type-options": "^4.0.21",
64-
"@hint/parser-babel-config": "^2.1.41",
18+
"@hint/hint-apple-touch-icons": "^4.0.22",
19+
"@hint/hint-axe": "^4.4.20",
20+
"@hint/hint-babel-config": "^2.4.27",
21+
"@hint/hint-button-type": "^3.0.22",
22+
"@hint/hint-compat-api": "^4.5.7",
23+
"@hint/hint-content-type": "^4.2.26",
24+
"@hint/hint-create-element-svg": "^1.3.26",
25+
"@hint/hint-css-prefix-order": "^1.5.7",
26+
"@hint/hint-detect-css-reflows": "^1.0.6",
27+
"@hint/hint-disown-opener": "^4.0.22",
28+
"@hint/hint-doctype": "^3.3.26",
29+
"@hint/hint-highest-available-document-mode": "^5.0.22",
30+
"@hint/hint-html-checker": "^3.3.26",
31+
"@hint/hint-http-cache": "^4.0.22",
32+
"@hint/hint-http-compression": "^5.2.26",
33+
"@hint/hint-https-only": "^2.4.26",
34+
"@hint/hint-image-optimization-cloudinary": "^3.2.26",
35+
"@hint/hint-leading-dot-classlist": "^1.0.19",
36+
"@hint/hint-manifest-app-name": "^2.4.28",
37+
"@hint/hint-manifest-exists": "^2.4.28",
38+
"@hint/hint-manifest-file-extension": "^3.0.23",
39+
"@hint/hint-manifest-is-valid": "^3.4.19",
40+
"@hint/hint-meta-charset-utf-8": "^4.0.22",
41+
"@hint/hint-meta-theme-color": "^4.0.22",
42+
"@hint/hint-meta-viewport": "^5.0.22",
43+
"@hint/hint-minified-js": "^2.4.26",
44+
"@hint/hint-no-bom": "^4.2.26",
45+
"@hint/hint-no-broken-links": "^4.2.26",
46+
"@hint/hint-no-disallowed-headers": "^3.1.21",
47+
"@hint/hint-no-friendly-error-pages": "^3.3.26",
48+
"@hint/hint-no-html-only-headers": "^3.0.22",
49+
"@hint/hint-no-http-redirects": "^3.0.22",
50+
"@hint/hint-no-inline-styles": "^1.0.18",
51+
"@hint/hint-no-p3p": "^3.3.26",
52+
"@hint/hint-no-protocol-relative-urls": "^3.1.6",
53+
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.21",
54+
"@hint/hint-performance-budget": "^2.4.26",
55+
"@hint/hint-scoped-svg-styles": "^1.3.27",
56+
"@hint/hint-sri": "^4.0.22",
57+
"@hint/hint-ssllabs": "^2.4.26",
58+
"@hint/hint-strict-transport-security": "^3.0.22",
59+
"@hint/hint-stylesheet-limits": "^3.3.26",
60+
"@hint/hint-typescript-config": "^2.5.14",
61+
"@hint/hint-validate-set-cookie-header": "^3.0.22",
62+
"@hint/hint-webpack-config": "^2.4.28",
63+
"@hint/hint-x-content-type-options": "^4.0.22",
64+
"@hint/parser-babel-config": "^2.1.42",
6565
"@hint/parser-css": "^3.0.39",
6666
"@hint/parser-html": "^3.1.4",
6767
"@hint/parser-javascript": "^3.1.24",
6868
"@hint/parser-jsx": "^1.1.5",
6969
"@hint/parser-less": "^1.0.31",
70-
"@hint/parser-manifest": "^2.3.18",
71-
"@hint/parser-package-json": "^1.1.41",
70+
"@hint/parser-manifest": "^2.3.19",
71+
"@hint/parser-package-json": "^1.1.42",
7272
"@hint/parser-sass": "^1.0.31",
7373
"@hint/parser-typescript": "^1.0.25",
74-
"@hint/parser-typescript-config": "^2.4.28",
75-
"@hint/parser-webpack-config": "^2.1.40"
74+
"@hint/parser-typescript-config": "^2.4.29",
75+
"@hint/parser-webpack-config": "^2.1.41"
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": "3.0.13"
97+
"version": "3.0.14"
9898
}
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
22
"dependencies": {
3-
"@hint/configuration-accessibility": "^2.0.26",
4-
"@hint/configuration-progressive-web-apps": "^7.0.27",
5-
"@hint/connector-local": "^3.2.26",
6-
"@hint/hint-detect-css-reflows": "^1.0.5",
3+
"@hint/configuration-accessibility": "^2.0.27",
4+
"@hint/configuration-progressive-web-apps": "^7.0.28",
5+
"@hint/connector-local": "^3.2.27",
6+
"@hint/hint-detect-css-reflows": "^1.0.6",
77
"@hint/formatter-html": "^4.3.16",
88
"@hint/formatter-json": "^3.1.35",
99
"@hint/formatter-summary": "^3.0.38",
10-
"@hint/hint-babel-config": "^2.4.26",
11-
"@hint/hint-button-type": "^3.0.21",
12-
"@hint/hint-compat-api": "^4.5.6",
13-
"@hint/hint-create-element-svg": "^1.3.25",
14-
"@hint/hint-css-prefix-order": "^1.5.6",
15-
"@hint/hint-disown-opener": "^4.0.21",
16-
"@hint/hint-highest-available-document-mode": "^5.0.21",
17-
"@hint/hint-leading-dot-classlist": "^1.0.18",
18-
"@hint/hint-meta-charset-utf-8": "^4.0.21",
19-
"@hint/hint-meta-viewport": "^5.0.21",
20-
"@hint/hint-no-bom": "^4.2.25",
21-
"@hint/hint-no-inline-styles": "^1.0.17",
22-
"@hint/hint-no-protocol-relative-urls": "^3.1.5",
23-
"@hint/hint-scoped-svg-styles": "^1.3.26",
24-
"@hint/hint-sri": "^4.0.21",
25-
"@hint/hint-typescript-config": "^2.5.13",
26-
"@hint/hint-webpack-config": "^2.4.27",
27-
"@hint/parser-babel-config": "^2.1.41",
10+
"@hint/hint-babel-config": "^2.4.27",
11+
"@hint/hint-button-type": "^3.0.22",
12+
"@hint/hint-compat-api": "^4.5.7",
13+
"@hint/hint-create-element-svg": "^1.3.26",
14+
"@hint/hint-css-prefix-order": "^1.5.7",
15+
"@hint/hint-disown-opener": "^4.0.22",
16+
"@hint/hint-highest-available-document-mode": "^5.0.22",
17+
"@hint/hint-leading-dot-classlist": "^1.0.19",
18+
"@hint/hint-meta-charset-utf-8": "^4.0.22",
19+
"@hint/hint-meta-viewport": "^5.0.22",
20+
"@hint/hint-no-bom": "^4.2.26",
21+
"@hint/hint-no-inline-styles": "^1.0.18",
22+
"@hint/hint-no-protocol-relative-urls": "^3.1.6",
23+
"@hint/hint-scoped-svg-styles": "^1.3.27",
24+
"@hint/hint-sri": "^4.0.22",
25+
"@hint/hint-typescript-config": "^2.5.14",
26+
"@hint/hint-webpack-config": "^2.4.28",
27+
"@hint/parser-babel-config": "^2.1.42",
2828
"@hint/parser-css": "^3.0.39",
2929
"@hint/parser-html": "^3.1.4",
3030
"@hint/parser-javascript": "^3.1.24",
3131
"@hint/parser-jsx": "^1.1.5",
3232
"@hint/parser-less": "^1.0.31",
3333
"@hint/parser-sass": "^1.0.31",
3434
"@hint/parser-typescript": "^1.0.25",
35-
"@hint/parser-typescript-config": "^2.4.28",
36-
"@hint/parser-webpack-config": "^2.1.40"
35+
"@hint/parser-typescript-config": "^2.4.29",
36+
"@hint/parser-webpack-config": "^2.1.41"
3737
},
3838
"description": "webhint's recommended hints configuration for development",
3939
"files": [
@@ -58,5 +58,5 @@
5858
"type": "git",
5959
"url": "https://github.com/webhintio/hint.git"
6060
},
61-
"version": "8.3.17"
61+
"version": "8.3.18"
6262
}

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"@hint/connector-puppeteer": "^2.5.23",
4-
"@hint/connector-jsdom": "^4.1.26",
3+
"@hint/connector-puppeteer": "^2.5.24",
4+
"@hint/connector-jsdom": "^4.1.27",
55
"@hint/formatter-html": "^4.3.16",
66
"@hint/formatter-summary": "^3.0.38",
7-
"@hint/hint-apple-touch-icons": "^4.0.21",
8-
"@hint/hint-manifest-app-name": "^2.4.27",
9-
"@hint/hint-manifest-exists": "^2.4.27",
10-
"@hint/hint-manifest-file-extension": "^3.0.22",
11-
"@hint/hint-manifest-is-valid": "^3.4.18",
12-
"@hint/parser-manifest": "^2.3.18"
7+
"@hint/hint-apple-touch-icons": "^4.0.22",
8+
"@hint/hint-manifest-app-name": "^2.4.28",
9+
"@hint/hint-manifest-exists": "^2.4.28",
10+
"@hint/hint-manifest-file-extension": "^3.0.23",
11+
"@hint/hint-manifest-is-valid": "^3.4.19",
12+
"@hint/parser-manifest": "^2.3.19"
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.27"
36+
"version": "7.0.28"
3737
}
Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
22
"dependencies": {
3-
"@hint/configuration-accessibility": "^2.0.26",
4-
"@hint/connector-puppeteer": "^2.5.23",
5-
"@hint/connector-jsdom": "^4.1.26",
6-
"@hint/connector-local": "^3.2.26",
7-
"@hint/hint-detect-css-reflows": "^1.0.5",
3+
"@hint/configuration-accessibility": "^2.0.27",
4+
"@hint/connector-puppeteer": "^2.5.24",
5+
"@hint/connector-jsdom": "^4.1.27",
6+
"@hint/connector-local": "^3.2.27",
7+
"@hint/hint-detect-css-reflows": "^1.0.6",
88
"@hint/formatter-html": "^4.3.16",
99
"@hint/formatter-json": "^3.1.35",
1010
"@hint/formatter-stylish": "^3.1.35",
1111
"@hint/formatter-summary": "^3.0.38",
12-
"@hint/hint-button-type": "^3.0.21",
13-
"@hint/hint-create-element-svg": "^1.3.25",
14-
"@hint/hint-compat-api": "^4.5.6",
15-
"@hint/hint-content-type": "^4.2.25",
16-
"@hint/hint-css-prefix-order": "^1.5.6",
17-
"@hint/hint-disown-opener": "^4.0.21",
18-
"@hint/hint-highest-available-document-mode": "^5.0.21",
19-
"@hint/hint-html-checker": "^3.3.25",
20-
"@hint/hint-http-cache": "^4.0.21",
21-
"@hint/hint-http-compression": "^5.2.25",
22-
"@hint/hint-leading-dot-classlist": "^1.0.18",
23-
"@hint/hint-image-optimization-cloudinary": "^3.2.25",
24-
"@hint/hint-meta-charset-utf-8": "^4.0.21",
25-
"@hint/hint-meta-viewport": "^5.0.21",
26-
"@hint/hint-no-bom": "^4.2.25",
27-
"@hint/hint-no-disallowed-headers": "^3.1.20",
28-
"@hint/hint-no-friendly-error-pages": "^3.3.25",
29-
"@hint/hint-no-html-only-headers": "^3.0.21",
30-
"@hint/hint-no-http-redirects": "^3.0.21",
31-
"@hint/hint-no-inline-styles": "^1.0.17",
32-
"@hint/hint-no-protocol-relative-urls": "^3.1.5",
33-
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.20",
34-
"@hint/hint-scoped-svg-styles": "^1.3.26",
35-
"@hint/hint-sri": "^4.0.21",
36-
"@hint/hint-ssllabs": "^2.4.25",
37-
"@hint/hint-strict-transport-security": "^3.0.21",
38-
"@hint/hint-stylesheet-limits": "^3.3.25",
39-
"@hint/hint-validate-set-cookie-header": "^3.0.21",
40-
"@hint/hint-x-content-type-options": "^4.0.21",
12+
"@hint/hint-button-type": "^3.0.22",
13+
"@hint/hint-create-element-svg": "^1.3.26",
14+
"@hint/hint-compat-api": "^4.5.7",
15+
"@hint/hint-content-type": "^4.2.26",
16+
"@hint/hint-css-prefix-order": "^1.5.7",
17+
"@hint/hint-disown-opener": "^4.0.22",
18+
"@hint/hint-highest-available-document-mode": "^5.0.22",
19+
"@hint/hint-html-checker": "^3.3.26",
20+
"@hint/hint-http-cache": "^4.0.22",
21+
"@hint/hint-http-compression": "^5.2.26",
22+
"@hint/hint-leading-dot-classlist": "^1.0.19",
23+
"@hint/hint-image-optimization-cloudinary": "^3.2.26",
24+
"@hint/hint-meta-charset-utf-8": "^4.0.22",
25+
"@hint/hint-meta-viewport": "^5.0.22",
26+
"@hint/hint-no-bom": "^4.2.26",
27+
"@hint/hint-no-disallowed-headers": "^3.1.21",
28+
"@hint/hint-no-friendly-error-pages": "^3.3.26",
29+
"@hint/hint-no-html-only-headers": "^3.0.22",
30+
"@hint/hint-no-http-redirects": "^3.0.22",
31+
"@hint/hint-no-inline-styles": "^1.0.18",
32+
"@hint/hint-no-protocol-relative-urls": "^3.1.6",
33+
"@hint/hint-no-vulnerable-javascript-libraries": "^2.12.21",
34+
"@hint/hint-scoped-svg-styles": "^1.3.27",
35+
"@hint/hint-sri": "^4.0.22",
36+
"@hint/hint-ssllabs": "^2.4.26",
37+
"@hint/hint-strict-transport-security": "^3.0.22",
38+
"@hint/hint-stylesheet-limits": "^3.3.26",
39+
"@hint/hint-validate-set-cookie-header": "^3.0.22",
40+
"@hint/hint-x-content-type-options": "^4.0.22",
4141
"@hint/parser-css": "^3.0.39",
4242
"@hint/parser-html": "^3.1.4",
4343
"@hint/parser-javascript": "^3.1.24"
@@ -68,5 +68,5 @@
6868
"type": "git",
6969
"url": "https://github.com/webhintio/hint.git"
7070
},
71-
"version": "8.2.22"
71+
"version": "8.2.23"
7272
}

packages/connector-jsdom/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
},
1111
"dependencies": {
1212
"@hint/utils": "^7.0.23",
13-
"@hint/utils-connector-tools": "^4.0.40",
13+
"@hint/utils-connector-tools": "^4.0.41",
1414
"@hint/utils-debug": "^1.0.11",
1515
"@hint/utils-dom": "^2.2.4",
1616
"@hint/utils-fs": "^1.0.16",
17-
"@hint/utils-network": "^1.0.25",
17+
"@hint/utils-network": "^1.0.26",
1818
"@hint/utils-types": "^1.2.1",
1919
"jsdom": "^21.1.0",
2020
"mutationobserver-shim": "^0.3.7"
2121
},
2222
"description": "hint connector for JSDOM",
2323
"devDependencies": {
2424
"@hint/parser-html": "^3.1.4",
25-
"@hint/utils-create-server": "^3.4.25",
25+
"@hint/utils-create-server": "^3.4.26",
2626
"@types/jsdom": "^20.0.1",
2727
"@types/lodash": "^4.14.194",
2828
"@types/node": "^20.1.1",
@@ -85,5 +85,5 @@
8585
"watch": "npm run build && npm-run-all --parallel -c watch:*",
8686
"watch:ts": "npm run build:ts -- --watch"
8787
},
88-
"version": "4.1.26"
88+
"version": "4.1.27"
8989
}

packages/connector-local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@hint/utils-dom": "^2.2.4",
1414
"@hint/utils-fs": "^1.0.16",
1515
"@hint/utils-i18n": "^1.0.15",
16-
"@hint/utils-network": "^1.0.25",
16+
"@hint/utils-network": "^1.0.26",
1717
"chokidar": "^3.5.3",
1818
"globby": "^11.0.4",
1919
"jsdom": "^21.1.0"
@@ -81,5 +81,5 @@
8181
"watch:test": "ava --watch",
8282
"watch:ts": "npm run build:ts -- --watch"
8383
},
84-
"version": "3.2.26"
84+
"version": "3.2.27"
8585
}

0 commit comments

Comments
 (0)