Skip to content

chore(deps): bump the minor group across 1 directory with 3 updates - #538

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-a9e4cdd7fc
Closed

chore(deps): bump the minor group across 1 directory with 3 updates#538
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-a9e4cdd7fc

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor group with 3 updates in the / directory: @types/node, prettier and htmljs-parser.

Updates @types/node from 26.0.0 to 26.0.1

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

Updates htmljs-parser from 5.11.0 to 5.12.0

Release notes

Sourced from htmljs-parser's releases.

v5.12.0

Minor Changes

Patch Changes

  • #224 aaeb3fd Thanks @​DylanPiercey! - Fix a spurious "Mismatched group" error when a > (or other comparison) appears in the body of a statement function that declares a return type, e.g.:

    export function a(): b {
      return c > d;
    }

    Previously the type-parsing state from the return type annotation leaked into the function body, so a > was treated as a closing generic bracket. A { that follows a completed type now correctly ends the annotation and parses the block as a value.

Changelog

Sourced from htmljs-parser's changelog.

5.12.0

Minor Changes

Patch Changes

  • #224 aaeb3fd Thanks @​DylanPiercey! - Fix a spurious "Mismatched group" error when a > (or other comparison) appears in the body of a statement function that declares a return type, e.g.:

    export function a(): b {
      return c > d;
    }

    Previously the type-parsing state from the return type annotation leaked into the function body, so a > was treated as a closing generic bracket. A { that follows a completed type now correctly ends the annotation and parses the block as a value.

Commits
  • 16f453a [ci] release
  • 4d28e16 feat: support comments between concise mode line attributes
  • aaeb3fd fix(expression): end type annotation at function body brace
  • 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

Bumps the minor group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier) and [htmljs-parser](https://github.com/marko-js/htmljs-parser).


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

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)

Updates `htmljs-parser` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/marko-js/htmljs-parser/releases)
- [Changelog](https://github.com/marko-js/htmljs-parser/blob/main/CHANGELOG.md)
- [Commits](marko-js/htmljs-parser@v5.11.0...v5.12.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: prettier
  dependency-version: 3.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: htmljs-parser
  dependency-version: 5.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Update one or more dependencies version javascript Pull requests that update javascript code minor Increment the minor version when merged labels Jun 26, 2026
@changeset-bot

changeset-bot Bot commented Jun 26, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c4dd0ee

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 29, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/minor-a9e4cdd7fc branch June 29, 2026 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update one or more dependencies version javascript Pull requests that update javascript code minor Increment the minor version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants