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 #231

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react (source) 2.1.8 -> 2.1.10 age adoption passing confidence
@types/node (source) 20.16.10 -> 20.16.12 age adoption passing confidence
@types/react (source) 18.3.10 -> 18.3.11 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence
ai (source) 3.4.7 -> 3.4.14 age adoption passing confidence
dspy-ai 2.5.2 -> 2.5.12 age adoption passing confidence
eslint-config-next (source) 14.2.13 -> 14.2.15 age adoption passing confidence
guardrails-ai 0.5.11 -> 0.5.13 age adoption passing confidence
mypy (source, changelog) 1.11.2 -> 1.12.0 age adoption passing confidence
next (source) 14.2.13 -> 14.2.15 age adoption passing confidence
openai 1.50.2 -> 1.52.0 age adoption passing confidence
openai 4.65.0 -> 4.68.0 age adoption passing confidence
tailwindcss (source) 3.4.13 -> 3.4.14 age adoption passing confidence
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v2.1.10

Compare Source

Fixed
  • Use React.JSX instead of deprecated global JSX (#​3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#​3513)

v2.1.9

Compare Source

Fixed
  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#​3493)
  • Fix crash when using instanceof HTMLElement in some environments (#​3494)
  • Cleanup process in Combobox component when using virtualization (#​3495)
vercel/ai (ai)

v3.4.14

Compare Source

Patch Changes
  • e930f40: feat (ai/core): expose core tool result and tool call types

v3.4.13

Compare Source

Patch Changes
  • fc39158: fix (ai/core): add abortSignal to tool helper function

v3.4.12

Compare Source

Patch Changes
  • a23da5b: feat (ai/core): forward abort signal to tools

v3.4.11

Compare Source

Patch Changes

v3.4.10

Compare Source

Patch Changes
  • 0b557d7: feat (ai/core): add tracer option to telemetry settings
  • 44f6bc5: feat (ai/core): expose StepResult type

v3.4.9

Compare Source

Patch Changes
  • d347538: fix (ai/core): export FilePart interface

v3.4.8

Compare Source

Patch Changes
stanfordnlp/dsp (dspy-ai)

v2.5.12

Compare Source

What's Changed

Full Changelog: stanfordnlp/dspy@2.5.11...2.5.12

v2.5.11

Compare Source

Add SemanticF1, fix LM.copy, fix CoT.save

Full Changelog: stanfordnlp/dspy@2.5.10...2.5.11

v2.5.10

Compare Source

What's Changed

New Contributors

Full Changelog: stanfordnlp/dspy@2.5.9...2.5.10

v2.5.9

Compare Source

What's Changed

Full Changelog: stanfordnlp/dspy@2.5.8...2.5.9

v2.5.8

Compare Source

What's Changed

New Contributors

Full Changelog: stanfordnlp/dspy@2.5.7...2.5.8

v2.5.7

Compare Source

What's Changed

Full Changelog: stanfordnlp/dspy@2.5.6...2.5.7

v2.5.6

Compare Source

What's Changed

Full Changelog: stanfordnlp/dspy@2.5.5...2.5.6

v2.5.5

Compare Source

What's Changed

Full Changelog: stanfordnlp/dspy@2.5.4...2.5.5

v2.5.4

Compare Source

What's Changed

New Contributors

Full Changelog: stanfordnlp/dspy@2.5.3...2.5.4

v2.5.3

Compare Source

What's Changed

Full Changelog: stanfordnlp/dspy@2.5.2...2.5.3

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

v14.2.15

Compare Source

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

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

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

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

python/mypy (mypy)

v1.12.0

Compare Source

openai/openai-python (openai)

v1.52.0

Compare Source

Full Changelog: v1.51.2...v1.52.0

Features
  • api: add gpt-4o-audio-preview model for chat completions (#​1796) (fbf1e0c)

v1.51.2

Compare Source

Full Changelog: v1.51.1...v1.51.2

Chores

v1.51.1

Compare Source

Full Changelog: v1.51.0...v1.51.1

Bug Fixes
  • client: avoid OverflowError with very large retry counts (#​1779) (fb1dacf)
Chores
  • internal: add support for parsing bool response content (#​1774) (aa2e25f)
Documentation

v1.51.0

Compare Source

Full Changelog: v1.50.2...v1.51.0

Features
  • api: support storing chat completions, enabling evals and model distillation in the dashboard (2840c6d)
Chores
Documentation
openai/openai-node (openai)

v4.68.0

Compare Source

Full Changelog: v4.67.3...v4.68.0

Features
  • api: add gpt-4o-audio-preview model for chat completions (#​1135) (17a623f)

v4.67.3

Compare Source

Full Changelog: v4.67.2...v4.67.3

Chores

v4.67.2

Compare Source

Full Changelog: v4.67.1...v4.67.2

Chores

v4.67.1

Compare Source

Full Changelog: v4.67.0...v4.67.1

Documentation

v4.67.0

Compare Source

Full Changelog: v4.66.1...v4.67.0

Features
  • api: support storing chat completions, enabling evals and model distillation in the dashboard (#​1112) (6424924)

v4.66.1

Compare Source

Full Changelog: v4.66.0...v4.66.1

Bug Fixes
  • audio: add fallback overload types (0c00a13)
  • audio: use export type (1519100)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.14

Compare Source

microsoft/TypeScript (typescript)

v5.6.3

Compare Source


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 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 a team October 7, 2024 06:29
Copy link

vercel bot commented Oct 7, 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 Oct 17, 2024 8:53pm

Copy link

coderabbitai bot commented Oct 7, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

github-actions bot commented Oct 7, 2024

🏗️ Autoblocks Testing / js-autoblocks-tests (#970)  •  ➡️ View in Autoblocks


🟢  flashcard-generator

Evaluators                  Min / Avg / Max    Pass / Fail / Skip
-----------------------------------------------------------------
is-professional-tone     0.20 / 0.54 / 0.75             3 / 0 / 0
is-supported-by-notes    1.00 / 1.00 / 1.00             3 / 0 / 0

Test Case Duration
Min: 2005.23ms / Avg: 2378.07ms / Max: 3118.64ms
 
 
🟢  study-guide-outline

Evaluators           Min / Avg / Max    Pass / Fail / Skip
----------------------------------------------------------
formatting        1.00 / 1.00 / 1.00             5 / 0 / 0
has-substrings    1.00 / 1.00 / 1.00             5 / 0 / 0
num-categories    1.00 / 1.00 / 1.00             5 / 0 / 0

Test Case Duration
Min: 1815.01ms / Avg: 2170.60ms / Max: 2548.06ms
 
 

Generated by Autoblocks against 259cd27

Copy link

github-actions bot commented Oct 7, 2024

🏗️ Autoblocks Testing / py-autoblocks-tests (#970)  •  ➡️ View in Autoblocks


🔴  dspy

Evaluators        Min / Avg / Max    Pass / Fail / Skip
-------------------------------------------------------
correctness    0.00 / 0.60 / 1.00             6 / 4 / 0

Test Case Duration
Min: 17020.67ms / Avg: 22224.36ms / Max: 27857.62ms
 
 

Generated by Autoblocks against 259cd27

@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 9515433 to a17fc08 Compare October 7, 2024 17:09
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from a17fc08 to 67dd051 Compare October 8, 2024 00:58
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 67dd051 to 0296415 Compare October 8, 2024 16:08
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 0296415 to f4c25b9 Compare October 8, 2024 21:05
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from f4c25b9 to 664cdd0 Compare October 9, 2024 01:21
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 664cdd0 to 9bb89ff Compare October 10, 2024 22:40
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 9bb89ff to 98c7b01 Compare October 11, 2024 15:37
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 98c7b01 to 87ebb07 Compare October 12, 2024 19:04
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 87ebb07 to 3330e54 Compare October 14, 2024 20:07
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 3330e54 to c7e6f78 Compare October 15, 2024 03:56
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from c7e6f78 to 7e6c94d Compare October 15, 2024 12:03
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 7e6c94d to b8c7254 Compare October 16, 2024 02:42
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.

0 participants