Skip to content

Commit 9b51e52

Browse files
nzaytsevd13
authored andcommitted
Updates cheerio version to fix html entities escaping
1 parent 8d769a7 commit 9b51e52

File tree

3 files changed

+63
-1
lines changed

3 files changed

+63
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1010

1111
### Fixed
1212

13+
- Fixes [#3680](https://github.com/gitkraken/vscode-gitlens/issues/3680) - GitLens Settings page (via _GitLens: Open Settings_) has double-encoded Html entities
1314
- Fixes popover menu background colors on the Commit Graph
1415

1516
## [15.6.1] - 2024-10-14

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17994,6 +17994,7 @@
1799417994
"@vscode/test-electron": "2.4.1",
1799517995
"@vscode/test-web": "0.0.62",
1799617996
"@vscode/vsce": "3.1.1",
17997+
"cheerio": "1.0.0-rc.5",
1799717998
"circular-dependency-plugin": "5.2.2",
1799817999
"clean-webpack-plugin": "4.0.0",
1799918000
"copy-webpack-plugin": "12.0.2",

pnpm-lock.yaml

Lines changed: 61 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)