Skip to content

Bump the lint group across 1 directory with 2 updates#7006

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lint-7d610fc9cd
Open

Bump the lint group across 1 directory with 2 updates#7006
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lint-7d610fc9cd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the lint group with 2 updates in the / directory: prettier and typescript.

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels May 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 1, 2026 10:56
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 1, 2026
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-7006 May 1, 2026 10:57 Inactive
@owenatgov
Copy link
Copy Markdown
Contributor

Trest failure looks like a mismatch between typescript and eslint. I don't think we can upgrade until we also upgrade eslint?

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/lint-7d610fc9cd branch from fff4c12 to 6ce9dbd Compare May 1, 2026 12:58
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-7006 May 1, 2026 12:58 Inactive
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/lint-7d610fc9cd branch from 6ce9dbd to 746d6a1 Compare May 1, 2026 13:15
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-7006 May 1, 2026 13:15 Inactive
Bumps the lint group with 2 updates in the / directory: [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/microsoft/TypeScript).


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

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/lint-7d610fc9cd branch from 746d6a1 to eab4060 Compare May 6, 2026 14:35
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-7006 May 6, 2026 14:35 Inactive
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

Projects

Status: Needs review 🔍

Development

Successfully merging this pull request may close these issues.

2 participants