Skip to content

deps: bump the dependency-updates group with 3 updates#59

Merged
owlstronaut merged 2 commits into
mainfrom
dependabot/npm_and_yarn/main/dependency-updates-5571678499
May 18, 2026
Merged

deps: bump the dependency-updates group with 3 updates#59
owlstronaut merged 2 commits into
mainfrom
dependabot/npm_and_yarn/main/dependency-updates-5571678499

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dependency-updates group with 3 updates: @redocly/cli, yaml and @npmcli/template-oss.

Updates @redocly/cli from 2.30.4 to 2.30.6

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.30.6

Patch Changes

  • Fixed hard crash that happened when no API was provided either via the command argument or in the config.
  • Updated @​redocly/openapi-core to v2.30.6.

@​redocly/cli@​2.30.5

Patch Changes

  • Fixed a status code mismatch that occurred when using the --har-output option in the respect command.
  • Updated @​redocly/openapi-core to v2.30.5.
Commits
  • 8367241 chore: 🔖 release new versions (#2815)
  • 519d4f5 fix: hard crash in commands when no API provided (#2813)
  • 68e6c58 docs: add docs about duplicating rules and bundle components (#2812)
  • 214c605 chore: apply audit fix; adjust coverage threshold; update pr-title action (#2...
  • 29ba984 chore(deps): bump @​protobufjs/utf8 from 1.1.0 to 1.1.1 (#2809)
  • 3b557d9 chore: 🔖 release new versions (#2804)
  • a7bd1cc feat: add check for env variables pattern (#2806)
  • b877fef fix: send query languages strings in request body payload (#2807)
  • 2deb9d5 fix: mismatch in respect status code when har-output option used (#2803)
  • ea362a2 chore(deps): bump fast-uri from 3.0.6 to 3.1.2 (#2801)
  • 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

Updates @npmcli/template-oss from 5.0.0 to 5.1.0

Release notes

Sourced from @​npmcli/template-oss's releases.

v5.1.0

5.1.0 (2026-05-11)

Features

Changelog

Sourced from @​npmcli/template-oss's changelog.

5.1.0 (2026-05-11)

Features

Commits

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

Bumps the dependency-updates group with 3 updates: [@redocly/cli](https://github.com/Redocly/redocly-cli), [yaml](https://github.com/eemeli/yaml) and [@npmcli/template-oss](https://github.com/npm/template-oss).


Updates `@redocly/cli` from 2.30.4 to 2.30.6
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.30.4...@redocly/cli@2.30.6)

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)

Updates `@npmcli/template-oss` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/npm/template-oss/releases)
- [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
- [Commits](npm/template-oss@v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: "@redocly/cli"
  dependency-version: 2.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: yaml
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: "@npmcli/template-oss"
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the Dependencies Pull requests that update a dependency file label May 18, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 18, 2026 03:24
@dependabot dependabot Bot added the Dependencies Pull requests that update a dependency file label May 18, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@owlstronaut owlstronaut reopened this May 18, 2026
@owlstronaut owlstronaut merged commit b181648 into main May 18, 2026
4 checks passed
@owlstronaut owlstronaut deleted the dependabot/npm_and_yarn/main/dependency-updates-5571678499 branch May 18, 2026 16:04
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants