Skip to content

chore(deps): roll up 8 dependency update(s) - #174

Open
mathieusouflis wants to merge 1 commit into
mainfrom
deps/npm/rollup
Open

chore(deps): roll up 8 dependency update(s)#174
mathieusouflis wants to merge 1 commit into
mainfrom
deps/npm/rollup

Conversation

@mathieusouflis

Copy link
Copy Markdown
Member

Dependency Rollup

Every update here satisfies its existing constraint — the package itself promises compatibility.

Package From To
@biomejs/biome ^2.5.3 ^2.5.4
@clerk/nextjs ^7.5.17 ^7.5.18
@tanstack/react-router ^1.170.17 ^1.170.18
@tanstack/router-plugin ^1.168.19 ^1.168.20
@types/supertest ^7.2.0 ^7.2.1
jotai ^2.20.1 ^2.20.2
posthog-js ^1.399.2 ^1.402.0
tsx ^4.23.0 ^4.23.1

⚠️ This branch is rebuilt from scratch on every run — do not push to it.
If one of these breaks the templates, eject it into its own PR:
the next Rollup will then exclude it automatically.

Generator manifests are not bumped here. They are derived at release from
Fingerprints, so merge order cannot corrupt them (ADR-0002).


🤖 dep-checker

@mathieusouflis mathieusouflis added the dependencies Pull requests that update a dependency file label Jul 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copilot AI lite review requested due to automatic review settings July 22, 2026 10:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repo’s machine-owned npm dependency pin map (internal/deps/npm.go) as part of an automated dependency rollup produced by dep-checker.

Changes:

  • Bumps multiple npm package version ranges in the central deps pin map (including Biome, Clerk, TanStack Router, Jotai, PostHog, and others).
  • Refreshes several additional frontend/tooling pins beyond the 8 packages listed in the PR description (e.g., Sentry, Storybook, Tailwind, React/Next, Vite, etc.).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread internal/deps/npm.go Outdated
Comment on lines +14 to +29
"@biomejs/biome": "^2.5.5",
"@clerk/clerk-react": "^5.61.3",
"@clerk/nextjs": "^7.5.17",
"@clerk/nextjs": "^7.5.22",
"@pandacss/dev": "^1.11.4",
"@playwright/test": "^1.61.1",
"@sentry/nextjs": "^10.65.0",
"@sentry/react": "^10.65.0",
"@storybook/nextjs": "^10.5.0",
"@storybook/react": "^10.5.0",
"@storybook/react-vite": "^10.5.0",
"@tailwindcss/postcss": "^4.3.2",
"@tailwindcss/vite": "^4.3.2",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-query-devtools": "^5.101.2",
"@tanstack/react-router": "^1.170.17",
"@tanstack/router-plugin": "^1.168.19",
"@sentry/nextjs": "^10.67.0",
"@sentry/react": "^10.67.0",
"@storybook/nextjs": "^10.5.3",
"@storybook/react": "^10.5.3",
"@storybook/react-vite": "^10.5.3",
"@tailwindcss/postcss": "^4.3.3",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-query-devtools": "^5.101.4",
"@tanstack/react-router": "^1.170.18",
"@tanstack/router-plugin": "^1.168.23",
Copilot AI review requested due to automatic review settings July 29, 2026 11:14

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

internal/deps/npm.go:18

  • The PR description says this rollup updates 8 packages and lists specific From/To versions (e.g. @biomejs/biome ^2.5.3 → ^2.5.4 and @clerk/nextjs ^7.5.17 → ^7.5.18), but this diff bumps many more packages and the To versions shown here don’t match the table (e.g. @biomejs/biome is ^2.5.6, @clerk/nextjs is ^7.6.2). Please either (1) update the PR title/body table to accurately reflect all bumps and their versions, or (2) revert the extra version bumps so the code matches the stated scope.
	"@biomejs/biome":                 "^2.5.6",
	"@clerk/clerk-react":             "^5.61.3",
	"@clerk/nextjs":                  "^7.6.2",
	"@pandacss/dev":                  "^1.12.0",
	"@playwright/test":               "^1.62.0",

Copilot AI review requested due to automatic review settings August 5, 2026 11:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Suppressed comments (1)

internal/deps/npm.go:16

  • The PR metadata says this rollup updates 8 dependencies (and lists specific From/To versions), but this file bumps many more packages (e.g., @pandacss/dev, @playwright/test, @sentry/, storybook, tailwindcss*, react*, next, vite, etc.) and several of the listed packages don’t match the stated target versions (e.g., @biomejs/biome -> ^2.5.7 vs ^2.5.4; @clerk/nextjs -> ^7.6.5 vs ^7.5.18; tsx -> ^4.23.7 vs ^4.23.1). This mismatch makes it hard to review and can break the “eject into its own PR” workflow; please either (a) narrow this change to the 8 listed updates, or (b) update the PR description/title to accurately reflect the full set of bumps (or split into multiple PRs).
	"@ark-ui/react":                  "^5.38.0",
	"@asteasolutions/zod-to-openapi": "^8.5.0",
	"@biomejs/biome":                 "^2.5.7",
	"@clerk/clerk-react":             "^5.61.3",
	"@clerk/nextjs":                  "^7.6.5",

@sonarqubecloud

sonarqubecloud Bot commented Sep 2, 2026

Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants