Skip to content

chore(deps): bump the minor-production-deps group with 5 updates - #1203

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-production-deps-a6f55b69c7
Open

chore(deps): bump the minor-production-deps group with 5 updates#1203
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-production-deps-a6f55b69c7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-production-deps group with 5 updates:

Package From To
js-yaml 5.2.2 5.4.1
oas 38.1.1 38.5.0
@readme/oas-to-har 38.0.0 38.2.0
nock 14.0.16 14.0.17
vitest 4.1.10 4.1.11

Updates js-yaml from 5.2.2 to 5.4.1

Changelog

Sourced from js-yaml's changelog.

[5.4.1] - 2026-08-26

Changed

  • Hard-limit merge sequence size to 100.

Security

  • Count empty mappings in merge sequences toward maxTotalMergeKeys to limit CPU usage, #797.

[5.4.0] - 2026-08-25

Added

  • Added the scalarStyleRules dumper option to customize string formatting. See Scalar styling for details.

Changed

  • [breaking] Flattened the low-level AST node style representation. Scalar and collection nodes now use SCALAR_STYLE and COLLECTION_STYLE values; explicit tags use the separate tagged property. Alias nodes now contain only kind and anchor. This only affects code that directly constructs or edits AST nodes.
  • [breaking] The sortKeys option was rewritten using AST mutation to avoid side effects.
  • Reworked scalar style selection. This can change formatting without changing loaded values; in particular, whitespace-only strings are now double-quoted.

Fixed

  • Accept a byte order mark at the start of each document in a stream, #791.
  • Produce valid flow mappings with quoteFlowKeys and flowSkipColonSpace, including alias and property-only keys, #786.
  • Preserve empty scalar items when converting block sequences to flow style.
  • Do not apply the 1024-character simple-key limit to flow mapping keys.
  • Count Unicode code points, rather than UTF-16 code units, for the 1024-character simple-key limit.
  • Add an explicit document-end marker after keep-chomped block scalars when needed to preserve trailing newlines.

[5.3.0] - 2026-08-14

This release focuses on reworking the documentation and making small architectural improvements before moving forward.

Added

  • Added completely new documentation.
  • Exported DUMP_SCHEMA, the default schema used by the dumper.
  • Added YAMLException.throwAt() for throwing an error at a source position.

Changed

... (truncated)

Commits

Updates oas from 38.1.1 to 38.5.0

Changelog

Sourced from oas's changelog.

38.5.0

Minor Changes

  • a312286: Add support for the apply-tag-changes ReadMe extension (x-readme.apply-tag-changes) for opting in to moving existing API operation pages to match their tags within the current API category.

38.4.0

Minor Changes

  • 4b98e32: Add an OpenAPIPruner utility for removing selected tags, paths, operations, operation IDs, and webhooks while pruning unreachable components and tags. Add operation ID selection to OpenAPIReducer, including generated IDs for operations without an authored operationId. The shared transformer also retains operations discovered through cross-operation references and removes metadata from containers when all their operations are filtered.

Patch Changes

  • cab28e3: Escape regex metacharacters when matching incoming URLs against server URLs, and strip every hyphen from path parameter names so multi-hyphen parameters still match.
  • Updated dependencies [1f9e9c7]
    • @​readme/openapi-parser@​8.0.1

38.3.1

Patch Changes

  • Updated dependencies [7c55763]
    • @​readme/openapi-parser@​8.0.0

38.3.0

Minor Changes

  • dc55d76: Honor a schema's own description when it's declared alongside an allOf $ref, rather than inheriting the referenced schema's description

38.2.0

Patch Changes

  • Updated dependencies [99be27e]
  • Updated dependencies [ff467c3]
    • @​readme/openapi-parser@​7.0.0

38.1.2

Patch Changes

  • 0baa509: Upgrade @apidevtools/json-schema-ref-parser to v15, which is now ESM-only (bundled into our CJS build via tsup's noExternal). Also worked around two upstream isUnsafeUrl() regressions that misclassified relative paths (./foo.json, ../foo.json) as unsafe and bare IPv6 literals (http://fe80::1) as safe.

    As part of this, oas's circular reference analyzer (analyzeCircularRefs()) now reports circular $refs more completely, since the upstream library's onCircular callback now fires for every occurrence of a circular reference instead of missing some.

  • Updated dependencies [0baa509]

    • @​readme/openapi-parser@​6.3.1
Commits

Updates @readme/oas-to-har from 38.0.0 to 38.2.0

Changelog

Sourced from @​readme/oas-to-har's changelog.

38.2.0

Patch Changes

  • ff467c3: @readme/oas-to-snippet gets support for generating "Agent Prompt" code snippets, and also a few minor dependencies were upgraded.
    • oas@38.2.0
Commits

Updates nock from 14.0.16 to 14.0.17

Release notes

Sourced from nock's releases.

v14.0.17

14.0.17 (2026-07-30)

Bug Fixes

  • remove interceptor from scope.interceptors on nock.removeInterceptor (#2997) (1ee467c)
Commits
  • 1ee467c fix: remove interceptor from scope.interceptors on nock.removeInterceptor (#2...
  • da20f4b chore(deps): bump actions/checkout from 6 to 7 (#2987)
  • See full diff in compare view

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • 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

Bumps the minor-production-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [js-yaml](https://github.com/nodeca/js-yaml) | `5.2.2` | `5.4.1` |
| [oas](https://github.com/readmeio/oas/tree/HEAD/packages/oas) | `38.1.1` | `38.5.0` |
| [@readme/oas-to-har](https://github.com/readmeio/oas/tree/HEAD/packages/oas-to-har) | `38.0.0` | `38.2.0` |
| [nock](https://github.com/nock/nock) | `14.0.16` | `14.0.17` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |


Updates `js-yaml` from 5.2.2 to 5.4.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@5.2.2...5.4.1)

Updates `oas` from 38.1.1 to 38.5.0
- [Release notes](https://github.com/readmeio/oas/releases)
- [Changelog](https://github.com/readmeio/oas/blob/main/packages/oas/CHANGELOG.md)
- [Commits](https://github.com/readmeio/oas/commits/HEAD/packages/oas)

Updates `@readme/oas-to-har` from 38.0.0 to 38.2.0
- [Release notes](https://github.com/readmeio/oas/releases)
- [Changelog](https://github.com/readmeio/oas/blob/main/packages/oas-to-har/CHANGELOG.md)
- [Commits](https://github.com/readmeio/oas/commits/HEAD/packages/oas-to-har)

Updates `nock` from 14.0.16 to 14.0.17
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.16...v14.0.17)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: oas
  dependency-version: 38.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: "@readme/oas-to-har"
  dependency-version: 38.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: nock
  dependency-version: 14.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 1, 2026
@dependabot
dependabot Bot requested a review from erunion as a code owner September 1, 2026 05:18
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 1, 2026
@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c60f7bb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

0 participants