Skip to content

chore: Bump js-yaml and markdownlint-cli2 - #86

Merged
sjnims merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-ae43fc3672
Jul 24, 2026
Merged

chore: Bump js-yaml and markdownlint-cli2#86
sjnims merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-ae43fc3672

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps js-yaml to 5.2.1 and updates ancestor dependency markdownlint-cli2. These dependencies need to be updated together.

Updates js-yaml from 5.2.0 to 5.2.1

Changelog

Sourced from js-yaml's changelog.

[5.2.1] - 2026-07-02

Fixed

  • Add Map support to !!omap (should work when realMapTag used)

Security

  • Remove quadratic complexity from !!omap addItem. Regression from v5 (usually not critical, because YAML11_SCHEMA is not default anymore).

4.3.0, 3.15.0 - 2026-06-27

Security

  • Backported maxTotalMergeKeys option.
Commits

Updates markdownlint-cli2 from 0.23.0 to 0.23.1

Changelog

Sourced from markdownlint-cli2's changelog.

0.23.1

  • Show attempted fix counts after fixing
  • Update dependencies (including markdownlint)
Commits
  • 06f92c9 Update to version 0.23.1.
  • a773526 Freshen list of external custom rules included with the markdownlint-cli2-rul...
  • 437b0ca Bump eslint-plugin-jsdoc from 63.0.11 to 63.0.12
  • 5463e0f Bump eslint-plugin-unicorn from 70.0.0 to 71.0.0
  • b04ac13 Bump globby from 16.2.0 to 16.2.1
  • 1e63f97 Revert commit afb7d9898724f0d96279116bbb6f0d1026fff8df "Pin CI workflow's pnp...
  • 040594b Update dependency: markdownlint to 0.41.1.
  • 4d97fa8 Address new ESLint warnings from previous commit.
  • 50cb033 Bump eslint-node-test from 0.1.0 to 0.2.0
  • a53bf04 Bump eslint-plugin-jsdoc from 63.0.10 to 63.0.11
  • Additional commits viewable in compare view

@dependabot
dependabot Bot requested a review from sjnims as a code owner July 20, 2026 21:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency javascript Pull requests that update javascript code labels Jul 20, 2026
@sjnims

sjnims commented Jul 24, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 5.2.1 and updates ancestor dependency [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2). These dependencies need to be updated together.


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

Updates `markdownlint-cli2` from 0.23.0 to 0.23.1
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint-cli2@v0.23.0...v0.23.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 5.2.1
  dependency-type: indirect
- dependency-name: markdownlint-cli2
  dependency-version: 0.23.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-ae43fc3672 branch from 86d3961 to 06d0760 Compare July 24, 2026 01:33
@sjnims
sjnims merged commit 82eaa5f into main Jul 24, 2026
9 of 10 checks passed
@sjnims
sjnims deleted the dependabot/npm_and_yarn/multi-ae43fc3672 branch July 24, 2026 01:36
@claude

claude Bot commented Jul 24, 2026

Copy link
Copy Markdown

CI failure on mainRun 30059417164

Failed job: Prettier (npm run format:check). Markdownlint, ESLint, and Tests all passed.

Root cause: 56 files fail Prettier's formatting check — all newly-added docs/2026/2026-R2/** content plus docs/2026/summaries/2026-R2.md, e.g.:

docs/2026/2026-R2/index.md
docs/2026/2026-R2/manifest.json
docs/2026/2026-R2/1-regional-updates/australia.md
docs/2026/2026-R2/accounts-payable/ap-automation-updates.md
... (56 files total)

These are the scraped/extracted 2026-R2 release notes that this PR brought in alongside the js-yaml/markdownlint-cli2 bump. They were apparently committed without running npm run format, so they don't match Prettier's expected style (list marker spacing, etc. — see the MD030 note in .markdownlint-cli2.jsonc about prettier/markdownlint conflicts).

Suggested fix:

npm run format        # runs `prettier --write` over the flagged files
git add -A
git commit -m "style: format 2026-R2 docs with prettier"

Then push and re-run CI. Since these are scraped content files (not hand-written), this is purely a formatting/whitespace fix — no content changes expected.

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant