opencti
opencti copied to clipboard
Update dependency @xmldom/xmldom to v0.9.8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @xmldom/xmldom | 0.8.10 -> 0.9.8 |
Release Notes
xmldom/xmldom (@xmldom/xmldom)
v0.9.8
Fixed
- fix: replace \u2029 as part of normalizeLineEndings
#839/#838 - perf: speed up line detection
#847/#838
Chore
- updated dependencies
- drop jazzer and rxjs devDependencies
#845
Thank you, @kboshold, @Ponynjaa, for your contributions.
v0.9.7
Added
- Implementation of
hasAttributes#804
Fixed
- locator is now true even when other options are being used for the DOMParser
#802/#803 - allow case-insensitive DOCTYPE in HTML
#817/#819
Performance
- simplify
DOM.compareDocumentPosition#805
Chore
- updated devDependencies
Thank you, @zorkow, @Ponynjaa, @WesselKroos, for your contributions.
v0.9.6
Fixed
Chore
- updated devDependencies
- migrate renovate config
#792
Thank you, @eglitise, for your contributions.
v0.9.5
Fixed
Thank you, @mureinik, for your contributions.
v0.9.4
Fixed
- restore performance for large amount of child nodes
#748/#760 - types: correct error handler level to
warning(#759)#754/#759
Docs
- test: verify BOM handling
#758
Thank you, @luffynando, @mattiasw, @JoinerDev, for your contributions.
v0.9.3
Fixed
- restore more
NodeandProcessingInstructiontypes#725/#726 getElements*methods returnLiveNodeList<Element>#731/#734- Add more missing
Nodeprops#728, triggered by unclosed#724
Docs
- Update supported runtimes in readme (NodeJS >= 14.6 and other ES5 compatible runtimes)
Chore
- updates devDependencies
Thank you, @Ponynjaa, @ayZagen, @sserdyuk, @wydengyre, @mykola-mokhnach, @benkroeger, for your contributions.
v0.9.2
Feature
- add
Element.getElementsByClassName#722
Fixed
Thank you, @censujiang, @Mathias-S, for your contributions
v0.9.1
Fixed
- DOMParser.parseFromString requires mimeType as second argument
#713 - correct spelling of
isHTMLMimeTypein type definition#715/#712 - sync types with exports
#717/#285/#695
Other
- minimum tested node version is 14
#710
Thank you, @krystofwoldrich, @marvinruder, @amacneil, @defunctzombie, @tjhorner, @danon, for your contributions
v0.9.0
Features
- feat: expose all DOM level 2 element prototypes
#637/#40 - feat: add iterator function to NodeList and NamedNodeMap
#634/#633
Fixed
- parse empty/whitspace only doctype internal subset
#692 - avoid prototype clash in namespace prefix
#554 - report fatalError when doctype is inside elements
#550
Other
- test: add fuzz target and regression tests
#556 - chore: improve .gitignore and provide .envrc.template
#697 - chore: Apply security best practices
#546 - ci: check test coverage in PRs
#524 - docs: add missing commas to readme
#566 - docs: click to copy install command in readme
#644 - docs: enhance jsdoc comments
#511
Thank you, @kboshold, @edi9999, @apupier, @shunkica, @homer0, @jhauga, @UdayKharatmol, for your contributions
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Paris, 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 66.65%. Comparing base (56e0bc2) to head (999429b).
:warning: Report is 4 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #8849 +/- ##
==========================================
+ Coverage 66.62% 66.65% +0.02%
==========================================
Files 752 752
Lines 79666 79666
Branches 8569 8572 +3
==========================================
+ Hits 53081 53102 +21
+ Misses 26585 26564 -21
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
how do we move on with this PR ?
how do we move on with this PR ?
I don't remember why we have revert https://github.com/OpenCTI-Platform/opencti/pull/8791
From top of my head, we need to validate authentication with it (SAML/OpenId at least)
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.