bazel-contrib / setup-bazel

GitHub Action to configure Bazel
MIT License
16 stars 5 forks source link

Update dependency yaml to v2.4.1 #9

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yaml (source) 2.2.1 -> 2.4.1 age adoption passing confidence

Release Notes

eemeli/yaml (yaml) ### [`v2.4.1`](https://togithub.com/eemeli/yaml/compare/v2.4.0...4aa56d337dc5e286eb0c9111a3b370f21e321117) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.4.0...v2.4.1) ### [`v2.4.0`](https://togithub.com/eemeli/yaml/releases/tag/v2.4.0) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.3.4...v2.4.0) - Add a command-line tool ([#​523](https://togithub.com/eemeli/yaml/issues/523)) - Use the `lineWidth` option for line breaking in flow collections ([#​522](https://togithub.com/eemeli/yaml/issues/522)) ### [`v2.3.4`](https://togithub.com/eemeli/yaml/releases/tag/v2.3.4) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.3.3...v2.3.4) - Do not throw for carriage return in tag shorthand ([#​501](https://togithub.com/eemeli/yaml/issues/501)) ### [`v2.3.3`](https://togithub.com/eemeli/yaml/releases/tag/v2.3.3) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.3.2...v2.3.3) - Do not throw error on malformed URI escape in tag ([#​498](https://togithub.com/eemeli/yaml/issues/498)) ### [`v2.3.2`](https://togithub.com/eemeli/yaml/releases/tag/v2.3.2) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.3.1...v2.3.2) - Fix docs typo ([#​489](https://togithub.com/eemeli/yaml/issues/489)) - Do not require quotes for implicit keys with flow indicators ([#​494](https://togithub.com/eemeli/yaml/issues/494)) - Update Prettier to v3 & update ESLint config ### [`v2.3.1`](https://togithub.com/eemeli/yaml/releases/tag/v2.3.1) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.3.0...v2.3.1) - Drop npm from package.json `"engines"` config ([#​476](https://togithub.com/eemeli/yaml/issues/476)) ### [`v2.3.0`](https://togithub.com/eemeli/yaml/releases/tag/v2.3.0) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.2.2...v2.3.0) This release corresponds with the release of [`yaml-types`](https://togithub.com/eemeli/yaml-types) v0.2.0, an expanding library of custom tags or types for use with `yaml`. This release contains no changes from [v2.3.0-5](https://togithub.com/eemeli/yaml/releases/tag/v2.3.0-5), and the notes below include all changes from the v2.3.0-x prereleases. ##### Custom Tag Improvements - Add export of `createNode()` & `createPair()` to `'yaml/util'` ([#​457](https://togithub.com/eemeli/yaml/issues/457)) - Add static `from()` methods to simplify tag development, and otherwise make extending custom collections easier ([#​467](https://togithub.com/eemeli/yaml/issues/467)) ##### TypeScript Improvements - Add a second optional generic type argument `Strict` to `Document` instances. ([#​441](https://togithub.com/eemeli/yaml/issues/441)) - Add types exports for TypeScript ([#​463](https://togithub.com/eemeli/yaml/issues/463)) - Export `StringifyContext` type from `'yaml/util'` ([#​464](https://togithub.com/eemeli/yaml/issues/464)) ##### Other New Features - Add a `toJS(doc, options?)` method to nodes ([#​451](https://togithub.com/eemeli/yaml/issues/451), [#​458](https://togithub.com/eemeli/yaml/issues/458)) - Set explicit tag during `createNode()` for non-default tags ([#​464](https://togithub.com/eemeli/yaml/issues/464)) ##### Bugfixes - Use correct argument order when stringifying flow collection comments ([#​443](https://togithub.com/eemeli/yaml/issues/443)) - Improve first-line folding for block scalars ([#​422](https://togithub.com/eemeli/yaml/issues/422)) ### [`v2.2.2`](https://togithub.com/eemeli/yaml/releases/tag/v2.2.2) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.2.1...v2.2.2) This patch release includes a fix for an error that could be thrown in `parseDocument` for degenerate input. Otherwise, it's a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2: - Corner case failure in error pretty-printer ([CVE-2023-2251](https://togithub.com/advisories/GHSA-f9xv-q969-pqx4)) - Use correct argument order when stringifying flow collection comments ([#​443](https://togithub.com/eemeli/yaml/issues/443)) - First-line folding for block scalars ([#​422](https://togithub.com/eemeli/yaml/issues/422))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.