Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2025

Bumps the linting-tools group with 2 updates in the / directory: knip and prettier.

Updates knip from 5.70.2 to 5.71.0

Release notes

Sourced from knip's releases.

Release 5.71.0

  • Add sed to globally ignored binaries (#1365) (ea8d61899fe8d4ba160ec998d564d3c9f5aafd55) - thanks @​jmoses!
  • Consider NS in condition referenced (closes #1364) (7a5a8ea2351b31e1cefb1405d33b8dbb464c2ec9)
  • Improve dynamic import binding handling (close #1368) (b210b18c18357885b33827fc23a7333615ef7d64)
  • Introduce graph explorer (b107af4cfbf034159903cf79c82e6926ff7dd91c)
  • Find mdx plugins in next config (resolve #1367) (07c0539dd167681e2f5533bef15a7759bd6a3f5f)
  • Filter out subshell function calls (resolve #1369) (97d8f6acc9fda00486b2072f9717789d54b4e225)
Commits

Updates prettier from 3.7.3 to 3.7.4

Release notes

Sourced from prettier's releases.

3.7.4

What's Changed

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;

TypeScript: Fix unstable comment print in union type comments (#18395 by @​fisker)

// Input
type X = (A | B) & (
  // comment
  A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot requested a review from a team as a code owner December 7, 2025 22:06
@vercel
Copy link

vercel bot commented Dec 7, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
documentation Ready Ready Preview Dec 9, 2025 1:53pm

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/linting-tools-1bed72ebeb branch from 1ccd669 to 65018c9 Compare December 8, 2025 09:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/linting-tools-1bed72ebeb branch from 65018c9 to c573fce Compare December 8, 2025 12:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/linting-tools-1bed72ebeb branch from c573fce to 2750afa Compare December 9, 2025 12:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/linting-tools-1bed72ebeb branch from 2750afa to 8a3a27a Compare December 9, 2025 12:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/linting-tools-1bed72ebeb branch from 8a3a27a to 424ade5 Compare December 9, 2025 13:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/linting-tools-1bed72ebeb branch from 424ade5 to df5ed64 Compare December 9, 2025 13:22
Bumps the linting-tools group with 2 updates in the / directory: [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) and [prettier](https://github.com/prettier/prettier).


Updates `knip` from 5.70.2 to 5.71.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/5.71.0/packages/knip)

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

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 5.71.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-tools
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: linting-tools
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/linting-tools-1bed72ebeb branch from df5ed64 to cb753c6 Compare December 9, 2025 13:46
@aelmanaa aelmanaa enabled auto-merge (squash) December 9, 2025 13:49
@aelmanaa aelmanaa merged commit 09e9a2c into main Dec 9, 2025
22 checks passed
@aelmanaa aelmanaa deleted the dependabot/npm_and_yarn/linting-tools-1bed72ebeb branch December 9, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant