Skip to content

Bump the minor-and-patch group across 1 directory with 2 updates#1449

Merged
aomarks merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-3f71846032
Jul 6, 2026
Merged

Bump the minor-and-patch group across 1 directory with 2 updates#1449
aomarks merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-3f71846032

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 2 updates in the / directory: brace-expansion and prettier.

Updates brace-expansion from 5.0.6 to 5.0.7

Commits

Updates prettier from 3.8.4 to 3.8.5

Release notes

Sourced from prettier's releases.

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.5

diff

Flow: Support readonly as a variance annotation (#19022 by @​marcoww6)

Flow now accepts readonly as a property variance annotation, equivalent to + (covariant/read-only).

// Input
type T = {
  readonly foo: string,
};
// Prettier 3.8.4
SyntaxError
// Prettier 3.8.5
type T = {
readonly foo: string,
};

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 6, 2026
@aomarks

aomarks commented Jul 6, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps the minor-and-patch group with 2 updates in the / directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [prettier](https://github.com/prettier/prettier).


Updates `brace-expansion` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v5.0.6...v5.0.7)

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

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.8.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the minor-and-patch group with 2 updates Bump the minor-and-patch group across 1 directory with 2 updates Jul 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-3f71846032 branch from e246837 to e8f6d53 Compare July 6, 2026 15:23
@aomarks aomarks merged commit 26f392b into main Jul 6, 2026
38 of 39 checks passed
@aomarks aomarks deleted the dependabot/npm_and_yarn/minor-and-patch-3f71846032 branch July 6, 2026 16:30
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.

1 participant