Skip to content

fix(deps): update major version changes (major)#143

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate-major-major-version-changes
Open

fix(deps): update major version changes (major)#143
renovate[bot] wants to merge 1 commit into
mainfrom
renovate-major-major-version-changes

Conversation

@renovate

@renovate renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v6v7 age confidence
js-yaml dependencies major 4.3.05.2.0 age confidence
nyc (source) devDependencies major ^17.0.0^18.0.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source

nodeca/js-yaml (js-yaml)

v5.2.0

Compare Source

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)

v5.1.0

Compare Source

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.

v5.0.0

Compare Source

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.
  • Reduced the set of exported schemas:
    • YAML 1.2 schemas: CORE_SCHEMA (loader default), JSON_SCHEMA,
      FAILSAFE_SCHEMA.
    • YAML11_SCHEMA, a combination of all YAML 1.1 tags (YAML 1.1 does not
      specify a schema, only "types").
  • load/dump default behaviour is now specified exactly via schemas:
    • load uses CORE_SCHEMA, without !!merge by default.
    • dump uses YAML11_SCHEMA + CORE_SCHEMA for the quoting check, to
      guarantee backward compatibility by default.
  • !!set is now loaded as a JavaScript Set.
  • Replaced the Type API with a tags API. Similar, but more precise and
    simpler. See examples for details. Tags can be defined via
    defineScalarTag(), defineSequenceTag() and defineMappingTag(), or as a
    spread + override of an existing tag.
  • Renamed Schema.extend() to Schema.withTags().
  • Expanded YAML 1.2 conformance and improved handling of directives, document
    markers, block keys, multiline scalars, tag syntax and other things.
  • load() now throws on empty input instead of returning undefined.
  • Moved browser builds to the js-yaml/browser export.
  • Deprecated the loadAll signature with an iterator (still works, but is a
    candidate for removal).
Removed
  • Removed deprecated safeLoad(), safeLoadAll() and safeDump() exports.
  • Removed DEFAULT_SCHEMA and the nested types export.
  • Removed loader options onWarning, legacy and listener.
  • Removed dumper options styles, replacer, noCompatMode, condenseFlow,
    quotingType and forceQuotes. Renamed noArrayIndent to seqNoIndent.
    Formatting and representation are now configured through presenter options,
    schemas and tag definitions. See migration guide on how to replace.
  • Removed support for importing internal files from lib/.
istanbuljs/nyc (nyc)

v18.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: transitive dependencies now require node 20 || >=22.
Bug Fixes

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "after 2pm on Monday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@github-actions

github-actions Bot commented Jun 23, 2026

Copy link
Copy Markdown
⚠️ Sizewatcher detected a size increase 📈:

git +3.4% (553 kB => 572 kB)
Largest files:
Largest files in repository checkout:

365KiB package-lock.json
29KiB README.md
11KiB LICENSE
7.6KiB test/cli.test.js
7.1KiB lib/checkout.js
6.3KiB lib/compare.js
5.0KiB test/mocha-capture-console.js
4.5KiB lib/report.js
4.3KiB test/config.test.js
3.9KiB lib/render.js

Largest files among new changes:

365KiB package-lock.json
2.1KiB .github/workflows/codeql-analysis.yml
1.3KiB package.json
786B .github/workflows/node.js.yml
586B .github/workflows/npm-publish.yml
⚠️ node_modules +35.9% (73.5 MB => 99.9 MB)
Largest production node modules:
@adobe/sizewatcher@1.4.1 (67 deps, 17.5mb, 1063 files, ©undefined)
╭───────────────────────┬──────────────┬──────────┬───────┬───────────┬────────────┬───────────╮
│ Name │ Dependencies │ Size │ Files │ Native │ License │ Deprec │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ @octokit/rest@19.0.3 │ 25 │ 11mb │ 380 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ glob@10.3.5 │ 27 │ 3.2mb │ 367 │ │ ISC │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ js-yaml@5.2.0 │ 1 │ 1.54mb │ 20 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ simple-git@3.22.0 │ 4 │ 934.56kb │ 142 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ xbytes@1.9.1 │ │ 74.45kb │ 11 │ │ Apache-2.0 │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ debug@4.4.3 │ 1 │ 48.35kb │ 11 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ tmp@0.2.7 │ │ 39.3kb │ 4 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ deepmerge@4.3.1 │ │ 30.43kb │ 11 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ require-dir@1.2.0 │ │ 16.87kb │ 40 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ get-folder-size@5.0.0 │ │ 11.65kb │ 5 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ pretty-bytes@5.6.0 │ │ 11.27kb │ 5 │ │ MIT │ │
╰───────────────────────┴──────────────┴──────────┴───────┴───────────┴────────────┴───────────╯
npm_package has no changes (23.2 kB)
Package contents:
npm notice
📦 @adobe/sizewatcher@1.4.1
Tarball Contents
3.1kB CHANGELOG.md
11.3kB LICENSE
29.8kB README.md
743B index.js
7.3kB lib/checkout.js
3.9kB lib/comparators/custom.js
3.6kB lib/comparators/git.js
3.0kB lib/comparators/node_modules.js
2.3kB lib/comparators/npm_package.js
6.4kB lib/compare.js
1.7kB lib/config.js
2.6kB lib/github.js
4.0kB lib/render.js
4.6kB lib/report.js
2.1kB lib/size.js
2.7kB lib/sizewatcher.js
1.3kB package.json
Tarball Details
name: @adobe/sizewatcher
version: 1.4.1
filename: adobe-sizewatcher-1.4.1.tgz
package size: 23.2 kB
unpacked size: 90.5 kB
shasum: 8cca6580f9c58164c3a31cb4761670bbd65f22f9
integrity: sha512-Ja+LNirTq0AdO[...]8JQCDO2qIgY8A==
total files: 17
npm notice
Notes
  • PR branch: renovate-major-major-version-changes @ 905ec52
  • Base branch: main @ e3b8f1c
  • Sizewatcher v1.4.1
  • Effective Configuration:
limits:
  fail: 100%
  warn: 30%
  ok: -10%
report:
  githubComment: true
  githubStatus: false
comparators: {}

@renovate renovate Bot force-pushed the renovate-major-major-version-changes branch from 6c1f0a3 to 809492d Compare June 27, 2026 00:31
@renovate renovate Bot force-pushed the renovate-major-major-version-changes branch from 809492d to 905ec52 Compare June 28, 2026 03:16
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.

0 participants