fix(deps): update dependency htmlparser2 to v10 #5163
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.10.0
->^10.0.0
Release Notes
fb55/htmlparser2 (htmlparser2)
v10.0.0
Compare Source
d5882db
xmp
tag parsing (#1790 by @nati-elmaliach)ecdb071
aa0c781
v9.1.0
Compare Source
Fixes
onattribend
'sendIndex
(#1540 by @DimaIT)Features
QuoteType
(#1543 by @DimaIT) andHandler
interface (#1690 by @benkroeger)v9.0.0
Compare Source
Breaking Changes
EntityDecoder
from theentities
module https://github.com/fb55/htmlparser2/pull/1480<a href='&=boo'>
the attribute value won't be modified any more.ontextentity
tokenizer callback now has anendIndex
argument; if you use the tokenizer directly, make sure indices are still the same.Features
createDocumentStream
function, analogous tocreateDomStream
(which is now deprecated) https://github.com/fb55/htmlparser2/pull/1510Full Changelog: fb55/htmlparser2@v8.0.2...v9.0.0
v8.0.2
Compare Source
Bug Fixes
Other changes
eslint-plugin-n
and-unicorn
by @fb55 in https://github.com/fb55/htmlparser2/pull/1352New Contributors
Full Changelog: fb55/htmlparser2@v8.0.1...v8.0.2
v8.0.1
Compare Source
WritableStream
export in thepackage.json
6923fca
v8.0.0
Compare Source
Breaking
FeedHandler
class has been removed https://github.com/fb55/htmlparser2/pull/1166domhandler
anddomutils
have changed, the deprecatednormalizeWhitespace
option was removed https://github.com/fb55/htmlparser2/pull/1164Features
htmlparser2
is now a dual CommonJS & ESM module https://github.com/fb55/htmlparser2/pull/1165Other changes
entities
' updated decoding tree structure https://github.com/fb55/htmlparser2/pull/1146parse5
for HTML compliance by @vassudanagunta in https://github.com/fb55/htmlparser2/pull/1147New Contributors
Full Changelog: fb55/htmlparser2@v7.2.0...v8.0.0
v7.2.0
Compare Source
What's Changed
Fixes:
Docs
parseDocument()
example clearer by @cameronsteele in https://github.com/fb55/htmlparser2/pull/998Refactors:
The refactors lead to a combined ~5% speed-up.
New Contributors
Full Changelog: fb55/htmlparser2@v7.1.2...v7.2.0
v7.1.2
Compare Source
3287ef2
45b2cfe
v7.1.1
Compare Source
903fb43
endIndex
of text events being off by 1 (#932)78ef1b7
v7.1.0
Compare Source
Features:
isImplied
flag to theonopentag
/onclosetag
events (#930)f917004
28c162b
Fixes:
htmlparser2@​7.0.0
changed how indices were computed. Unfortunately, a lot of edge-cases weren't handled correctly. This version fixes this.28c162b
4e25252
fac221d
04c411c
.pause
would lead to data being wrongfully discarded (#927)78af88d
08b2040
foreignObject
will always be lowercased in HTMLe852205
Refactors:
getFeed
todomutils
(#931)f10dc03
9c30fe6
0eb0067
a2b0bf3
stream
tests intoWritableStream.spec
(#916)da67eba
a2eae51
d45fc82
v7.0.0
Compare Source
htmlparser2@​7.0.0
changes a lot of internals, resulting in an 20% overall performance improvement in AndreasMadsen's htmlparser-benchmark.Breaking changes:
5ab080e
Features:
isVoidElement
method to the parser (#785)00ce57a
Refactors:
9a47a55
f5aed75
Map
foropenImpliesClose
in the parser (#911)39a8109
FeedHandler
to a function (#912)3a672ff
v6.1.0
Compare Source
Features:
ab0b3fc
f59473a
Fixes:
0b94ab5
Upgrades:
e64e8e5
8bc1719
8b91d97
cf77476
7c233de
v6.0.1
Compare Source
214ab08
v6.0.0
Compare Source
Breaking:
4dd4233
0d278fd
1c71e60
Features:
parseDocument
method4653f23
getDOM
method.df7ea98
1ce1d3b
0437d9c
Minor:
b6b4382
v5.0.1
Compare Source
<title>
tags (#614, #615 by @billneff79)3295a8b
1ace384
Also pulls in a new version of the
entities
module, which features more compact entity maps.v5.0.0
Compare Source
Breaking changes:
decodeEntities
option totrue
8ac01e0
6e296d2
EVENTS
,WritableStream
andCollectingHandler
exports from module import. The latter two are still part of the module, but now have to be imported explicitly.6e296d2
EventEmitter
f30f13c
<title>
tag content is now processed as text (#483 by @billneff79)0189e56
Features:
a85e4e0
onattribute
event3c86256
d90dd64
4c0fba8
Bug Fixes:
eaf2872
4ec596f
bc010de
Diverse:
6d8a2ff
getOneElement
(#543 by @brettz9)1cf297e
40d9556
Thanks to everyone that contributed to this release!
Commit Range:
v4.1.0
Compare Source
<__proto__>
(fixes #387)types
field to package.jsonv4.0.0
Compare Source
Stream
andProxyHandler
exportsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.