chore(deps): update all non-major dependencies#9
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
69c12ff to
ff3ef44
Compare
3b8e53b to
f0765fe
Compare
1a8163f to
f942ef0
Compare
de822ec to
f80c218
Compare
f3f7ea2 to
214b50f
Compare
64d3127 to
aa7105b
Compare
ebb5fec to
5dd07d3
Compare
41d22f5 to
9864a71
Compare
cae098c to
6fa9243
Compare
4f98bd3 to
1e8bbd8
Compare
e13ede2 to
a03baac
Compare
af38287 to
e90bdf8
Compare
e90bdf8 to
c60264c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^20.9.3→^20.19.39^7.5.6→^7.7.1^0.8.10→^0.9.105.0.0→5.0.0.16.11.1→6.13.11.0.2→1.0.3^5.3.0→^5.6.2^0.5.5→^0.6.2^6.1.3→^6.1.7^7.0.1→^7.0.2^16.3.1→^16.6.18.54.0→8.57.1^14.0.0→^14.1.0^4.1.0→^4.1.11.1.1→1.3.0^2.41.5→^2.43.0^1.1.1→^1.1.23.1.0→3.8.3^17.0.0→^17.11.0^5.0.5→^5.0.10^7.5.4→^7.7.4^0.8.5→^0.10.0^5.3.2→^5.9.3^0.0.33→^0.0.34Release Notes
xmldom/xmldom (@xmldom/xmldom)
v0.9.10Compare Source
Fixed
XMLSerializer.serializeToString()(andNode.toString(),NodeList.toString()) now accept arequireWellFormedoption. When{ requireWellFormed: true }is passed, the serializer throwsInvalidStateErrorfor injection-prone node content, preventing XML injection via attacker-controlled node data.GHSA-j759-j44w-7fr8GHSA-x6wf-f3px-wcqxGHSA-f6ww-3ggp-fr8hdatacontains--anywhere, ends with-, or contains characters outside the XMLCharproduction:or matchesxml(case-insensitive), ordatacontains characters outside the XMLCharproduction or contains?>publicIdfailsPubidLiteral,systemIdfailsSystemLiteral, orinternalSubsetcontains]>XMLSerializer.serializeToString(),Node.prototype.normalize(),Node.prototype.cloneNode(true),Document.prototype.importNode(node, true),node.textContentgetter,getElementsByTagName()/getElementsByTagNameNS()/getElementsByClassName()/getElementById(),Node.prototype.isEqualNode()) are now iterative. Previously, deeply nested DOM trees would exhaust the JavaScript call stack and throw an unrecoverableRangeError.GHSA-2v35-w6hq-6mfwisEqualNodenow correctly returnsfalsefor CDATASection nodes with differentdataDeprecated
splitCDATASectionsserializer option is deprecated and will be removed in the next breaking release. The automatic splitting of"]]>"inCDATASectiondata was introduced as a workaround; userequireWellFormed: trueor ensureCDATASectiondata does not contain"]]>"before serialization.Chore
Thank you,
@Jvr2022,
@praveen-kv,
@TharVid,
@decsecre583,
@tlsbollei,
@KarimTantawey,
for your contributions
v0.9.9Compare Source
Added
ParentNode.childrengetter#960/#410Fixed
createCDATASectionnow throwsInvalidCharacterErrorwhendatacontains"]]>", as required by the WHATWG DOM spec.GHSA-wh4c-j3r5-mjhpXMLSerializernow splits CDATASection nodes whose data contains"]]>"into adjacent CDATA sections at serialization time, preventing XML injection via mutation methods (appendData,replaceData,.data =,.textContent =).GHSA-wh4c-j3r5-mjhpNode.contains#931Code that passes a string containing
"]]>"tocreateCDATASectionand relied on the previously unsafe behavior will now receiveInvalidCharacterError. Use a mutation method such asappendDataif you intentionally need"]]>"in a CDATASection node's data.Chore
Thank you,
@stevenobiajulu,
@yoshi389111,
@thesmartshadow,
for your contributions
v0.9.8Compare Source
Fixed
#839/#838#847/#838Chore
#845Thank you,
@kboshold,
@Ponynjaa,
for your contributions.
v0.9.7Compare Source
Added
hasAttributes#804Fixed
#802/#803#817/#819Performance
DOM.compareDocumentPosition#805Chore
Thank you,
@zorkow,
@Ponynjaa,
@WesselKroos,
for your contributions.
v0.9.6Compare Source
Fixed
#790/#794/#797Chore
#792Thank you, @eglitise, for your contributions.
v0.9.5Compare Source
Fixed
#763/#766Thank you,
@mureinik,
for your contributions.
v0.9.4Compare Source
Fixed
#748/#760warning(#759)#754/#759Docs
#758Thank you,
@luffynando,
@mattiasw,
@JoinerDev,
for your contributions.
v0.9.3Compare Source
Fixed
NodeandProcessingInstructiontypes#725/#726getElements*methods returnLiveNodeList<Element>#731/#734Nodeprops#728, triggered by unclosed#724Docs
Chore
Thank you,
@Ponynjaa,
@ayZagen,
@sserdyuk,
@wydengyre,
@mykola-mokhnach,
@benkroeger,
for your contributions.
v0.9.2Compare Source
Feature
Element.getElementsByClassName#722Fixed
Document.documentElementandElement.tagName#721#720Thank you, @censujiang, @Mathias-S, for your contributions
v0.9.1Compare Source
Fixed
#713isHTMLMimeTypein type definition#715/#712#717/#285/#695Other
#710Thank you, @krystofwoldrich, @marvinruder, @amacneil, @defunctzombie,
@tjhorner, @danon, for your contributions
v0.9.0Compare Source
Features
#637/#40#634/#633Fixed
#692#554#550Other
#556#697#546#524#566#644#511Thank you, @kboshold, @edi9999, @apupier,
@shunkica, @homer0, @jhauga,
@UdayKharatmol, for your contributions
v0.8.13Compare Source
Fixed
XMLSerializer.serializeToString()(andNode.toString(),NodeList.toString()) now accept arequireWellFormedoption (fourth argument, afterisHtmlandnodeFilter). When{ requireWellFormed: true }is passed, the serializer throwsInvalidStateErrorfor injection-prone node content, preventing XML injection via attacker-controlled node data.GHSA-j759-j44w-7fr8GHSA-x6wf-f3px-wcqxGHSA-f6ww-3ggp-fr8hdatacontains-->datacontains?>publicIdfailsPubidLiteral,systemIdfailsSystemLiteral, orinternalSubsetcontains]>XMLSerializer.serializeToString(),Node.prototype.normalize(),Node.prototype.cloneNode(true),Document.prototype.importNode(node, true),node.textContentgetter,getElementsByTagName()/getElementsByTagNameNS()/getElementsByClassName()/getElementById()) are now iterative. Previously, deeply nested DOM trees would exhaust the JavaScript call stack and throw an unrecoverableRangeError.GHSA-2v35-w6hq-6mfwThank you,
@Jvr2022,
@praveen-kv,
@TharVid,
@decsecre583,
@tlsbollei,
@KarimTantawey,
for your contributions
v0.8.12Compare Source
Fixed
#962/#42createCDATASectionnow throwsInvalidCharacterErrorwhendatacontains"]]>", as required by the WHATWG DOM spec.GHSA-wh4c-j3r5-mjhpXMLSerializernow splits CDATASection nodes whose data contains"]]>"into adjacent CDATA sections at serialization time, preventing XML injection via mutation methods (appendData,replaceData,.data =,.textContent =).GHSA-wh4c-j3r5-mjhpCode that passes a string containing
"]]>"tocreateCDATASectionand relied on the previously unsafe behavior will now receiveInvalidCharacterError. Use a mutation method such asappendDataif you intentionally need"]]>"in a CDATASection node's data.Thank you,
@thesmartshadow,
@stevenobiajulu,
for your contributions
v0.8.11Compare Source
Fixed
ownerDocumentwhen moving nodes between documents#933/#932Thank you, @shunkica, for your contributions
Finbuckle/Finbuckle.MultiTenant (Finbuckle.MultiTenant)
v6.13.1Bug Fixes
v6.13.0Features
Bug Fixes
v6.12.0Features
chalk/chalk (chalk)
v5.6.2Compare Source
v5.6.0Compare Source
a8f5bf7v5.5.0Compare Source
79ee2d3v5.4.1Compare Source
navigatornot definedReferenceError(#642)4ebb62dv5.4.0Compare Source
CIRCLECIenvironments to return level 3 color supportf838120unjs/changelogen (changelogen)
v0.6.2Compare Source
compare changes
🩹 Fixes
hideAuthorEmailarg (#275)📖 Documentation
🌊 Types
config.typesacceptbooleanvalue (#278)🏡 Chore
❤️ Contributors
v0.6.1Compare Source
compare changes
🩹 Fixes
cwdin more places before running commands (#266)🏡 Chore
✅ Tests
❤️ Contributors
v0.6.0Compare Source
compare changes
🚀 Enhancements
noAuthorsoption (#183)🩹 Fixes
httpsproto for author's github link (#225)httpsproto for author's github link in tests (#226)💅 Refactors
📦 Build
🏡 Chore
✅ Tests
❤️ Contributors
v0.5.7Compare Source
compare changes
🩹 Fixes
+for canary suffix (#224)❤️ Contributors
v0.5.6Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
💅 Refactors
execawithexecSync(#222)🏡 Chore
❤️ Contributors
unjs/defu (defu)
v6.1.7Compare Source
compare changes
🩹 Fixes
📦 Build
typesexport entry (#160)❤️ Contributors
v6.1.6Compare Source
compare changes
📦 Build
❤️ Contributors
v6.1.5Compare Source
compare changes
🩹 Fixes
__proto__in defaults (#156)🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
v6.1.4Compare Source
compare changes
🩹 Fixes
Moduletype (#121)💅 Refactors
isPlainObjectto_utilsto allow testing (e922a16)isPlainObjectlogic more readable (e458b63)📖 Documentation
🏡 Chore
skipLipCheckfor type tests (7c7a9a4)✅ Tests
❤️ Contributors
sindresorhus/detect-indent (detect-indent)
v7.0.2Compare Source
8c39c07motdotla/dotenv (dotenv)
v16.6.1Compare Source
Changed
quietto true – hiding the runtime log message (#874)config({ quiet: true })to suppress.require('dotenv').config()forrequire('@​dotenvx/dotenvx').config().v16.6.0Compare Source
Added
[dotenv@16.6.0] injecting env (1) from .env(#870){ quiet: true }to suppressv16.5.0Compare Source
Added
Changed
_logmethod. Use_debug#862v16.4.7Compare Source
Changed
.tapfolder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6Compare Source
Changed
v16.4.5Compare Source
Changed
pathoption. return to historical behavior: do not attempt to auto find.envifpathset. (regression was introduced in16.4.3) #814v16.4.4Compare Source
Changed
?.with old school&&(fixing node 12 failures) #812v16.4.3Compare Source
Changed
pathoption. return to historical behavior: do not attempt to auto find.envifpathset. (regression was introduced in16.4.3) #814v16.4.2Compare Source
Changed
dotenvx.comv16.4.1Compare Source
pathoption #797v16.4.0Compare Source
error.codeto error messages around.env.vaultdecryption handling #795.env.vaultfile when filename(s) passed as an array #784v16.3.2Compare Source
Added
Changed
populate#792eslint/eslint (eslint)
v8.57.1Compare Source
v8.57.0Compare Source
v8.56.0Compare Source
v8.55.0Compare Source
sindresorhus/globby (globby)
v14.1.0Compare Source
isIgnoredByIgnoreFilesandisIgnoredByIgnoreFilesSyncfunctions (#269)cba8941v14.0.2Compare Source
f600250v14.0.1Compare Source
expandDirectories.extensionoption (#263)af5d1393a28601nodeca/js-yaml (js-yaml)
v4.1.1Compare Source
dchester/jsonpath (jsonpath)
v1.3.0Compare Source
v1.2.1Compare Source
v1.2.0Compare Source
webpro-nl/knip (knip)
v2.43.0Compare Source
a3a5fbb)d7a07a0)flowNodepos if available for export declarations (resolves #353) (9e89be6)v2.42.0Compare Source
c95e060)395c278)v2.41.6Compare Source
a69fa9e)76c5b26)622848a)babelOptionsin eslint plugin (resolves #357) (be9a14c)unjs/pathe (pathe)
v1.1.2Compare Source
compare changes
🩹 Fixes
/when calculating relative paths (#142)process.cwdbefore calling it (#147)🏡 Chore
❤️ Contributors
1.1.1 (2023-06-01)
Bug Fixes
typescondition to the front (#134) (78715ee)prettier/prettier (prettier)
v3.8.3Compare Source
v3.8.2Compare Source
v3.8.1Compare Source
v3.8.0Compare Source
diff
🔗 Release note
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
[diff](https://redirect.githu
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.