Skip to content

chore(deps): bump @redocly/openapi-core from 1.34.6 to 2.25.2#1355

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/redocly/openapi-core-2.25.2
Closed

chore(deps): bump @redocly/openapi-core from 1.34.6 to 2.25.2#1355
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/redocly/openapi-core-2.25.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps @redocly/openapi-core from 1.34.6 to 2.25.2.

Release notes

Sourced from @​redocly/openapi-core's releases.

@​redocly/openapi-core@​2.25.2

Patch Changes

  • Updated @redocly/config to v0.45.0.
  • Fixed a crash when a non-string value (for example, a number) was used in an extends array in redocly.yaml inside scorecard/scorecardClassic. Fixed a crash when reference could not be resolved in extends.
  • Improved error message when a plugin is not detected.
  • Updated picomatch dependency to ^4.0.4.

@​redocly/openapi-core@​2.25.1

No release notes provided.

@​redocly/openapi-core@​2.25.0

Minor Changes

  • Added no-mixed-number-range-constraints rule for OpenAPI 3.1+, as well as for AsyncAPI and Arazzo. This rule warns when schemas use both maximum and exclusiveMaximum or both minimum and exclusiveMinimum keywords.

Patch Changes

  • Updated @​redocly/config to v0.44.2.
  • Fixed an issue where invalid discriminator mapping values could cause linting to fail.

@​redocly/openapi-core@​2.24.1

No release notes provided.

@​redocly/openapi-core@​2.24.0

Minor Changes

  • Added x-allowReserved extension for Respect. This extension enables the use of unencoded reserved characters in query parameter values in Arazzo workflows.

@​redocly/openapi-core@​2.23.0

Patch Changes

  • Added export of regexFromString function.

@​redocly/openapi-core@​2.22.1

No release notes provided.

@​redocly/openapi-core@​2.22.0

Patch Changes

  • Extended the nonEmpty assertion to support arrays. An empty array is now treated as empty during linting.

@​redocly/openapi-core@​2.21.1

No release notes provided.

@​redocly/openapi-core@​2.21.0

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 30, 2026
Bumps [@redocly/openapi-core](https://github.com/Redocly/redocly-cli) from 1.34.6 to 2.25.2.
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/openapi-core@1.34.6...@redocly/openapi-core@2.25.2)

---
updated-dependencies:
- dependency-name: "@redocly/openapi-core"
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/redocly/openapi-core-2.25.2 branch from 685528e to 77a5e0e Compare March 30, 2026 15:16
@dependabot dependabot Bot requested a deployment to default March 30, 2026 15:16 Abandoned
sserrata added a commit that referenced this pull request Mar 30, 2026
- Bump version range from ^1.34.3 to ^2.25.2
- Replace `new Config({} as ResolvedConfig)` with `await createConfig({})`
  per v2 API — Config constructor now takes ResolvedConfig explicitly
- Drop deep import from @redocly/openapi-core/lib/config; ResolvedConfig
  is now exported from the main entrypoint in v2 (and no longer needed here)
- Cast bundle result parsed field to any to account for Document<unknown>
  generic tightening in v2 (was any in v1)

Closes #1355

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 30, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/redocly/openapi-core-2.25.2 branch March 30, 2026 15:54
sserrata added a commit to letiescanciano/docusaurus-openapi-docs that referenced this pull request Apr 2, 2026
…works#1361)

- Bump version range from ^1.34.3 to ^2.25.2
- Replace `new Config({} as ResolvedConfig)` with `await createConfig({})`
  per v2 API — Config constructor now takes ResolvedConfig explicitly
- Drop deep import from @redocly/openapi-core/lib/config; ResolvedConfig
  is now exported from the main entrypoint in v2 (and no longer needed here)
- Cast bundle result parsed field to any to account for Document<unknown>
  generic tightening in v2 (was any in v1)

Closes PaloAltoNetworks#1355

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

0 participants