Skip to content

Commit a900be8

Browse files
committed
Chore: Update dependencies and package version
1 parent 149b5ec commit a900be8

File tree

14 files changed

+56
-22
lines changed

14 files changed

+56
-22
lines changed

packages/configuration-all/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 3.0.16 (June 5, 2024)
2+
3+
## Chores
4+
5+
* [[`b79ae9b83f`](https://github.com/webhintio/hint/commit/b79ae9b83ff16af1c36a1adbf9a8a2236e22e2c9)] - Chore: Update dependencies and package version (by [`Vidal Ortega`](https://github.com/vidorteg)).
6+
7+
18
# 3.0.9 (March 17, 2023)
29

310
## Bug fixes / Improvements

packages/configuration-all/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"@hint/connector-jsdom": "^4.1.27",
88
"@hint/connector-puppeteer": "^2.5.24",
99
"@hint/connector-local": "^3.2.27",
10-
"@hint/formatter-codeframe": "^3.1.35",
10+
"@hint/extension-browser": "^2.4.16",
11+
"vscode-webhint": "^2.1.13",
1112
"@hint/formatter-excel": "^3.1.35",
12-
"@hint/extension-browser": "^2.4.15",
13-
"vscode-webhint": "^2.1.12",
13+
"@hint/formatter-codeframe": "^3.1.35",
1414
"@hint/formatter-html": "^4.3.16",
1515
"@hint/formatter-json": "^3.1.35",
1616
"@hint/formatter-stylish": "^3.1.35",
@@ -94,5 +94,5 @@
9494
"type": "git",
9595
"url": "https://github.com/webhintio/hint.git"
9696
},
97-
"version": "3.0.15"
97+
"version": "3.0.16"
9898
}

packages/create-hint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"fork-ts-checker-webpack-plugin": "^7.2.13",
3535
"fs-extra": "^11.1.0",
3636
"handlebars": "^4.7.7",
37-
"hint": "^7.1.11",
37+
"hint": "^7.1.12",
3838
"inquirer": "^8.2.2",
3939
"npm-run-all": "^4.1.5",
4040
"nyc": "^15.1.0",
@@ -88,5 +88,5 @@
8888
"watch:ts": "npm run build:ts -- --watch",
8989
"webpack": "webpack"
9090
},
91-
"version": "5.0.13"
91+
"version": "5.0.14"
9292
}

packages/create-hintrc/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 4.0.14 (June 5, 2024)
2+
3+
## New features
4+
5+
* [[`149b5ec560`](https://github.com/webhintio/hint/commit/149b5ec560b6a9873db3e5faf04836c466ce9898)] - Update: Browserlist and caniuse to latest versions (by [`Vidal Ortega`](https://github.com/vidorteg)).
6+
7+
18
# 4.0.11 (June 8, 2023)
29

310
## Chores

packages/create-hintrc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-import": "^2.27.5",
3434
"eslint-plugin-markdown": "^2.2.1",
3535
"fork-ts-checker-webpack-plugin": "^7.2.13",
36-
"hint": "^7.1.11",
36+
"hint": "^7.1.12",
3737
"inquirer": "^8.2.2",
3838
"lodash": "^4.17.21",
3939
"npm-run-all": "^4.1.5",
@@ -90,5 +90,5 @@
9090
"watch:ts": "npm run build:ts -- --watch",
9191
"webpack": "webpack"
9292
},
93-
"version": "4.0.13"
93+
"version": "4.0.14"
9494
}

packages/create-parser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"fork-ts-checker-webpack-plugin": "^7.2.13",
3434
"fs-extra": "^11.1.0",
3535
"handlebars": "^4.7.7",
36-
"hint": "^7.1.11",
36+
"hint": "^7.1.12",
3737
"inquirer": "^8.2.2",
3838
"mkdirp": "^1.0.3",
3939
"npm-run-all": "^4.1.5",
@@ -90,5 +90,5 @@
9090
"watch:ts": "npm run build:ts -- --watch",
9191
"webpack": "webpack"
9292
},
93-
"version": "4.0.13"
93+
"version": "4.0.14"
9494
}

packages/extension-browser/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.4.16 (June 5, 2024)
2+
3+
## Chores
4+
5+
* [[`dac7399bfd`](https://github.com/webhintio/hint/commit/dac7399bfda302d768665d7e779d32c4aef4f5d5)] - Upgrade: Bump @mdn/browser-compat-data from 4.1.10 to 5.5.23 (by [`Vidal Ortega`](https://github.com/vidorteg) / see also: [`#5834`](https://github.com/webhintio/hint/issues/5834)).
6+
7+
18
# 2.4.15 (March 18, 2024)
29

310
## Chores

packages/extension-browser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"focus-visible": "^5.2.0",
7676
"glob": "^8.1.0",
7777
"globby": "^11.0.4",
78-
"hint": "^7.1.11",
78+
"hint": "^7.1.12",
7979
"is-ci": "^3.0.1",
8080
"jsdom": "^21.1.0",
8181
"lodash": "^4.17.21",
@@ -156,5 +156,5 @@
156156
"webpack": "webpack",
157157
"webpack-stats": "webpack --json > stats.json"
158158
},
159-
"version": "2.4.15"
159+
"version": "2.4.16"
160160
}

packages/extension-vscode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint": "^7.32.0",
4141
"eslint-plugin-import": "^2.27.5",
4242
"eslint-plugin-markdown": "^2.2.1",
43-
"hint": "^7.1.11",
43+
"hint": "^7.1.12",
4444
"npm-run-all": "^4.1.5",
4545
"nyc": "^15.1.0",
4646
"proxyquire": "^2.1.3",
@@ -94,5 +94,5 @@
9494
"watch:test": "ava --watch",
9595
"watch:ts": "npm run build:ts -- --watch"
9696
},
97-
"version": "2.1.12"
97+
"version": "2.1.13"
9898
}

packages/hint/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 7.1.12 (June 5, 2024)
2+
3+
## New features
4+
5+
* [[`149b5ec560`](https://github.com/webhintio/hint/commit/149b5ec560b6a9873db3e5faf04836c466ce9898)] - Update: Browserlist and caniuse to latest versions (by [`Vidal Ortega`](https://github.com/vidorteg)).
6+
7+
18
# 7.1.11 (March 18, 2024)
29

310
## Bug fixes / Improvements

packages/hint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@
105105
"watch:test": "ava --watch",
106106
"watch:ts": "npm run build:ts -- --watch"
107107
},
108-
"version": "7.1.11"
108+
"version": "7.1.12"
109109
}

packages/utils-worker/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.4.16 (June 5, 2024)
2+
3+
## New features
4+
5+
* [[`149b5ec560`](https://github.com/webhintio/hint/commit/149b5ec560b6a9873db3e5faf04836c466ce9898)] - Update: Browserlist and caniuse to latest versions (by [`Vidal Ortega`](https://github.com/vidorteg)).
6+
7+
## Chores
8+
9+
* [[`dac7399bfd`](https://github.com/webhintio/hint/commit/dac7399bfda302d768665d7e779d32c4aef4f5d5)] - Upgrade: Bump @mdn/browser-compat-data from 4.1.10 to 5.5.23 (by [`Vidal Ortega`](https://github.com/vidorteg) / see also: [`#5834`](https://github.com/webhintio/hint/issues/5834)).
10+
11+
112
# 1.4.15 (March 21, 2024)
213

314
## Bug fixes / Improvements

packages/utils-worker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint-plugin-import": "^2.27.5",
6161
"eslint-plugin-markdown": "^2.2.1",
6262
"globby": "^11.0.4",
63-
"hint": "^7.1.11",
63+
"hint": "^7.1.12",
6464
"lodash": "^4.17.21",
6565
"npm-run-all": "^4.1.5",
6666
"nyc": "^15.1.0",
@@ -123,5 +123,5 @@
123123
"webpack": "webpack",
124124
"webpack-stats": "webpack --json > stats.json"
125125
},
126-
"version": "1.4.15"
126+
"version": "1.4.16"
127127
}

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -2739,11 +2739,6 @@ caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001587:
27392739
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz#f894b4209376a0bf923d67d9c361d96b1dfebe39"
27402740
integrity sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==
27412741

2742-
caniuse-lite@^1.0.30001614:
2743-
version "1.0.30001614"
2744-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz#f894b4209376a0bf923d67d9c361d96b1dfebe39"
2745-
integrity sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==
2746-
27472742
canvas@^2.11.2:
27482743
version "2.11.2"
27492744
resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.11.2.tgz#553d87b1e0228c7ac0fc72887c3adbac4abbd860"

0 commit comments

Comments
 (0)