Update dependency js-yaml to v4.1.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
js-yaml | dependencies | minor | 4.0.0 -> 4.1.0 |
Release Notes
nodeca/js-yaml
v4.1.0
Added
- Types are now exported as
yaml.types.XXX
. - Every type now has
options
property with original arguments kept as they were (seeyaml.types.int.options
as an example).
Changed
-
Schema.extend()
now keeps old type order in case of conflicts (e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered asabcd
instead ofcbad
).
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.
Edited by Botaniker (Bot)