Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Dec 10, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@ai-sdk/groq (source) 3.0.23.0.59 age confidence dependencies patch
@favware/cliff-jumper 6.0.06.1.0 age confidence devDependencies minor
@prisma/client (source) 6.19.06.19.3 age confidence dependencies patch
@swc/core (source) 1.15.81.15.47 age confidence devDependencies patch
@swc/helpers (source) 0.5.180.5.23 age confidence devDependencies patch
@types/bun (source) 1.3.51.3.14 age confidence devDependencies patch
@types/node (source) 25.0.325.9.5 age confidence devDependencies minor
ai (source) 6.0.66.0.253 age confidence dependencies patch
akhileshns/heroku-deploy v3.12.14v3.15.15 age confidence action minor
bun (source) 1.3.51.3.14 age confidence uses-with patch
discord.js (source) 14.25.114.27.0 age confidence dependencies minor
eslint-config-next (source) 16.2.216.3.0 age confidence devDependencies minor
ioredis 5.8.25.11.1 age confidence dependencies minor
lint-staged 16.2.716.4.0 age confidence devDependencies minor
next (source) 16.2.216.3.0 age confidence dependencies minor
node (source) 22.17.022.23.2 age confidence engines minor
oven/bun 1.3.5-alpine1.3.14-alpine age confidence final patch
oven/bun 1.3.5-alpine1.3.14-alpine age confidence stage patch
prettier (source) 3.7.43.9.6 age confidence devDependencies minor
prisma (source) 6.19.06.19.3 age confidence dependencies patch
react (source) 19.2.419.2.8 age confidence dependencies patch
react-dom (source) 19.2.419.2.8 age confidence dependencies patch
undici (source) 7.16.07.29.0 age confidence dependencies minor
zod (source) 4.3.44.4.3 age confidence dependencies minor

Release Notes

vercel/ai (@​ai-sdk/groq)

v3.0.59

Compare Source

Patch Changes

v3.0.58

Compare Source

Patch Changes

v3.0.57

Compare Source

Patch Changes

v3.0.56

Compare Source

Patch Changes

v3.0.55

Compare Source

Patch Changes
  • ae2812a: fix(groq): map word timestamps to transcription segments when segment timestamps are unavailable
  • cc3269f: Support plain-text responses from Groq transcription models when responseFormat is set to text.

v3.0.54

Compare Source

Patch Changes

v3.0.53

Compare Source

Patch Changes

v3.0.52

Compare Source

Patch Changes

v3.0.51

Compare Source

Patch Changes
  • cee7e45: fix (provider/groq): surface prompt cache reads in usage

    convertGroqUsage accepted prompt_tokens_details.cached_tokens but never read it, so cache hits were reported as cacheRead: undefined and the entire prompt was counted as noCache. Groq's implicit prompt caching now surfaces as usage.cachedInputTokens (mapped to cacheRead, subtracted from noCache). Groq has no cache-creation charge, so cacheWrite remains undefined.

v3.0.50

Compare Source

Patch Changes

v3.0.49

Compare Source

Patch Changes
  • bef93ae: fix(security): prevent streaming tool calls from finalizing on parsable partial JSON

    Streaming tool call arguments were finalized using isParsableJson() as a heuristic for completion. If partial accumulated JSON happened to be valid JSON before all chunks arrived, the tool call would be executed with incomplete arguments. Tool call finalization now only occurs in flush() after the stream is fully consumed.

  • 327642b: fix: more precise default message for tool execution denial

  • Updated dependencies [d559de9]

v3.0.48

Patch Changes

v3.0.47

Patch Changes

v3.0.46

Patch Changes

v3.0.45

Patch Changes

v3.0.44

Patch Changes

v3.0.43

Patch Changes

v3.0.42

Compare Source

Patch Changes

v3.0.41

Patch Changes

v3.0.39

Compare Source

Patch Changes

v3.0.38

Compare Source

Patch Changes

v3.0.37

Compare Source

Patch Changes

v3.0.36

Compare Source

Patch Changes

v3.0.35

Compare Source

Patch Changes
  • d42076d: Add AI Gateway hint to provider READMEs

v3.0.34

Compare Source

Patch Changes

v3.0.33

Compare Source

Patch Changes

v3.0.32

Compare Source

Patch Changes
  • cb3ca8f: feat: Groq support for performance service tier

v3.0.31

Compare Source

Patch Changes

v3.0.30

Compare Source

Patch Changes

v3.0.29

Compare Source

Patch Changes

v3.0.28

Compare Source

Patch Changes

v3.0.27

Compare Source

Patch Changes

v3.0.26

Compare Source

Patch Changes

v3.0.25

Compare Source

Patch Changes
  • 91f8777: fix(bedrock/groq): pass strict mode for tools

v3.0.24

Compare Source

Patch Changes

v3.0.23

Compare Source

Patch Changes
  • 99fbed8: feat: normalize provider specific model options type names and ensure they are exported

v3.0.22

Compare Source

Patch Changes

v3.0.21

Compare Source

Patch Changes

v3.0.20

Patch Changes

v3.0.19

Patch Changes

v3.0.18

Patch Changes
  • 1524271: chore: add skill information to README files

v3.0.17

Patch Changes
  • 3988c08: docs: fix incorrect and outdated provider docs

v3.0.16

Patch Changes

v3.0.15

Patch Changes

v3.0.14

Patch Changes
  • 2b8369d: chore: add docs to package dist

v3.0.13

Patch Changes
  • 8dc54db: chore: add src folders to package bundle

v3.0.12

Patch Changes
  • 25f5da3: feat(groq): expose reasoningTokens in usage data

v3.0.11

Patch Changes
  • 7c98577: fix timestamp_granularities handling in groq transcription

v3.0.10

Patch Changes

v3.0.9

Patch Changes

v3.0.8

Patch Changes

v3.0.7

Patch Changes
  • bc02a3c: feat(groq,compat): add strictJsonSchema for providers

v3.0.6

Patch Changes
  • 78fcb18: fix(compat,groq): send reasoning-end before text-start in streaming

v3.0.5

Patch Changes

v3.0.4

Patch Changes

v3.0.3

Patch Changes
favware/cliff-jumper (@​favware/cliff-jumper)

v6.1.0

Compare Source

🐛 Bug Fixes

🚀 Features

  • Add github-base-url option to publish to GHES and GHEC (51cbf49)
prisma/prisma (@​prisma/client)

v6.19.3

Compare Source

Today, we are issuing a 6.19.3 patch release in the Prisma 6 release line. It updates the effect dependency to resolve a security vulnerability.

Changes:
#​29416

v6.19.2

Compare Source

Today, we are issuing a 6.19.2 patch release in the Prisma 6 release line. It fixes an issue with Prisma Accelerate support in some edge runtime configurations when the @prisma/client/edge entrypoint is not being used.

Changes:

v6.19.1

Compare Source

swc-project/swc (@​swc/core)

v1.15.47

Compare Source

Bug Fixes
Features
  • (es/minifier) Expand support for trivial spreads (#​12068) (aa49e36)

  • (es/react-compiler) Expose reactCompiler.environment.enableFunctionOutlining (#​12030) (52b78aa)

Performance

v1.15.46

Compare Source

Bug Fixes
Documentation
Features
Refactor
Testing
  • (react-compiler) Add build-pass fixtures for wrapped assignment targets (#​11967) (58d9b53)
Build
Ci

[v1.15.43](https://redirect.github.com/swc-project/swc/blob

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Kolkata)

  • Branch creation
    • "before 6pm every weekday"
  • Automerge
    • "after 9pm every weekday"

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate
renovate Bot requested a review from EvolutionX-10 as a code owner December 10, 2023 18:44
@renovate renovate Bot added Dependencies: Patch Patch fix to dependencies the Project depends on Type: Dependencies All PRs related to dependencies labels Dec 10, 2023
renovate-approve[bot]
renovate-approve Bot previously approved these changes Dec 10, 2023
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Dec 10, 2023
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v3.1.1 chore(deps): update all non-major dependencies Dec 11, 2023
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from d9487fa to a4bdf01 Compare December 16, 2023 02:03
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 16, 2023
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 5af834e to 5451adf Compare December 24, 2023 07:23
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4203947 to 9554fc5 Compare December 31, 2023 14:04
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fb09246 to 7367518 Compare January 6, 2024 02:05
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Mar 25, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 25, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Mar 27, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 27, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 27, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Mar 27, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 27, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Mar 27, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Mar 28, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 28, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Mar 29, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 29, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Mar 30, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 30, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 1, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 1, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 1, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 1, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 1, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 1, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 2, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 2, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 2, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 2, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 2, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 2, 2025
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 3, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 3, 2025
@vercel

vercel Bot commented Apr 4, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
radon Ready Ready Preview Aug 12, 2026 6:00pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies: Patch Patch fix to dependencies the Project depends on Type: Dependencies All PRs related to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants