Skip to content

build(deps): bump js-yaml, @oclif/core and @oclif/test#1361

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-3eddeb9228
Closed

build(deps): bump js-yaml, @oclif/core and @oclif/test#1361
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-3eddeb9228

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps js-yaml to 4.3.0 and updates ancestor dependencies js-yaml, @oclif/core and @oclif/test. These dependencies need to be updated together.

Updates js-yaml from 4.1.1 to 4.3.0

Changelog

Sourced from js-yaml's changelog.

4.3.0, 3.15.0 - 2026-06-27

Security

  • Backported maxTotalMergeKeys option.

[5.2.0] - 2026-06-26

Added

  • Added maxTotalMergeKeys (10000) loader option to limit the total number of keys processed by YAML merge (<<) across one load() / loadAll() call.
  • Added maxAliases (-1) loader option to limit the number of YAML aliases per document.

Removed

  • maxMergeSeqLength replaced with maxTotalMergeKeys for limiting YAML merge processing.

Fixed

  • Round-trip of integers with exponential form (>= 1e21)

[5.1.0] - 2026-06-23

Added

  • Collection tags can finalize an incrementally populated carrier into a different result value.

Changed

  • [breaking] quoteStyle now selects the preferred quote style; use the restored forceQuotes option to force quoting non-key strings.

[5.0.0] - 2026-06-20

Added

  • Added named exports for schemas, tags, parser events and AST utilities.
  • Reworked JSON_SCHEMA and CORE_SCHEMA with spec-compliant scalar resolution rules, and added YAML11_SCHEMA.
  • Added realMapTag for lossless mappings with non-string and complex keys. Object-based mappings now reject complex keys instead of stringifying them.
  • Added dump() transform option for changing the generated AST before rendering.
  • Added dump() options seqInlineFirst, flowBracketPadding, flowSkipCommaSpace, flowSkipColonSpace, quoteFlowKeys, quoteStyle and tagBeforeAnchor.
  • Added formal data layers (events and AST) for modular data pipelines.
    • Added low-level parser (to events), presenter and visitor APIs.
  • Added the YAML Test Suite to the test set.

Changed

  • See the migration guide for upgrade notes.
  • Rewritten in TypeScript and reorganized the public API around flat named exports.

... (truncated)

Commits
  • 33d05b5 4.3.0 released
  • 663bfab Drop demo publish, to not override new v5 one.
  • 1cb8c7b Add v4-legacy tag for publish
  • 02f27af Restore umd builds back to es5
  • 8be84ed Fix es5 compatibility
  • 59423c6 Replace maxMergeSeqLength option with maxTotalMergeKeys (more robust). Ba...
  • 6842ef6 doc polish
  • 590dbab 4.2.0 released
  • f944dc5 Add package.json funding field
  • f692719 Changelog update
  • Additional commits viewable in compare view

Updates @oclif/core from 3.19.1 to 4.11.14

Release notes

Sourced from @​oclif/core's releases.

4.11.14

Bug Fixes

  • deps: bump @​sigstore/core from 3.2.0 to 3.2.1 (b45271f)

4.11.13

Bug Fixes

  • deps: bump sigstore from 4.1.0 to 4.1.1 (5d7fe54)

4.11.12

Bug Fixes

  • deps: bump @​sigstore/verify from 3.1.0 to 3.1.1 (e00068f)

4.11.11

Bug Fixes

  • deps: bump undici from 6.25.0 to 6.27.0 (319945a)

4.11.10

Bug Fixes

  • deps: bump tinyglobby from 0.2.16 to 0.2.17 (f941872)

4.11.9

Bug Fixes

  • deps: bump tar from 7.5.12 to 7.5.16 (153400e)

4.11.8

Bug Fixes

  • deps: bump @​babel/core from 7.23.0 to 7.29.7 (3e552ea)

4.11.7

Bug Fixes

  • include error message in --json output (2cb3a76), closes #1608

4.11.6

Bug Fixes

4.11.5

Bug Fixes

  • refactored shell identification code (a33c256)
  • test failure (a6ebe3e)

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

4.11.14 (2026-07-02)

Bug Fixes

  • deps: bump @​sigstore/core from 3.2.0 to 3.2.1 (b45271f)

4.11.13 (2026-07-02)

Bug Fixes

  • deps: bump sigstore from 4.1.0 to 4.1.1 (5d7fe54)

4.11.12 (2026-07-02)

Bug Fixes

  • deps: bump @​sigstore/verify from 3.1.0 to 3.1.1 (e00068f)

4.11.11 (2026-06-23)

Bug Fixes

  • deps: bump undici from 6.25.0 to 6.27.0 (319945a)

4.11.10 (2026-06-22)

Bug Fixes

  • deps: bump tinyglobby from 0.2.16 to 0.2.17 (f941872)

