From 5bad2d86408e00adb79333a5f97349b3b0ee34e2 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 30 May 2022 19:33:24 -0400 Subject: [PATCH 01/33] docs(changelog): format with prettier --- CHANGELOG.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 059c32c2..ec5a08fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,40 +2,35 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [1.4.14](https://github.com/remarkablemark/html-react-parser/compare/v1.4.13...v1.4.14) (2022-05-30) - +## [1.4.14](https://github.com/remarkablemark/html-react-parser/compare/v1.4.13...v1.4.14) (2022-05-30) ### Bug Fixes -* bump style-to-js to 1.1.1; don't capitalize ms vendor prefix ([3df9a29](https://github.com/remarkablemark/html-react-parser/commit/3df9a29c4b38b88bdbbe630b2095b513370b6a12)) - -### [1.4.13](https://github.com/remarkablemark/html-react-parser/compare/v1.4.12...v1.4.13) (2022-05-27) +- bump style-to-js to 1.1.1; don't capitalize ms vendor prefix ([3df9a29](https://github.com/remarkablemark/html-react-parser/commit/3df9a29c4b38b88bdbbe630b2095b513370b6a12)) +## [1.4.13](https://github.com/remarkablemark/html-react-parser/compare/v1.4.12...v1.4.13) (2022-05-27) ### Bug Fixes -* export domhandler' Element ([095b6a2](https://github.com/remarkablemark/html-react-parser/commit/095b6a20b8a7dc666a59c7f95d8431ebf1f4fd5b)) - -### [1.4.12](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.11...v1.4.12) (2022-04-22) +- export domhandler' Element ([095b6a2](https://github.com/remarkablemark/html-react-parser/commit/095b6a20b8a7dc666a59c7f95d8431ebf1f4fd5b)) +## [1.4.12](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.11...v1.4.12) (2022-04-22) ### Bug Fixes -* package.json not defined by exports warning ([4456f6a](https://www.github.com/remarkablemark/html-react-parser/commit/4456f6a126c4bcbf8be8b663b5b4e5b3a38a0e4d)) - -### [1.4.11](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.10...v1.4.11) (2022-04-15) +- package.json not defined by exports warning ([4456f6a](https://www.github.com/remarkablemark/html-react-parser/commit/4456f6a126c4bcbf8be8b663b5b4e5b3a38a0e4d)) +## [1.4.11](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.10...v1.4.11) (2022-04-15) ### Build System -* upgrade html-dom-parser to add support for react-native ([50eafcc](https://www.github.com/remarkablemark/html-react-parser/commit/50eafccdae3be905d691b7b70759cd289cd99726)) - -### [1.4.10](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.9...v1.4.10) (2022-03-30) +- upgrade html-dom-parser to add support for react-native ([50eafcc](https://www.github.com/remarkablemark/html-react-parser/commit/50eafccdae3be905d691b7b70759cd289cd99726)) +## [1.4.10](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.9...v1.4.10) (2022-03-30) ### Build System -* **package:** add support for React 18 ([2816c53](https://www.github.com/remarkablemark/html-react-parser/commit/2816c53da9754f349b0b9b431481ef42606be403)) +- **package:** add support for React 18 ([2816c53](https://www.github.com/remarkablemark/html-react-parser/commit/2816c53da9754f349b0b9b431481ef42606be403)) ## [1.4.9](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.8...v1.4.9) (2022-03-20) From 484c42a0e4fb88f239d5a77e0d690236b794ac16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 04:04:39 +0000 Subject: [PATCH 02/33] build(deps-dev): bump @typescript-eslint/parser from 5.26.0 to 5.27.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.26.0 to 5.27.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e8cbbf4..3f6e8f9b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@rollup/plugin-node-resolve": "13.3.0", "@size-limit/preset-big-lib": "7.0.8", "@types/react": "18.0.9", - "@typescript-eslint/parser": "5.26.0", + "@typescript-eslint/parser": "5.27.0", "benchmark": "2.1.4", "dtslint": "4.2.1", "eslint": "8.16.0", From bcf09f35f7078b0d6d0660630b7ef9179bcabc23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 04:04:58 +0000 Subject: [PATCH 03/33] build(deps-dev): bump lint-staged from 12.4.2 to 12.4.3 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.4.2 to 12.4.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.4.2...v12.4.3) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e8cbbf4..5e2d5132 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "8.0.1", "jest": "28.1.0", "jest-environment-jsdom": "28.1.0", - "lint-staged": "12.4.2", + "lint-staged": "12.4.3", "pinst": "3.0.0", "preact": "10.7.2", "prettier": "2.6.2", From 54861bd3dd4cca08d1dcbb7596c3b80bca57e84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 06:04:54 +0000 Subject: [PATCH 04/33] build(deps-dev): bump @commitlint/cli from 17.0.1 to 17.0.2 Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.0.1 to 17.0.2. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.2/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 103c1a4f..d8f403cc 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "style-to-js": "1.1.1" }, "devDependencies": { - "@commitlint/cli": "17.0.1", + "@commitlint/cli": "17.0.2", "@commitlint/config-conventional": "17.0.0", "@rollup/plugin-commonjs": "22.0.0", "@rollup/plugin-node-resolve": "13.3.0", From 58b1f6885c4e37160a37bb6ec559d01815e680fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 06:06:36 +0000 Subject: [PATCH 05/33] build(deps-dev): bump @types/react from 18.0.9 to 18.0.10 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.9 to 18.0.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 103c1a4f..093ca30c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@rollup/plugin-commonjs": "22.0.0", "@rollup/plugin-node-resolve": "13.3.0", "@size-limit/preset-big-lib": "7.0.8", - "@types/react": "18.0.9", + "@types/react": "18.0.10", "@typescript-eslint/parser": "5.27.0", "benchmark": "2.1.4", "dtslint": "4.2.1", From f5b785b83cad54999d0cce3369bb63884135d88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 06:07:05 +0000 Subject: [PATCH 06/33] build(deps-dev): bump lint-staged from 12.4.3 to 12.5.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.4.3 to 12.5.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.4.3...v12.5.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 103c1a4f..7cf47566 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "8.0.1", "jest": "28.1.0", "jest-environment-jsdom": "28.1.0", - "lint-staged": "12.4.3", + "lint-staged": "12.5.0", "pinst": "3.0.0", "preact": "10.7.2", "prettier": "2.6.2", From 74d92c958f68195d730076ec30716d1b2a739708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 06:09:08 +0000 Subject: [PATCH 07/33] build(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.0.0 to 17.0.2. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.2/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8f403cc..4a49d521 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, "devDependencies": { "@commitlint/cli": "17.0.2", - "@commitlint/config-conventional": "17.0.0", + "@commitlint/config-conventional": "17.0.2", "@rollup/plugin-commonjs": "22.0.0", "@rollup/plugin-node-resolve": "13.3.0", "@size-limit/preset-big-lib": "7.0.8", From 32a3fa29a9e063679853287f5276ffb27100ad0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 06:09:39 +0000 Subject: [PATCH 08/33] build(deps-dev): bump rollup from 2.75.3 to 2.75.4 Bumps [rollup](https://github.com/rollup/rollup) from 2.75.3 to 2.75.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.75.3...v2.75.4) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8f403cc..a1666521 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react": "18.1.0", "react-dom": "18.1.0", "rimraf": "3.0.2", - "rollup": "2.75.3", + "rollup": "2.75.4", "rollup-plugin-terser": "7.0.2", "size-limit": "7.0.8", "typescript": "4.7.2" From 88f66db058ceffd0781c8c3d0c0677b550115502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 04:04:01 +0000 Subject: [PATCH 09/33] build(deps-dev): bump lint-staged from 12.5.0 to 13.0.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 13.0.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v12.5.0...v13.0.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8ea2421..2da5e6ef 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "8.0.1", "jest": "28.1.0", "jest-environment-jsdom": "28.1.0", - "lint-staged": "12.5.0", + "lint-staged": "13.0.0", "pinst": "3.0.0", "preact": "10.7.2", "prettier": "2.6.2", From 1d75ac2bf92e6732b57ea3faf456e08e558b2915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 04:04:32 +0000 Subject: [PATCH 10/33] build(deps-dev): bump rollup from 2.75.4 to 2.75.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.75.4 to 2.75.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.75.4...v2.75.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8ea2421..d3024b11 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react": "18.1.0", "react-dom": "18.1.0", "rimraf": "3.0.2", - "rollup": "2.75.4", + "rollup": "2.75.5", "rollup-plugin-terser": "7.0.2", "size-limit": "7.0.8", "typescript": "4.7.2" From 7de97ef157df451bb480d47151e2e5ab111dc665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 04:07:41 +0000 Subject: [PATCH 11/33] build(deps-dev): bump preact from 10.7.2 to 10.7.3 Bumps [preact](https://github.com/preactjs/preact) from 10.7.2 to 10.7.3. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.7.2...10.7.3) --- updated-dependencies: - dependency-name: preact dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2da5e6ef..917d59bb 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jest-environment-jsdom": "28.1.0", "lint-staged": "13.0.0", "pinst": "3.0.0", - "preact": "10.7.2", + "preact": "10.7.3", "prettier": "2.6.2", "react": "18.1.0", "react-dom": "18.1.0", From 35d0aac4be87c2ace9b7e27096383da9bd827e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 04:03:27 +0000 Subject: [PATCH 12/33] build(deps-dev): bump typescript from 4.7.2 to 4.7.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 076281a9..39ca8661 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "rollup": "2.75.5", "rollup-plugin-terser": "7.0.2", "size-limit": "7.0.8", - "typescript": "4.7.2" + "typescript": "4.7.3" }, "peerDependencies": { "react": "0.14 || 15 || 16 || 17 || 18" From 9b8ab68384a91436049feb5095256fe7ef423305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 04:03:38 +0000 Subject: [PATCH 13/33] build(deps-dev): bump @types/react from 18.0.10 to 18.0.12 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.10 to 18.0.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 076281a9..8ee9d4f1 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@rollup/plugin-commonjs": "22.0.0", "@rollup/plugin-node-resolve": "13.3.0", "@size-limit/preset-big-lib": "7.0.8", - "@types/react": "18.0.10", + "@types/react": "18.0.12", "@typescript-eslint/parser": "5.27.0", "benchmark": "2.1.4", "dtslint": "4.2.1", From 7200cf98b560dd5d071bf69f495f1debc7fd8369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 04:03:54 +0000 Subject: [PATCH 14/33] build(deps-dev): bump eslint from 8.16.0 to 8.17.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.16.0 to 8.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.16.0...v8.17.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 076281a9..fc067e7f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/parser": "5.27.0", "benchmark": "2.1.4", "dtslint": "4.2.1", - "eslint": "8.16.0", + "eslint": "8.17.0", "eslint-plugin-prettier": "4.0.0", "husky": "8.0.1", "jest": "28.1.0", From 07802a8129bfdfc65566e0c62596d7c16932cacf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 04:03:40 +0000 Subject: [PATCH 15/33] build(deps-dev): bump @typescript-eslint/parser from 5.27.0 to 5.27.1 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.27.0 to 5.27.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc6058f0..116eba53 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@rollup/plugin-node-resolve": "13.3.0", "@size-limit/preset-big-lib": "7.0.8", "@types/react": "18.0.12", - "@typescript-eslint/parser": "5.27.0", + "@typescript-eslint/parser": "5.27.1", "benchmark": "2.1.4", "dtslint": "4.2.1", "eslint": "8.17.0", From f9ff9c029277db5fef2655aad6d670fa5e747449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 04:03:35 +0000 Subject: [PATCH 16/33] build(deps-dev): bump jest from 28.1.0 to 28.1.1 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.0 to 28.1.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v28.1.1/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 116eba53..994321ea 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint": "8.17.0", "eslint-plugin-prettier": "4.0.0", "husky": "8.0.1", - "jest": "28.1.0", + "jest": "28.1.1", "jest-environment-jsdom": "28.1.0", "lint-staged": "13.0.0", "pinst": "3.0.0", From 76c9968870b02fc5b5239d0b2ddaa2d1a3b9d301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 04:04:14 +0000 Subject: [PATCH 17/33] build(deps-dev): bump rollup from 2.75.5 to 2.75.6 Bumps [rollup](https://github.com/rollup/rollup) from 2.75.5 to 2.75.6. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.75.5...v2.75.6) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 116eba53..fc1adbd2 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react": "18.1.0", "react-dom": "18.1.0", "rimraf": "3.0.2", - "rollup": "2.75.5", + "rollup": "2.75.6", "rollup-plugin-terser": "7.0.2", "size-limit": "7.0.8", "typescript": "4.7.3" From 9a7a635071cda242665a508d5fc23111ead0e49d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 04:07:20 +0000 Subject: [PATCH 18/33] build(deps-dev): bump jest-environment-jsdom from 28.1.0 to 28.1.1 Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.1.0 to 28.1.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v28.1.1/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 994321ea..498c1f65 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-plugin-prettier": "4.0.0", "husky": "8.0.1", "jest": "28.1.1", - "jest-environment-jsdom": "28.1.0", + "jest-environment-jsdom": "28.1.1", "lint-staged": "13.0.0", "pinst": "3.0.0", "preact": "10.7.3", From f8255618fbd48be584034ffab119acc0c95be88d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 04:04:07 +0000 Subject: [PATCH 19/33] build(deps-dev): bump lint-staged from 13.0.0 to 13.0.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.0 to 13.0.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.0.0...v13.0.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f09e5fe3..322ff567 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "8.0.1", "jest": "28.1.1", "jest-environment-jsdom": "28.1.1", - "lint-staged": "13.0.0", + "lint-staged": "13.0.1", "pinst": "3.0.0", "preact": "10.7.3", "prettier": "2.6.2", From e6ce95bbbb38f7e02212e51e4222b789f65a3903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 04:04:43 +0000 Subject: [PATCH 20/33] build(deps-dev): bump @typescript-eslint/parser from 5.27.1 to 5.28.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.27.1 to 5.28.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.28.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 322ff567..cb129698 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@rollup/plugin-node-resolve": "13.3.0", "@size-limit/preset-big-lib": "7.0.8", "@types/react": "18.0.12", - "@typescript-eslint/parser": "5.27.1", + "@typescript-eslint/parser": "5.28.0", "benchmark": "2.1.4", "dtslint": "4.2.1", "eslint": "8.17.0", From b0ef75bd1f051ff01229a264326502d0f13b5def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 04:03:44 +0000 Subject: [PATCH 21/33] build(deps-dev): bump prettier from 2.6.2 to 2.7.0 Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.6.2...2.7.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb129698..03cf447c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "lint-staged": "13.0.1", "pinst": "3.0.0", "preact": "10.7.3", - "prettier": "2.6.2", + "prettier": "2.7.0", "react": "18.1.0", "react-dom": "18.1.0", "rimraf": "3.0.2", From 4e55b07bfdcfeb013a574f296fd9766f2edb048d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 04:07:22 +0000 Subject: [PATCH 22/33] build(deps-dev): bump preact from 10.7.3 to 10.8.0 Bumps [preact](https://github.com/preactjs/preact) from 10.7.3 to 10.8.0. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.7.3...10.8.0) --- updated-dependencies: - dependency-name: preact dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03cf447c..b963b8d2 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jest-environment-jsdom": "28.1.1", "lint-staged": "13.0.1", "pinst": "3.0.0", - "preact": "10.7.3", + "preact": "10.8.0", "prettier": "2.7.0", "react": "18.1.0", "react-dom": "18.1.0", From a1b1b82c40875086fddda0cc9d3238e4357fcd7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 04:08:05 +0000 Subject: [PATCH 23/33] build(deps-dev): bump react from 18.1.0 to 18.2.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.1.0 to 18.2.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03cf447c..4a990e04 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "pinst": "3.0.0", "preact": "10.7.3", "prettier": "2.7.0", - "react": "18.1.0", + "react": "18.2.0", "react-dom": "18.1.0", "rimraf": "3.0.2", "rollup": "2.75.6", From 99b21dbb6db9458f6e9626711b9ec221fc1d25a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 04:04:17 +0000 Subject: [PATCH 24/33] build(deps-dev): bump react-dom from 18.1.0 to 18.2.0 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.1.0 to 18.2.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b6bc9c6..9d40306f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "preact": "10.8.0", "prettier": "2.7.0", "react": "18.2.0", - "react-dom": "18.1.0", + "react-dom": "18.2.0", "rimraf": "3.0.2", "rollup": "2.75.6", "rollup-plugin-terser": "7.0.2", From f37f8326cbb5831235fc859721e7228dc228d80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 04:04:15 +0000 Subject: [PATCH 25/33] build(deps-dev): bump preact from 10.8.0 to 10.8.1 Bumps [preact](https://github.com/preactjs/preact) from 10.8.0 to 10.8.1. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.8.0...10.8.1) --- updated-dependencies: - dependency-name: preact dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d40306f..677e0150 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jest-environment-jsdom": "28.1.1", "lint-staged": "13.0.1", "pinst": "3.0.0", - "preact": "10.8.0", + "preact": "10.8.1", "prettier": "2.7.0", "react": "18.2.0", "react-dom": "18.2.0", From e4de9cc8ca87c42b6a737e9b737b1c0bb581cf15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 04:04:25 +0000 Subject: [PATCH 26/33] build(deps-dev): bump @types/react from 18.0.12 to 18.0.14 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.12 to 18.0.14. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d40306f..f8920970 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@rollup/plugin-commonjs": "22.0.0", "@rollup/plugin-node-resolve": "13.3.0", "@size-limit/preset-big-lib": "7.0.8", - "@types/react": "18.0.12", + "@types/react": "18.0.14", "@typescript-eslint/parser": "5.28.0", "benchmark": "2.1.4", "dtslint": "4.2.1", From af65b10053fbc08aac4668c290da5b5319e40baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 04:08:21 +0000 Subject: [PATCH 27/33] build(deps-dev): bump prettier from 2.7.0 to 2.7.1 Bumps [prettier](https://github.com/prettier/prettier) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.7.0...2.7.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 677e0150..f5db0003 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "lint-staged": "13.0.1", "pinst": "3.0.0", "preact": "10.8.1", - "prettier": "2.7.0", + "prettier": "2.7.1", "react": "18.2.0", "react-dom": "18.2.0", "rimraf": "3.0.2", From ade0cd1cbf8775e013dcd7b13ecda70089dbbe39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 04:08:25 +0000 Subject: [PATCH 28/33] build(deps-dev): bump lint-staged from 13.0.1 to 13.0.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.0.1...v13.0.2) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 677e0150..0c1c7eb9 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "8.0.1", "jest": "28.1.1", "jest-environment-jsdom": "28.1.1", - "lint-staged": "13.0.1", + "lint-staged": "13.0.2", "pinst": "3.0.0", "preact": "10.8.1", "prettier": "2.7.0", From e77b005648cadb5949b671ec2395a0885b588240 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 18 Jun 2022 15:33:14 -0400 Subject: [PATCH 29/33] build(package): upgrade devDependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit eslint 8.17.0 → 8.18.0 typescript 4.7.3 → 4.7.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bccf8037..33c776b6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/parser": "5.28.0", "benchmark": "2.1.4", "dtslint": "4.2.1", - "eslint": "8.17.0", + "eslint": "8.18.0", "eslint-plugin-prettier": "4.0.0", "husky": "8.0.1", "jest": "28.1.1", @@ -74,7 +74,7 @@ "rollup": "2.75.6", "rollup-plugin-terser": "7.0.2", "size-limit": "7.0.8", - "typescript": "4.7.3" + "typescript": "4.7.4" }, "peerDependencies": { "react": "0.14 || 15 || 16 || 17 || 18" From 6eeb15606f1e83c988b9cd1303e7db698cec3c97 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 18 Jun 2022 15:36:10 -0400 Subject: [PATCH 30/33] build(package): bump html-dom-parser from 1.2.0 to 2.0.0 BREAKING CHANGE: remove Internet Explorer (IE) support Internet Explorer has been retired on 2022-06-15 https://github.com/remarkablemark/html-dom-parser/pull/302 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33c776b6..c4d8f543 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ], "dependencies": { "domhandler": "4.3.1", - "html-dom-parser": "1.2.0", + "html-dom-parser": "2.0.0", "react-property": "2.0.0", "style-to-js": "1.1.1" }, From e41dadb8c1e894d53ebe24f04f4780a4f8e84b89 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 18 Jun 2022 15:37:57 -0400 Subject: [PATCH 31/33] docs(readme): document Internet Explorer is no longer supported --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 26c4e256..8da3e882 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ parse('

Hello, World!

'); // React.createElement('p', {}, 'Hello, World!') - [htmlparser2](#htmlparser2) - [trim](#trim) - [Migration](#migration) + - [v2.0.0](#v200) - [v1.0.0](#v100) - [FAQ](#faq) - [Is this XSS safe?](#is-this-xss-safe) @@ -370,6 +371,10 @@ parse('

', { trim: true }); // React.createElement('p') ## Migration +### v2.0.0 + +Since [v2.0.0](https://github.com/remarkablemark/html-react-parser/releases/tag/v2.0.0), Internet Explorer (IE) is no longer supported. + ### v1.0.0 TypeScript projects will need to update the types in [v1.0.0](https://github.com/remarkablemark/html-react-parser/releases/tag/v1.0.0). From 7ef82b8465eba2ca70b211500da4950a7b5a7f3b Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 18 Jun 2022 15:42:50 -0400 Subject: [PATCH 32/33] docs(readme): update CDN version of React to 18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26c4e256..aab8eaf3 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ yarn add html-react-parser ```html - +