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 non-major dependencies #184

Merged
merged 1 commit into from
May 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react (source) 2.0.3 -> 2.0.4 age adoption passing confidence
@types/node (source) 20.12.11 -> 20.12.12 age adoption passing confidence
@types/react (source) 18.3.2 -> 18.3.3 age adoption passing confidence
ai (source) 3.1.5 -> 3.1.17 age adoption passing confidence
novel (source) ^0.3.0 -> ^0.4.0 age adoption passing confidence
openai 1.28.1 -> 1.30.4 age adoption passing confidence
openai 1.30.3 -> 1.30.4 age adoption passing confidence
openai 1.30.2 -> 1.30.4 age adoption passing confidence
openai 1.30.1 -> 1.30.4 age adoption passing confidence
openai 4.45.0 -> 4.47.2 age adoption passing confidence
pydantic (changelog) 2.7.1 -> 2.7.2 age adoption passing confidence
tsx 4.10.2 -> 4.11.0 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v2.0.4

Compare Source

Fixed
  • [internal] Don’t set a focus fallback for Dialog’s in demo mode (#​3194)
  • Ensure page doesn't scroll down when pressing Escape to close the Dialog component (#​3218)
  • Fix crash when toggling between virtual and non-virtual mode in Combobox component (#​3236)
  • Ensure tabbing to a portalled <PopoverPanel> component moves focus inside (without using <PortalGroup>) (#​3239)
  • Only handle form reset when defaultValue is used (#​3240)
Deprecated
  • Mark SwitchGroup as deprecated, prefer Field instead (#​3232)
Changed
  • Use native fieldset instead of div by default for <Fieldset /> component (#​3237)
vercel/ai (ai)

v3.1.17

Patch Changes
  • 92b993b: ai/rsc: improve getAIState and getMutableAIState types
  • 7de628e: chore (ui): deprecate old function/tool call handling
  • 7de628e: feat (ui): add onToolCall handler to useChat

v3.1.16

Compare Source

Patch Changes

v3.1.15

Compare Source

Patch Changes

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
steven-tey/novel (novel)

v0.4.2

Compare Source

What's Changed

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

v0.4.1

Compare Source

Breaking Changes

  • getPrevText is now exported from novel/utils
- import { getPrevText } from "novel/extensions";
+ import { getPrevText } from "novel/utils";
  • drag handle has to be explicitly added to the extension array
+ import { GlobalDragHandle } from "novel/extensions";

const extensions = [..., GlobalDragHandle]

What's Changed

//returns document content until a give position in doc
import { getPrevText} from "novel/utils";

const pos = editor.state.selection.from;
const text = getPrevText(editor, pos);
        

//returns document content as markdown string
import { getAllContent} from "novel/utils";

New Contributors

Full Changelog: https://github.com/steven-tey/novel/compare/novel@0.3.1...novel@0.4.1

v0.4.0

Compare Source

openai/openai-python (openai)

v1.30.4

Compare Source

Full Changelog: v1.30.3...v1.30.4

Chores
  • add missing all definitions (7fba60f)
  • internal: fix lint issue (f423cd0)

v1.30.3

Compare Source

Full Changelog: v1.30.2...v1.30.3

Chores
Documentation
  • contributing: update references to rye-up.com (dcc34a2)

v1.30.2

Compare Source

Full Changelog: v1.30.1...v1.30.2

Chores

v1.30.1

Compare Source

Full Changelog: v1.30.0...v1.30.1

Chores

v1.30.0

Compare Source

Full Changelog: v1.29.0...v1.30.0

Features

v1.29.0

Compare Source

Full Changelog: v1.28.2...v1.29.0

Features

v1.28.2

Compare Source

Full Changelog: v1.28.1...v1.28.2

Bug Fixes
Chores
openai/openai-node (openai)

v4.47.2

Compare Source

Full Changelog: v4.47.1...v4.47.2

Documentation

v4.47.1

Compare Source

Full Changelog: v4.47.0...v4.47.1

Chores
  • internal: add slightly better logging to scripts (#​848) (139e690)

v4.47.0

Compare Source

Full Changelog: v4.46.1...v4.47.0

Features

v4.46.1

Compare Source

Full Changelog: v4.46.0...v4.46.1

Refactors

v4.46.0

Compare Source

Full Changelog: v4.45.0...v4.46.0

Features
pydantic/pydantic (pydantic)

v2.7.2

Compare Source

GitHub release

What's Changed
Packaging
Fixes
privatenumber/tsx (tsx)

v4.11.0

Compare Source

Bug Fixes
  • only error on invalid tsconfig if explicitly passed in (#​30) (b6bf39b)
Features
  • esm api: configurable tsconfig (3f42ae3)

This release is also available on:

v4.10.5

Compare Source

Bug Fixes

This release is also available on:

v4.10.4

Compare Source

v4.10.3

Compare Source

Performance Improvements
  • skip parsing if import( is not found in minified code (5cdd50b)

This release is also available on:


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 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 requested a review from a team May 27, 2024 06:06
Copy link

vercel bot commented May 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
autoblocks-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2024 0:45am

Copy link

github-actions bot commented May 27, 2024

PASSED  •  🕐 11s  •  🏗️ Autoblocks Testing / js-autoblocks-tests (#462)  •  ➡️ View in Autoblocks


🟢  flashcard-generator

Evaluators               Test Cases
----------------------------------------------
is-professional-tone     3 PASSED     0 FAILED
is-supported-by-notes    3 PASSED     0 FAILED

🟢  flashcard-generator-managed

Evaluators               Test Cases
----------------------------------------------
is-professional-tone     1 PASSED     0 FAILED
is-supported-by-notes    1 PASSED     0 FAILED

🟢  study-guide-outline

Evaluators        Test Cases
---------------------------------------
formatting        5 PASSED     0 FAILED
has-substrings    5 PASSED     0 FAILED
num-categories    5 PASSED     0 FAILED

Generated by Autoblocks against 2c870c2

Copy link

github-actions bot commented May 27, 2024

FAILED  •  🕐 1m 12s  •  🏗️ Autoblocks Testing / py-autoblocks-tests (#462)  •  ➡️ View in Autoblocks


🔴  health-copilot-e2e

Evaluators     Test Cases
------------------------------------
correctness    4 PASSED     1 FAILED

🟢  health-copilot-generation

Evaluators           Test Cases
------------------------------------------
comprehensiveness    5 PASSED     0 FAILED
faithfulness         5 PASSED     0 FAILED

🔴  health-copilot-retrieval

Evaluators    Test Cases
----------------------------------
relevancy    4 PASSED     1 FAILED

Generated by Autoblocks against 2c870c2

@adamnolte adamnolte merged commit 6214f7e into main May 29, 2024
18 checks passed
@adamnolte adamnolte deleted the renovate/all-non-major-dependencies branch May 29, 2024 15:26
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

1 participant