Skip to content

deps(dev): bump the dev-patch-minor-dependencies group across 1 directory with 3 updates#69

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-patch-minor-dependencies-fa26291c59
Open

deps(dev): bump the dev-patch-minor-dependencies group across 1 directory with 3 updates#69
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-patch-minor-dependencies-fa26291c59

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-patch-minor-dependencies group with 3 updates in the / directory: eslint-config-oclif, nock and tsx.

Updates eslint-config-oclif from 6.0.156 to 6.0.169

Release notes

Sourced from eslint-config-oclif's releases.

6.0.169

Bug Fixes

6.0.168

Bug Fixes

  • deps: bump typescript-eslint from 8.60.0 to 8.60.1 (b5dc19c)

6.0.167

Bug Fixes

  • deps: bump typescript-eslint from 8.59.4 to 8.60.0 (921fba5)

6.0.166

Bug Fixes

  • deps: bump typescript-eslint from 8.59.3 to 8.59.4 (ea288ee)

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)

... (truncated)

Changelog

Sourced from eslint-config-oclif's changelog.

6.0.169 (2026-06-10)

Bug Fixes

6.0.168 (2026-06-07)

Bug Fixes

  • deps: bump typescript-eslint from 8.60.0 to 8.60.1 (b5dc19c)

6.0.167 (2026-05-31)

Bug Fixes

  • deps: bump typescript-eslint from 8.59.4 to 8.60.0 (921fba5)

6.0.166 (2026-05-24)

Bug Fixes

  • deps: bump typescript-eslint from 8.59.3 to 8.59.4 (ea288ee)

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

... (truncated)

Commits
  • 78eb978 chore(release): 6.0.169 [skip ci]
  • 80eb23e Merge pull request #358 from oclif/d/W-21782254
  • 8aa6d18 fix: removing redundant dependency on past version @​W-21782254@
  • c84d813 chore(release): 6.0.168 [skip ci]
  • ee544db Merge pull request #357 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • b5dc19c fix(deps): bump typescript-eslint from 8.60.0 to 8.60.1
  • 34d5c95 chore(release): 6.0.167 [skip ci]
  • 9b7faa5 Merge pull request #355 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 921fba5 fix(deps): bump typescript-eslint from 8.59.4 to 8.60.0
  • 1b6e8ef chore(release): 6.0.166 [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 tsx from 4.21.0 to 4.22.4

Release notes

Sourced from tsx's releases.

v4.22.4

4.22.4 (2026-05-31)

Bug Fixes

  • resolve CommonJS directory requires inside dependencies (#803) (1ce8463)

This release is also available on:

v4.22.3

4.22.3 (2026-05-19)

Bug Fixes

  • decode typed loader source (dce02fc)
  • preserve entrypoint with TypeScript preload hooks (68f72f3)

This release is also available on:

v4.22.2

4.22.2 (2026-05-18)

Bug Fixes

  • preserve CJS JSON require in ESM hooks (35b700b)
  • preserve named exports from CommonJS TypeScript (11de737)
  • support module.exports require(esm) interop (cf8f199)

This release is also available on:

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:

... (truncated)

Commits
  • 1ce8463 fix: resolve CommonJS directory requires inside dependencies (#803)
  • dce02fc fix: decode typed loader source
  • 68f72f3 fix: preserve entrypoint with TypeScript preload hooks
  • 69455cf test: cover package exports for ambiguous ESM reexports
  • 35b700b fix: preserve CJS JSON require in ESM hooks
  • ef807db chore: update testing dependencies
  • 3917090 test: document compatibility test taxonomy
  • de8113f refactor: centralize Node capability facts
  • c1f62db test: consolidate tsconfig path edge coverage
  • 4e08174 test: consolidate loader hook coverage
  • 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

…tory with 3 updates

Bumps the dev-patch-minor-dependencies group with 3 updates in the / directory: [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif), [nock](https://github.com/nock/nock) and [tsx](https://github.com/privatenumber/tsx).


Updates `eslint-config-oclif` from 6.0.156 to 6.0.169
- [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.169)

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 `tsx` from 4.21.0 to 4.22.4
- [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.4)

---
updated-dependencies:
- dependency-name: eslint-config-oclif
  dependency-version: 6.0.169
  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: tsx
  dependency-version: 4.22.4
  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 Jun 10, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 10, 2026 23:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants