Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #81

Merged
merged 1 commit into from
May 25, 2024
Merged

Update all dependencies #81

merged 1 commit into from
May 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auth/prisma-adapter (source) ^1.0.2 -> ^2.0.0 age adoption passing confidence
@t3-oss/env-nextjs (source) ^0.9.0 -> ^0.10.0 age adoption passing confidence
@types/react-syntax-highlighter (source) 15.5.11 -> 15.5.13 age adoption passing confidence
ai (source) 3.0.19 -> 3.1.14 age adoption passing confidence
autoprefixer 10.4.18 -> 10.4.19 age adoption passing confidence
bun-types (source) 1.1.2 -> 1.1.10 age adoption passing confidence
clsx 2.1.0 -> 2.1.1 age adoption passing confidence
eslint-config-next (source) 14.1.3 -> 14.2.3 age adoption passing confidence
langchain (source) ^0.1.0 -> ^0.2.0 age adoption passing confidence
lucide-react (source) 0.356.0 -> 0.379.0 age adoption passing confidence
next (source) 14.1.3 -> 14.2.3 age adoption passing confidence
postcss (source) 8.4.35 -> 8.4.38 age adoption passing confidence
tailwind-merge 2.2.2 -> 2.3.0 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.3 age adoption passing confidence
typescript (source) 5.4.2 -> 5.4.5 age adoption passing confidence
zod (source) 3.22.4 -> 3.23.8 age adoption passing confidence

Release Notes

nextauthjs/next-auth (@​auth/prisma-adapter)

v2.1.0

Compare Source

Bugfixes

Other

v2.0.0

Compare Source

Other

v1.6.0

Compare Source

Other

t3-oss/t3-env (@​t3-oss/env-nextjs)

v0.10.1

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
  • #​215 5363e99 Thanks @​juliusmarminge! - BREAKING: make env presets functions

    To migrate:

      import { vercel } from '@​t3-oss/env-core/presets'
    
      const env = createEnv({
          /** ... */
    -     extends: [vercel],
    +     extends: [vercel()],
      })
Patch Changes
vercel/ai (ai)

v3.1.14

Compare Source

Patch Changes
  • 6109c6a: feat (ai/react): add experimental_maxAutomaticRoundtrips to useChat

v3.1.13

Compare Source

Patch Changes

v3.1.12

Compare Source

Patch Changes
  • ae05fb7: feat (ai/streams): add StreamData support to streamToResponse

v3.1.11

Compare Source

Patch Changes
  • a085d42: fix (ai/ui): decouple StreamData chunks from LLM stream

v3.1.10

Compare Source

Patch Changes
  • 3a21030: feat (ai/core): add embedMany function

v3.1.9

Compare Source

Patch Changes
  • 18a9655: feat (ai/svelte): add useAssistant

v3.1.8

Compare Source

Patch Changes

v3.1.7

Compare Source

Patch Changes
  • f617b97: feat (ai): support client/server tool calls with useChat and streamText

v3.1.6

Compare Source

Patch Changes

v3.1.5

Compare Source

Patch Changes
  • 5b01c13: feat (ai/core): add system message support in messages list

v3.1.4

Compare Source

Patch Changes
  • ceb44bc: feat (ai/ui): add stop() helper to useAssistant (important: AssistantResponse now requires OpenAI SDK 4.42+)
  • 37c9d4c: feat (ai/streams): add LangChainAdapter.toAIStream()

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes
  • d1b1880: fix (ai/core): allow reading streams in streamText result multiple times

v3.1.1

Compare Source

Patch Changes
  • 0f77132: ai/rsc: remove experimental_ from streamUI

v3.1.0

Compare Source

Minor Changes
  • 73356a9: Move AI Core functions out of experimental (streamText, generateText, streamObject, generateObject).

v3.0.35

Compare Source

Patch Changes

v3.0.34

Compare Source

Patch Changes
  • b9a831e: ai/rsc: add experimental_streamUI()

v3.0.33

Compare Source

Patch Changes

v3.0.32

Compare Source

Patch Changes
  • 0e0d2af: ai/core: add pipeTextStreamToResponse helper to streamText.

v3.0.31

Compare Source

Patch Changes
  • 74c63b1: ai/core: add toAIStreamResponse() helper to streamText.

v3.0.30

Compare Source

Patch Changes
  • e7e5898: use-assistant: fix missing message content

v3.0.29

Compare Source

Patch Changes
  • 22a737e: Fix: mark useAssistant as in progress for append/submitMessage.

v3.0.28

Compare Source

Patch Changes

v3.0.27

Compare Source

Patch Changes

v3.0.26

Compare Source

Patch Changes
  • f90f6a1: ai/core: add pipeAIStreamToResponse() to streamText result.

v3.0.25

Compare Source

Patch Changes
  • 1e84d6d: Fix: remove mistral lib type dependency.
  • 9c2a049: Add append() helper to useAssistant.

v3.0.24

Compare Source

Patch Changes
  • e94fb32: feat(ai/rsc): Make onSetAIState and onGetUIState stable

v3.0.23

Compare Source

Patch Changes

v3.0.22

Compare Source

Patch Changes
  • d544886: Breaking change: extract experimental AI core provider packages. They can now be imported with e.g. import { openai } from '@​ai-sdk/openai' after adding them to a project.
  • ea6b0e1: Expose formatStreamPart, parseStreamPart, and readDataStream helpers.

v3.0.21

Compare Source

Patch Changes

v3.0.20

Compare Source

Patch Changes
  • f42bbb5: Remove experimental from useAssistant and AssistantResponse.
  • 149fe26: Deprecate
  • 2eb4b55: Remove experimental_ prefix from StreamData.
  • e45fa96: Add stream support for Bedrock/Cohere.
  • a6b2500: Deprecated the experimental_streamData: true setting from AIStreamCallbacksAndOptions. You can delete occurrences in your code. The stream data protocol is now used by default.
postcss/autoprefixer (autoprefixer)

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.
oven-sh/bun (bun-types)

v1.1.10

Compare Source

v1.1.9

Compare Source

v1.1.8

Compare Source

v1.1.7

Compare Source

v1.1.6

Compare Source

v1.1.5

Compare Source

v1.1.4

Compare Source

v1.1.3

Compare Source

lukeed/clsx (clsx)

v2.1.1

Compare Source

Patches

Chores

  • Add licenses.dev badge: 684509c
    This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

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

v14.2.3

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

v14.2.0

Compare Source

v14.1.4

Compare Source

langchain-ai/langchainjs (langchain)

v0.2.2

Compare Source

v0.2.1

Compare Source

v0.2.0

Compare Source

v0.1.37

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.1.36...0.1.37

v0.1.36

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.1.35...0.1.36

v0.1.35

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "before 2am" in timezone Asia/Manila, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all branch 13 times, most recently from 1c77cba to 43f06c6 Compare April 14, 2024 12:36
@renovate renovate bot force-pushed the renovate/all branch 17 times, most recently from 3da8f39 to 7800f48 Compare April 23, 2024 01:29
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 68dcc7b to 23ab044 Compare May 9, 2024 09:11
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from ded0d75 to 256c972 Compare May 16, 2024 23:04
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 5e0902f to a89b877 Compare May 24, 2024 10:28
@renovate renovate bot force-pushed the renovate/all branch from a89b877 to 58a63de Compare May 25, 2024 01:12
@mpotane mpotane merged commit 7287027 into main May 25, 2024
@renovate renovate bot deleted the renovate/all branch May 25, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant