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
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
baa30bc to
f41f293
Compare
f41f293 to
1079977
Compare
1079977 to
ea0ccad
Compare
ea0ccad to
a48e89b
Compare
a48e89b to
34f4df8
Compare
34f4df8 to
3bf1591
Compare
3bf1591 to
0497695
Compare
0497695 to
573d402
Compare
573d402 to
a12a02d
Compare
a12a02d to
28a5c56
Compare
28a5c56 to
045bb40
Compare
045bb40 to
48c343c
Compare
48c343c to
d654ac0
Compare
d654ac0 to
8c26497
Compare
8c26497 to
13dd92d
Compare
13dd92d to
331cff5
Compare
331cff5 to
59e91aa
Compare
59e91aa to
5d3f5b6
Compare
5d3f5b6 to
0e7946c
Compare
0e7946c to
5d2a7d3
Compare
5d2a7d3 to
3652072
Compare
3652072 to
cbabf6e
Compare
cbabf6e to
f2957ee
Compare
f2957ee to
32862b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.12.0→5.14.01.8.20→1.8.234.2.1→4.2.25.90.21→5.91.35.95.2(+4)11.12.0→11.14.111.15.011.12.0→11.14.111.15.011.12.0→11.14.111.15.0v1.0.72→v1.0.770.31.9→0.31.1010.0.3→10.1.016.1.6→16.2.15.86.0→5.88.116.3.3→16.4.05.1.6→5.1.71.360.1→1.363.11.363.3(+1)5.28.1→5.28.56.9.3→6.9.44.2.1→4.2.2Release Notes
makenotion/notion-sdk-js (@notionhq/client)
v5.14.0Compare Source
What's Changed
api-endpoints: add status property support by @ksinder in #686v5.14.0by @github-actions[bot] in #688Links
v5.13.0Compare Source
What's Changed
update_contentandreplace_contentoperations toPATCH /v1/pages/:id/markdownendpoint by @notion-circleci-github-app[bot] in #683v5.13.0by @github-actions[bot] in #685New Contributors
Links
PostHog/posthog-js (@posthog/nextjs-config)
v1.8.23Compare Source
Patch Changes
314120aThanks @hpouillot! - fix sourcemap upload with stdin, clean config(2026-03-20)
314120a]:v1.8.22Compare Source
Patch Changes
9cd2313]:v1.8.21Compare Source
Patch Changes
bc30c2d,bc30c2d]:tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.2.2Compare Source
Fixed
row-constructor(#19725)calc(var(--spacing)*…)expressions into--spacing(…)(#19769)@propertyat-rules (e.g.shadow-sm border) (#19727)@tailwindcss/vite(#19745)@tailwindcss/vite(#19790)w-1234 h-1234→size-1234) (#19809)w-5 h-5 size-5→''instead ofsize-5) (#19812)TanStack/query (@tanstack/react-query)
v5.91.3Compare Source
Patch Changes
v5.91.2Compare Source
Patch Changes
fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)
Updated dependencies [
248975e]:v5.91.0Compare Source
Minor Changes
Patch Changes
6fa901b]:trpc/trpc (@trpc/client)
v11.14.1Compare Source
What's Changed
Full Changelog: trpc/trpc@v11.14.0...v11.14.1
v11.14.0Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v11.13.4...v11.14.0
v11.13.4Compare Source
v11.13.3Compare Source
v11.13.2Compare Source
What's Changed
streamHeaderoption to httpBatchStreamLink by @anatolzak in #7241New Contributors
Full Changelog: trpc/trpc@v11.12.0...v11.13.2
v11.13.1Compare Source
v11.13.0Compare Source
v11.12.1Compare Source
anthropics/claude-code-action (anthropics/claude-code-action)
v1.0.77Compare Source
Subprocess environment scrubbing for untrusted-input workflows
Workflows that configure
allowed_non_write_usersnow automatically getCLAUDE_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_KEYvia 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 serverenv:config) or use the opt-out.What's Changed
Full Changelog: anthropics/claude-code-action@v1.0.76...v1.0.77
v1.0.76Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.76
v1.0.75Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.75
v1.0.74Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.74
v1.0.73Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.73
drizzle-team/drizzle-orm (drizzle-kit)
v0.31.10Compare Source
hanji@0.0.8- native bunstringWidth,stripANSIsupport, errors for non-TTY environmentsesbuild-registertotsxloader, it will now allow to usedrizzle-kitseamlessly with bothESMandCJSmodulesBunandDenolaunch support, which will not triggertsxloader and utilise nativebunanddenoimports capabilities and faster startup timeseslint/eslint (eslint)
v10.1.0Compare Source
Features
ff4382bfeat: apply fix forno-varinTSModuleBlock(#20638) (Tanuj Kanti)0916995feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)Bug Fixes
2b8824efix: Preventno-varautofix when a variable is used before declaration (#20464) (Amaresh S M)e58b4bffix: update eslint (#20597) (renovate[bot])Documentation
b7b57fedocs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)58e4cfcdocs: add deprecation notice partial (#20639) (Milos Djermanovic)7143dbfdocs: update v9 migration guide for@eslint/jsusage (#20540) (fnx)035fc4fdocs: note thatglobalReturnapplies only withsourceType: "script"(#20630) (Milos Djermanovic)e972c88docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)7f10d84docs: Update README (GitHub Actions Bot)aeed007docs: open playground link in new tab (#20602) (Tanuj Kanti)a0d1a37docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)Chores
a9f9ccechore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584) (Milos Djermanovic)1f42bd7chore: updateprettierto 3.8.1 (#20651) (루밀LuMir)c0a6f4achore: update dependency @eslint/json to ^1.2.0 (#20652) (renovate[bot])cc43f79chore: update dependency c8 to v11 (#20650) (renovate[bot])2ce4635chore: update dependency @eslint/json to v1 (#20649) (renovate[bot])f0406eechore: update dependency markdownlint-cli2 to ^0.21.0 (#20646) (renovate[bot])dbb4c95chore: remove trunk (#20478) (sethamus)c672a2atest: fix CLI test for empty output file (#20640) (kuldeep kumar)c7ada24ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (#20636) (dependabot[bot])07c4b8btest: fixRuleTestertest without test runners (#20631) (Francesco Trotta)079bba7test: Add tests forisValidWithUnicodeFlag(#20601) (Manish chaudhary)5885ae6ci: unpin Node.js 25.x in CI (#20615) (Copilot)f65e5d3chore: update pnpm/action-setup digest tob906aff(#20610) (renovate[bot])vercel/next.js (eslint-config-next)
v16.2.1Compare Source
Core Changes
cacheComponents(#91711){eval:true}in worker_threads constructors (#91666)Credits
Huge thanks to @icyJoseph, @abhishekmardiya, @ijjk, @mischnic, @unstubbable, @sokra, and @lukesandberg for helping!
v16.2.0Compare Source
v16.1.7Compare Source
webpro-nl/knip (knip)
v5.88.1: Release 5.88.1Compare Source
bf2ffca) - thanks @deining!e034cbd)394bcba)--fixexit code (37b6f60)4d2cd9b)8c25e4b)v5.88.0: Release 5.88.0Compare Source
f777834) - thanks @jonahsnider!dec15a7) - thanks @Zamiell!c7a0128) - thanks @Zamiell!52c77ee) - thanks @TkDodo!9fa485f) - thanks @Zamiell!817180e)extendsentries as dependencies (96f178f)99a7c9b)cecab21)d3d8cae)4948bf8)27a4813) - thanks @DaniFoldi!386b477) - thanks @deining!f941db9) - thanks @deining!d1a9089)7aeb857)v5.87.0Compare Source
lint-staged/lint-staged (lint-staged)
v16.4.0Compare Source
Minor Changes
687fc90Thanks @hyperz111! - Replacemicromatchwithpicomatchto reduce dependencies.v16.3.4Compare Source
Patch Changes
9d6e827Thanks @iiroj! - Update dependencies, includingtinyexec@1.0.4to make sure localnode_modules/.binare preferred to global locations (released intinyexec@1.0.3).ai/nanoid (nanoid)
v5.1.7Compare Source
--versionto CLI (by @mahmoodhamdi).nanoid.jsfor CDN (by @mahmoodhamdi).customRandomtypes (by @oguimbal).PostHog/posthog-js (posthog-js)
v1.363.1Compare Source
1.363.1
Patch Changes
314120a]:v1.363.0Compare Source
1.363.0
Minor Changes
7efa558Thanks @dmarticus! - prevent silent identity switch during bootstrap and auto-identify anonymous users(2026-03-20)
Patch Changes
1acd6fdThanks @dmarticus! - handle plain array and object forms in overrideFeatureFlags(2026-03-20)
1acd6fd]:v1.362.0Compare Source
1.362.0
Minor Changes
ff8a93eThanks @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
9cd2313]:v1.361.1Compare Source
1.361.1
Patch Changes
c265d62Thanks @marandaneto! - fix: preserve_overrideSDKInfofrom terser mangling so wrapper SDKs can call it(2026-03-18)
v1.361.0Compare Source
1.361.0
Minor Changes
#3201
552c018Thanks @frankh! - Add a serviceName config option to logs config(2026-03-18)
#3240
e4a58d0Thanks @marandaneto! - Add internal_overrideSDKInfomethod to allow wrapper SDKs to override$liband$lib_versionevent properties(2026-03-18)
#3241
fe1fd7bThanks @dustinbyrne! - feat: addadvanced_feature_flags_dedup_per_sessionconfig option to scope$feature_flag_calleddeduplication to the current session(2026-03-18)
Patch Changes
#3239
bf4f078Thanks @jonathanlab! - fix: debug mode not persisting across page navigations(2026-03-18)
#3228
8773fdfThanks @TueHaulund! - fix: restart session recorder when session rotates externally while idle, preventing "Recording not found" for sessions where analytics events triggered session rotation(2026-03-18)
Updated dependencies [
552c018,fe1fd7b]:v1.360.2Compare Source
1.360.2
Patch Changes
bc30c2dThanks @dustinbyrne! - fix: Calling reset() now automatically reloads feature flags(2026-03-13)
bc30c2d,bc30c2d]:PostHog/posthog-js (posthog-node)
v5.28.5Compare Source
Patch Changes
314120a]:v5.28.4Compare Source
Patch Changes
9cd2313]:v5.28.3Compare Source
Patch Changes
697e423Thanks @hpouillot! - fix captureExceptionImmediate return value(2026-03-18)
v5.28.2Compare Source
Patch Changes
#3236
bc30c2dThanks @dustinbyrne! - Omit the config query parameter by default to request only the necessary data(2026-03-13)
#3236
bc30c2dThanks @dustinbyrne! - fix: Client shutdown awaits the feature flags poller to stop(2026-03-13)
Updated dependencies [
bc30c2d,bc30c2d]:resend/resend-node (resend)
v6.9.4Compare Source
What's Changed
c23d52bby @renovate[bot] in #8519b5745cby @renovate[bot] in #852last_used_atfield to API key response by @joaopcm in #877Full 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.
This PR was generated by Mend Renovate. View the repository job log.