Skip to content

chore(deps): bump the npm-minor-patch group across 1 directory with 9 updates - #14

Merged
wavyx merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-0e1092eac2
Jun 16, 2026
Merged

chore(deps): bump the npm-minor-patch group across 1 directory with 9 updates#14
wavyx merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-0e1092eac2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 9 updates in the / directory:

Package From To
@oclif/core 4.11.4 4.11.6
@oclif/plugin-plugins 5.4.72 5.4.74
undici 8.3.0 8.5.0
@oclif/test 4.1.18 4.1.19
@vitest/coverage-v8 4.1.8 4.1.9
eslint 10.4.1 10.5.0
oclif 4.23.10 4.23.16
prettier 3.8.3 3.8.4
vitest 4.1.8 4.1.9

Updates @oclif/core from 4.11.4 to 4.11.6

Release notes

Sourced from @​oclif/core's releases.

4.11.6

Bug Fixes

4.11.5

Bug Fixes

Changelog

Sourced from @​oclif/core's changelog.

4.11.6 (2026-06-15)

Bug Fixes

4.11.5 (2026-06-15)

Bug Fixes

Commits

Updates @oclif/plugin-plugins from 5.4.72 to 5.4.74

Release notes

Sourced from @​oclif/plugin-plugins's releases.

5.4.74

Bug Fixes

5.4.73

Bug Fixes

Changelog

Sourced from @​oclif/plugin-plugins's changelog.

5.4.74 (2026-06-14)

Bug Fixes

5.4.73 (2026-06-06)

Bug Fixes

Commits
  • ed4483a chore(release): 5.4.74 [skip ci]
  • 7744d92 fix(deps): bump npm from 11.16.0 to 11.17.0 (#1339)
  • 6a89373 chore(dev-deps): bump prettier from 3.8.3 to 3.8.4 (#1341)
  • 72ab95a chore(dev-deps): bump oclif from 4.23.10 to 4.23.14 (#1342)
  • abb70fb chore(dev-deps): bump eslint-config-oclif from 6.0.167 to 6.0.169 (#1343)
  • b3bb34f chore(dev-deps): bump eslint-config-oclif from 6.0.166 to 6.0.167 (#1335)
  • b5f947d chore(release): 5.4.73 [skip ci]
  • 56cc4ad fix(deps): bump semver from 7.8.1 to 7.8.2 (#1336)
  • f19de14 chore(dev-deps): bump oclif from 4.23.8 to 4.23.10 (#1337)
  • b393d5d chore(dev-deps): bump @​oclif/plugin-help from 6.2.49 to 6.2.50 (#1338)
  • See full diff in compare view

Updates undici from 8.3.0 to 8.5.0

Release notes

Sourced from undici's releases.

v8.5.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v8.4.1...v8.5.0

v8.4.1

What's Changed

New Contributors

Full Changelog: nodejs/undici@v8.4.0...v8.4.1

v8.4.0

What's Changed

... (truncated)

Commits
  • a0806e1 Bumped v8.5.0 (#5429)
  • 8a0392c test: detect available python command in wpt runner (#5427)
  • f4045b9 ci: increase Node.js workflow timeout (#5426)
  • 363e44f chore: removed repro-h2-pipelining-default.mjs and lint (#5420)
  • c5ed787 websocket: handle empty fragments and stream limits
  • e114e77 align EventSource with spec (#5418)
  • 6df53c5 fix: preserve h2 queue on out-of-order completion (#5410)
  • 32dbf0b websocket: limit the number of fragments in a message
  • 0d6ecc5 add bodymixin.textStream() (#5416)
  • 42d4955 fix: honor requestTls when proxy is SOCKS5
  • Additional commits viewable in compare view

Updates @oclif/test from 4.1.18 to 4.1.19

Release notes

Sourced from @​oclif/test's releases.

4.1.19

Bug Fixes

  • deps: bump esbuild from 0.28.0 to 0.28.1 (429ee9b)
Changelog

Sourced from @​oclif/test's changelog.

4.1.19 (2026-06-13)

Bug Fixes

  • deps: bump esbuild from 0.28.0 to 0.28.1 (429ee9b)
Commits
  • 59daaf0 chore(release): 4.1.19 [skip ci]
  • e87e558 Merge pull request #896 from oclif/dependabot-npm_and_yarn-esbuild-0.28.1
  • 429ee9b fix(deps): bump esbuild from 0.28.0 to 0.28.1
  • 3056c26 Merge pull request #894 from oclif/dependabot-npm_and_yarn-tsx-4.22.4
  • a32decb Merge pull request #895 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 98ee0d4 chore(dev-deps): bump eslint-config-oclif from 6.0.166 to 6.0.167
  • 9e47802 chore(dev-deps): bump tsx from 4.22.3 to 4.22.4
  • a0b1f9b Merge pull request #893 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 14d6342 chore(dev-deps): bump eslint-config-oclif from 6.0.165 to 6.0.166
  • 290e22c Merge pull request #890 from oclif/dependabot-npm_and_yarn-tsx-4.22.3
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 4.1.8 to 4.1.9

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.9

🐞 Bug Fixes

View changes on GitHub
Commits

Updates eslint from 10.4.1 to 10.5.0

Release notes

Sourced from eslint's releases.

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

  • 8ae1b5b docs: Update README (GitHub Actions Bot)
  • ca7eb90 docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)
  • f99b47a docs: Update README (GitHub Actions Bot)
  • acf03d4 docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)

Chores

  • b18bf58 chore: update ecosystem plugins (#20959) (ESLint Bot)
  • c2d1444 refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)
  • 243b8c5 chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)
  • 217b2a9 test: add unit tests for ParserService (#20949) (Taejin Kim)
  • 72003e7 test: add location information to error messages in max-statements (#20945) (lumir)
  • 7797c26 refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)
  • 67c46fa chore: update ecosystem plugins (#20938) (ESLint Bot)
  • 95d8c7a chore: update dependency @​eslint/json to v2 (#20934) (renovate[bot])
  • cf9e496 chore: update @​arethetypeswrong/cli to 0.18.3 (#20933) (Pixel998)
  • fb6d396 test: run type tests with TypeScript 7 (#20868) (sethamus)
Commits

Updates oclif from 4.23.10 to 4.23.16

Release notes

Sourced from oclif's releases.

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)

4.23.14

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1053.0 to 3.1063.0 (956371b)

4.23.13

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.85 to 3.2.87 (01e1bb6)

4.23.12

Bug Fixes

  • deps: bump semver from 7.8.1 to 7.8.2 (c6e0e25)

4.23.11

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.49 to 6.2.50 (eaf5b56)
Changelog

Sourced from oclif's changelog.

4.23.16 (2026-06-14)

Bug Fixes

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

4.23.15 (2026-06-14)

Bug Fixes

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

4.23.14 (2026-06-08)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1053.0 to 3.1063.0 (956371b)

4.23.13 (2026-06-07)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.85 to 3.2.87 (01e1bb6)

4.23.12 (2026-06-07)

Bug Fixes

  • deps: bump semver from 7.8.1 to 7.8.2 (c6e0e25)

4.23.11 (2026-06-07)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.49 to 6.2.50 (eaf5b56)
Commits
  • dc48fee chore(release): 4.23.16 [skip ci]
  • 710618c Merge pull request #2049 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • 95ac952 chore(release): 4.23.15 [skip ci]
  • b6fc4c4 Merge pull request #2050 from oclif/dependabot-npm_and_yarn-semver-7.8.4
  • d8fb49b fix(deps): bump semver from 7.8.2 to 7.8.4
  • 49f4ce5 fix(deps): bump @​aws-sdk/client-cloudfront from 3.1045.0 to 3.1068.0
  • 92451cb Merge pull request #2041 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 1e80295 chore(release): 4.23.14 [skip ci]
  • 5c91864 Merge pull request #2042 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • ec71d13 chore(release): 4.23.13 [skip ci]
  • Additional commits viewable in compare view

Updates prettier from 3.8.3 to 3.8.4

Release notes

Sourced from prettier's releases.

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.4

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a


b


c

d



<!-- Prettier 3.8.3 -->

a

b


c

d



<!-- Prettier 3.8.4 -->


a

b



c

d
Commits
  • 1c6ba55 Release 3.8.4
  • 4a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...
  • 074aaed Replace main branch in changelog link with tags (#19054)
  • c22a003 Bump Prettier dependency to 3.8.3
  • 07bad1f Clean changelog_unreleased
  • See full diff in compare view

Updates vitest from 4.1.8 to 4.1.9

Release notes

Sourced from vitest's releases.

v4.1.9

🐞 Bug Fixes

View changes on GitHub
Commits
  • a7a61e7 chore: release v4.1.9 (#10598)
  • 934b0f5 fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...
  • 7fb2965 fix(browser): wait for orchestrator readiness before resolving browser sessio...
  • a518019 fix: fix importOriginal with optimizer and query import [backport to v4] (#...
  • See full diff in compare view

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

… updates

Bumps the npm-minor-patch group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@oclif/core](https://github.com/oclif/core) | `4.11.4` | `4.11.6` |
| [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.72` | `5.4.74` |
| [undici](https://github.com/nodejs/undici) | `8.3.0` | `8.5.0` |
| [@oclif/test](https://github.com/oclif/test) | `4.1.18` | `4.1.19` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.8` | `4.1.9` |
| [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.5.0` |
| [oclif](https://github.com/oclif/oclif) | `4.23.10` | `4.23.16` |
| [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.8` | `4.1.9` |



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

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

Updates `undici` from 8.3.0 to 8.5.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v8.3.0...v8.5.0)

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

Updates `@vitest/coverage-v8` from 4.1.8 to 4.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/coverage-v8)

Updates `eslint` from 10.4.1 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.1...v10.5.0)

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

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

Updates `vitest` from 4.1.8 to 4.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-version: 4.11.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@oclif/plugin-plugins"
  dependency-version: 5.4.74
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: undici
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@oclif/test"
  dependency-version: 4.1.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: eslint
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: oclif
  dependency-version: 4.23.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

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 16, 2026
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@wavyx
wavyx merged commit 83e4801 into main Jun 16, 2026
11 checks passed
@wavyx
wavyx deleted the dependabot/npm_and_yarn/npm-minor-patch-0e1092eac2 branch June 16, 2026 12:52
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