Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the production-dependencies group with 4 updates: @octokit/plugin-paginate-rest, @octokit/plugin-rest-endpoint-methods, inquirer and semver.

Updates @octokit/plugin-paginate-rest from 13.1.1 to 13.2.0

Release notes

Sourced from @​octokit/plugin-paginate-rest's releases.

v13.2.0

13.2.0 (2025-09-29)

Features

  • new Projects v2 endpoints, new code scanning dismissal endpoints, many other endpoints (#690) (0e236cb)
Commits
  • 80745be ci(action): update actions/checkout action to v5 (#687)
  • 0e236cb feat: new Projects v2 endpoints, new code scanning dismissal endpoints, many ...
  • bf19e3e chore(deps): update dependency prettier to v3.6.2 (#685)
  • 4f9fc56 ci(action): update actions/setup-node action to v5 (#688)
  • See full diff in compare view

Updates @octokit/plugin-rest-endpoint-methods from 16.1.0 to 16.1.1

Release notes

Sourced from @​octokit/plugin-rest-endpoint-methods's releases.

v16.1.1

16.1.1 (2025-10-20)

Bug Fixes

  • deps: update @octokit/types, regenerate documentation (#827) (75e649b)
Commits
  • 245a8e2 ci(action): update peter-evans/create-or-update-comment action to v5 (#821)
  • e3005af ci(action): update github/codeql-action action to v4 (#824)
  • e49c379 ci(action): update actions/setup-node action to v6 (#825)
  • 75e649b fix(deps): update @octokit/types, regenerate documentation (#827)
  • 8978de7 chore(deps): update dependency prettier to v3.6.2 (#805)
  • e014e32 chore(deps): update dependency sinon to v21 (#804)
  • 0a2ad8c ci(action): update actions/checkout action to v5 (#808)
  • See full diff in compare view

Updates inquirer from 12.9.6 to 12.10.0

Release notes

Sourced from inquirer's releases.

inquirer@12.10.0

  • New design for the keys help tip. Themable/localizable with theme.style.keysHelpTip.
  • Re-introduce option to match up/down actions with vim or emacs keybindings. Enable with theme.keybindings
Commits
  • 87cb01e Publish
  • 8410243 feat: Review how help tips are themed/localize (#1851)
  • f1ec92a feat: Add optional support for vim and emac bindings (#1838)
  • 92e1a84 Chore(deps): Bump github/codeql-action from 3 to 4 (#1852)
  • 9b226bd feat(@​inquirer/checkbox): selected checkbox can now display checkedName (#1844)
  • 679368d feat: modernize prompt instructions UI
  • c6a557f chore: Ignore tests when running yarn dev/yarn demo
  • f79b2ac chore: Add AGENTS.md & gitignore PLAN.md
  • 428c989 Chore(deps-dev): Bump tshy from 3.0.2 to 3.0.3 (#1849)
  • 1d96e81 Chore(deps-dev): Bump globby from 14.1.0 to 15.0.0 (#1846)
  • Additional commits viewable in compare view

Updates semver from 7.7.2 to 7.7.3

Release notes

Sourced from semver's releases.

v7.7.3

7.7.3 (2025-10-06)

Bug Fixes

Chores

Changelog

Sourced from semver's changelog.

7.7.3 (2025-10-06)

Bug Fixes

Chores

Commits
  • a25789b chore: release 7.7.3 (#812)
  • e37e0ca fix: faster paths for compare (#813)
  • 2471d75 fix: x-range build metadata support
  • 8f05c87 chore: bump @​npmcli/template-oss from 4.25.0 to 4.25.1 (#807)
  • d17aebf chore: bump @​npmcli/template-oss from 4.24.4 to 4.25.0 (#797)
  • 3b03e3b chore: bump @​npmcli/template-oss from 4.24.3 to 4.24.4 (#790)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for semver since your current version.


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 production-dependencies group with 4 updates: [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js), [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js), [inquirer](https://github.com/SBoudrias/Inquirer.js) and [semver](https://github.com/npm/node-semver).


Updates `@octokit/plugin-paginate-rest` from 13.1.1 to 13.2.0
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
- [Commits](octokit/plugin-paginate-rest.js@v13.1.1...v13.2.0)

Updates `@octokit/plugin-rest-endpoint-methods` from 16.1.0 to 16.1.1
- [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases)
- [Commits](octokit/plugin-rest-endpoint-methods.js@v16.1.0...v16.1.1)

Updates `inquirer` from 12.9.6 to 12.10.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@12.9.6...inquirer@12.10.0)

Updates `semver` from 7.7.2 to 7.7.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.2...v7.7.3)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-paginate-rest"
  dependency-version: 13.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@octokit/plugin-rest-endpoint-methods"
  dependency-version: 16.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: inquirer
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: semver
  dependency-version: 7.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
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.

2 participants