Skip to content

chore(deps): update dependency js-yaml@4 to v5.4.0 - #3641

Merged
kolaente merged 1 commit into
mainfrom
renovate/js-yaml4-5.x
Aug 28, 2026
Merged

chore(deps): update dependency js-yaml@4 to v5.4.0#3641
kolaente merged 1 commit into
mainfrom
renovate/js-yaml4-5.x

Conversation

@renovate

@renovate renovate Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
js-yaml@4 5.3.05.4.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nodeca/js-yaml (js-yaml@4)

v5.4.0

Compare Source

Added
  • Added the scalarStyleRules dumper option to customize string formatting.
    See Scalar styling for details.
Changed
  • [breaking] Flattened the low-level AST node style representation. Scalar
    and collection nodes now use SCALAR_STYLE and COLLECTION_STYLE values;
    explicit tags use the separate tagged property. Alias nodes now contain
    only kind and anchor. This only affects code that directly constructs or
    edits AST nodes.
  • [breaking] The sortKeys option was rewritten using AST mutation to avoid
    side effects.
  • Reworked scalar style selection. This can change formatting without changing
    loaded values; in particular, whitespace-only strings are now double-quoted.
Fixed
  • Accept a byte order mark at the start of each document in a stream, #​791.
  • Produce valid flow mappings with quoteFlowKeys and flowSkipColonSpace,
    including alias and property-only keys, #​786.
  • Preserve empty scalar items when converting block sequences to flow style.
  • Do not apply the 1024-character simple-key limit to flow mapping keys.
  • Count Unicode code points, rather than UTF-16 code units, for the
    1024-character simple-key limit.
  • Add an explicit document-end marker after keep-chomped block scalars when
    needed to preserve trailing newlines.

Configuration

📅 Schedule: (UTC)

  • 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.


  • 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 added the dependencies Pull requests that update a dependency file label Aug 28, 2026
@github-actions github-actions Bot added the area/internal-code Internal refactoring, cleanup, code-quality work label Aug 28, 2026
@github-actions

Copy link
Copy Markdown

Preview Deployment

Preview deployments for this PR are available at:

URL Tag Commit
https://pr-3641.preview.vikunja.dev ghcr.io/go-vikunja/vikunja:pr-3641 latest
https://sha-b0bcb309c727ea5f4928eba5416ba3b1103e75c5.preview.vikunja.dev ghcr.io/go-vikunja/vikunja:sha-b0bcb309c727ea5f4928eba5416ba3b1103e75c5 b0bcb30

The preview environment will start automatically on first visit. Subsequent pushes to this PR will update the pr-3641 image — the preview picks up the new version on restart. The per-commit URLs point to a specific version and will not change.

Run locally with Docker
docker pull ghcr.io/go-vikunja/vikunja:pr-3641
docker run -p 3456:3456 ghcr.io/go-vikunja/vikunja:pr-3641

Last updated for commit b0bcb30

@kolaente
kolaente merged commit 17ae15e into main Aug 28, 2026
46 checks passed
@kolaente
kolaente deleted the renovate/js-yaml4-5.x branch August 28, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/internal-code Internal refactoring, cleanup, code-quality work dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant