Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps js-yaml from 3.14.1 to 3.14.2.

Changelog

Sourced from js-yaml's changelog.

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.

[4.1.0] - 2021-04-15

Added

  • Types are now exported as yaml.types.XXX.
  • Every type now has options property with original arguments kept as they were (see yaml.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 as abcd instead of cbad).

[4.0.0] - 2021-01-03

Changed

  • Check migration guide to see details for all breaking changes.
  • Breaking: "unsafe" tags !!js/function, !!js/regexp, !!js/undefined are moved to js-yaml-js-types package.
  • Breaking: removed safe* functions. Use load, loadAll, dump instead which are all now safe by default.
  • yaml.DEFAULT_SAFE_SCHEMA and yaml.DEFAULT_FULL_SCHEMA are removed, use yaml.DEFAULT_SCHEMA instead.
  • yaml.Schema.create(schema, tags) is removed, use schema.extend(tags) instead.
  • !!binary now always mapped to Uint8Array on load.
  • Reduced nesting of /lib folder.
  • Parse numbers according to YAML 1.2 instead of YAML 1.1 (01234 is now decimal, 0o1234 is octal, 1:23 is parsed as string instead of base60).
  • dump() no longer quotes :, [, ], (, ) except when necessary, #470, #557.
  • Line and column in exceptions are now formatted as (X:Y) instead of at line X, column Y (also present in compact format), #332.
  • Code snippet created in exceptions now contains multiple lines with line numbers.
  • dump() now serializes undefined as null in collections and removes keys with undefined in mappings, #571.
  • dump() with skipInvalid=true now serializes invalid items in collections as null.
  • Custom tags starting with ! are now dumped as !tag instead of !<!tag>, #576.
  • Custom tags starting with tag:yaml.org,2002: are now shorthanded using !!, #258.

Added

  • Added .mjs (es modules) support.
  • Added quotingType and forceQuotes options for dumper to configure string literal style, #290, #529.
  • Added styles: { '!!null': 'empty' } option for dumper (serializes { foo: null } as "foo: "), #570.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.14.1...3.14.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link

github-actions bot commented Nov 17, 2025

❌ Invalid pull request title

This pull request's title does not match the repository standards, and it cannot be automatically fixed. The error is:

No conventional commit type found. The allowed list is: Chore, CI, Docs, Feature, Fix, Refactor

Comment generated by the Pull Request Renamer workflow.

@github-actions github-actions bot enabled auto-merge (squash) November 17, 2025 21:44
@github-actions
Copy link

github-actions bot commented Nov 17, 2025

🧪 Package testing instructions

This pull request can be tested locally with the following command:

npx --yes "https://pkg.pr.new/igir@29eb923" [commands..] [options]

Comment generated by the Node.js Test Package workflow.

@github-actions
Copy link

github-actions bot commented Nov 20, 2025

✋ Dependency holds

A package*.json file changed in this pull request. As a notice, these dependencies are potentially being held back by the project's minimum supported Node.js version:

{
  "dependencies": {
    "node-gyp@11.5.0": {
      "12.0.0": "^20.17.0 || >=22.9.0",
      "12.1.0": "^20.17.0 || >=22.9.0"
    },
    "trash@9.0.0": {
      "10.0.0": ">=20",
      "10.0.1": ">=20"
    },
    "yargs@17.7.2": {
      "18.0.0": "^20.19.0 || ^22.12.0 || >=23"
    }
  },
  "devDependencies": {
    "@jest/globals@29.7.0": {
      "30.0.0": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.0.1": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.0.2": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.0.3": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.0.4": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.0.5": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.1.0": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.1.1": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.1.2": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.2.0": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
    },
    "eslint-plugin-jest@28.14.0": {
      "29.0.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.0.1": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.1.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.2.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.2.1": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.2.2": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.2.3": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.3.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.4.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.4.1": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.5.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.6.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.6.1": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.7.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.8.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.9.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.10.0": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.10.1": "^20.12.0 || ^22.0.0 || >=24.0.0",
      "29.11.0": "^20.12.0 || ^22.0.0 || >=24.0.0"
    },
    "eslint-plugin-jsdoc@50.8.0": {
      "51.0.0": ">=20.11.0",
      "51.0.1": ">=22",
      "51.0.2": ">=20.11.0",
      "51.0.3": ">=20.11.0",
      "51.0.4": ">=20.11.0",
      "51.0.5": ">=20.11.0",
      "51.0.6": ">=20.11.0",
      "51.0.7": ">=20.11.0",
      "51.1.0": ">=20.11.0",
      "51.1.1": ">=20.11.0",
      "51.1.2": ">=20.11.0",
      "51.1.3": ">=20.11.0",
      "51.2.0": ">=20.11.0",
      "51.2.1": ">=20.11.0",
      "51.2.2": ">=20.11.0",
      "51.2.3": ">=20.11.0",
      "51.3.0": ">=20.11.0",
      "51.3.1": ">=20.11.0",
      "51.3.2": ">=20.11.0",
      "51.3.3": ">=20.11.0",
      "51.3.4": ">=20.11.0",
      "51.4.0": ">=20.11.0",
      "51.4.1": ">=20.11.0",
      "52.0.0": ">=20.11.0",
      "52.0.1": ">=20.11.0",
      "52.0.2": ">=20.11.0",
      "52.0.3": ">=20.11.0",
      "52.0.4": ">=20.11.0",
      "53.0.0": ">=20.11.0",
      "53.0.1": ">=20.11.0",
      "54.0.0": ">=20.11.0",
      "54.1.0": ">=20.11.0",
      "54.1.1": ">=20.11.0",
      "54.2.0": ">=20.11.0",
      "54.2.1": ">=20.11.0",
      "54.3.0": ">=20.11.0",
      "54.3.1": ">=20.11.0",
      "54.4.0": ">=20.11.0",
      "54.4.1": ">=20.11.0",
      "54.5.0": ">=20.11.0",
      "54.6.0": ">=20.11.0",
      "54.7.0": ">=20.11.0",
      "55.0.0": ">=20.11.0",
      "55.0.1": ">=20.11.0",
      "55.0.2": ">=20.11.0",
      "55.0.3": ">=20.11.0",
      "55.0.4": ">=20.11.0",
      "55.0.5": ">=20.11.0",
      "55.1.0": ">=20.11.0",
      "55.1.1": ">=20.11.0",
      "55.1.2": ">=20.11.0",
      "55.2.0": ">=20.11.0",
      "55.3.0": ">=20.11.0",
      "55.4.0": ">=20.11.0",
      "56.0.0": ">=20.11.0",
      "56.0.1": ">=20.11.0",
      "56.0.2": ">=20.11.0",
      "56.1.0": ">=20.11.0",
      "56.1.1": ">=20.11.0",
      "56.1.2": ">=20.11.0",
      "57.0.0": ">=20.11.0",
      "57.0.1": ">=20.11.0",
      "57.0.2": ">=20.11.0",
      "57.0.3": ">=20.11.0",
      "57.0.4": ">=20.11.0",
      "57.0.5": ">=20.11.0",
      "57.0.6": ">=20.11.0",
      "57.0.7": ">=20.11.0",
      "57.0.8": ">=20.11.0",
      "57.0.9": ">=20.11.0",
      "57.0.10": ">=20.11.0",
      "57.1.0": ">=20.11.0",
      "57.1.1": ">=20.11.0",
      "57.2.0": ">=20.11.0",
      "57.2.1": ">=20.11.0",
      "58.0.0": ">=20.11.0",
      "58.1.0": ">=20.11.0",
      "58.1.1": ">=20.11.0",
      "59.0.0": ">=20.11.0",
      "59.0.1": ">=20.11.0",
      "59.0.2": ">=20.11.0",
      "59.1.0": ">=20.11.0",
      "60.0.0": ">=20.11.0",
      "60.1.0": ">=20.11.0",
      "60.1.1": ">=20.11.0",
      "60.2.0": ">=20.11.0",
      "60.3.0": ">=20.11.0",
      "60.3.1": ">=20.11.0",
      "60.4.0": ">=20.11.0",
      "60.4.1": ">=20.11.0",
      "60.5.0": ">=20.11.0",
      "60.6.0": ">=20.11.0",
      "60.7.0": ">=20.11.0",
      "60.7.1": ">=20.11.0",
      "60.8.0": ">=20.11.0",
      "60.8.1": ">=20.11.0",
      "60.8.2": ">=20.11.0",
      "60.8.3": ">=20.11.0",
      "61.0.0": ">=20.11.0",
      "61.0.1": ">=20.11.0",
      "61.1.0": ">=20.11.0",
      "61.1.1": ">=20.11.0",
      "61.1.2": ">=20.11.0",
      "61.1.3": ">=20.11.0",
      "61.1.4": ">=20.11.0",
      "61.1.5": ">=20.11.0",
      "61.1.6": ">=20.11.0",
      "61.1.7": ">=20.11.0",
      "61.1.8": ">=20.11.0",
      "61.1.9": ">=20.11.0",
      "61.1.10": ">=20.11.0",
      "61.1.11": ">=20.11.0",
      "61.1.12": ">=20.11.0",
      "61.2.0": ">=20.11.0",
      "61.2.1": ">=20.11.0",
      "61.3.0": ">=20.11.0",
      "61.4.0": ">=20.11.0",
      "61.4.1": ">=20.11.0",
      "61.4.2": ">=20.11.0",
      "61.5.0": ">=20.11.0"
    },
    "eslint-plugin-unicorn@59.0.1": {
      "60.0.0": "^20.10.0 || >=21.0.0",
      "61.0.0": "^20.10.0 || >=21.0.0",
      "61.0.1": "^20.10.0 || >=21.0.0",
      "61.0.2": "^20.10.0 || >=21.0.0",
      "62.0.0": "^20.10.0 || >=21.0.0"
    },
    "jest@29.7.0": {
      "30.0.0": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.0.1": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.0.2": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.0.3": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.0.4": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.0.5": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.1.0": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.1.1": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.1.2": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.1.3": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0",
      "30.2.0": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
    },
    "jest-extended@4.0.2": {
      "5.0.0": "^18.12.0 || ^20.9.0 || ^22.11.0 || >=23.0.0",
      "5.0.1": "^18.12.0 || ^20.9.0 || ^22.11.0 || >=23.0.0",
      "5.0.2": "^18.12.0 || ^20.9.0 || ^22.11.0 || >=23.0.0",
      "5.0.3": "^18.12.0 || ^20.9.0 || ^22.11.0 || >=23.0.0",
      "6.0.0": "^18.12.0 || ^20.9.0 || ^22.11.0 || >=23.0.0",
      "7.0.0": "^20.9.0 || ^22.11.0 || ^24.11.0 || >=25.0.0"
    },
    "which@5.0.0": {
      "6.0.0": "^20.17.0 || >=22.9.0"
    }
  }
}

Comment generated by the Node.js Dependency Holds workflow.

@codecov
Copy link

codecov bot commented Dec 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.15%. Comparing base (c19f158) to head (29eb923).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1914      +/-   ##
==========================================
- Coverage   90.16%   90.15%   -0.02%     
==========================================
  Files         156      156              
  Lines        9560     9560              
  Branches     2382     2380       -2     
==========================================
- Hits         8620     8619       -1     
- Misses        900      939      +39     
+ Partials       40        2      -38     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants