Skip to content

Commit

Permalink
Chore: Update dependencies and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
vidorteg committed Sep 13, 2024
1 parent 35f6349 commit 76264f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/configuration-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -94,5 +94,5 @@
"type": "git",
"url": "https://github.com/webhintio/hint.git"
},
"version": "3.0.17"
"version": "3.0.18"
}
12 changes: 12 additions & 0 deletions packages/extension-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
"watch:test": "ava --watch",
"watch:ts": "npm run build:ts -- --watch"
},
"version": "2.1.14"
"version": "2.1.15"
}

0 comments on commit 76264f7

Please sign in to comment.