From 76264f7733c74f3f0a9d94652fe1cd6a60ea9be9 Mon Sep 17 00:00:00 2001 From: Vidal Guillermo Diazleal Ortega <43078681+vidorteg@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:05:57 +0000 Subject: [PATCH] Chore: Update dependencies and package version --- packages/configuration-all/package.json | 4 ++-- packages/extension-vscode/CHANGELOG.md | 12 ++++++++++++ packages/extension-vscode/package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/packages/configuration-all/package.json b/packages/configuration-all/package.json index c1f0c8d8436..307c18adbda 100644 --- a/packages/configuration-all/package.json +++ b/packages/configuration-all/package.json @@ -8,9 +8,9 @@ "@hint/connector-local": "^3.2.28", "@hint/connector-puppeteer": "^2.5.25", "@hint/extension-browser": "^2.4.17", - "vscode-webhint": "^2.1.14", "@hint/formatter-codeframe": "^3.1.36", "@hint/formatter-excel": "^3.1.36", + "vscode-webhint": "^2.1.15", "@hint/formatter-html": "^4.3.17", "@hint/formatter-json": "^3.1.36", "@hint/formatter-stylish": "^3.1.36", @@ -94,5 +94,5 @@ "type": "git", "url": "https://github.com/webhintio/hint.git" }, - "version": "3.0.17" + "version": "3.0.18" } diff --git a/packages/extension-vscode/CHANGELOG.md b/packages/extension-vscode/CHANGELOG.md index 79e1d196618..788550fad97 100644 --- a/packages/extension-vscode/CHANGELOG.md +++ b/packages/extension-vscode/CHANGELOG.md @@ -1,3 +1,15 @@ +# 2.1.15 (September 13, 2024) + +## Bug fixes / Improvements + +* [[`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)). + +## Chores + +* [[`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)). +* [[`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)). + + # 2.1.10 (June 8, 2023) ## Chores diff --git a/packages/extension-vscode/package.json b/packages/extension-vscode/package.json index acd7ce1f713..bea286192f5 100644 --- a/packages/extension-vscode/package.json +++ b/packages/extension-vscode/package.json @@ -94,5 +94,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "2.1.14" + "version": "2.1.15" }