Skip to content

chore(deps-dev): bump the dev-patch-minor-dependencies group across 1 directory with 5 updates#62

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-patch-minor-dependencies-66eeabbf92
Closed

chore(deps-dev): bump the dev-patch-minor-dependencies group across 1 directory with 5 updates#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-patch-minor-dependencies-66eeabbf92

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Bumps the dev-patch-minor-dependencies group with 5 updates in the / directory:

Package From To
@heroku-cli/test-utils 0.2.0 0.3.0
eslint-config-oclif 6.0.156 6.0.165
nock 14.0.12 14.0.15
oclif 4.23.0 4.23.7
tsx 4.21.0 4.22.1

Updates @heroku-cli/test-utils from 0.2.0 to 0.3.0

Release notes

Sourced from @​heroku-cli/test-utils's releases.

test-utils: v0.3.0

0.3.0 (2026-05-14)

⚠ BREAKING CHANGES

  • support vitest-based consumers (#56)

Features

Changelog

Sourced from @​heroku-cli/test-utils's changelog.

0.3.0 (2026-05-14)

⚠ BREAKING CHANGES

  • support vitest-based consumers (#56)

Features

Commits
  • 4df0b8c chore(main): release test-utils 0.3.0 (#57)
  • f952cc4 deps: bump @​heroku-cli/command from 12.2.0 to 12.3.3 (#52)
  • df8d450 deps: bump @​types/sinon from 17.0.4 to 21.0.1 (#53)
  • dfddc88 deps: bump the dev-patch-minor-dependencies group across 1 directory with 2 u...
  • 61419e0 deps: bump @​oclif/core from 4.10.3 to 4.11.2 (#55)
  • 4650c9e deps: bump actions/create-github-app-token from 2 to 3 (#36)
  • 32ec9ce feat!: support vitest-based consumers (#56)
  • cddab72 deps: bump @​oclif/core from 4.8.4 to 4.10.3 (#48)
  • 81917aa deps: update dependencies to resolve 3pp vulns (#50)
  • e47a967 deps: bump lodash from 4.17.23 to 4.18.1 (#49)
  • Additional commits viewable in compare view

Updates eslint-config-oclif from 6.0.156 to 6.0.165

Release notes

Sourced from eslint-config-oclif's releases.

6.0.165

Bug Fixes

  • deps: bump typescript-eslint from 8.59.2 to 8.59.3 (1f21504)

6.0.164

Bug Fixes

  • deps: bump typescript-eslint from 8.59.1 to 8.59.2 (1651286)

6.0.163

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.59.1 to 8.59.2 (f008d2c)

6.0.162

Bug Fixes

  • deps: bump typescript-eslint from 8.59.0 to 8.59.1 (10eeeaa)

6.0.161

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.59.0 to 8.59.1 (89e88cd)

6.0.160

Bug Fixes

  • deps: bump typescript-eslint from 8.58.2 to 8.59.0 (45dfcdc)

6.0.159

Bug Fixes

  • deps: bump typescript-eslint from 8.58.1 to 8.58.2 (4ca0a80)

6.0.158

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.58.1 to 8.58.2 (099d755)

6.0.157

Bug Fixes

  • deps: bump typescript-eslint from 8.58.0 to 8.58.1 (b0a3014)
Changelog

Sourced from eslint-config-oclif's changelog.

6.0.165 (2026-05-17)

Bug Fixes

  • deps: bump typescript-eslint from 8.59.2 to 8.59.3 (1f21504)

6.0.164 (2026-05-10)

Bug Fixes

  • deps: bump typescript-eslint from 8.59.1 to 8.59.2 (1651286)

6.0.163 (2026-05-10)

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.59.1 to 8.59.2 (f008d2c)

6.0.162 (2026-05-03)

Bug Fixes

  • deps: bump typescript-eslint from 8.59.0 to 8.59.1 (10eeeaa)

6.0.161 (2026-05-03)

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.59.0 to 8.59.1 (89e88cd)

6.0.160 (2026-04-26)

Bug Fixes

... (truncated)

Commits
  • 8f551b8 chore(release): 6.0.165 [skip ci]
  • 933944c Merge pull request #351 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 1f21504 fix(deps): bump typescript-eslint from 8.59.2 to 8.59.3
  • f8c461c chore(release): 6.0.164 [skip ci]
  • 38f166e Merge pull request #348 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 1651286 fix(deps): bump typescript-eslint from 8.59.1 to 8.59.2
  • 261a84f chore(release): 6.0.163 [skip ci]
  • 7e97ba7 Merge pull request #349 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • f008d2c fix(deps): bump @​typescript-eslint/parser from 8.59.1 to 8.59.2
  • d566e82 chore(release): 6.0.162 [skip ci]
  • Additional commits viewable in compare view

Updates nock from 14.0.12 to 14.0.15

Release notes

Sourced from nock's releases.

v14.0.15

14.0.15 (2026-05-07)

Bug Fixes

  • Revert "fix(backport): apply body delay before the response end" (#2973) (de5450c), closes #2969

v14.0.14

14.0.14 (2026-04-30)

Bug Fixes

  • backport: apply body delay before the response end (#2969) (215cd2a)

v14.0.13

14.0.13 (2026-04-20)

Bug Fixes

  • types: align Definition with runtime; add rawHeaders, drop headers (#2955) (07fbfab)
Commits
  • de5450c fix: Revert "fix(backport): apply body delay before the response end" (#2973)
  • 215cd2a fix(backport): apply body delay before the response end (#2969)
  • 07fbfab fix(types): align Definition with runtime; add rawHeaders, drop headers (#2955)
  • fe2c3ea chore(deps-dev): bump lodash-es from 4.17.23 to 4.18.1 (#2961)
  • ee49b4f chore(deps-dev): bump flatted from 3.2.5 to 3.4.2
  • 11bf183 chore(deps-dev): bump undici from 6.23.0 to 6.24.1 (#2954)
  • 6b80154 chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#2960)
  • 4cbf6cc chore(deps): bump tar and npm (#2952)
  • See full diff in compare view

Updates oclif from 4.23.0 to 4.23.7

Release notes

Sourced from oclif's releases.

4.23.7

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.48 to 6.2.49 (52edb05)

4.23.6

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1047.0 to 3.1048.0 (27c319c)

4.23.5

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.38 to 6.2.48 (3a55544)

4.23.4

Bug Fixes

  • consolidated dependabot updates [skip-validate-pr] (c2857e6)

4.23.3

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.76 to 3.2.85 (df58a61)

4.23.2

Bug Fixes

  • deps: bump fast-uri from 3.0.2 to 3.1.2 (b3efc23)

4.23.1

Bug Fixes

Changelog

Sourced from oclif's changelog.

4.23.7 (2026-05-17)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.48 to 6.2.49 (52edb05)

4.23.6 (2026-05-17)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1047.0 to 3.1048.0 (27c319c)

4.23.5 (2026-05-16)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.38 to 6.2.48 (3a55544)

4.23.4 (2026-05-15)

Bug Fixes

  • consolidated dependabot updates [skip-validate-pr] (c2857e6)

4.23.3 (2026-05-15)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.76 to 3.2.85 (df58a61)

4.23.2 (2026-05-15)

Bug Fixes

  • deps: bump fast-uri from 3.0.2 to 3.1.2 (b3efc23)

4.23.1 (2026-05-14)

Bug Fixes

Commits
  • b52a9e7 chore(release): 4.23.7 [skip ci]
  • d0ec2bd Merge pull request #2028 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • 9716b3d Merge pull request #2029 from oclif/dependabot-npm_and_yarn-prettier-3.8.3
  • 0923aa1 chore(release): 4.23.6 [skip ci]
  • 1d10fe9 Merge pull request #2030 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • 27c319c fix(deps): bump @​aws-sdk/client-s3 from 3.1047.0 to 3.1048.0
  • f53fd09 chore(dev-deps): bump prettier from 3.8.1 to 3.8.3
  • 52edb05 fix(deps): bump @​oclif/plugin-help from 6.2.48 to 6.2.49
  • 85eea37 chore(release): 4.23.5 [skip ci]
  • 1e7c4cd Merge pull request #2012 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • Additional commits viewable in compare view

Updates tsx from 4.21.0 to 4.22.1

Release notes

Sourced from tsx's releases.

v4.22.1

4.22.1 (2026-05-17)

Bug Fixes

  • resolve tsconfig path aliases containing a colon (#780) (6979f28)

This release is also available on:

v4.22.0

4.22.0 (2026-05-14)

Features


This release is also available on:

v4.21.1

4.21.1 (2026-05-14)

Bug Fixes

  • support Node 20.11/21.2 import.meta paths (acf3d8f)
  • support Node.js 24.15.0 (c1d2d45)
  • support Node.js 26.1.0 and 25.9.0 (1d7e528)

This release is also available on:

Commits
  • 6979f28 fix: resolve tsconfig path aliases containing a colon (#780)
  • b29f6ee feat: upgrade esbuild to 0.28 (#789)
  • 0dd17e9 test: cover registerHooks loader composition
  • acf3d8f fix: support Node 20.11/21.2 import.meta paths
  • 4bbef80 test: cover configDir paths without baseUrl
  • dddc5ce test: cover sync-hook watch reruns and cleanup retries
  • 09e8f8c test: assert CLI runs without warnings
  • 1d7e528 fix: support Node.js 26.1.0 and 25.9.0
  • c1d2d45 fix: support Node.js 24.15.0
  • d04672d test: update node version feature gates
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tsx 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 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

… directory with 5 updates

Bumps the dev-patch-minor-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@heroku-cli/test-utils](https://github.com/heroku/heroku-cli-test-utils) | `0.2.0` | `0.3.0` |
| [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `6.0.156` | `6.0.165` |
| [nock](https://github.com/nock/nock) | `14.0.12` | `14.0.15` |
| [oclif](https://github.com/oclif/oclif) | `4.23.0` | `4.23.7` |
| [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.1` |



Updates `@heroku-cli/test-utils` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/heroku/heroku-cli-test-utils/releases)
- [Changelog](https://github.com/heroku/heroku-cli-test-utils/blob/main/CHANGELOG.md)
- [Commits](heroku/heroku-cli-test-utils@test-utils-v0.2.0...test-utils-v0.3.0)

Updates `eslint-config-oclif` from 6.0.156 to 6.0.165
- [Release notes](https://github.com/oclif/eslint-config-oclif/releases)
- [Changelog](https://github.com/oclif/eslint-config-oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/eslint-config-oclif@6.0.156...6.0.165)

Updates `nock` from 14.0.12 to 14.0.15
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.12...v14.0.15)

Updates `oclif` from 4.23.0 to 4.23.7
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.23.0...4.23.7)

Updates `tsx` from 4.21.0 to 4.22.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.21.0...v4.22.1)

---
updated-dependencies:
- dependency-name: "@heroku-cli/test-utils"
  dependency-version: 0.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch-minor-dependencies
- dependency-name: eslint-config-oclif
  dependency-version: 6.0.165
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch-minor-dependencies
- dependency-name: nock
  dependency-version: 14.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch-minor-dependencies
- dependency-name: oclif
  dependency-version: 4.23.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch-minor-dependencies
- dependency-name: tsx
  dependency-version: 4.22.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch-minor-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 May 17, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 17, 2026 19:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 17, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 24, 2026

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

@dependabot dependabot Bot closed this May 24, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev-patch-minor-dependencies-66eeabbf92 branch May 24, 2026 19:06
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