Skip to content

[dependency]: Bump the npm-dependencies group across 1 directory with 2 updates - #929

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/openapi/dev/npm-dependencies-418c2d038f
Closed

[dependency]: Bump the npm-dependencies group across 1 directory with 2 updates#929
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/openapi/dev/npm-dependencies-418c2d038f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 2 updates in the /openapi directory: @redocly/cli and openapi-to-postmanv2.

Updates @redocly/cli from 2.32.2 to 2.41.0

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.41.0

Minor Changes

  • Added a new built-in rule security-scopes-defined that requires every scope used in a security requirement to be defined in the corresponding OAuth2 security scheme. The rule supports OpenAPI 2.0/3.x and AsyncAPI 2.6/3.0, suggests the closest defined scope for typos, and has an opt-in requireScopes option that requires OAuth2 security requirements to list at least one scope.

Patch Changes

  • Fixed an issue in respect where the execution of parent workflow's steps didn't halt after a step that referenced another workflow had failed.
  • Fixed an issue where the cursor AI provider of the generate-spec command sent only the instructions to the model and the operation to refine never reached it.
  • Updated @​redocly/openapi-core to v2.41.0.
  • Updated @​redocly/respect-core to v2.41.0.

@​redocly/cli@​2.40.0

Minor Changes

  • Added an --ignore-headers option to the experimental drift and proxy commands. It takes a comma-separated list of header names to skip in undocumented-header checks, and a trailing * matches by prefix (for example x-consumer-*). Use it to silence headers a gateway or proxy adds that are not part of the API contract.
  • Added an experimental generate-spec command that infers an OpenAPI description from recorded HTTP traffic.

Patch Changes

  • Fixed the drift command's schema-consistency rule reporting false-positive "Undocumented query parameter" findings for deepObject-style query parameters. Traffic keys like namespace[id]=...&namespace[name]=... are now matched to the documented namespace parameter, and the reconstructed object is validated against the parameter schema.

  • Fixed an issue where the drift command's schema-consistency rule reported false-positive request findings for exchanges the server rejected with a 4xx client error. For example: missing required parameter, missing required body, request-body schema mismatch. A 4xx response means the server never accepted the request. Validating it against the operation's success-path contract flagged the server's own correct rejection as drift. Response-side validation still runs, so a documented error response whose shape differs from reality is still reported.

  • Fixed an issue where the join command silently dropped path-level x-* extensions with non-string values.

  • Updated js-yaml from 4.2.0 to 5.2.1. Fixed an issue where strings that look like numbers with underscores (for example '12_34') had quotation marks removed by the bundle command. These strings stay quoted in the output.

    Note: YAML parsing is stricter: a multi-line flow collection whose closing bracket is not indented deeper than its parent key is now a parse error. Parse errors are reported at the offending token instead of the end of the document.

  • Fixed an issue where the drift command's security-baseline rule reported false-positive "credential exposure over insecure HTTP transport" warnings for traffic captured against loopback hosts, for example: localhost, *.localhost, 127.0.0.0/8, [::1]. Sandboxed recordings no longer produce transport warnings.

  • Fixed an issue where the bundle command rewrote internal $refs pointing to other $refs. The issue caused AsyncAPI 3 operation messages references to point to components instead of channel messages.

  • Updated @​redocly/openapi-core to v2.40.0.

@​redocly/cli@​2.39.0

... (truncated)

Commits

Updates openapi-to-postmanv2 from 6.1.0 to 6.3.1

Changelog

Sourced from openapi-to-postmanv2's changelog.

[v6.3.1] - 2026-07-23

[v6.3.0] - 2026-07-07

[v6.2.0] - 2026-06-29

Commits
  • b481d11 Merge pull request #960 from postmanlabs/release/v6.3.1
  • cf15b77 Prepare release v6.3.1
  • f4b8b56 Merge pull request #959 from postmanlabs/feature/parameter-examples-pairing
  • 4b79a73 Refine header merging logic and enhance test fixtures for parameter example s...
  • 4f1cb5d Enhance parameter example mapping handling in schemaUtils and response merging
  • a3e689c Merge pull request #956 from postmanlabs/release/v6.3.0
  • 97eab47 Merge pull request #957 from postmanlabs/release/v6.3.0
  • b848e6c Prepare release v6.3.0
  • 77124f7 Merge pull request #954 from postmanlabs/feature/deleted-orphaned-req
  • 5132cde Add deleteOrphanedRequests option for collection syncing
  • Additional commits viewable in compare view

github-actions Bot added a commit that referenced this pull request Jul 27, 2026
# Combined Dependabot PRs ➡️📦⬅️

✅ The following pull requests have been successfully combined on this
PR:
- Closes #943 Bump fast-uri from 3.1.2 to 3.1.4 in /openapi
- Closes #942 Bump dompurify from 3.4.11 to 3.4.12 in /openapi

⚠️ The following PRs were left out due to merge conflicts:
- #939 Bump brace-expansion and @redocly/cli in /openapi
- #929 [dependency]: Bump the npm-dependencies group across 1 directory
with 2 updates

> This PR was created by the
[`github/combine-prs`](https://github.com/github/combine-prs) action

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
… 2 updates

Bumps the npm-dependencies group with 2 updates in the /openapi directory: [@redocly/cli](https://github.com/Redocly/redocly-cli) and [openapi-to-postmanv2](https://github.com/postmanlabs/openapi-to-postman).


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

Updates `openapi-to-postmanv2` from 6.1.0 to 6.3.1
- [Release notes](https://github.com/postmanlabs/openapi-to-postman/releases)
- [Changelog](https://github.com/postmanlabs/openapi-to-postman/blob/develop/CHANGELOG.md)
- [Commits](postmanlabs/openapi-to-postman@v6.1.0...v6.3.1)

---
updated-dependencies:
- dependency-name: "@redocly/cli"
  dependency-version: 2.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: openapi-to-postmanv2
  dependency-version: 6.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openapi/dev/npm-dependencies-418c2d038f branch from 3ec9a13 to e353505 Compare July 27, 2026 20:08
@dependabot @github

dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 2, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/openapi/dev/npm-dependencies-418c2d038f branch August 2, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants