-
Notifications
You must be signed in to change notification settings - Fork 95
Comparing changes
Open a pull request
base repository: xmldom/xmldom
base: 0.9.0
head repository: xmldom/xmldom
compare: 0.9.1
- 9 commits
- 13 files changed
- 4 contributors
Commits on Aug 29, 2024
-
chore(deps): update github/codeql-action action to v3.26.6 (#708)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.26.5` -> `v3.26.6` | --- ### Release Notes <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.26.6`](https://togithub.com/github/codeql-action/compare/v3.26.5...v3.26.6) [Compare Source](https://togithub.com/github/codeql-action/compare/v3.26.5...v3.26.6) </details> --- ### Configuration 📅 **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**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/xmldom/xmldom). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0937832 - Browse repository at this point
Copy the full SHA 0937832View commit details
Commits on Aug 30, 2024
-
chore: minimum tested node version is 14 (#710)
- drops node versions 10 and 12 from github actions, and add v22 - bumps `engines.node` to >=14 #495
Configuration menu - View commit details
-
Copy full SHA for a205cd2 - Browse repository at this point
Copy the full SHA a205cd2View commit details -
chore(deps): update dependency yauzl to v3 (#711)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yauzl](https://togithub.com/thejoshwolfe/yauzl) | [`2.10.0` -> `3.1.3`](https://renovatebot.com/diffs/npm/yauzl/2.10.0/3.1.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>thejoshwolfe/yauzl (yauzl)</summary> ### [`v3.1.3`](https://togithub.com/thejoshwolfe/yauzl/compare/3.1.2...3.1.3) [Compare Source](https://togithub.com/thejoshwolfe/yauzl/compare/3.1.2...3.1.3) ### [`v3.1.2`](https://togithub.com/thejoshwolfe/yauzl/compare/3.1.1...3.1.2) [Compare Source](https://togithub.com/thejoshwolfe/yauzl/compare/3.1.1...3.1.2) ### [`v3.1.1`](https://togithub.com/thejoshwolfe/yauzl/compare/3.1.0...3.1.1) [Compare Source](https://togithub.com/thejoshwolfe/yauzl/compare/3.1.0...3.1.1) ### [`v3.1.0`](https://togithub.com/thejoshwolfe/yauzl/compare/3.0.0...3.1.0) [Compare Source](https://togithub.com/thejoshwolfe/yauzl/compare/3.0.0...3.1.0) ### [`v3.0.0`](https://togithub.com/thejoshwolfe/yauzl/compare/2.10.0...3.0.0) [Compare Source](https://togithub.com/thejoshwolfe/yauzl/compare/2.10.0...3.0.0) </details> --- ### Configuration 📅 **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**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/xmldom/xmldom). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian Bewernitz <coder@karfau.de>
Configuration menu - View commit details
-
Copy full SHA for 4876807 - Browse repository at this point
Copy the full SHA 4876807View commit details -
fix(types): DOMParser.parseFromString requires mimeType as second arg…
…ument (#713) Based on the spec and the current implementation the second argument of DOMParser.parseFromString is not optional and doesn't have a default value. https://github.com/xmldom/xmldom/blob/9f9a74850a7c929dfd82462e9720a12097bbf426/lib/dom-parser.js#L215 https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString https://html.spec.whatwg.org/#dom-domparser-parsefromstring-dev This fixes types for changes made in https://github.com/xmldom/xmldom/releases/tag/0.9.0 Previous release https://github.com/xmldom/xmldom/releases/tag/0.8.10 allowed `mimeType` as optional.
Configuration menu - View commit details
-
Copy full SHA for b1f133c - Browse repository at this point
Copy the full SHA b1f133cView commit details -
fix: correct spelling of
isHTMLMimeType
in type definition (#715)* Fixes #712 Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
Configuration menu - View commit details
-
Copy full SHA for 3f570aa - Browse repository at this point
Copy the full SHA 3f570aaView commit details -
chore(deps): update actions/upload-artifact action to v4.4.0 (#716)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | minor | `v4.3.6` -> `v4.4.0` | --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v4.4.0`](https://togithub.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) </details> --- ### Configuration 📅 **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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/xmldom/xmldom). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b862d13 - Browse repository at this point
Copy the full SHA b862d13View commit details
Commits on Sep 5, 2024
-
fix: sync types with exports (#717)
- [x] `DOMExceptionName` - [x] convert enums `MIME_TYPE` and `NAMESPACE` to `var` and literal type to reflect actual code - [x] widen function parameters from enums to strings - [x] `hasDefaultHTMLNamespace` - [x] dropped `/// <reference lib="dom" />` (added `@types/node` to examples for `console` and `process.exit`) - [x] `DOMImplementation`, `Document`, `Node`, `DocumentType` - [x] `NodeList`, `LiveNodeList` - [x] `Element`, `Attr`, `NamedNodeMap` - [x] `CharacterData`, `CDATASection`, `Comment`, `Text` - [x] `DocumentFragment` - [x] `EntityReference`, `Entity`, `Notation`, `ProcessingInstruction` fixes #285 fixes #695
Configuration menu - View commit details
-
Copy full SHA for ba39faa - Browse repository at this point
Copy the full SHA ba39faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0451356 - Browse repository at this point
Copy the full SHA 0451356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326e703 - Browse repository at this point
Copy the full SHA 326e703View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.9.0...0.9.1