@xmldom/xmldom
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -7,2 +7,16 @@ # Changelog | ||
## [0.9.6](https://github.com/xmldom/xmldom/compare/0.9.5...0.9.6) | ||
### Fixed | ||
- lower error level for unicode replacement character [`#790`](https://github.com/xmldom/xmldom/issues/790) / [`#794`](https://github.com/xmldom/xmldom/pull/794) / [`#797`](https://github.com/xmldom/xmldom/pull/797) | ||
### Chore | ||
- updated devDependencies | ||
- migrate renovate config [`#792`](https://github.com/xmldom/xmldom/pull/792) | ||
Thank you, [@eglitise](https://github.com/eglitise), for your contributions. | ||
## [0.9.5](https://github.com/xmldom/xmldom/compare/0.9.4...0.9.5) | ||
@@ -9,0 +23,0 @@ |
@@ -52,3 +52,3 @@ 'use strict'; | ||
if (source.indexOf(g.UNICODE_REPLACEMENT_CHARACTER) >= 0) { | ||
return errorHandler.fatalError('Unicode replacement character detected, source encoding issues?'); | ||
errorHandler.warning('Unicode replacement character detected, source encoding issues?'); | ||
} | ||
@@ -55,0 +55,0 @@ |
{ | ||
"name": "@xmldom/xmldom", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@homer0/prettier-plugin-jsdoc": "9.0.2", | ||
"@homer0/prettier-plugin-jsdoc": "9.1.0", | ||
"@jazzer.js/core": "2.1.0", | ||
@@ -55,3 +55,3 @@ "@jazzer.js/jest-runner": "2.1.0", | ||
"eslint-plugin-es5": "1.5.0", | ||
"eslint-plugin-n": "17.11.1", | ||
"eslint-plugin-n": "17.14.0", | ||
"eslint-plugin-prettier": "5.2.1", | ||
@@ -62,6 +62,6 @@ "get-stream": "6.0.1", | ||
"np": "8.0.4", | ||
"prettier": "3.3.3", | ||
"prettier": "3.4.1", | ||
"rxjs": "7.8.1", | ||
"xmltest": "2.0.1", | ||
"yauzl": "3.1.3" | ||
"xmltest": "2.0.3", | ||
"yauzl": "3.2.0" | ||
}, | ||
@@ -68,0 +68,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
362336