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

Feat: Specify Element to which Slash Commands are Added #400

Merged
merged 3 commits into from
May 28, 2024

Conversation

CodeLine6
Copy link
Contributor

The renderItems function can accept an optional parameter, a react ref to an element in DOM, to which slash commands are appended.

The renderItems function can accept an optional parameter, a react ref to an element in DOM, to which slash commands are appended.
Copy link

vercel bot commented May 23, 2024

@missingsemicolononline8 is attempting to deploy a commit to the Dub Team on Vercel.

A member of the Team first needs to authorize it.

@CodeLine6 CodeLine6 changed the title Update slash-command.tsx Feat: Specify Element to which Slash Commands are Added May 24, 2024
@CodeLine6
Copy link
Contributor Author

If there are any issues with this request then let me know

@@ -28,7 +29,7 @@ const Command = Extension.create({
},
});

const renderItems = () => {
const renderItems = (elementRef: RefObject<Element> | null = null) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to make the elementRef optional
elementRef?: RefObject<Element> | null = null
I just want to be sure that TS won't complain about missing argument when calling renderItems()

Copy link
Contributor Author

@CodeLine6 CodeLine6 May 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrewdoro I've made the requested changes in the same branch.

@CodeLine6 CodeLine6 closed this May 28, 2024
@CodeLine6 CodeLine6 reopened this May 28, 2024
@CodeLine6
Copy link
Contributor Author

My Changes were approved here. I don't know what next do I need to do

@andrewdoro
Copy link
Collaborator

thanks for you help, will do a realease today

@andrewdoro andrewdoro merged commit 6254cb3 into steven-tey:main May 28, 2024
2 of 3 checks passed
nicolewhite pushed a commit to autoblocksai/autoblocks-examples that referenced this pull request Jun 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@headlessui/react](https://togithub.com/tailwindlabs/headlessui)
([source](https://togithub.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react))
| [`2.0.4` ->
`2.1.0`](https://renovatebot.com/diffs/npm/@headlessui%2freact/2.0.4/2.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@headlessui%2freact/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@headlessui%2freact/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@headlessui%2freact/2.0.4/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@headlessui%2freact/2.0.4/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@heroicons/react](https://togithub.com/tailwindlabs/heroicons) |
[`2.1.3` ->
`2.1.4`](https://renovatebot.com/diffs/npm/@heroicons%2freact/2.1.3/2.1.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@heroicons%2freact/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@heroicons%2freact/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@heroicons%2freact/2.1.3/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@heroicons%2freact/2.1.3/2.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.14.1` ->
`20.14.8`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.1/20.14.8)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.1/20.14.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.1/20.14.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ai](https://sdk.vercel.ai/docs)
([source](https://togithub.com/vercel/ai)) | [`3.1.23` ->
`3.2.7`](https://renovatebot.com/diffs/npm/ai/3.1.23/3.2.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ai/3.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ai/3.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ai/3.1.23/3.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ai/3.1.23/3.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [dspy-ai](https://togithub.com/stanfordnlp/dsp) | `2.4.9` -> `2.4.10`
|
[![age](https://developer.mend.io/api/mc/badges/age/pypi/dspy-ai/2.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/dspy-ai/2.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/dspy-ai/2.4.9/2.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/dspy-ai/2.4.9/2.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)
([source](https://togithub.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))
| [`14.2.3` ->
`14.2.4`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.3/14.2.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/14.2.3/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/14.2.3/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| guardrails-ai | `0.4.4` -> `0.4.5` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/guardrails-ai/0.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/guardrails-ai/0.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/guardrails-ai/0.4.4/0.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/guardrails-ai/0.4.4/0.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [next](https://nextjs.org)
([source](https://togithub.com/vercel/next.js)) | [`14.2.3` ->
`14.2.4`](https://renovatebot.com/diffs/npm/next/14.2.3/14.2.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/14.2.3/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/14.2.3/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [novel](https://novel.sh)
([source](https://togithub.com/steven-tey/novel)) | [`0.4.2` ->
`0.4.3`](https://renovatebot.com/diffs/npm/novel/0.4.2/0.4.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/novel/0.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/novel/0.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/novel/0.4.2/0.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/novel/0.4.2/0.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [openai](https://togithub.com/openai/openai-python) | `1.31.0` ->
`1.35.3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/1.35.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/openai/1.35.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/openai/1.31.0/1.35.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/1.31.0/1.35.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [openai](https://togithub.com/openai/openai-node) | [`4.47.3` ->
`4.52.0`](https://renovatebot.com/diffs/npm/openai/4.47.3/4.52.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/openai/4.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/openai/4.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/openai/4.47.3/4.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/openai/4.47.3/4.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pinecone-client](https://www.pinecone.io) | `4.1.0` -> `4.1.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pinecone-client/4.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pinecone-client/4.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pinecone-client/4.1.0/4.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pinecone-client/4.1.0/4.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pydantic](https://togithub.com/pydantic/pydantic)
([changelog](https://docs.pydantic.dev/latest/changelog/)) | `2.7.3` ->
`2.7.4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.7.3/2.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.7.3/2.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [tailwindcss](https://tailwindcss.com)
([source](https://togithub.com/tailwindlabs/tailwindcss)) | [`3.4.3` ->
`3.4.4`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.3/3.4.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tailwindcss/3.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tailwindcss/3.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tailwindcss/3.4.3/3.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwindcss/3.4.3/3.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [tsx](https://tsx.is)
([source](https://togithub.com/privatenumber/tsx)) | [`4.11.2` ->
`4.15.7`](https://renovatebot.com/diffs/npm/tsx/4.11.2/4.15.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tsx/4.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsx/4.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsx/4.11.2/4.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsx/4.11.2/4.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/TypeScript)) | [`5.4.5` ->
`5.5.2`](https://renovatebot.com/diffs/npm/typescript/5.4.5/5.5.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.5/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.5/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tailwindlabs/headlessui (@&#8203;headlessui/react)</summary>

###
[`v2.1.0`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@&#8203;headlessui-react/CHANGELOG.md#210---2024-06-21)

[Compare
Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.4...@headlessui/react@v2.1.0)

##### Added

- Add ability to render multiple `Dialog` components at once (without
nesting them)
([#&#8203;3242](https://togithub.com/tailwindlabs/headlessui/pull/3242))
- Add new data-attribute-based transition API
([#&#8203;3273](https://togithub.com/tailwindlabs/headlessui/pull/3273),
[#&#8203;3285](https://togithub.com/tailwindlabs/headlessui/pull/3285),
[#&#8203;3307](https://togithub.com/tailwindlabs/headlessui/pull/3307),
[#&#8203;3309](https://togithub.com/tailwindlabs/headlessui/pull/3309),
[#&#8203;3312](https://togithub.com/tailwindlabs/headlessui/pull/3312))
- Add `DialogBackdrop` component
([#&#8203;3307](https://togithub.com/tailwindlabs/headlessui/pull/3307),
[#&#8203;3310](https://togithub.com/tailwindlabs/headlessui/pull/3310))
- Add `PopoverBackdrop` component to replace `PopoverOverlay`
([#&#8203;3308](https://togithub.com/tailwindlabs/headlessui/pull/3308))

##### Fixed

- Keep `Combobox` open when clicking scrollbar in `ComboboxOptions`
([#&#8203;3249](https://togithub.com/tailwindlabs/headlessui/pull/3249))
- Ensure `ComboboxInput` does not sync with current value while typing
([#&#8203;3259](https://togithub.com/tailwindlabs/headlessui/pull/3259))
- Fix visual jitter in `Combobox` component when using native scrollbar
([#&#8203;3190](https://togithub.com/tailwindlabs/headlessui/pull/3190))
- Improve UX by freezing `ComboboxOptions` while closing
([#&#8203;3304](https://togithub.com/tailwindlabs/headlessui/pull/3304))
- Merge incoming `style` prop on `ComboboxOptions`, `ListboxOptions`,
`MenuItems`, and `PopoverPanel` components
([#&#8203;3250](https://togithub.com/tailwindlabs/headlessui/pull/3250))
- Prevent focus on `Checkbox` when it is `disabled`
([#&#8203;3251](https://togithub.com/tailwindlabs/headlessui/pull/3251))
- Use `useId` instead of React internals (for React 19 compatibility)
([#&#8203;3254](https://togithub.com/tailwindlabs/headlessui/pull/3254))
- Cancel outside click behavior on touch devices when scrolling
([#&#8203;3266](https://togithub.com/tailwindlabs/headlessui/pull/3266))
- Correctly apply conditional classes when using `Transition` and
`TransitionChild` components
([#&#8203;3303](https://togithub.com/tailwindlabs/headlessui/pull/3303))

##### Changed

- Allow using the `Tab` and `Shift+Tab` keys when the `Listbox`
component is open
([#&#8203;3284](https://togithub.com/tailwindlabs/headlessui/pull/3284))

</details>

<details>
<summary>tailwindlabs/heroicons (@&#8203;heroicons/react)</summary>

###
[`v2.1.4`](https://togithub.com/tailwindlabs/heroicons/blob/HEAD/CHANGELOG.md#214---2024-06-17)

[Compare
Source](https://togithub.com/tailwindlabs/heroicons/compare/v2.1.3...v2.1.4)

##### Fixed

- Improve tree-shakability of React package
([#&#8203;1192](https://togithub.com/tailwindlabs/heroicons/pull/1192))

</details>

<details>
<summary>vercel/ai (ai)</summary>

### [`v3.2.7`](https://togithub.com/vercel/ai/releases/tag/ai%403.2.7)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.2.6...ai@3.2.7)

##### Patch Changes

- [`d42b890`](https://togithub.com/vercel/ai/commit/d42b8907): feat
(ui): make event in handleSubmit optional
- Updated dependencies
\[[`d42b890`](https://togithub.com/vercel/ai/commit/d42b8907)]
-
[@&#8203;ai-sdk/svelte](https://togithub.com/ai-sdk/svelte)[@&#8203;0](https://togithub.com/0).0.6
-
[@&#8203;ai-sdk/react](https://togithub.com/ai-sdk/react)[@&#8203;0](https://togithub.com/0).0.7
-
[@&#8203;ai-sdk/solid](https://togithub.com/ai-sdk/solid)[@&#8203;0](https://togithub.com/0).0.6
-
[@&#8203;ai-sdk/vue](https://togithub.com/ai-sdk/vue)[@&#8203;0](https://togithub.com/0).0.6

### [`v3.2.6`](https://togithub.com/vercel/ai/releases/tag/ai%403.2.6)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.2.5...ai@3.2.6)

##### Patch Changes

- [`74e2822`](https://togithub.com/vercel/ai/commit/74e28222): fix
(ai/rsc): "could not find InternalStreamableUIClient" bug

### [`v3.2.5`](https://togithub.com/vercel/ai/releases/tag/ai%403.2.5)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.2.4...ai@3.2.5)

##### Patch Changes

- [`4d426d0`](https://togithub.com/vercel/ai/commit/4d426d0c): fix (ai):
split provider and model ids correctly in the provider registry

### [`v3.2.4`](https://togithub.com/vercel/ai/releases/tag/ai%403.2.4)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.2.3...ai@3.2.4)

##### Patch Changes

- Updated dependencies
\[[`3cb103b`](https://togithub.com/vercel/ai/commit/3cb103bc)]
-
[@&#8203;ai-sdk/react](https://togithub.com/ai-sdk/react)[@&#8203;0](https://togithub.com/0).0.6

### [`v3.2.3`](https://togithub.com/vercel/ai/releases/tag/ai%403.2.3)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.2.2...ai@3.2.3)

##### Patch Changes

- [`89b7552`](https://togithub.com/vercel/ai/commit/89b7552b): chore
(ai): remove deprecation from ai/react imports, add
experimental_useObject
- Updated dependencies
\[[`02f6a08`](https://togithub.com/vercel/ai/commit/02f6a088)]
-
[@&#8203;ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)[@&#8203;0](https://togithub.com/0).0.16
-
[@&#8203;ai-sdk/react](https://togithub.com/ai-sdk/react)[@&#8203;0](https://togithub.com/0).0.5
-
[@&#8203;ai-sdk/svelte](https://togithub.com/ai-sdk/svelte)[@&#8203;0](https://togithub.com/0).0.5
-
[@&#8203;ai-sdk/ui-utils](https://togithub.com/ai-sdk/ui-utils)[@&#8203;0](https://togithub.com/0).0.5
-
[@&#8203;ai-sdk/solid](https://togithub.com/ai-sdk/solid)[@&#8203;0](https://togithub.com/0).0.5
-
[@&#8203;ai-sdk/vue](https://togithub.com/ai-sdk/vue)[@&#8203;0](https://togithub.com/0).0.5

### [`v3.2.2`](https://togithub.com/vercel/ai/releases/tag/ai%403.2.2)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.2.1...ai@3.2.2)

##### Patch Changes

- [`0565cd7`](https://togithub.com/vercel/ai/commit/0565cd72): feat
(ai/core): add toJsonResponse to generateObject result.

### [`v3.2.1`](https://togithub.com/vercel/ai/releases/tag/ai%403.2.1)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.2.0...ai@3.2.1)

##### Patch Changes

- [`008725e`](https://togithub.com/vercel/ai/commit/008725ec): feat
(ai): add textStream, toTextStreamResponse(), and
pipeTextStreamToResponse() to streamObject
- [`520fb2d`](https://togithub.com/vercel/ai/commit/520fb2d5): feat
(rsc): add streamUI onFinish callback
- Updated dependencies
\[[`008725e`](https://togithub.com/vercel/ai/commit/008725ec)]
- Updated dependencies
\[[`008725e`](https://togithub.com/vercel/ai/commit/008725ec)]
-
[@&#8203;ai-sdk/react](https://togithub.com/ai-sdk/react)[@&#8203;0](https://togithub.com/0).0.4
-
[@&#8203;ai-sdk/ui-utils](https://togithub.com/ai-sdk/ui-utils)[@&#8203;0](https://togithub.com/0).0.4
-
[@&#8203;ai-sdk/solid](https://togithub.com/ai-sdk/solid)[@&#8203;0](https://togithub.com/0).0.4
-
[@&#8203;ai-sdk/svelte](https://togithub.com/ai-sdk/svelte)[@&#8203;0](https://togithub.com/0).0.4
-
[@&#8203;ai-sdk/vue](https://togithub.com/ai-sdk/vue)[@&#8203;0](https://togithub.com/0).0.4

### [`v3.2.0`](https://togithub.com/vercel/ai/releases/tag/ai%403.2.0)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.37...ai@3.2.0)

##### Minor Changes

- [`85ef6d1`](https://togithub.com/vercel/ai/commit/85ef6d18): chore
(ai): AI SDK 3.2 release

##### Patch Changes

- [`b965dd2`](https://togithub.com/vercel/ai/commit/b965dd2d): fix
(core): pass settings correctly for generateObject and streamObject

### [`v3.1.37`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.37)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.36...ai@3.1.37)

##### Patch Changes

- [`8571289`](https://togithub.com/vercel/ai/commit/85712895): chore
([@&#8203;ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)):
move test helper to provider utils
- Updated dependencies
\[[`8571289`](https://togithub.com/vercel/ai/commit/85712895)]
- Updated dependencies
\[[`8571289`](https://togithub.com/vercel/ai/commit/85712895)]
-
[@&#8203;ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)[@&#8203;0](https://togithub.com/0).0.15
-
[@&#8203;ai-sdk/react](https://togithub.com/ai-sdk/react)[@&#8203;0](https://togithub.com/0).0.3
-
[@&#8203;ai-sdk/svelte](https://togithub.com/ai-sdk/svelte)[@&#8203;0](https://togithub.com/0).0.3
-
[@&#8203;ai-sdk/ui-utils](https://togithub.com/ai-sdk/ui-utils)[@&#8203;0](https://togithub.com/0).0.3
-
[@&#8203;ai-sdk/solid](https://togithub.com/ai-sdk/solid)[@&#8203;0](https://togithub.com/0).0.3
-
[@&#8203;ai-sdk/vue](https://togithub.com/ai-sdk/vue)[@&#8203;0](https://togithub.com/0).0.3

### [`v3.1.36`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.36)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.35...ai@3.1.36)

##### Patch Changes

- [`4728c37`](https://togithub.com/vercel/ai/commit/4728c37f): feat
(core): add text embedding model support to provider registry
- [`8c49166`](https://togithub.com/vercel/ai/commit/8c49166e): chore
(core): rename experimental_createModelRegistry to
experimental_createProviderRegistry
- Updated dependencies
\[[`7910ae8`](https://togithub.com/vercel/ai/commit/7910ae84)]
-
[@&#8203;ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)[@&#8203;0](https://togithub.com/0).0.14
-
[@&#8203;ai-sdk/react](https://togithub.com/ai-sdk/react)[@&#8203;0](https://togithub.com/0).0.2
-
[@&#8203;ai-sdk/svelte](https://togithub.com/ai-sdk/svelte)[@&#8203;0](https://togithub.com/0).0.2
-
[@&#8203;ai-sdk/ui-utils](https://togithub.com/ai-sdk/ui-utils)[@&#8203;0](https://togithub.com/0).0.2
-
[@&#8203;ai-sdk/solid](https://togithub.com/ai-sdk/solid)[@&#8203;0](https://togithub.com/0).0.2
-
[@&#8203;ai-sdk/vue](https://togithub.com/ai-sdk/vue)[@&#8203;0](https://togithub.com/0).0.2

### [`v3.1.35`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.35)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.34...ai@3.1.35)

##### Patch Changes

- [`0612350`](https://togithub.com/vercel/ai/commit/06123501): feat
(core): support https and data url strings in image parts

### [`v3.1.34`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.34)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.33...ai@3.1.34)

##### Patch Changes

- [`d25566a`](https://togithub.com/vercel/ai/commit/d25566ac): feat
(core): add cosineSimilarity helper function
- [`87a5d27`](https://togithub.com/vercel/ai/commit/87a5d27e): feat
(core): introduce InvalidMessageRoleError.

### [`v3.1.33`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.33)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.32...ai@3.1.33)

##### Patch Changes

- [`6fb14b5`](https://togithub.com/vercel/ai/commit/6fb14b5d): chore
(streams): deprecate nanoid export.
- [`0553676`](https://togithub.com/vercel/ai/commit/05536768): feat
(core): add experimental model registry

### [`v3.1.32`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.32)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.31...ai@3.1.32)

##### Patch Changes

- [`3cabf07`](https://togithub.com/vercel/ai/commit/3cabf078):
fix(ai/rsc): Refactor streamable UI internal implementation

### [`v3.1.31`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.31)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.30...ai@3.1.31)

##### Patch Changes

- [`85f209a`](https://togithub.com/vercel/ai/commit/85f209a4): chore:
extracted ui library support into separate modules
- [`85f209a`](https://togithub.com/vercel/ai/commit/85f209a4): removed
(streams): experimental_StreamingReactResponse was removed. Please use
AI SDK RSC instead.
- Updated dependencies
\[[`85f209a`](https://togithub.com/vercel/ai/commit/85f209a4)]
-
[@&#8203;ai-sdk/ui-utils](https://togithub.com/ai-sdk/ui-utils)[@&#8203;0](https://togithub.com/0).0.1
-
[@&#8203;ai-sdk/svelte](https://togithub.com/ai-sdk/svelte)[@&#8203;0](https://togithub.com/0).0.1
-
[@&#8203;ai-sdk/react](https://togithub.com/ai-sdk/react)[@&#8203;0](https://togithub.com/0).0.1
-
[@&#8203;ai-sdk/solid](https://togithub.com/ai-sdk/solid)[@&#8203;0](https://togithub.com/0).0.1
-
[@&#8203;ai-sdk/vue](https://togithub.com/ai-sdk/vue)[@&#8203;0](https://togithub.com/0).0.1

### [`v3.1.30`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.30)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.29...ai@3.1.30)

##### Patch Changes

- [`fcf4323`](https://togithub.com/vercel/ai/commit/fcf4323b): fix
(core): filter out empty assistant text messages

### [`v3.1.29`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.29)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.28...ai@3.1.29)

##### Patch Changes

- [`28427d3`](https://togithub.com/vercel/ai/commit/28427d3e): feat
(core): add streamObject onFinish callback

### [`v3.1.28`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.28)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.27...ai@3.1.28)

##### Patch Changes

- [`102ca22`](https://togithub.com/vercel/ai/commit/102ca22f): feat
(core): add object promise to streamObject result
- Updated dependencies
\[[`102ca22`](https://togithub.com/vercel/ai/commit/102ca22f)]
-
[@&#8203;ai-sdk/provider](https://togithub.com/ai-sdk/provider)[@&#8203;0](https://togithub.com/0).0.10
-
[@&#8203;ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)[@&#8203;0](https://togithub.com/0).0.13

### [`v3.1.27`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.27)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.26...ai@3.1.27)

##### Patch Changes

- [`c9198d4`](https://togithub.com/vercel/ai/commit/c9198d4d): feat
(ui): send annotation and data fields in useChat when
sendExtraMessageFields is true
- Updated dependencies
\[[`09295e2`](https://togithub.com/vercel/ai/commit/09295e2e)]
- Updated dependencies
\[[`09295e2`](https://togithub.com/vercel/ai/commit/09295e2e)]
- Updated dependencies
\[[`043a5de`](https://togithub.com/vercel/ai/commit/043a5de2)]
-
[@&#8203;ai-sdk/provider](https://togithub.com/ai-sdk/provider)[@&#8203;0](https://togithub.com/0).0.9
-
[@&#8203;ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)[@&#8203;0](https://togithub.com/0).0.12

### [`v3.1.26`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.26)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.25...ai@3.1.26)

##### Patch Changes

- [`5ee44ca`](https://togithub.com/vercel/ai/commit/5ee44cae): feat
(provider): langchain StringOutputParser support

### [`v3.1.25`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.25)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.24...ai@3.1.25)

##### Patch Changes

- [`ff28112`](https://togithub.com/vercel/ai/commit/ff281126):
fix(ai/rsc): Remove extra reconcilation of streamUI

### [`v3.1.24`](https://togithub.com/vercel/ai/releases/tag/ai%403.1.24)

[Compare
Source](https://togithub.com/vercel/ai/compare/ai@3.1.23...ai@3.1.24)

##### Patch Changes

- [`93cae12`](https://togithub.com/vercel/ai/commit/93cae126):
fix(ai/rsc): Fix unsafe {} type in application code for StreamableValue
- [`08b5c50`](https://togithub.com/vercel/ai/commit/08b5c509): feat
(core): add tokenUsage to streamObject result

</details>

<details>
<summary>stanfordnlp/dsp (dspy-ai)</summary>

###
[`v2.4.10`](https://togithub.com/stanfordnlp/dspy/releases/tag/v2.4.10):
DSPy v2.4.10

[Compare
Source](https://togithub.com/stanfordnlp/dsp/compare/v2.4.9...v2.4.10)

MIPROv2 and everything else from May 2024 and up to June 20th.

</details>

<details>
<summary>vercel/next.js (eslint-config-next)</summary>

###
[`v14.2.4`](https://togithub.com/vercel/next.js/releases/tag/v14.2.4)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.3...v14.2.4)

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

##### Core Changes

- fix: ensure route handlers properly track dynamic access
([#&#8203;66446](https://togithub.com/vercel/next.js/issues/66446))
- fix NextRequest proxy in edge runtime
([#&#8203;66551](https://togithub.com/vercel/next.js/issues/66551))
- Fix next/dynamic with babel and src dir
([#&#8203;65177](https://togithub.com/vercel/next.js/issues/65177))
- Use vercel deployment url for metadataBase fallbacks
([#&#8203;65089](https://togithub.com/vercel/next.js/issues/65089))
- fix(next/image): detect react@19 for fetchPriority prop
([#&#8203;65235](https://togithub.com/vercel/next.js/issues/65235))
- Fix loading navigation with metadata and prefetch
([#&#8203;66447](https://togithub.com/vercel/next.js/issues/66447))
- prevent duplicate RSC fetch when action redirects
([#&#8203;66620](https://togithub.com/vercel/next.js/issues/66620))
- ensure router cache updates reference the latest cache values
([#&#8203;66681](https://togithub.com/vercel/next.js/issues/66681))
- Prevent append of trailing slash in cases where path ends with a file
extension
([#&#8203;66636](https://togithub.com/vercel/next.js/issues/66636))
- Fix inconsistency with 404 getStaticProps cache-control
([#&#8203;66674](https://togithub.com/vercel/next.js/issues/66674))
- Use addDependency to track metadata route file changes
([#&#8203;66714](https://togithub.com/vercel/next.js/issues/66714))
- Add timeout/retry handling for fetch cache
([#&#8203;66652](https://togithub.com/vercel/next.js/issues/66652))
- fix: app-router prefetch crash when an invalid URL is passed to Link
([#&#8203;66755](https://togithub.com/vercel/next.js/issues/66755))

##### Credits

Huge thanks to [@&#8203;ztanner](https://togithub.com/ztanner),
[@&#8203;ijjk](https://togithub.com/ijjk),
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith),
[@&#8203;huozhi](https://togithub.com/huozhi), and
[@&#8203;lubieowoce](https://togithub.com/lubieowoce) for helping!

</details>

<details>
<summary>steven-tey/novel (novel)</summary>

###
[`v0.4.3`](https://togithub.com/steven-tey/novel/releases/tag/novel%400.4.3)

[Compare
Source](https://togithub.com/steven-tey/novel/compare/novel@0.4.2...novel@0.4.3)

#### What's Changed

- Feat: Specify Element to which Slash Commands are Added by
[@&#8203;missingsemicolononline8](https://togithub.com/missingsemicolononline8)
in
[https://github.com/steven-tey/novel/pull/400](https://togithub.com/steven-tey/novel/pull/400)
- feature: add twitter extension by
[@&#8203;cristianrdu](https://togithub.com/cristianrdu) in
[https://github.com/steven-tey/novel/pull/407](https://togithub.com/steven-tey/novel/pull/407)

#### New Contributors

-
[@&#8203;missingsemicolononline8](https://togithub.com/missingsemicolononline8)
made their first contribution in
[https://github.com/steven-tey/novel/pull/400](https://togithub.com/steven-tey/novel/pull/400)
- [@&#8203;cristianrdu](https://togithub.com/cristianrdu) made their
first contribution in
[https://github.com/steven-tey/novel/pull/407](https://togithub.com/steven-tey/novel/pull/407)

**Full Changelog**:
https://github.com/steven-tey/novel/compare/novel@0.4.2...novel@0.4.3

</details>

<details>
<summary>openai/openai-python (openai)</summary>

###
[`v1.35.3`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1353-2024-06-20)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.35.2...v1.35.3)

Full Changelog:
[v1.35.2...v1.35.3](https://togithub.com/openai/openai-python/compare/v1.35.2...v1.35.3)

##### Bug Fixes

- **tests:** add explicit type annotation
([9345f10](https://togithub.com/openai/openai-python/commit/9345f104889056b2ef6646d65375925a0a3bae03))

###
[`v1.35.2`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1352-2024-06-20)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.35.1...v1.35.2)

Full Changelog:
[v1.35.1...v1.35.2](https://togithub.com/openai/openai-python/compare/v1.35.1...v1.35.2)

##### Bug Fixes

- **api:** add missing parallel_tool_calls arguments
([4041e4f](https://togithub.com/openai/openai-python/commit/4041e4f6ea1e2316179a82031001308be23a2524))

###
[`v1.35.1`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1351-2024-06-19)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.35.0...v1.35.1)

Full Changelog:
[v1.35.0...v1.35.1](https://togithub.com/openai/openai-python/compare/v1.35.0...v1.35.1)

##### Bug Fixes

- **client/async:** avoid blocking io call for platform headers
([#&#8203;1488](https://togithub.com/openai/openai-python/issues/1488))
([ae64c05](https://togithub.com/openai/openai-python/commit/ae64c05cbae76a58b592d913bee6ac1ef9611d4c))

###
[`v1.35.0`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1350-2024-06-18)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.34.0...v1.35.0)

Full Changelog:
[v1.34.0...v1.35.0](https://togithub.com/openai/openai-python/compare/v1.34.0...v1.35.0)

##### Features

- **api:** add service tier argument for chat completions
([#&#8203;1486](https://togithub.com/openai/openai-python/issues/1486))
([b4b4e66](https://togithub.com/openai/openai-python/commit/b4b4e660b8bb7ae937787fcab9b40feaeba7f711))

###
[`v1.34.0`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1340-2024-06-12)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.33.0...v1.34.0)

Full Changelog:
[v1.33.0...v1.34.0](https://togithub.com/openai/openai-python/compare/v1.33.0...v1.34.0)

##### Features

- **api:** updates
([#&#8203;1481](https://togithub.com/openai/openai-python/issues/1481))
([b83db36](https://togithub.com/openai/openai-python/commit/b83db362f0c9a5a4d55588b954fb1df1a68c98e3))

###
[`v1.33.0`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1330-2024-06-07)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.32.1...v1.33.0)

Full Changelog:
[v1.32.1...v1.33.0](https://togithub.com/openai/openai-python/compare/v1.32.1...v1.33.0)

##### Features

- **api:** adding chunking_strategy to polling helpers
([#&#8203;1478](https://togithub.com/openai/openai-python/issues/1478))
([83be2a1](https://togithub.com/openai/openai-python/commit/83be2a13e0384d3de52190d86ccb1b5d7a197d84))

###
[`v1.32.1`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1321-2024-06-07)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.32.0...v1.32.1)

Full Changelog:
[v1.32.0...v1.32.1](https://togithub.com/openai/openai-python/compare/v1.32.0...v1.32.1)

##### Bug Fixes

- remove erroneous thread create argument
([#&#8203;1476](https://togithub.com/openai/openai-python/issues/1476))
([43175c4](https://togithub.com/openai/openai-python/commit/43175c40e607d626a77a151691778c35a0e60eec))

###
[`v1.32.0`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1320-2024-06-06)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.31.2...v1.32.0)

Full Changelog:
[v1.31.2...v1.32.0](https://togithub.com/openai/openai-python/compare/v1.31.2...v1.32.0)

##### Features

- **api:** updates
([#&#8203;1474](https://togithub.com/openai/openai-python/issues/1474))
([87ddff0](https://togithub.com/openai/openai-python/commit/87ddff0e6e64650691a8e32f7477b7a00e06ed23))

###
[`v1.31.2`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1312-2024-06-06)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.31.1...v1.31.2)

Full Changelog:
[v1.31.1...v1.31.2](https://togithub.com/openai/openai-python/compare/v1.31.1...v1.31.2)

##### Chores

- **internal:** minor refactor of tests
([#&#8203;1471](https://togithub.com/openai/openai-python/issues/1471))
([b7f2298](https://togithub.com/openai/openai-python/commit/b7f229866f249d16e995db361b923bb4c0b7f1d4))

###
[`v1.31.1`](https://togithub.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1311-2024-06-05)

[Compare
Source](https://togithub.com/openai/openai-python/compare/v1.31.0...v1.31.1)

Full Changelog:
[v1.31.0...v1.31.1](https://togithub.com/openai/openai-python/compare/v1.31.0...v1.31.1)

##### Chores

- **internal:** minor change to tests
([#&#8203;1466](https://togithub.com/openai/openai-python/issues/1466))
([cb33e71](https://togithub.com/openai/openai-python/commit/cb33e7152f25fb16cf4c39a6e4714169c62d6af8))

</details>

<details>
<summary>openai/openai-node (openai)</summary>

###
[`v4.52.0`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4520-2024-06-18)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.51.0...v4.52.0)

Full Changelog:
[v4.51.0...v4.52.0](https://togithub.com/openai/openai-node/compare/v4.51.0...v4.52.0)

##### Features

- **api:** add service tier argument for chat completions
([#&#8203;900](https://togithub.com/openai/openai-node/issues/900))
([91e6651](https://togithub.com/openai/openai-node/commit/91e66514037a8d6f9c39d3c96cd5769885925a4b))

###
[`v4.51.0`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4510-2024-06-12)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.50.0...v4.51.0)

Full Changelog:
[v4.50.0...v4.51.0](https://togithub.com/openai/openai-node/compare/v4.50.0...v4.51.0)

##### Features

- **api:** updates
([#&#8203;894](https://togithub.com/openai/openai-node/issues/894))
([b58f5a1](https://togithub.com/openai/openai-node/commit/b58f5a1344f631dac0fb8ecfa4fbae49af070189))

###
[`v4.50.0`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4500-2024-06-10)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.49.1...v4.50.0)

Full Changelog:
[v4.49.1...v4.50.0](https://togithub.com/openai/openai-node/compare/v4.49.1...v4.50.0)

##### Features

- support `application/octet-stream` request bodies
([#&#8203;892](https://togithub.com/openai/openai-node/issues/892))
([51661c8](https://togithub.com/openai/openai-node/commit/51661c8068d4990df6916becb6bb85353b54ef4d))

###
[`v4.49.1`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4491-2024-06-07)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.49.0...v4.49.1)

Full Changelog:
[v4.49.0...v4.49.1](https://togithub.com/openai/openai-node/compare/v4.49.0...v4.49.1)

##### Bug Fixes

- remove erroneous thread create argument
([#&#8203;889](https://togithub.com/openai/openai-node/issues/889))
([a9f898e](https://togithub.com/openai/openai-node/commit/a9f898ee109a0b35a672e41c6497f3a75eff7734))

###
[`v4.49.0`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4490-2024-06-06)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.48.3...v4.49.0)

Full Changelog:
[v4.48.3...v4.49.0](https://togithub.com/openai/openai-node/compare/v4.48.3...v4.49.0)

##### Features

- **api:** updates
([#&#8203;887](https://togithub.com/openai/openai-node/issues/887))
([359eeb3](https://togithub.com/openai/openai-node/commit/359eeb33b08b371451f216d1e21dd3334ec15f36))

###
[`v4.48.3`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4483-2024-06-06)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.48.2...v4.48.3)

Full Changelog:
[v4.48.2...v4.48.3](https://togithub.com/openai/openai-node/compare/v4.48.2...v4.48.3)

##### Chores

- **internal:** minor refactor of tests
([#&#8203;884](https://togithub.com/openai/openai-node/issues/884))
([0b71f2b](https://togithub.com/openai/openai-node/commit/0b71f2b2cb67e5714476b6f63b4ef93a0140bff2))

###
[`v4.48.2`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4482-2024-06-05)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.48.1...v4.48.2)

Full Changelog:
[v4.48.1...v4.48.2](https://togithub.com/openai/openai-node/compare/v4.48.1...v4.48.2)

##### Chores

- **internal:** minor change to tests
([#&#8203;881](https://togithub.com/openai/openai-node/issues/881))
([5e2d608](https://togithub.com/openai/openai-node/commit/5e2d608ca9a2bcb3f261ad13c848d327b60b6fb1))

###
[`v4.48.1`](https://togithub.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4481-2024-06-04)

[Compare
Source](https://togithub.com/openai/openai-node/compare/v4.47.3...v4.48.1)

Full Changelog:
[v4.48.0...v4.48.1](https://togithub.com/openai/openai-node/compare/v4.48.0...v4.48.1)

##### Bug Fixes

- resolve typescript issue
([1129707](https://togithub.com/openai/openai-node/commit/11297073b1a370fc9c8676446f939a48071999b2))

</details>

<details>
<summary>pydantic/pydantic (pydantic)</summary>

###
[`v2.7.4`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v274-2024-06-12)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v2.7.3...v2.7.4)

[Github
release](https://togithub.com/pydantic/pydantic/releases/tag/v2.7.4)

##### What's Changed

##### Packaging

- Bump `pydantic.v1` to `v1.10.16` reference by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[#&#8203;9639](https://togithub.com/pydantic/pydantic/pull/9639)

##### Fixes

- Specify `recursive_guard` as kwarg in `FutureRef._evaluate` by
[@&#8203;vfazio](https://togithub.com/vfazio) in
[#&#8203;9612](https://togithub.com/pydantic/pydantic/pull/9612)

</details>

<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>

###
[`v3.4.4`](https://togithub.com/tailwindlabs/tailwindcss/releases/tag/v3.4.4)

[Compare
Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4)

##### Fixed

- Make it possible to use multiple `<alpha-value>` placeholders in a
single color definition
([#&#8203;13740](https://togithub.com/tailwindlabs/tailwindcss/pull/13740))
- Don't prefix classes in arbitrary values of `has-*`, `group-has-*`,
and `peer-has-*` variants
([#&#8203;13770](https://togithub.com/tailwindlabs/tailwindcss/pull/13770))
- Support negative values for `{col,row}-{start,end}` utilities
([#&#8203;13781](https://togithub.com/tailwindlabs/tailwindcss/pull/13781))
- Update embedded browserslist database
([#&#8203;13792](https://togithub.com/tailwindlabs/tailwindcss/pull/13792))

</details>

<details>
<summary>privatenumber/tsx (tsx)</summary>

###
[`v4.15.7`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.7)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.15.6...v4.15.7)

##### Bug Fixes

- nyc coverage compatibility
([#&#8203;54](https://togithub.com/privatenumber/tsx/issues/54))
([26d633c](https://togithub.com/privatenumber/tsx/commit/26d633cfcd94dbea2f226d6648b687399b1f8da6))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.7)

###
[`v4.15.6`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.6)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.15.5...v4.15.6)

##### Bug Fixes

- minimum Node version in warning for `module.register()`
([#&#8203;592](https://togithub.com/privatenumber/tsx/issues/592))
([cb27d4d](https://togithub.com/privatenumber/tsx/commit/cb27d4dfe7670e6cf50f09b48cbd37ac73aa064a))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.6)

###
[`v4.15.5`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.5)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.15.4...v4.15.5)

##### Bug Fixes

- **cjs:** make transformers overwritable
([c22fa7d](https://togithub.com/privatenumber/tsx/commit/c22fa7d1a90fa34983caddda91b5c1c10e1a4b6c))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.5)

###
[`v4.15.4`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.4)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.15.3...v4.15.4)

##### Bug Fixes

- **cjs:** handle re-exports from relative paths
([5166122](https://togithub.com/privatenumber/tsx/commit/5166122cff67c42fb0692ced05df9a2447299d70))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.4)

###
[`v4.15.3`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.3)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.15.2...v4.15.3)

##### Bug Fixes

- **cjs:** load json with namespace
([6b03a38](https://togithub.com/privatenumber/tsx/commit/6b03a38443035f377281c5122eee4c56fefea179))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.3)

###
[`v4.15.2`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.2)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.15.1...v4.15.2)

##### Bug Fixes

- **esm:** resolve implicit extension in package subpath
([7e1fe22](https://togithub.com/privatenumber/tsx/commit/7e1fe22e142643afc2226a2f1c0d1579c949f0c6))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.2)

###
[`v4.15.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.1)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.15.0...v4.15.1)

##### Bug Fixes

- prevent ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE
([fb247eb](https://togithub.com/privatenumber/tsx/commit/fb247eb0313a191ba13fb682857309d8c588856a))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.1)

###
[`v4.15.0`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.0)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.14.1...v4.15.0)

##### Features

- esbuild 0.21
([#&#8203;19](https://togithub.com/privatenumber/tsx/issues/19))
([6f1d305](https://togithub.com/privatenumber/tsx/commit/6f1d305d4a862811ccd9721d78ace195d10a713f))
- esbuild 0.21.3
([edbdfdf](https://togithub.com/privatenumber/tsx/commit/edbdfdfbc4e01ec57d335d00c04ae11c374e55e8))
- esbuild 0.21.4
([c67d746](https://togithub.com/privatenumber/tsx/commit/c67d7468074d023b5c3abfb4b3ebd58484318e24))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.0)

###
[`v4.14.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.14.1)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.14.0...v4.14.1)

##### Bug Fixes

- **cjs:** only hide transformers when namespaced
([9e647a5](https://togithub.com/privatenumber/tsx/commit/9e647a58eeb635cef85063c80635655776bfe9b6))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.14.1)

###
[`v4.14.0`](https://togithub.com/privatenumber/tsx/releases/tag/v4.14.0)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.13.3...v4.14.0)

##### Features

- resolve .js → .ts in `package.json` exports & main
([4503421](https://togithub.com/privatenumber/tsx/commit/4503421e601b05078e1adb13b86a1a4619c9805d))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.14.0)

###
[`v4.13.3`](https://togithub.com/privatenumber/tsx/releases/tag/v4.13.3)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.13.2...v4.13.3)

##### Bug Fixes

- **cjs:** resolve directory import relative to parent
([#&#8203;42](https://togithub.com/privatenumber/tsx/issues/42))
([02d3856](https://togithub.com/privatenumber/tsx/commit/02d3856371794ea16c6dec27489e24f2b1b5249a))
- **esm:** cjs interop to support decorators
([807f467](https://togithub.com/privatenumber/tsx/commit/807f467299c20ead6d8629b055f5cb695284a526))
- **esm:** resolve .ts extension in imports map
([89621bf](https://togithub.com/privatenumber/tsx/commit/89621bf3ada0df8dd44c140991008d5d9e598fb6))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.13.3)

###
[`v4.13.2`](https://togithub.com/privatenumber/tsx/releases/tag/v4.13.2)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.13.1...v4.13.2)

##### Bug Fixes

- **esm:** ignore transforming .js files with CJS syntax
([#&#8203;40](https://togithub.com/privatenumber/tsx/issues/40))
([87a7683](https://togithub.com/privatenumber/tsx/commit/87a7683ab3d686918ec8f23b43df2961067fc1e0))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.13.2)

###
[`v4.13.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.13.1)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.13.0...v4.13.1)

##### Bug Fixes

- **esm/api:** `tsImport()` to parse CJS exports
([0a78bfd](https://togithub.com/privatenumber/tsx/commit/0a78bfd11b20fcb6460fdcdea7d3b1daebfe3ad0))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.13.1)

###
[`v4.13.0`](https://togithub.com/privatenumber/tsx/releases/tag/v4.13.0)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.12.1...v4.13.0)

##### Features

- **cjs/api:** `register()` to support namespace
([#&#8203;35](https://togithub.com/privatenumber/tsx/issues/35))
([c703300](https://togithub.com/privatenumber/tsx/commit/c7033008467ed87310445138420664ac53404263))
- **esm/api:** `tsImport()` to support loading CommonJS files
([0eb4e91](https://togithub.com/privatenumber/tsx/commit/0eb4e911f31c478400c7f31027f218123450d108))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.13.0)

###
[`v4.12.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.12.1)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.12.0...v4.12.1)

##### Bug Fixes

- **esm:** resolve implicit ts paths in packages
([de900a1](https://togithub.com/privatenumber/tsx/commit/de900a196a5a66f5363f40fd6d38b879aee96875))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.12.1)

###
[`v4.12.0`](https://togithub.com/privatenumber/tsx/releases/tag/v4.12.0)

[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.11.2...v4.12.0)

##### Bug Fixes

- **cjs:** make resolver chainable
([585f117](https://togithub.com/privatenumber/tsx/commit/585f11727c1d4ec712b801359fa43a1ad93a65f3))
- **esm:** named import from CommonJS file
([#&#8203;33](https://togithub.com/privatenumber/tsx/issues/33))
([7c85303](https://togithub.com/privatenumber/tsx/commit/7c85303b6f049eaa6bad0e75c26c03348049bfcd))

##### Features

- **cjs:** support query for cache busting
([#&#8203;37](https://togithub.com/privatenumber/tsx/issues/37))
([e1464cf](https://togithub.com/privatenumber/tsx/commit/e1464cf7c4d4105d4d9b1eae39f95f3b70be6810))

##### Performance Improvements

- **esm:** only try extensions if file path
([72d0896](https://togithub.com/privatenumber/tsx/commit/72d08965f9f1dd348b6017520ad63bc8373edc72))

***

This release is also available on:

- [npm package (@&#8203;latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.12.0)

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

###
[`v5.5.2`](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb)

[Compare
Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
America/Chicago, 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](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/autoblocksai/autoblocks-examples).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicole White <nicole@autoblocks.ai>
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.

None yet

2 participants