Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@typescript-eslint/eslint-plugin 8.59.2 8.62.1
@typescript-eslint/parser 8.59.2 8.62.1
eslint-config-oclif 6.0.164 6.0.174
eslint-import-resolver-typescript 4.4.4 4.4.5
nock 14.0.15 14.0.16
oclif 4.23.0 4.23.24

Updates @typescript-eslint/eslint-plugin from 8.59.2 to 8.62.1

Release notes

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

v8.62.1

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)

❤️ Thank You

See GitHub Releases for more information.

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

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

🩹 Fixes

  • add "files" to rule-schema-to-typescript-types (#12441)

❤️ Thank You

See GitHub Releases for more information.

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

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

... (truncated)

Changelog

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

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)

❤️ Thank You

See GitHub Releases for more information.

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

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

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

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)

❤️ Thank You

... (truncated)

Commits
  • 3ea32f4 chore(release): publish 8.62.1
  • 4ecca6d fix(eslint-plugin): [no-unnecessary-type-assertion] parenthesize object liter...
  • f3a7ec7 chore(eslint-plugin-internal): [no-dynamic-tests] restrict where noFormat can...
  • 301f350 fix(eslint-plugin): [no-unnecessary-boolean-literal-compare] preserve boolean...
  • ebce2d4 fix(eslint-plugin): [prefer-optional-chain] use suggestion instead of autofix...
  • 54e2857 chore(release): publish 8.62.0
  • 81e4c26 feat: remove redundant package.json "files" (#12444)
  • b784054 chore: use stableTypeOrdering compiler option (#12427)
  • aaad718 chore(release): publish 8.61.1
  • 0cc8f35 fix(eslint-plugin): [no-unnecessary-template-expression] respect ECMAScript l...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.59.2 to 8.62.1

Release notes

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

v8.62.1

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)

❤️ Thank You

See GitHub Releases for more information.

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

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

🩹 Fixes

  • add "files" to rule-schema-to-typescript-types (#12441)

❤️ Thank You

See GitHub Releases for more information.

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

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

... (truncated)

Changelog

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

8.62.1 (2026-06-29)

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.

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

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

8.61.1 (2026-06-15)

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.

8.61.0 (2026-06-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.

8.60.1 (2026-06-01)

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.

8.60.0 (2026-05-25)

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

... (truncated)

Commits

Updates eslint-config-oclif from 6.0.164 to 6.0.174

Release notes

Sourced from eslint-config-oclif's releases.

6.0.174

Bug Fixes

  • deps: bump typescript-eslint from 8.61.1 to 8.62.0 (3ba95e4)

6.0.173

Bug Fixes

  • deps: bump js-yaml from 4.1.1 to 4.2.0 (c090823)

6.0.172

Bug Fixes

  • deps: bump typescript-eslint from 8.61.0 to 8.61.1 (bcf8a5b)

6.0.171

Bug Fixes

  • deps: bump typescript-eslint from 8.60.1 to 8.61.0 (e695da6)

6.0.170

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.60.1 to 8.61.0 (a353457)

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

Sourced from eslint-config-oclif's changelog.

6.0.174 (2026-06-28)

Bug Fixes

  • deps: bump typescript-eslint from 8.61.1 to 8.62.0 (3ba95e4)

6.0.173 (2026-06-21)

Bug Fixes

  • deps: bump js-yaml from 4.1.1 to 4.2.0 (c090823)

6.0.172 (2026-06-21)

Bug Fixes

  • deps: bump typescript-eslint from 8.61.0 to 8.61.1 (bcf8a5b)

6.0.171 (2026-06-14)

Bug Fixes

  • deps: bump typescript-eslint from 8.60.1 to 8.61.0 (e695da6)

6.0.170 (2026-06-14)

Bug Fixes

  • deps: bump @​typescript-eslint/parser from 8.60.1 to 8.61.0 (a353457)

6.0.169 (2026-06-10)

Bug Fixes

... (truncated)

Commits
  • 6d74aef chore(release): 6.0.174 [skip ci]
  • dfd18ba Merge pull request #365 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • 3ba95e4 fix(deps): bump typescript-eslint from 8.61.1 to 8.62.0
  • 3fe074a chore(release): 6.0.173 [skip ci]
  • e5cd408 Merge pull request #363 from oclif/dependabot-npm_and_yarn-js-yaml-4.2.0
  • c090823 fix(deps): bump js-yaml from 4.1.1 to 4.2.0
  • 392dc9c chore(release): 6.0.172 [skip ci]
  • 6ea8520 Merge pull request #362 from oclif/dependabot-npm_and_yarn-typescript-eslint-...
  • bcf8a5b fix(deps): bump typescript-eslint from 8.61.0 to 8.61.1
  • 138976f chore(release): 6.0.171 [skip ci]
  • Additional commits viewable in compare view

Updates eslint-import-resolver-typescript from 4.4.4 to 4.4.5

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.4.5

Patch Changes

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.4.5

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-import-resolver-typescript since your current version.


Updates nock from 14.0.15 to 14.0.16

Release notes

Sourced from nock's releases.

v14.0.16

14.0.16 (2026-06-26)

Bug Fixes

  • guard against AbortSignal-aborted requests in response handler (#2977) (2d68e8a), closes #2949
Commits

Updates oclif from 4.23.0 to 4.23.24

Release notes

Sourced from oclif's releases.

4.23.24

Bug Fixes

  • deps: bump @​oclif/core from 4.11.4 to 4.11.11 (c58ef7c)

4.23.23

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (cabf031)

4.23.22

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.1068.0 to 3.1075.0 (acabb5c)

4.23.21

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.50 to 6.2.52 (cafe92c)

4.23.20

Bug Fixes

4.23.19

Bug Fixes

  • deps: bump semver from 7.8.4 to 7.8.5 (bef73e4)

4.23.18

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1063.0 to 3.1073.0 (414c733)

4.23.17

Bug Fixes

  • deps: bump @​babel/core from 7.25.7 to 7.29.7 (f9221b3)

4.23.16

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.1045.0 to 3.1068.0 (49f4ce5)

4.23.15

Bug Fixes

  • deps: bump semver from 7.8.2 to 7.8.4 (d8fb49b)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.23.24 (2026-06-29)

Bug Fixes

  • deps: bump @​oclif/core from 4.11.4 to 4.11.11 (c58ef7c)

4.23.23 (2026-06-28)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (cabf031)

4.23.22 (2026-06-28)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.1068.0 to 3.1075.0 (acabb5c)

4.23.21 (2026-06-23)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.50 to 6.2.52 (cafe92c)

4.23.20 (2026-06-22)

Bug Fixes

4.23.19 (2026-06-22)

Bug Fixes

  • deps: bump semver from 7.8.4 to 7.8.5 (bef73e4)

4.23.18 (2026-06-22)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1063.0 to 3.1073.0 (414c733)

4.23.17 (2026-06-21)

Bug Fixes

  • deps: bump @​babel/core from 7.25.7 to 7.29.7 (f9221b3)

4.23.16 (2026-06-14)

... (truncated)

Commits
  • 757eef9 chore(release): 4.23.24 [skip ci]
  • a3468a1 Merge pull request #2061 from oclif/dependabot-npm_and_yarn-oclif-core-4.11.11
  • c58ef7c fix(deps): bump @​oclif/core from 4.11.4 to 4.11.11
  • 1ab2e16 chore(release): 4.23.23 [skip ci]
  • 0317c80 Merge pull request #2062 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...
  • 293645b chore(release): 4.23.22 [skip ci]
  • c6823c1 Merge pull request #2063 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • ef10cfb Merge pull request #2064 from oclif/dependabot-npm_and_yarn-oclif-plugin-lega...
  • d154863 chore(dev-deps): bump @​oclif/plugin-legacy from 2.0.34 to 2.0.37
  • acabb5c fix(deps): bump @​aws-sdk/client-cloudfront from 3.1068.0 to 3.1075.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 28, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 28, 2026 19:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 28, 2026
@dependabot dependabot Bot had a problem deploying to AcceptanceTests June 28, 2026 19:04 Failure
@dependabot dependabot Bot had a problem deploying to AcceptanceTests June 28, 2026 19:04 Failure
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-minor-dependencies-0d2174dc6b branch from cb2825e to 219151d Compare June 30, 2026 15:44
@dependabot dependabot Bot had a problem deploying to AcceptanceTests June 30, 2026 15:44 Failure
@dependabot dependabot Bot had a problem deploying to AcceptanceTests June 30, 2026 15:44 Failure
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-minor-dependencies-0d2174dc6b branch from 219151d to 9248d25 Compare July 1, 2026 20:01
@dependabot dependabot Bot had a problem deploying to AcceptanceTests July 1, 2026 20:01 Failure
@dependabot dependabot Bot had a problem deploying to AcceptanceTests July 1, 2026 20:01 Failure
…tory with 6 updates

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

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.59.2` | `8.62.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.2` | `8.62.1` |
| [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `6.0.164` | `6.0.174` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.4.4` | `4.4.5` |
| [nock](https://github.com/nock/nock) | `14.0.15` | `14.0.16` |
| [oclif](https://github.com/oclif/oclif) | `4.23.0` | `4.23.24` |



Updates `@typescript-eslint/eslint-plugin` from 8.59.2 to 8.62.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.2 to 8.62.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.62.1/packages/parser)

Updates `eslint-config-oclif` from 6.0.164 to 6.0.174
- [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.164...6.0.174)

Updates `eslint-import-resolver-typescript` from 4.4.4 to 4.4.5
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v4.4.4...v4.4.5)

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

Updates `oclif` from 4.23.0 to 4.23.24
- [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.24)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch-minor-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.62.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.174
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch-minor-dependencies
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch-minor-dependencies
- dependency-name: nock
  dependency-version: 14.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch-minor-dependencies
- dependency-name: oclif
  dependency-version: 4.23.23
  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 force-pushed the dependabot/npm_and_yarn/dev-patch-minor-dependencies-0d2174dc6b branch from 9248d25 to ef5fe96 Compare July 1, 2026 20:54
@dependabot dependabot Bot had a problem deploying to AcceptanceTests July 1, 2026 20:54 Failure
@dependabot dependabot Bot had a problem deploying to AcceptanceTests July 1, 2026 20:54 Failure
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