Skip to content

Commit 76264f7

Browse files
committed
Chore: Update dependencies and package version
1 parent 35f6349 commit 76264f7

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

packages/configuration-all/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"@hint/connector-local": "^3.2.28",
99
"@hint/connector-puppeteer": "^2.5.25",
1010
"@hint/extension-browser": "^2.4.17",
11-
"vscode-webhint": "^2.1.14",
1211
"@hint/formatter-codeframe": "^3.1.36",
1312
"@hint/formatter-excel": "^3.1.36",
13+
"vscode-webhint": "^2.1.15",
1414
"@hint/formatter-html": "^4.3.17",
1515
"@hint/formatter-json": "^3.1.36",
1616
"@hint/formatter-stylish": "^3.1.36",
@@ -94,5 +94,5 @@
9494
"type": "git",
9595
"url": "https://github.com/webhintio/hint.git"
9696
},
97-
"version": "3.0.17"
97+
"version": "3.0.18"
9898
}

packages/extension-vscode/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2.1.15 (September 13, 2024)
2+
3+
## Bug fixes / Improvements
4+
5+
* [[`f447863bb6`](https://github.com/webhintio/hint/commit/f447863bb6d5cb174bab718498d904fd5680d184)] - Fix: Passes missing arguments to comply with CVE (by [`Vidal Ortega`](https://github.com/vidorteg) / see also: [`#5923`](https://github.com/webhintio/hint/issues/5923)).
6+
7+
## Chores
8+
9+
* [[`35f6349368`](https://github.com/webhintio/hint/commit/35f6349368b9a7d128b484c848a1dde6e21e78ca)] - Upgrade: Bumping version of vscode-languageserver* and client to 9.0.1 (#5927) (by [`Vidal Ortega`](https://github.com/vidorteg) / see also: [`#5927`](https://github.com/webhintio/hint/issues/5927)).
10+
* [[`2ef7cae542`](https://github.com/webhintio/hint/commit/2ef7cae5429bb055801dc09af369d0d11b015e4a)] - Upgrade: Bump vsce to version 2.15.0 (by [`Vidal Ortega`](https://github.com/vidorteg) / see also: [`#5924`](https://github.com/webhintio/hint/issues/5924)).
11+
12+
113
# 2.1.10 (June 8, 2023)
214

315
## Chores

packages/extension-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@
9494
"watch:test": "ava --watch",
9595
"watch:ts": "npm run build:ts -- --watch"
9696
},
97-
"version": "2.1.14"
97+
"version": "2.1.15"
9898
}

0 commit comments

Comments
 (0)