⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

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

Package From To
ci-info 4.3.1 4.4.0
commander 14.0.2 14.0.3
oas 28.7.0 28.9.0
oas-normalize 15.6.0 15.7.0
ora 9.0.0 9.1.0
validate-npm-package-name 7.0.1 7.0.2
@readme/oas-to-har 28.0.0 28.0.6
vitest 4.0.16 4.0.18

Updates ci-info from 4.3.1 to 4.4.0

Release notes

Sourced from ci-info's releases.

v4.4.0

Changelog

Sourced from ci-info's changelog.

v4.4.0

Commits

Updates commander from 14.0.2 to 14.0.3

Release notes

Sourced from commander's releases.

v14.0.3

Added

  • Release Policy document (#2462)

Changes

  • old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date (#2462)
  • clarify typing for deprecated callback parameter to .outputHelp() (#2427)
  • simple readability improvements to README (#2465)
Changelog

Sourced from commander's changelog.

[14.0.3] (2026-01-31)

Added

  • Release Policy document (#2462)

Changes

  • old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date (#2462)
  • clarify typing for deprecated callback parameter to .outputHelp() (#2427)
  • simple readability improvements to README (#2465)
Commits

Updates oas from 28.7.0 to 28.9.0

Commits
  • f692951 chore(release): publish
  • d443209 feat(oas): option to return a specific content-type as JSON schema (#1042)
  • fd1fbad chore(release): publish
  • 44b2f79 refactor: move discriminator oneOf stripping to build phase with cloning (#1041)
  • c53ec7e chore(release): publish
  • e1fc5c2 chore(release): publish
  • a4484a8 fix: stop discriminators from being passed into their children when inheritin...
  • 9bd45af chore(release): publish
  • afb8f77 feat(oas): support for a new x-internal extension (#1037)
  • See full diff in compare view

Updates oas-normalize from 15.6.0 to 15.7.0

Commits

Updates ora from 9.0.0 to 9.1.0

Release notes

Sourced from ora's releases.

v9.1.0

  • Support external writes to stream (console.log) while spinning d2b543a
  • Replace strip-ansi dependency with native stripVTControlCharacters (#249) 68d50e5

sindresorhus/ora@v9.0.0...v9.1.0

Commits

Updates validate-npm-package-name from 7.0.1 to 7.0.2

Release notes

Sourced from validate-npm-package-name's releases.

v7.0.2

7.0.2 (2026-01-06)

Bug Fixes

Changelog

Sourced from validate-npm-package-name's changelog.

7.0.2 (2026-01-06)

Bug Fixes

Commits

Updates @readme/oas-to-har from 28.0.0 to 28.0.6

Commits

Updates vitest from 4.0.16 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [ci-info](https://github.com/watson/ci-info) | `4.3.1` | `4.4.0` |
| [commander](https://github.com/tj/commander.js) | `14.0.2` | `14.0.3` |
| [oas](https://github.com/readmeio/oas/tree/HEAD/packages/oas) | `28.7.0` | `28.9.0` |
| [oas-normalize](https://github.com/readmeio/oas/tree/HEAD/packages/oas-normalize) | `15.6.0` | `15.7.0` |
| [ora](https://github.com/sindresorhus/ora) | `9.0.0` | `9.1.0` |
| [validate-npm-package-name](https://github.com/npm/validate-npm-package-name) | `7.0.1` | `7.0.2` |
| [@readme/oas-to-har](https://github.com/readmeio/oas/tree/HEAD/packages/oas-to-har) | `28.0.0` | `28.0.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.16` | `4.0.18` |


Updates `ci-info` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/watson/ci-info/releases)
- [Changelog](https://github.com/watson/ci-info/blob/master/CHANGELOG.md)
- [Commits](watson/ci-info@v4.3.1...v4.4.0)

Updates `commander` from 14.0.2 to 14.0.3
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v14.0.2...v14.0.3)

Updates `oas` from 28.7.0 to 28.9.0
- [Release notes](https://github.com/readmeio/oas/releases)
- [Commits](https://github.com/readmeio/oas/commits/[email protected]/packages/oas)

Updates `oas-normalize` from 15.6.0 to 15.7.0
- [Release notes](https://github.com/readmeio/oas/releases)
- [Commits](https://github.com/readmeio/oas/commits/[email protected]/packages/oas-normalize)

Updates `ora` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v9.0.0...v9.1.0)

Updates `validate-npm-package-name` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/npm/validate-npm-package-name/releases)
- [Changelog](https://github.com/npm/validate-npm-package-name/blob/main/CHANGELOG.md)
- [Commits](npm/validate-npm-package-name@v7.0.1...v7.0.2)

Updates `@readme/oas-to-har` from 28.0.0 to 28.0.6
- [Release notes](https://github.com/readmeio/oas/releases)
- [Commits](https://github.com/readmeio/oas/commits/@readme/[email protected]/packages/oas-to-har)

Updates `vitest` from 4.0.16 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

---
updated-dependencies:
- dependency-name: ci-info
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: commander
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: oas
  dependency-version: 28.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: oas-normalize
  dependency-version: 15.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: ora
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: validate-npm-package-name
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: "@readme/oas-to-har"
  dependency-version: 28.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2026
@dependabot dependabot bot requested a review from erunion as a code owner February 1, 2026 05:17
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2026
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