Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

fix(deps): update all non-major dependencies#262

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#262
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@notionhq/client (source) 5.12.05.14.0 age confidence dependencies minor
@posthog/nextjs-config (source) 1.8.201.8.23 age confidence dependencies patch
@tailwindcss/postcss (source) 4.2.14.2.2 age confidence devDependencies patch
@tanstack/react-query (source) 5.90.215.91.3 age confidence dependencies minor 5.95.2 (+4)
@trpc/client (source) 11.12.011.14.1 age confidence dependencies minor 11.15.0
@trpc/server (source) 11.12.011.14.1 age confidence dependencies minor 11.15.0
@trpc/tanstack-react-query (source) 11.12.011.14.1 age confidence dependencies minor 11.15.0
anthropics/claude-code-action v1.0.72v1.0.77 age confidence action patch
drizzle-kit (source) 0.31.90.31.10 age confidence devDependencies patch
eslint (source) 10.0.310.1.0 age confidence devDependencies minor
eslint-config-next (source) 16.1.616.2.1 age confidence devDependencies minor
knip (source) 5.86.05.88.1 age confidence devDependencies minor
lint-staged 16.3.316.4.0 age confidence devDependencies minor
nanoid 5.1.65.1.7 age confidence dependencies patch
posthog-js (source) 1.360.11.363.1 age confidence dependencies minor 1.363.3 (+1)
posthog-node (source) 5.28.15.28.5 age confidence dependencies patch
resend 6.9.36.9.4 age confidence dependencies patch
tailwindcss (source) 4.2.14.2.2 age confidence devDependencies patch

Release Notes

makenotion/notion-sdk-js (@​notionhq/client)

v5.14.0

Compare Source

What's Changed

Links

v5.13.0

Compare Source

What's Changed

New Contributors

Links

PostHog/posthog-js (@​posthog/nextjs-config)

v1.8.23

Compare Source

Patch Changes

v1.8.22

Compare Source

Patch Changes

v1.8.21

Compare Source

Patch Changes
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.2.2

Compare Source

Fixed
  • Don't crash when candidates contain prototype properties like row-constructor (#​19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#​19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#​19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#​19745)
  • Add support for Vite 8 in @tailwindcss/vite (#​19790)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234size-1234) (#​19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5'' instead of size-5) (#​19812)
TanStack/query (@​tanstack/react-query)

v5.91.3

Compare Source

Patch Changes
  • fix: stop node types from leaking into browser (#​10302)

v5.91.2

Compare Source

Patch Changes

v5.91.0

Compare Source

Minor Changes
Patch Changes
trpc/trpc (@​trpc/client)

v11.14.1

Compare Source

What's Changed

Full Changelog: trpc/trpc@v11.14.0...v11.14.1

v11.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: trpc/trpc@v11.13.4...v11.14.0

v11.13.4

Compare Source

v11.13.3

Compare Source

v11.13.2

Compare Source

What's Changed
New Contributors

Full Changelog: trpc/trpc@v11.12.0...v11.13.2

v11.13.1

Compare Source

v11.13.0

Compare Source

v11.12.1

Compare Source

anthropics/claude-code-action (anthropics/claude-code-action)

v1.0.77

Compare Source

Subprocess environment scrubbing for untrusted-input workflows

Workflows that configure allowed_non_write_users now automatically get CLAUDE_CODE_SUBPROCESS_ENV_SCRUB=1, which makes Claude Code (v2.1.79+) strip Anthropic and cloud provider credentials from the environment of subprocesses it spawns (Bash tool, hooks, MCP stdio servers). The parent Claude process keeps these vars for its own API calls — only child subprocess environments are scrubbed.

Why: Workflows that process untrusted input (issue triage, PR review from non-write users) are exposed to prompt injection. A malicious issue body could trick Claude into running a Bash command that reads $ANTHROPIC_API_KEY via shell expansion and leaks it through an observable side channel. Scrubbing the subprocess environment removes the read primitive entirely.

What's scrubbed: Anthropic auth tokens, cloud provider credentials, GitHub Actions OIDC and runtime tokens, OTEL auth headers.

What's kept: GITHUB_TOKEN / GH_TOKEN — so wrapper scripts can still call the GitHub API.

Opt out: Set CLAUDE_CODE_SUBPROCESS_ENV_SCRUB: "0" at the job or step level if your workflow legitimately needs a subprocess to inherit these credentials.

No action required for most users — if you've configured allowed_non_write_users, scrubbing is now on automatically. If your workflow breaks because a subprocess expected inherited credentials, re-inject them explicitly (e.g., via MCP server env: config) or use the opt-out.

What's Changed

Full Changelog: anthropics/claude-code-action@v1.0.76...v1.0.77

v1.0.76

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.76

v1.0.75

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.75

v1.0.74

Compare Source

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.74

v1.0.73

Compare Source

Full Changelog: anthropics/claude-code-action@v1...v1.0.73

drizzle-team/drizzle-orm (drizzle-kit)

v0.31.10

Compare Source

  • Updated to hanji@0.0.8 - native bun stringWidth, stripANSI support, errors for non-TTY environments
  • We've migrated away from esbuild-register to tsx loader, it will now allow to use drizzle-kit seamlessly with both ESM and CJS modules
  • We've also added native Bun and Deno launch support, which will not trigger tsx loader and utilise native bun and deno imports capabilities and faster startup times
eslint/eslint (eslint)

v10.1.0

Compare Source

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#​20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#​20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#​20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#​20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#​20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#​20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#​20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#​20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#​20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#​20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#​20510) (Nicholas C. Zakas)

Chores

vercel/next.js (eslint-config-next)

v16.2.1

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • docs: post release amends (#​91715)
  • docs: fix broken Activity Patterns demo link in preserving UI state guide (#​91698)
  • Fix adapter outputs for dynamic metadata routes (#​91680)
  • Turbopack: fix webpack loader runner layer (#​91727)
  • Fix server actions in standalone mode with cacheComponents (#​91711)
  • turbo-persistence: remove Unmergeable mmap advice (#​91713)
  • Fix layout segment optimization: move app-page imports to server-utility transition (#​91701)
  • Turbopack: lazy require metadata and handle TLA (#​91705)
  • [turbopack] Respect {eval:true} in worker_threads constructors (#​91666)
Credits

Huge thanks to @​icyJoseph, @​abhishekmardiya, @​ijjk, @​mischnic, @​unstubbable, @​sokra, and @​lukesandberg for helping!

v16.2.0

Compare Source

v16.1.7

Compare Source

webpro-nl/knip (knip)

v5.88.1: Release 5.88.1

Compare Source

v5.88.0: Release 5.88.0

Compare Source

v5.87.0

Compare Source

lint-staged/lint-staged (lint-staged)

v16.4.0

Compare Source

Minor Changes

v16.3.4

Compare Source

Patch Changes
ai/nanoid (nanoid)

v5.1.7

Compare Source

PostHog/posthog-js (posthog-js)

v1.363.1

Compare Source

1.363.1

Patch Changes

v1.363.0

Compare Source

1.363.0

Minor Changes
Patch Changes

v1.362.0

Compare Source

1.362.0

Minor Changes
  • #​3244 ff8a93e Thanks @​sampennington! - Fixed $set_once initial person properties (e.g. $initial_current_url) not being included with $identify calls when they had already been sent with a prior event. This ensures initial properties are reliably set when identifying users across subdomains, even if an anonymous event was captured first.
    (2026-03-18)
Patch Changes

v1.361.1

Compare Source

1.361.1

Patch Changes

v1.361.0

Compare Source

1.361.0

Minor Changes
  • #​3201 552c018 Thanks @​frankh! - Add a serviceName config option to logs config
    (2026-03-18)

  • #​3240 e4a58d0 Thanks @​marandaneto! - Add internal _overrideSDKInfo method to allow wrapper SDKs to override $lib and $lib_version event properties
    (2026-03-18)

  • #​3241 fe1fd7b Thanks @​dustinbyrne! - feat: add advanced_feature_flags_dedup_per_session config option to scope $feature_flag_called deduplication to the current session
    (2026-03-18)

Patch Changes

v1.360.2

Compare Source

1.360.2

Patch Changes
PostHog/posthog-js (posthog-node)

v5.28.5

Compare Source

Patch Changes

v5.28.4

Compare Source

Patch Changes

v5.28.3

Compare Source

Patch Changes

v5.28.2

Compare Source

Patch Changes
resend/resend-node (resend)

v6.9.4

Compare Source

What's Changed

Full Changelog: resend/resend-node@v6.9.3...v6.9.4


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Mar 17, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment Mar 24, 2026 1:46am

Request Review

@renovate renovate Bot requested a review from pbrissaud March 17, 2026 00:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from baa30bc to f41f293 Compare March 17, 2026 10:07
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f41f293 to 1079977 Compare March 17, 2026 13:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1079977 to ea0ccad Compare March 17, 2026 15:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ea0ccad to a48e89b Compare March 17, 2026 18:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a48e89b to 34f4df8 Compare March 18, 2026 01:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 34f4df8 to 3bf1591 Compare March 18, 2026 12:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3bf1591 to 0497695 Compare March 18, 2026 18:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0497695 to 573d402 Compare March 18, 2026 21:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 573d402 to a12a02d Compare March 19, 2026 01:18
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a12a02d to 28a5c56 Compare March 19, 2026 14:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 28a5c56 to 045bb40 Compare March 19, 2026 21:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 045bb40 to 48c343c Compare March 20, 2026 01:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 48c343c to d654ac0 Compare March 20, 2026 09:45
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d654ac0 to 8c26497 Compare March 21, 2026 01:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8c26497 to 13dd92d Compare March 21, 2026 09:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 13dd92d to 331cff5 Compare March 21, 2026 12:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 331cff5 to 59e91aa Compare March 21, 2026 17:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 59e91aa to 5d3f5b6 Compare March 21, 2026 21:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5d3f5b6 to 0e7946c Compare March 22, 2026 12:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0e7946c to 5d2a7d3 Compare March 23, 2026 01:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5d2a7d3 to 3652072 Compare March 23, 2026 09:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3652072 to cbabf6e Compare March 23, 2026 13:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cbabf6e to f2957ee Compare March 23, 2026 17:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant