Skip to content

Conversation

@dependabot
Copy link

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

Bumps js-yaml to 3.14.2 and updates ancestor dependencies js-yaml, @angular-eslint/builder and @angular-eslint/schematics. These dependencies need to be updated together.

Updates 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

Updates js-yaml from 4.1.0 to 4.1.1

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

Updates @angular-eslint/builder from 16.1.1 to 20.6.0

Release notes

Sourced from @​angular-eslint/builder's releases.

v20.6.0

20.6.0 (2025-11-09)

🚀 Features

  • builder: support {projectName} and {projectRoot} placeholders in outputFile (#2759)
  • eslint-plugin: support multiple configs for component-selector and directive-selector (#2762)

🩹 Fixes

  • angular-eslint: support eslint defineConfig types in addition to typescript-eslint config (#2760)

❤️ Thank You

v20.5.2

20.5.2 (2025-11-08)

🩹 Fixes

  • update dependency @​angular/compiler to v20.3.9 (#2746)
  • update typescript-eslint packages to v8.46.3 (#2738)
  • update dependency eslint to v9.39.0 (#2753)
  • eslint-plugin: update style guide links (#2689)
  • eslint-plugin-template: [conditional-complexity] handle animation directives without values (#2747)
  • eslint-plugin-template: [prefer-ngsrc] support data URLs in more scenarios (#2719)
  • eslint-plugin-template: [use-lifecycle-interface] fix fixer when class contains generics (#2749)
  • template-parser: ensure loc object is applied correctly (#2754)

❤️ Thank You

v20.5.1

20.5.1 (2025-11-03)

🩹 Fixes

  • update dependency @​angular/compiler to v20.3.7 (#2731)
  • eslint-plugin: [no-uncalled-signals] fix false positives (#2705)
  • eslint-plugin-template: support uppercase tags (#2712)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​angular-eslint/builder's changelog.

20.6.0 (2025-11-09)

🚀 Features

  • builder: support {projectName} and {projectRoot} placeholders in outputFile (#2759)

❤️ Thank You

20.5.2 (2025-11-08)

This was a version bump only for builder to align it with other projects, there were no code changes.

20.5.1 (2025-11-03)

This was a version bump only for builder to align it with other projects, there were no code changes.

20.5.0 (2025-10-27)

This was a version bump only for builder to align it with other projects, there were no code changes.

20.4.0 (2025-10-12)

This was a version bump only for builder to align it with other projects, there were no code changes.

20.3.0 (2025-09-14)

🚀 Features

  • builder: add concurrency option (#2636)

❤️ Thank You

  • JB Nizet

20.2.0 (2025-08-22)

This was a version bump only for builder to align it with other projects, there were no code changes.

20.1.1 (2025-06-19)

This was a version bump only for builder to align it with other projects, there were no code changes.

20.1.0 (2025-06-16)

This was a version bump only for builder to align it with other projects, there were no code changes.

20.0.0 (2025-06-06)

... (truncated)

Commits
  • e530160 chore(release): publish 20.6.0
  • fe0e433 feat(builder): support {projectName} and {projectRoot} placeholders in output...
  • e7e09cd chore: make vitest IDE extension work reliably (#2758)
  • e97d134 chore(release): publish 20.5.2
  • 6d15cdd chore: finalize migration from jest to vitest (#2756)
  • 895ac79 chore(release): publish 20.5.1
  • 672cb7b chore: use vitest (with nx atomizer) for e2e tests and use pnpm catalogs (#2720)
  • 0485db3 chore: fix typos (#2713)
  • 2bc4a63 chore(release): publish 20.5.0
  • 16c22b0 chore: misc ci updates (#2716)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​angular-eslint/builder since your current version.


Updates @angular-eslint/schematics from 16.1.1 to 20.6.0

Release notes

Sourced from @​angular-eslint/schematics's releases.

v20.6.0

20.6.0 (2025-11-09)

🚀 Features

  • builder: support {projectName} and {projectRoot} placeholders in outputFile (#2759)
  • eslint-plugin: support multiple configs for component-selector and directive-selector (#2762)

🩹 Fixes

  • angular-eslint: support eslint defineConfig types in addition to typescript-eslint config (#2760)

❤️ Thank You

v20.5.2

20.5.2 (2025-11-08)

🩹 Fixes

  • update dependency @​angular/compiler to v20.3.9 (#2746)
  • update typescript-eslint packages to v8.46.3 (#2738)
  • update dependency eslint to v9.39.0 (#2753)
  • eslint-plugin: update style guide links (#2689)
  • eslint-plugin-template: [conditional-complexity] handle animation directives without values (#2747)
  • eslint-plugin-template: [prefer-ngsrc] support data URLs in more scenarios (#2719)
  • eslint-plugin-template: [use-lifecycle-interface] fix fixer when class contains generics (#2749)
  • template-parser: ensure loc object is applied correctly (#2754)

❤️ Thank You

v20.5.1

20.5.1 (2025-11-03)

🩹 Fixes

  • update dependency @​angular/compiler to v20.3.7 (#2731)
  • eslint-plugin: [no-uncalled-signals] fix false positives (#2705)
  • eslint-plugin-template: support uppercase tags (#2712)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​angular-eslint/schematics's changelog.

20.6.0 (2025-11-09)

This was a version bump only for schematics to align it with other projects, there were no code changes.

20.5.2 (2025-11-08)

This was a version bump only for schematics to align it with other projects, there were no code changes.

20.5.1 (2025-11-03)

This was a version bump only for schematics to align it with other projects, there were no code changes.

20.5.0 (2025-10-27)

🩹 Fixes

  • update typescript-eslint packages to v8.46.1 (#2701)
  • update dependency eslint to v9.38.0 (#2699)
  • update dependency semver to v7.7.3 (#2693)

20.4.0 (2025-10-12)

🩹 Fixes

  • update eslint to 9.37.0, typescript-eslint to 8.46.0 (#2685)

❤️ Thank You

20.3.0 (2025-09-14)

🩹 Fixes

  • update dependency eslint to v9.35.0 (#2652)
  • update dependency eslint to v9.34.0 (#2630)

20.2.0 (2025-08-22)

🩹 Fixes

  • update typescript-eslint packages to v8.40.0 (#2584)
  • update dependency eslint to v9.33.0 (#2580)
  • update typescript-eslint packages to v8.36.0 (#2566)
  • update dependency eslint to v9.30.1 (#2558)
  • update typescript-eslint packages to v8.35.1 (#2552)
  • update dependency eslint to v9.30.0 (#2548)
  • update typescript-eslint packages to v8.35.0 (#2541)

20.1.1 (2025-06-19)

... (truncated)

Commits
  • e530160 chore(release): publish 20.6.0
  • e7e09cd chore: make vitest IDE extension work reliably (#2758)
  • e97d134 chore(release): publish 20.5.2
  • 6d15cdd chore: finalize migration from jest to vitest (#2756)
  • a07e73e test(schematics): migrate from Jest to Vitest (#2751)
  • 895ac79 chore(release): publish 20.5.1
  • 672cb7b chore: use vitest (with nx atomizer) for e2e tests and use pnpm catalogs (#2720)
  • 0485db3 chore: fix typos (#2713)
  • 2bc4a63 chore(release): publish 20.5.0
  • 245813b fix: update typescript-eslint packages to v8.46.1 (#2701)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​angular-eslint/schematics since your current version.


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 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) to 3.14.2 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) and [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics). These dependencies need to be updated together.


Updates `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)

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

Updates `@angular-eslint/builder` from 16.1.1 to 20.6.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.6.0/packages/builder)

Updates `@angular-eslint/schematics` from 16.1.1 to 20.6.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.6.0/packages/schematics)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
- dependency-name: "@angular-eslint/builder"
  dependency-version: 20.6.0
  dependency-type: direct:development
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 20.6.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 18, 2025
@kubermatic-bot kubermatic-bot added the dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. label Nov 18, 2025
@kubermatic-bot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubermatic-bot kubermatic-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants