Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps the development-minor-patch group with 3 updates: @types/node, knip and @types/react.

Updates @types/node from 25.0.3 to 25.0.6

Commits

Updates knip from 5.76.2 to 5.80.2

Release notes

Sourced from knip's releases.

Release 5.80.2

  • Add astro-og-canvas plugin (#1445) (bb93a2b8ea4cbd87b300f5bcc4676cd8e83d786d) - thanks @​JoshuaKGoldberg!
  • Small performance optimization on bun commands (#1453) (af0d73673b587df10635ec19e367b788bdb173cd) - thanks @​ClementValot!
  • Accept cwdOrPath in isDirectory and isFile (2d0bb0cd38fb8d0502532b0999cb4cf795c3e4cb)
  • Improve hasRefsInFile (86bde97ea1a202fdd9dad1fd05a30026fa78f284)
  • Rename find-internal-references.ts → has-refs-in-file.ts (307c37b87e311da519342d39216e8a38aa635388)
  • Move pos from exported default keyword to identifier (8e74ec7154f408e53973a9cdad7492c711d7811b)
  • Fix release script (71206b79a43b7c293be36135f863e2b73981d16a)

Release 5.80.1

  • Minor lints/formats (26a6f7b5)
  • Resolve _partial.scss in compiler (close #1439) (ee09aa33)
  • Add tip re. Knip editor extension early on (88c488a8)
  • Add more deterministic workspace mapping to remedy test flakiness (4d000e74)
  • Remove ignoreExportsUsedInFile from default config (f3eddf3d)
  • Update docs (29e5f175)
  • Show link to docs for module load errors in CLI (31ce18a1)
  • Bump release-it (64ad7b4f)
  • Improved TanStack Router Configs (#1449) (3e0b847b)- thanks @​AlexanderKaran!
  • Add warning about invalid tag characters to docs (#1448) (de508e34) - thanks @​solomonhawk!
  • Housekeep a few thingies around resolve in plugins (5b98269b)
  • Improve react-router appDir + fix glob escaper (f993591b)
  • Extended the NX plugins (#1443) (b9dc80e3) - thanks @​AlexanderKaran!
  • Remove mention of editor plugins from FAQ (#1444) (d8fa043c) - thanks @​sebacardello!
  • Fix remaining broken links (a8d0bfd0)
  • Bump md/mdx presets (a4d6b1e7)
  • Fix quoting in release script (2f663e3c)

Release 5.80.0

  • Edit docs (d6f33a51)
  • Only try to use tsconfig files if tsconfig.json exists (707c96db)
  • Also create comment for commits that close an issue (3485d677)
  • Plugin for Parcel (#1438) (24d81313) - thanks @​AlexanderKaran!
  • Edit "Knip for Editors & Agents" (e031018e)
  • Timerify hasRefsInFile (#1435) (c6fa5e47)
  • Fixes #1436 - Make stderr redirection platform-agnostic (#1437) (61305e74) - thanks @​ClementValot!
  • Refactor isReferenced and hasStrictlyNsReferences to better express intent (fa23a330)
  • Fix up and reuse base graph objects in tests (ddc66932)
  • Rename file node key to importedBy, and then some.. (cabee8e6)
  • Refactor hasStrictlyNsReferences (resolve #1427) (0768c8a5)
  • Replace entry symbol in trace output (circle → enter) (a7bc12b6)
  • Add comments to module graph types (9971d476)
  • Work + comment release script (e8486156)

Release 5.79.0

  • Edit docs (a60e15aaccda64ae5511c07d8b641115789c5fd1)
  • Added docs to explain dynamic config (#1423) (834104176c634ee939093480eba79b92c70ff3c0) - thanks @​AlexanderKaran!
  • Fix recursion for namespaced self-re-export (resolve #1429) (edb8bcd09a0cad29e760cd5a43179a6c61e97da1)
  • Fix plugin doc gen after b7bf92a (7a7d19691fb9bb7ad6f545bb88dfa962600f1521)
  • Add cache to OG image gen to speed up build time (1c66878dbf683bcfaee10306c68fc5f6544916ef)

... (truncated)

Commits
  • 05e0159 Release knip@5.80.2
  • 8e74ec7 Move pos from exported default keyword to identifier
  • 307c37b Rename find-internal-references.ts → has-refs-in-file.ts
  • 86bde97 Improve hasRefsInFile
  • 2d0bb0c Accept cwdOrPath in isDirectory and isFile
  • af0d736 Small performance optimization on bun commands (#1453)
  • bb93a2b Add astro-og-canvas plugin (#1445)
  • 3a99050 Release knip@5.80.1
  • 26a6f7b Minor lints/formats
  • ee09aa3 Resolve _partial.scss in compiler (close #1439)
  • Additional commits viewable in compare view

Updates @types/react from 19.2.7 to 19.2.8

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

Bumps the development-minor-patch group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


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

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

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-minor-patch
- dependency-name: knip
  dependency-version: 5.80.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Related to dependencies minor Backwards-compatible change that touches public API npm Related to npm dependencies labels Jan 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 12, 2026 00:11
@dependabot dependabot bot added the minor Backwards-compatible change that touches public API label Jan 12, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 12, 2026

⚠️ No Changeset found

Latest commit: a4ced74

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

@Jym77 Jym77 enabled auto-merge (squash) January 12, 2026 08:20
@Jym77 Jym77 merged commit 91df97f into main Jan 12, 2026
9 checks passed
@Jym77 Jym77 deleted the dependabot/npm_and_yarn/development-minor-patch-f6406bcfef branch January 12, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to dependencies minor Backwards-compatible change that touches public API npm Related to npm dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants