Skip to content

Bump the npm-minor-patch group across 1 directory with 2 updates#1404

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/npm-minor-patch-5689162ad8
Closed

Bump the npm-minor-patch group across 1 directory with 2 updates#1404
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/npm-minor-patch-5689162ad8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps the npm-minor-patch group with 2 updates in the / directory: @redocly/cli and prettier.

Updates @redocly/cli from 2.25.4 to 2.26.0

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.26.0

Minor Changes

  • Added support for AsyncAPI v2 and v3 in the split command.
  • Added excludedPaths option to the no-http-verbs-in-paths rule, allowing specific paths to be excluded from evaluation.

Patch Changes

  • Fixed the no-required-schema-properties-undefined rule to report when a required property is not defined in every oneOf/anyOf branch.
  • Updated @​redocly/openapi-core to v2.26.0.
Commits
  • 8be4c6f chore: 🔖 release new versions (#2717)
  • c4dc5f8 chore: update @​redocly/config to v0.46.1 (#2726)
  • 7032755 docs: update the no-http-verbs-in-paths rule docs (#2725)
  • c470abf chore: change file structure for split and join commands (#2721)
  • ad9aafe feat: add excludedPaths option to no-http-verbs-in-paths rule (#2719)
  • b849ef5 fix: no-required-schema-properties rule to report when required properties ar...
  • 4c96a39 chore: update gh actions (#2718)
  • eace0ac chore: update pt-title job to not fail on auto-generated PRs (#2715)
  • b7b3a7d feat: add support for AsyncAPI 2 and 3 in the split command (#2552)
  • ab560ef docs: clarify the join behaviour change in the changelog (#2714)
  • See full diff in compare view

Updates prettier from 3.8.1 to 3.8.2

Release notes

Sourced from prettier's releases.

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@let fn = (a) =>        a?    1:2;
{{ fn ( a         instanceof b)}}
<!-- Prettier 3.8.1 -->
@​let fn = (a) =>        a?    1:2;
{{ fn ( a         instanceof b)}}
<!-- Prettier 3.8.2 -->
@​let fn = (a) => (a ? 1 : 2);
{{ fn(a instanceof b) }}

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
@dependabot dependabot Bot had a problem deploying to internal-dev-sandbox April 13, 2026 02:36 Failure
@dependabot dependabot Bot had a problem deploying to internal-dev-sandbox April 13, 2026 02:52 Failure
@dependabot dependabot Bot had a problem deploying to internal-dev-sandbox April 13, 2026 08:05 Failure
@dependabot dependabot Bot had a problem deploying to internal-dev-sandbox April 13, 2026 08:21 Failure
Bumps the npm-minor-patch group with 2 updates in the / directory: [@redocly/cli](https://github.com/Redocly/redocly-cli) and [prettier](https://github.com/prettier/prettier).


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

Updates `prettier` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.2)

---
updated-dependencies:
- dependency-name: "@redocly/cli"
  dependency-version: 2.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: prettier
  dependency-version: 3.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-patch-5689162ad8 branch from 18bd174 to 97bfe78 Compare April 14, 2026 02:23
@sonarqubecloud
Copy link
Copy Markdown

@Thomas-Boyle
Copy link
Copy Markdown
Contributor

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 14, 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

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-minor-patch-5689162ad8 branch April 14, 2026 12:01
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