Skip to content

chore(deps): bump the npm-dependencies group across 2 directories with 3 updates#763

Merged
neilime merged 1 commit into
mainfrom
dependabot/npm_and_yarn/actions/helm/generate-docs/npm-dependencies-7e4fb12d5e
May 15, 2026
Merged

chore(deps): bump the npm-dependencies group across 2 directories with 3 updates#763
neilime merged 1 commit into
mainfrom
dependabot/npm_and_yarn/actions/helm/generate-docs/npm-dependencies-7e4fb12d5e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps the npm-dependencies group with 2 updates in the /actions/helm/generate-docs directory: @textlint/textlint-plugin-markdown and textlint.
Bumps the npm-dependencies group with 1 update in the /actions/helm/release-chart directory: yaml.

Updates @textlint/textlint-plugin-markdown from 15.6.0 to 15.7.0

Release notes

Sourced from @​textlint/textlint-plugin-markdown's releases.

v15.7.0

What's Changed

Features

CI

Full Changelog: textlint/textlint@v15.6.1...v15.7.0

v15.6.1

What's Changed

CI

Dependency Updates

Other Changes

New Contributors

Full Changelog: textlint/textlint@v15.6.0...v15.6.1

Commits
  • 4b68461 v15.7.0 (#2040)
  • 2ac7932 chore(deps): update benchmark-action/github-action-benchmark action to v1.22....
  • f0c3fd2 feat(ast-node-types): make TxtNode properties readonly (#2038)
  • b791eee v15.6.1 (#2037)
  • 1a784b6 chore(deps): update glob dependency to ^13.0.6 in pnpm workspace (#2033)
  • d85b04a chore: add core-js to allowBuilds with false setting (#2034)
  • 359c5f2 Replace Merge Gatekeeper with automerge-gate workflow (#2036)
  • 34381e5 chore(deps): update dependency @​types/node to ^24.12.3 (#2035)
  • fd0e70e chore(deps): update react monorepo to ^19.2.6 (patch) (#2029)
  • ad84f2b chore(deps): update pnpm to v10.33.4 (#2028)
  • Additional commits viewable in compare view

Updates textlint from 15.6.0 to 15.7.0

Commits
  • 4b68461 v15.7.0 (#2040)
  • 2ac7932 chore(deps): update benchmark-action/github-action-benchmark action to v1.22....
  • f0c3fd2 feat(ast-node-types): make TxtNode properties readonly (#2038)
  • b791eee v15.6.1 (#2037)
  • 1a784b6 chore(deps): update glob dependency to ^13.0.6 in pnpm workspace (#2033)
  • d85b04a chore: add core-js to allowBuilds with false setting (#2034)
  • 359c5f2 Replace Merge Gatekeeper with automerge-gate workflow (#2036)
  • 34381e5 chore(deps): update dependency @​types/node to ^24.12.3 (#2035)
  • fd0e70e chore(deps): update react monorepo to ^19.2.6 (patch) (#2029)
  • ad84f2b chore(deps): update pnpm to v10.33.4 (#2028)
  • Additional commits viewable in compare view

Updates yaml from 2.8.4 to 2.9.0

Release notes

Sourced from yaml's releases.

v2.9.0

The changes here are really only patches, but I'm releasing this as a minor version to note a small change to the documentation of parseDocument() and parseAllDocuments(): I've removed the claim that they'll "never throw".

It remains the case that practically all non-malicious inputs will be handled without emitting an error, but there is a decent chance that code paths remain where e.g. a RangeError due to call stack exhaustion can be triggered by malicious inputs. Up to now, I've considered these as security vulnerabilities, and in fact it's the only category of error for which yaml CVEs have been issued so far.

Starting from this release, I'll be considering such errors as bugs, but not vulnerabilities. I do welcome people and/or LLMs looking for them, but please report them as normal issues rather than suspected security vulnerabilities. This also applies to previously undiscovered bugs in earlier releases.

  • fix: Avoid calling Array.prototype.push.apply() with large source array
  • fix(lexer): Avoid recursive calls that may exhaust the call stack
Commits
  • ddb21b0 2.9.0
  • 167365b docs: Clarify that not all errors can be avoided
  • 6eca2a7 fix: Avoid calling Array.prototype.push.apply() with large source array
  • 0543cd5 fix(lexer): Avoid recursive calls that may exhaust the call stack
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 3 updates

Bumps the npm-dependencies group with 2 updates in the /actions/helm/generate-docs directory: [@textlint/textlint-plugin-markdown](https://github.com/textlint/textlint) and [textlint](https://github.com/textlint/textlint).
Bumps the npm-dependencies group with 1 update in the /actions/helm/release-chart directory: [yaml](https://github.com/eemeli/yaml).


Updates `@textlint/textlint-plugin-markdown` from 15.6.0 to 15.7.0
- [Release notes](https://github.com/textlint/textlint/releases)
- [Commits](textlint/textlint@v15.6.0...v15.7.0)

Updates `textlint` from 15.6.0 to 15.7.0
- [Release notes](https://github.com/textlint/textlint/releases)
- [Commits](textlint/textlint@v15.6.0...v15.7.0)

Updates `yaml` from 2.8.4 to 2.9.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.4...v2.9.0)

---
updated-dependencies:
- dependency-name: "@textlint/textlint-plugin-markdown"
  dependency-version: 15.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: textlint
  dependency-version: 15.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: yaml
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

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 May 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Hi, thank you for creating your PR, we will check it out very soon

@neilime neilime merged commit 582363c into main May 15, 2026
86 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/actions/helm/generate-docs/npm-dependencies-7e4fb12d5e branch May 15, 2026 05:38
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