Skip to content

deps: bump the dev-patch-minor-dependencies group across 1 directory with 5 updates#337

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-patch-minor-dependencies-d4faf7f2f5
Open

deps: bump the dev-patch-minor-dependencies group across 1 directory with 5 updates#337
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-patch-minor-dependencies-d4faf7f2f5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2026

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

Package From To
@typescript-eslint/parser 8.58.0 8.58.1
eslint-config-oclif 6.0.154 6.0.157
nock 14.0.11 14.0.12
sinon 21.0.3 21.1.2
@types/sinon 21.0.0 21.0.1

Updates @typescript-eslint/parser from 8.58.0 to 8.58.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.58.1 (2026-04-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint-config-oclif from 6.0.154 to 6.0.157

Release notes

Sourced from eslint-config-oclif's releases.

6.0.157

Bug Fixes

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

6.0.156

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (f2281be)

6.0.155

Bug Fixes

  • deps: bump typescript-eslint from 8.57.2 to 8.58.0 (fe08adf)
Changelog

Sourced from eslint-config-oclif's changelog.

6.0.157 (2026-04-12)

Bug Fixes

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

6.0.156 (2026-04-05)

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (f2281be)

6.0.155 (2026-04-05)

Bug Fixes

  • deps: bump typescript-eslint from 8.57.2 to 8.58.0 (fe08adf)
Commits
  • 90d9002 chore(release): 6.0.157 [skip ci]
  • 084269f Merge pull request #341 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • b0a3014 fix(deps): bump typescript-eslint from 8.58.0 to 8.58.1
  • 479a84b chore(release): 6.0.156 [skip ci]
  • a888aa6 Merge pull request #339 from oclif/dependabot-npm_and_yarn-lodash-4.18.1
  • f2281be fix(deps): bump lodash from 4.17.23 to 4.18.1
  • 5bcb42b chore(release): 6.0.155 [skip ci]
  • 9ed43d7 Merge pull request #338 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • fe08adf fix(deps): bump typescript-eslint from 8.57.2 to 8.58.0
  • See full diff in compare view

Updates nock from 14.0.11 to 14.0.12

Release notes

Sourced from nock's releases.

v14.0.12

14.0.12 (2026-04-05)

Bug Fixes

  • prevent crash when query params have conflicting dot-notation keys (#2958) (7ea9933)
Commits
  • 7ea9933 fix: prevent crash when query params have conflicting dot-notation keys (#2958)
  • d00d371 chore(deps): bump picomatch
  • e899c49 chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5
  • 9ad19ea chore(deps): bump qs and @​definitelytyped/dtslint
  • 657d9a1 chore(deps): bump actions/checkout from 5 to 6 (#2933)
  • See full diff in compare view

Updates sinon from 21.0.3 to 21.1.2

Changelog

Sourced from sinon's changelog.

21.1.2

  • 53817f7d Upgrade to ESLint 10 and new shared config (#2696) (Carl-Erik Kopseng)
    • Upgrade to ESLint 10 and new shared config
    • Update deps
  • d7a682e0 fix: move npm-run-all to devDeps (#2694) (Avi Vahl)

    used only during dev, and caused a considerable dep count jump downstream

  • 5b8720ec use latest shared eslint-config (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2026-04-11.

21.1.1

  • 3c8b023b Update deps (Carl-Erik Kopseng)
  • 2eabf5da fix(#2692): Remove ESM-only supports-color as it breaks CJS exports (#2693) (Carl-Erik Kopseng)
    • fix(#2692): Remove ESM-only supports-color as it breaks CJS exports

Released by Carl-Erik Kopseng on 2026-04-10.

21.1.0

  • 0a5526c5 updated deps (Carl-Erik Kopseng)
  • 5262204f fix: build artifacts before running bundled tests (Carl-Erik Kopseng)
  • 819bb64b Migration to ECMAScript modules (ESM) (#2683) (Carl-Erik Kopseng)

    This allowed us to finally consume ESM-only dependencies and has broken us free from some CJS shackes. Now produce the same API surface for CJS consumers, as well, by generating ./lib

    • Modern ignores 😁
    • test: add distribution harness
    • test: verify packed cjs and esm entrypoints
    • test: lock distribution api manifest
    • test: smoke test built pkg artifacts
    • docs: require contract tests for package migration
    • test: guard esm migration regressions
    • docs: require contract gate for esm migration
    • build: generate cjs lib from esm source entries
    • refactor: port root api surface to esm
    • build: clean port of root api to esm
    • docs: include implementation plans
    • fix: align lint and smoke tests with esm migration
    • refactor: complete esm port of all core components
    • refactor: finalize esm migration with sandbox and naming fixes
    • fix: finish esm migration stabilization

... (truncated)

Commits

Updates @types/sinon from 21.0.0 to 21.0.1

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 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

…with 5 updates

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

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.58.0` | `8.58.1` |
| [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `6.0.154` | `6.0.157` |
| [nock](https://github.com/nock/nock) | `14.0.11` | `14.0.12` |
| [sinon](https://github.com/sinonjs/sinon) | `21.0.3` | `21.1.2` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `21.0.0` | `21.0.1` |



Updates `@typescript-eslint/parser` from 8.58.0 to 8.58.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.1/packages/parser)

Updates `eslint-config-oclif` from 6.0.154 to 6.0.157
- [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.154...6.0.157)

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

Updates `sinon` from 21.0.3 to 21.1.2
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v21.0.3...v21.1.2)

Updates `@types/sinon` from 21.0.0 to 21.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.58.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch-minor-dependencies
- dependency-name: eslint-config-oclif
  dependency-version: 6.0.157
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch-minor-dependencies
- dependency-name: nock
  dependency-version: 14.0.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch-minor-dependencies
- dependency-name: sinon
  dependency-version: 21.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch-minor-dependencies
- dependency-name: "@types/sinon"
  dependency-version: 21.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Apr 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 12, 2026 19:03
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Apr 12, 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