Skip to content

Commit fcab789

Browse files
github-actions[bot]remarkablemark
authored andcommitted
chore(master): release 7.0.1
1 parent 1c6f4b2 commit fcab789

File tree

3 files changed

+23
-25
lines changed

3 files changed

+23
-25
lines changed

CHANGELOG.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,68 @@
11
# Changelog
22

3-
## [7.0.0](https://github.com/remarkablemark/html-dom-parser/compare/v6.0.0...v7.0.0) (2026-03-30)
3+
## [7.0.1](https://github.com/remarkablemark/html-dom-parser/compare/v7.0.0...v7.0.1) (2026-04-07)
4+
5+
### Bug Fixes
46

7+
- bundle ESM-only deps into CJS output with Rollup ([#1409](https://github.com/remarkablemark/html-dom-parser/issues/1409)) ([901f1b4](https://github.com/remarkablemark/html-dom-parser/commit/901f1b4c1627017660a763cb9f1b5fe21b2e8560))
8+
9+
## [7.0.0](https://github.com/remarkablemark/html-dom-parser/compare/v6.0.0...v7.0.0) (2026-03-30)
510

611
### ⚠ BREAKING CHANGES
712

8-
* **deps:** bump htmlparser2 from 11.0.0 to 12.0.0
13+
- **deps:** bump htmlparser2 from 11.0.0 to 12.0.0
914

1015
### Build System
1116

12-
* **deps:** bump htmlparser2 from 11.0.0 to 12.0.0 ([#1389](https://github.com/remarkablemark/html-dom-parser/issues/1389)) ([9e72885](https://github.com/remarkablemark/html-dom-parser/commit/9e72885b4697677aa88353976b1e5f047e4ba544))
17+
- **deps:** bump htmlparser2 from 11.0.0 to 12.0.0 ([#1389](https://github.com/remarkablemark/html-dom-parser/issues/1389)) ([9e72885](https://github.com/remarkablemark/html-dom-parser/commit/9e72885b4697677aa88353976b1e5f047e4ba544))
1318

1419
## [6.0.0](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.8...v6.0.0) (2026-03-20)
1520

16-
1721
### ⚠ BREAKING CHANGES
1822

19-
* **client:** remove exports `formatAttributes` and `CARRIAGE_RETURN` constants
20-
* **deps:** bump htmlparser2 from 10.1.0 to 11.0.0
21-
* **deps:** bump domhandler from 5.0.3 to 6.0.1
23+
- **client:** remove exports `formatAttributes` and `CARRIAGE_RETURN` constants
24+
- **deps:** bump htmlparser2 from 10.1.0 to 11.0.0
25+
- **deps:** bump domhandler from 5.0.3 to 6.0.1
2226

2327
### Code Refactoring
2428

25-
* **client:** remove exports `formatAttributes` and `CARRIAGE_RETURN` ([77c2e92](https://github.com/remarkablemark/html-dom-parser/commit/77c2e92ea1fa2dcdc76e1f7e8fd769322c2e500f))
26-
29+
- **client:** remove exports `formatAttributes` and `CARRIAGE_RETURN` ([77c2e92](https://github.com/remarkablemark/html-dom-parser/commit/77c2e92ea1fa2dcdc76e1f7e8fd769322c2e500f))
2730

2831
### Build System
2932

30-
* **deps:** bump domhandler from 5.0.3 to 6.0.1 ([24b7e31](https://github.com/remarkablemark/html-dom-parser/commit/24b7e3149625691f736fc6a366a211b61a4e3d13))
31-
* **deps:** bump htmlparser2 from 10.1.0 to 11.0.0 ([cb389eb](https://github.com/remarkablemark/html-dom-parser/commit/cb389eb5d364bb540143b5b816718f35f34d93d1))
33+
- **deps:** bump domhandler from 5.0.3 to 6.0.1 ([24b7e31](https://github.com/remarkablemark/html-dom-parser/commit/24b7e3149625691f736fc6a366a211b61a4e3d13))
34+
- **deps:** bump htmlparser2 from 10.1.0 to 11.0.0 ([cb389eb](https://github.com/remarkablemark/html-dom-parser/commit/cb389eb5d364bb540143b5b816718f35f34d93d1))
3235

3336
## [5.1.8](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.7...v5.1.8) (2026-02-06)
3437

35-
3638
### Bug Fixes
3739

38-
* **client:** fix polynomial regular expression used on uncontrolled data ([#1330](https://github.com/remarkablemark/html-dom-parser/issues/1330)) ([35f32fa](https://github.com/remarkablemark/html-dom-parser/commit/35f32fabf1c8cfe6d99391caa31fb6506e442fe7))
40+
- **client:** fix polynomial regular expression used on uncontrolled data ([#1330](https://github.com/remarkablemark/html-dom-parser/issues/1330)) ([35f32fa](https://github.com/remarkablemark/html-dom-parser/commit/35f32fabf1c8cfe6d99391caa31fb6506e442fe7))
3941

4042
## [5.1.7](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.6...v5.1.7) (2026-01-30)
4143

42-
4344
### Continuous Integration
4445

45-
* fix npm script "prepublishOnly" ([7e32cdd](https://github.com/remarkablemark/html-dom-parser/commit/7e32cddea9df52a038a4cdbf4e5b730d29c53e8a))
46+
- fix npm script "prepublishOnly" ([7e32cdd](https://github.com/remarkablemark/html-dom-parser/commit/7e32cddea9df52a038a4cdbf4e5b730d29c53e8a))
4647

4748
## [5.1.6](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.5...v5.1.6) (2026-01-30)
4849

49-
5050
### Bug Fixes
5151

52-
* correct internal resolution resolution of esm types ([e98355d](https://github.com/remarkablemark/html-dom-parser/commit/e98355dc295001e740c8d88a49268ff928b5ba90)), closes [#1317](https://github.com/remarkablemark/html-dom-parser/issues/1317)
53-
* fix ESM build and types ([67f1ff5](https://github.com/remarkablemark/html-dom-parser/commit/67f1ff5c8f35d51425d3494c8e439b0050db9aec)), closes [#1317](https://github.com/remarkablemark/html-dom-parser/issues/1317)
52+
- correct internal resolution resolution of esm types ([e98355d](https://github.com/remarkablemark/html-dom-parser/commit/e98355dc295001e740c8d88a49268ff928b5ba90)), closes [#1317](https://github.com/remarkablemark/html-dom-parser/issues/1317)
53+
- fix ESM build and types ([67f1ff5](https://github.com/remarkablemark/html-dom-parser/commit/67f1ff5c8f35d51425d3494c8e439b0050db9aec)), closes [#1317](https://github.com/remarkablemark/html-dom-parser/issues/1317)
5454

5555
## [5.1.5](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.4...v5.1.5) (2026-01-26)
5656

57-
5857
### Bug Fixes
5958

60-
* resolve ModuleNotFoundError in ESM environments by generating native bundles ([#1299](https://github.com/remarkablemark/html-dom-parser/issues/1299)) ([7172552](https://github.com/remarkablemark/html-dom-parser/commit/7172552689f416e9c1aec03910fe9d9bfb7e043e))
59+
- resolve ModuleNotFoundError in ESM environments by generating native bundles ([#1299](https://github.com/remarkablemark/html-dom-parser/issues/1299)) ([7172552](https://github.com/remarkablemark/html-dom-parser/commit/7172552689f416e9c1aec03910fe9d9bfb7e043e))
6160

6261
## [5.1.4](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.3...v5.1.4) (2026-01-23)
6362

64-
6563
### Miscellaneous Chores
6664

67-
* release 5.1.4 ([198dea5](https://github.com/remarkablemark/html-dom-parser/commit/198dea5558b5029b5c91ff2477e5f7485b861ae3))
65+
- release 5.1.4 ([198dea5](https://github.com/remarkablemark/html-dom-parser/commit/198dea5558b5029b5c91ff2477e5f7485b861ae3))
6866

6967
## [5.1.3](https://github.com/remarkablemark/html-dom-parser/compare/v5.1.2...v5.1.3) (2026-01-23)
7068

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-dom-parser",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "HTML to DOM parser.",
55
"author": "Mark <mark@remarkablemark.org> (https://remarkabl.org)",
66
"funding": [

0 commit comments

Comments
 (0)