4.11.9 (2026-06-21)

Bug Fixes

... (truncated)

Commits
  • 2cd460c chore(release): 4.11.14 [skip ci]
  • ccc6cc6 Merge pull request #1623 from oclif/dependabot-npm_and_yarn-sigstore-core-3.2.1
  • b45271f fix(deps): bump @​sigstore/core from 3.2.0 to 3.2.1
  • 7dd3051 chore(release): 4.11.13 [skip ci]
  • 9e7c92d Merge pull request #1625 from oclif/dependabot-npm_and_yarn-sigstore-4.1.1
  • 5d7fe54 fix(deps): bump sigstore from 4.1.0 to 4.1.1
  • ef30012 chore(release): 4.11.12 [skip ci]
  • a88d867 Merge pull request #1624 from oclif/dependabot-npm_and_yarn-sigstore-verify-3...
  • e00068f fix(deps): bump @​sigstore/verify from 3.1.0 to 3.1.1
  • 87eeca3 chore(release): 4.11.11 [skip ci]
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @oclif/test from 3.1.14 to 4.1.20

Release notes

Sourced from @​oclif/test's releases.

4.1.20

Bug Fixes

  • deps: bump js-yaml from 4.1.1 to 4.2.0 (18815a3)

4.1.19

Bug Fixes

  • deps: bump esbuild from 0.28.0 to 0.28.1 (429ee9b)

4.1.18

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (5d3a6f6)

4.1.17

Bug Fixes

  • deps: bump flatted from 3.3.2 to 3.4.2 (842792a)

4.1.16

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (dab8924)

4.1.15

Bug Fixes

  • deps: bump js-yaml from 4.1.0 to 4.1.1 (f6eb102)

4.1.14

Bug Fixes

  • deps: bump debug from 4.4.1 to 4.4.3 (5d1ed0d)

4.1.13

Bug Fixes

  • deps: bump debug from 4.4.0 to 4.4.1 (fe3a4ca)

4.1.12

Bug Fixes

  • deps: bump ansis from 3.16.0 to 3.17.0 (3350a10)

4.1.11

Bug Fixes

  • deps: bump ansis from 3.14.0 to 3.16.0 (879720b)

... (truncated)

Changelog

Sourced from @​oclif/test's changelog.

4.1.20 (2026-06-21)

Bug Fixes

  • deps: bump js-yaml from 4.1.1 to 4.2.0 (18815a3)

4.1.19 (2026-06-13)

Bug Fixes

  • deps: bump esbuild from 0.28.0 to 0.28.1 (429ee9b)

4.1.18 (2026-04-05)

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (5d3a6f6)

4.1.17 (2026-03-21)

Bug Fixes

  • deps: bump flatted from 3.3.2 to 3.4.2 (842792a)

4.1.16 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (dab8924)

4.1.15 (2025-11-15)

Bug Fixes

... (truncated)

Commits
  • 0e496db chore(release): 4.1.20 [skip ci]
  • 472b851 Merge pull request #901 from oclif/dependabot-npm_and_yarn-js-yaml-4.2.0
  • 18815a3 fix(deps): bump js-yaml from 4.1.1 to 4.2.0
  • d0b3336 Merge pull request #900 from oclif/dependabot-npm_and_yarn-oclif-core-4.11.7
  • d865938 chore(dev-deps): bump @​oclif/core from 4.11.4 to 4.11.7
  • 73e241e Merge pull request #897 from oclif/dependabot-npm_and_yarn-prettier-3.8.4
  • 2b29091 chore(dev-deps): bump prettier from 3.8.3 to 3.8.4
  • aca6a9d Merge pull request #898 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 7d157f8 chore(dev-deps): bump eslint-config-oclif from 6.0.167 to 6.0.169
  • 59daaf0 chore(release): 4.1.19 [skip ci]
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.3.0 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [@oclif/core](https://github.com/oclif/core) and [@oclif/test](https://github.com/oclif/test). These dependencies need to be updated together.


Updates `js-yaml` from 4.1.1 to 4.3.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.1...4.3.0)

Updates `@oclif/core` from 3.19.1 to 4.11.14
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@3.19.1...4.11.14)

Updates `@oclif/test` from 3.1.14 to 4.1.20
- [Release notes](https://github.com/oclif/test/releases)
- [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
- [Commits](oclif/test@3.1.14...4.1.20)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.0
  dependency-type: indirect
- dependency-name: "@oclif/core"
  dependency-version: 4.11.14
  dependency-type: direct:production
- dependency-name: "@oclif/test"
  dependency-version: 4.1.20
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 8, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 8, 2026 17:36
auto-merge was automatically disabled July 16, 2026 12:12

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/multi-3eddeb9228 branch July 16, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant