Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 3 updates - #522

Merged
JimMadge merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-1a6aea6825
Aug 7, 2026
Merged

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#522
JimMadge merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-1a6aea6825

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates in the / directory: yargs, yoctocolors and prettier.

Updates yargs from 18.0.0 to 18.1.0

Changelog

Sourced from yargs's changelog.

18.1.0 (2026-07-26)

Features

  • ignore bun when getting bin name (b77831c)

Bug Fixes

  • lang: 'count' for de locale (#2476) (971e351)
  • local prototype pollution vulnerability in apply-extends (437f3a4)
  • locale: add Georgian translation (#2474) (086aeaa)

17.7.3 (2026-06-19)

Bug Fixes

  • fix: use entry point with file extension for anything that supports exports (#2514) (c7597e3)

16.2.2 (2026-06-19)

Bug Fixes

  • fix: use entry point with .cjs file extension for yargs export (#2546) (6feb819)
Commits
Maintainer changes

This version was pushed to npm by shadowspawn, a new releaser for yargs since your current version.


Updates yoctocolors from 2.1.2 to 2.2.0

Release notes

Sourced from yoctocolors's releases.

v2.2.0

  • Add extended underline styles and underline colors a613227

sindresorhus/yoctocolors@v2.1.2...v2.2.0

Commits

Updates prettier from 3.9.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 1, 2026
@jdalrymple

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot changed the title chore(deps): bump the production-dependencies group with 3 updates chore(deps): bump the production-dependencies group across 1 directory with 3 updates Aug 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-1a6aea6825 branch from 3d7399a to 28b0fe1 Compare August 7, 2026 01:04
@JimMadge

JimMadge commented Aug 7, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [yargs](https://github.com/yargs/yargs), [yoctocolors](https://github.com/sindresorhus/yoctocolors) and [prettier](https://github.com/prettier/prettier).


Updates `yargs` from 18.0.0 to 18.1.0
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v18.0.0...v18.1.0)

Updates `yoctocolors` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/sindresorhus/yoctocolors/releases)
- [Commits](sindresorhus/yoctocolors@v2.1.2...v2.2.0)

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

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: yargs
  dependency-version: 18.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: yoctocolors
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-1a6aea6825 branch from 28b0fe1 to b59fea0 Compare August 7, 2026 09:44
@JimMadge
JimMadge merged commit fa4eed6 into main Aug 7, 2026
4 checks passed
@JimMadge
JimMadge deleted the dependabot/npm_and_yarn/production-dependencies-1a6aea6825 branch August 7, 2026 10:04
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants