Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

This PR contains the following updates:

Package Change Age Confidence
yaml (source) 2.4.1 -> 2.8.2 age confidence

Release Notes

eemeli/yaml (yaml)

v2.8.2

Compare Source

v2.8.1

Compare Source

  • Preserve empty block literals (#​634)

v2.8.0

Compare Source

  • Add node cache for faster alias resolution (#​612)
  • Re-introduce compatibility with Node.js 14.6 (#​614)
  • Add --merge option to CLI tool (#​611)
  • Improve error for tag resolution error on null value (#​616)
  • Allow empty string as plain scalar representation, for failsafe schema (#​616)
  • docs: include cli example (#​617)

v2.7.1

Compare Source

  • Do not allow seq with single-line collection value on same line with map key (#​603)
  • Improve warning & avoid TypeError on bad YAML 1.1 nodes (#​610)

v2.7.0

Compare Source

The library is now available on JSR as @​eemeli/yaml and on deno.land/x as yaml. In addition to Node.js and browsers, it should work in Deno, Bun, and Cloudflare Workers.

  • Use .ts extension in all relative imports (#​591)
  • Ignore newline after block seq indicator as space before value (#​590)
  • Require Node.js 14.18 or later (was 14.6) (#​598)

v2.6.1

Compare Source

  • Do not strip :00 seconds from !!timestamp values (#​578, with thanks to @​qraynaud)
  • Tighten regexp for JSON !!bool (#​587, with thanks to @​vra5107)
  • Default to literal block scalar if folded would overflow (#​585)

v2.6.0

Compare Source

  • Use a proper tag for !!merge << keys (#​580)
  • Add stringKeys parse option (#​581)
  • Stringify a Document as a Document (#​576)
  • Add sponsorship by Manifest

v2.5.1

Compare Source

  • Include range in flow sequence pair maps (#​573)

v2.5.0

Compare Source

  • Add --indent option to CLI tool (#​559, with thanks to @​danielbayley)
  • Require newline in all cases for props on block sequence (#​557)
  • Always reset indentation in lexer on ... (#​558)
  • Ignore minContentWidth if greater than lineWidth (#​562)
  • Drop unused Collection.maxFlowStringSingleLineLength (#​522, #​421)

v2.4.5

Compare Source

v2.4.4

Compare Source

With special thanks to @​RedCMD for finding and reporting all of the following:

  • Allow comment after top-level block scalar with explicit indent indicator (#​547)
  • Allow tab as indent for line comments before nodes (#​548)
  • Do not allow tab before block collection (#​549)
  • In flow collections, allow []{} immediately after : with plain key (#​550)
  • Require indentation for ? explicit-key contents (#​551)
  • Require indentation from block scalar header & flow collections in mapping values (#​553)

v2.4.3

Compare Source

  • Improve error when parsing a non-string value (#​459)
  • Do not parse -.NaN or +.nan as NaN (#​546)
  • Support # within %TAG prefixes with trailing #comments
  • Check for non-node complex keys when stringifying with simpleKeys (#​541)

v2.4.2

Compare Source

  • Restrict YAML 1.1 boolean strings to their explicit capitalization (#​530)
  • Add sponsorship by Scipress (#​536)

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/yaml-2.x-lockfile branch from f89e0e3 to 91f42f6 Compare July 24, 2024 20:47
@renovate renovate bot changed the title fix(deps): update dependency yaml to v2.4.5 fix(deps): update dependency yaml to v2.5.0 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x-lockfile branch from 91f42f6 to 5d0bacd Compare August 19, 2024 19:53
@renovate renovate bot changed the title fix(deps): update dependency yaml to v2.5.0 fix(deps): update dependency yaml to v2.5.1 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x-lockfile branch from 5d0bacd to a51937b Compare September 4, 2024 05:39
@renovate renovate bot changed the title fix(deps): update dependency yaml to v2.5.1 fix(deps): update dependency yaml to v2.6.0 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x-lockfile branch 2 times, most recently from 325c717 to 00669d0 Compare October 18, 2024 17:06
@renovate renovate bot changed the title fix(deps): update dependency yaml to v2.6.0 fix(deps): update dependency yaml to v2.6.1 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x-lockfile branch from 00669d0 to 4d30de7 Compare November 20, 2024 05:37
@renovate renovate bot changed the title fix(deps): update dependency yaml to v2.6.1 fix(deps): update dependency yaml to v2.7.0 Dec 31, 2024
@renovate renovate bot force-pushed the renovate/yaml-2.x-lockfile branch from 4d30de7 to bbc5eb3 Compare December 31, 2024 11:39
@renovate renovate bot changed the title fix(deps): update dependency yaml to v2.7.0 fix(deps): update dependency yaml to v2.7.1 Mar 30, 2025
@renovate renovate bot force-pushed the renovate/yaml-2.x-lockfile branch from bbc5eb3 to a7a5b04 Compare March 30, 2025 15:50
@renovate renovate bot changed the title fix(deps): update dependency yaml to v2.7.1 fix(deps): update dependency yaml to v2.8.0 May 17, 2025
@renovate renovate bot force-pushed the renovate/yaml-2.x-lockfile branch from a7a5b04 to f45c563 Compare May 17, 2025 08:06
@renovate renovate bot changed the title fix(deps): update dependency yaml to v2.8.0 fix(deps): update dependency yaml to v2.8.1 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/yaml-2.x-lockfile branch from f45c563 to 303791b Compare August 6, 2025 03:29
@renovate renovate bot changed the title fix(deps): update dependency yaml to v2.8.1 chore(deps): update dependency yaml to v2.8.1 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/yaml-2.x-lockfile branch from 303791b to 80d141a Compare December 1, 2025 06:09
@renovate renovate bot changed the title chore(deps): update dependency yaml to v2.8.1 chore(deps): update dependency yaml to v2.8.2 Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant