fix(deps): update all non-major dependencies#245
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
8036a38 to
044665b
Compare
044665b to
30711d7
Compare
41083ec to
fda2bc9
Compare
fda2bc9 to
286eaef
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.3.4→3.3.51.36.3→1.36.41.37.0v1.0.70→v1.0.7110.0.2→10.0.35.85.0→5.86.010.30.3→10.31.010.32.1(+1)1.359.1→1.360.01.360.13.7.0→3.8.04.0.1→4.0.2Release Notes
eslint/eslintrc (@eslint/eslintrc)
v3.3.5Compare Source
Bug Fixes
upstash/redis-js (@upstash/redis)
v1.36.4Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.36.3...v1.36.4
anthropics/claude-code-action (anthropics/claude-code-action)
v1.0.71Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.71
eslint/eslint (eslint)
v10.0.3Compare Source
webpro-nl/knip (knip)
v5.86.0: Release 5.86.0Compare Source
58674ad) - thanks @wojtekmaj!3123ab7) - thanks @yamachi4416!0418eba)7142fd7)fc668f4) - thanks @azat-io!bun test(c112b6c)b105a42)externalHelperssetting ignores@swc/helpersdependency (#1560) (4bcb1f5) - thanks @bobaaaaa!4878724) - thanks @unional!67a5647) - thanks @azat-io!c36247c) - thanks @azat-io!b2c3d08)b86b421) - thanks @Aiudadadadf!00bb1be) - thanks @DaniFoldi!a2aaf2f)463d67d)8a602c7)b6afc01)d3a521b)4e95ffb)de4c7d8) - thanks @robintown!a5de2c4)57896d3)fbee342)pageExtensions(resolve #1581) (c6a6d9e)c182c29)0e7b6ae)f845462)42d1b3f) - thanks @jonahsnider!js-yaml→yaml(fb042ae)2586254)519ae3a) - thanks @ikeyan!f0083ca) - thanks @jonahsnider!7d7dec6)a9fdc77)ced77c7)4ce27b2)d349de3)ts.isInTopLevelContext→isInTopLevelScope(1819c20)session.handleFileChangesin try/catch (185afb8)9205e2a)nullreporter (#1596) (0f1ce7d) - thanks @shrink!1fbe286)381241e)extendsin nuxt plugin (9fcbdf5)f446b4f)pnpm/pnpm (pnpm)
v10.31.0Compare Source
PostHog/posthog-js (posthog-js)
v1.360.0Compare Source
1.360.0
Patch Changes
#3213
db089fdThanks @TueHaulund! - fix(replay): treat legacy configs without cache_timestamp as freshConfigs persisted by older SDK versions never include a cache_timestamp.
Defaulting to 0 treats them as always stale, causing the persisted config
to be cleared before start() runs — so recording never starts for
customers on older core SDK versions paired with the latest CDN recorder. (2026-03-09)
#3207
c5a37cbThanks @dustinbyrne! - fix: PostHogFeatureFlags uses a TreeShakeable type(2026-03-09)
Updated dependencies [
c5a37cb]:recharts/recharts (recharts)
v3.8.0Compare Source
What's Changed
We added generics to our
dataanddataKeyprops and now you can have your charts validated by TypeScript. See the full guide here: https://recharts.github.io/en-US/guide/typescript/We are releasing new helper functions and hooks that will allow you to precisely target mouse interactions, and convert coordinates. See the guide here: https://recharts.github.io/en-US/guide/coordinateSystems/
And new functions and hooks:
getRelativeCoordinate - converts mouse events to pixel positions
Convert Data → Pixels:
useXAxisScale - returns a function to convert X data values to pixel positions
useYAxisScale - returns a function to convert Y data values to pixel positions
useCartesianScale - convenience hook for converting both at once
Pixels → Data:
useXAxisInverseScale - returns a function to convert pixel X to the closest data value
useYAxisInverseScale - returns a function to convert pixel Y to the closest data value
useXAxisInverseTickSnapScale - returns a function to convert pixel X to the closest axis tick
useYAxisInverseTickSnapScale - returns a function to convert pixel Y to the closest axis tick
Accessing Ticks:
useXAxisTicks - returns the calculated ticks of an X-axis
useYAxisTicks - returns the calculated ticks of a Y-axis
Feat
Hooks: New hooks (see above) by @PavelVanecek in #6960Annotations: exportgetRelativeCoordinatehelper function by @PavelVanecek in #6942Legend: Add label style prop in Legend by @devoldemar in #7012XAxis/YAxis: newniceTIcksprop - specify'none' | 'auto' | 'equidistant' | 'nice'for different behaviors by @MaxGhenis in #7009General: Add event throttling controls to chart props by @PavelVanecek in #6924Fix
Pie: fix: enable tooltip synchronization for PieChart by @VIDHITTS in #6989Pie: fix: sync pie tooltip/legend color with per-sector fill by @2YH02 in #6977Bar: Fix activeBar highlighting with missing/null data by @Copilot in #7001Bar: Support Bar CSS transitions by @PavelVanecek in #6920XAxis/YAxis: respect user-provided textAnchor prop on XAxis/YAxis by @pierreeurope in #7028Tooltip: Close tooltip on blur by @gVguy in #6958General: fix error whenonMouseEnter/Leave={undefined}by @SvetlanaVesna in #6969Animation: [animations] auto disable primitives animations based on user system preferences by @cloud-walker in #6956Animation/Line: fix: prevent animated line flicker with round/square strokeLinecap by @roy7 in #7022Performance: filter zero-dimension rectangles early by @MendyLanda in #6800Types
Bar: Add generics to Bar by @PavelVanecek in #7015RadialBar: shape type and selector stability by @PavelVanecek in #6917LabelList/Area: Enhance type definitions for LabelList and Area components by @PavelVanecek in #6936PieFix Pie event handlers type by @PavelVanecek in #6944Pie/RadialBar: Fix event types for Pie and RadialBar by @PavelVanecek in #6965PolarAngleAxis: Fix PolarAngleAxis event types, add tests for remaining components by @PavelVanecek in #7000Tooltip: payload type from any by @PavelVanecek in #6925XAxis/YAxis: update event types for XAxis and YAxis, add type tests by @PavelVanecek in #7004General: Add external generics to Area by @PavelVanecek in #6993General: Add optional explicit generics to graphical items and charts by @PavelVanecek in #7035General: New feature - typed charts helper by @PavelVanecek in #7071General: Fix mouse event type by @PavelVanecek in #6939Docs
New Contributors
Full Changelog: recharts/recharts@v3.7.0...v3.8.0
shikijs/shiki (shiki)
v4.0.2Compare Source
🐞 Bug Fixes
View changes on GitHub
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.