fix(deps): update dependency js-yaml to v5 - #1350
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
June 24, 2026 05:15
2fec6fd to
548604b
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
June 26, 2026 02:56
548604b to
171c3bc
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
June 29, 2026 08:13
171c3bc to
40b8e7b
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
June 29, 2026 20:47
40b8e7b to
e380119
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
June 30, 2026 06:11
e380119 to
b406e0c
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 2, 2026 21:04
b406e0c to
16b1f2e
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 5, 2026 01:49
16b1f2e to
0eb2abe
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 6, 2026 05:58
0eb2abe to
6dc5adf
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 11, 2026 07:50
6dc5adf to
dfa1636
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 13, 2026 23:59
dfa1636 to
736f270
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 14, 2026 00:04
736f270 to
f0a4742
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 14, 2026 06:17
f0a4742 to
057ca69
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 14, 2026 09:00
057ca69 to
90a5f02
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 27, 2026 01:27
85cf4b8 to
e307e55
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 27, 2026 05:31
e307e55 to
f09708e
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 29, 2026 21:47
f09708e to
62a9146
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
July 31, 2026 23:13
62a9146 to
df43b11
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
August 2, 2026 05:56
df43b11 to
59e04c6
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
August 3, 2026 02:54
59e04c6 to
d2483ec
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
August 3, 2026 21:05
d2483ec to
d8415ce
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
August 4, 2026 06:46
d8415ce to
f3e1856
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
August 7, 2026 12:36
f3e1856 to
fcc8666
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
August 8, 2026 12:42
fcc8666 to
167ccc0
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
August 10, 2026 05:03
167ccc0 to
fc4e786
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
August 16, 2026 16:57
fc4e786 to
25228a4
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
August 17, 2026 05:50
25228a4 to
fce801f
Compare
renovate
Bot
force-pushed
the
renovate/js-yaml-5.x
branch
from
August 17, 2026 10:35
fce801f to
af1d274
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:
4.3.1→5.3.0Release Notes
nodeca/js-yaml (js-yaml)
v5.3.0Compare Source
This release focuses on reworking the documentation and making small
architectural improvements before moving forward.
Added
DUMP_SCHEMA, the default schema used by the dumper.YAMLException.throwAt()for throwing an error at a source position.Changed
EVENT_ID,SCALAR_STYLE,COLLECTION_STYLE, andCHOMPING_MODE, along with their value types. The oldexports are still preserved, but deprecated.
identifymandatory for custom tag definitions. Useidentify: () => falsefor load-only tags.Deprecated
Removed
MERGE_KEYexport (not used anymore after last fixes).Fixed
<<sequence items at merge time, so aliased merge sources arechecked too.
<<outside of a mapping key as the plain string'<<', matchingv4, instead of leaking an internal symbol into the result.
v5.2.3Compare Source
Fixed
!!timestampyears 0000-0099 correctly, #775.unpaired mapping event streams, #784.
parsed AST through
present();dump()and loading are unaffected, #780.v5.2.2Compare Source
Fixed
Security
v5.2.1Compare Source
Fixed
Mapsupport to !!omap (should work whenrealMapTagused)Security
addItem. Regression from v5(usually not critical, because YAML11_SCHEMA is not default anymore).
v5.2.0Compare Source
Added
maxTotalMergeKeys(10000) loader option to limit the total number ofkeys processed by YAML merge (
<<) across oneload()/loadAll()call.maxAliases(-1) loader option to limit the number of YAML aliases perdocument.
Removed
maxMergeSeqLengthreplaced withmaxTotalMergeKeysfor limiting YAML mergeprocessing.
Fixed
1e21)v5.1.0Compare Source
Added
different result value.
Changed
quoteStylenow selects the preferred quote style; use therestored
forceQuotesoption to force quoting non-key strings.v5.0.0Compare Source
Added
JSON_SCHEMAandCORE_SCHEMAwith spec-compliant scalar resolutionrules, and added
YAML11_SCHEMA.realMapTagfor lossless mappings with non-string and complex keys.Object-based mappings now reject complex keys instead of stringifying them.
dump()transformoption for changing the generated AST beforerendering.
dump()optionsseqInlineFirst,flowBracketPadding,flowSkipCommaSpace,flowSkipColonSpace,quoteFlowKeys,quoteStyleandtagBeforeAnchor.test set.
Changed
exports.
CORE_SCHEMA(loader default),JSON_SCHEMA,FAILSAFE_SCHEMA.YAML11_SCHEMA, a combination of all YAML 1.1 tags (YAML 1.1 does notspecify a schema, only "types").
load/dumpdefault behaviour is now specified exactly via schemas:loadusesCORE_SCHEMA, without!!mergeby default.dumpusesYAML11_SCHEMA+CORE_SCHEMAfor the quoting check, toguarantee backward compatibility by default.
!!setis now loaded as a JavaScriptSet.TypeAPI with a tags API. Similar, but more precise andsimpler. See examples for details. Tags can be defined via
defineScalarTag(),defineSequenceTag()anddefineMappingTag(), or as aspread + override of an existing tag.
Schema.extend()toSchema.withTags().markers, block keys, multiline scalars, tag syntax and other things.
load()now throws on empty input instead of returningundefined.js-yaml/browserexport.loadAllsignature with an iterator (still works, but is acandidate for removal).
Removed
safeLoad(),safeLoadAll()andsafeDump()exports.DEFAULT_SCHEMAand the nestedtypesexport.onWarning,legacyandlistener.styles,replacer,noCompatMode,condenseFlow,quotingTypeandforceQuotes. RenamednoArrayIndenttoseqNoIndent.Formatting and representation are now configured through presenter options,
schemas and tag definitions. See migration guide on how to replace.
lib/.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.