Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@headlessui/react (source) 2.2.0 -> 2.2.9 age adoption passing confidence dependencies patch
@heroicons/react 2.1.5 -> 2.2.0 age adoption passing confidence dependencies minor
@paralleldrive/cuid2 2.2.2 -> 2.3.1 age adoption passing confidence dependencies minor
@tailwindcss/forms 0.5.9 -> 0.5.11 age adoption passing confidence dependencies patch
@types/node (source) 20.17.6 -> 20.19.27 age adoption passing confidence dependencies minor
@types/react (source) 18.3.12 -> 18.3.27 age adoption passing confidence dependencies patch
@types/react-dom (source) 18.3.1 -> 18.3.7 age adoption passing confidence dependencies patch
autoprefixer 10.4.20 -> 10.4.23 age adoption passing confidence dependencies patch
dotenv-cli 7.4.2 -> 7.4.4 age adoption passing confidence dependencies patch
dspy-ai 2.5.29 -> 2.6.27 age adoption passing confidence dependencies minor
eslint-config-next (source) 14.2.17 -> 14.2.35 age adoption passing confidence dependencies patch
flask (changelog) 3.0.3 -> 3.1.2 age adoption passing confidence dependencies minor
guardrails-ai ^0.6.0 -> ^0.7.0 age adoption passing confidence dependencies minor
httpx (changelog) ^0.27.0 -> ^0.28.0 age adoption passing confidence dependencies minor
mypy (changelog) 1.13.0 -> 1.19.1 age adoption passing confidence dependencies minor
next (source) 14.2.17 -> 14.2.35 age adoption passing confidence dependencies patch
openai 1.54.3 -> 1.109.1 age adoption passing confidence dependencies minor
openai 1.68.2 -> 1.109.1 age adoption passing confidence dependencies minor
openai 4.71.1 -> 4.104.0 age adoption passing confidence dependencies minor
opentelemetry-instrumentation-openai (source) ^0.38.12 -> ^0.50.0 age adoption passing confidence dependencies minor
postcss (source) 8.4.48 -> 8.5.6 age adoption passing confidence dependencies minor
pydantic (changelog) 2.9.2 -> 2.12.5 age adoption passing confidence dependencies minor
python 3.11 -> 3.14 age adoption passing confidence uses-with minor
python-dotenv 1.0.1 -> 1.2.1 age adoption passing confidence dependencies minor
slackapi/slack-github-action v2.0.0 -> v2.1.1 age adoption passing confidence action minor
tailwindcss (source) 3.4.14 -> 3.4.19 age adoption passing confidence dependencies patch
tsx (source) 4.19.2 -> 4.21.0 age adoption passing confidence dependencies minor
typescript (source) 5.6.3 -> 5.9.3 age adoption passing confidence dependencies minor
zod (source) 3.23.8 -> 3.25.76 age adoption passing confidence dependencies minor

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v2.2.9

Compare Source

Fixed
  • Improve focus management in shadow DOM roots (#​3794)
  • Don't accidentally open the Combobox when touching the ComboboxButton while dragging on mobile (#​3795)
  • Ensure sibling Dialog components are scrollable on mobile (#​3796)
  • Infer Combobox type based on onChange handler (#​3798)
  • Allow home/end key default behavior inside ComboboxInput when Combobox is closed (#​3798)
  • Ensure interacting with a Dialog on iOS works after interacting with a disallowed area (#​3801)
  • Freeze Listbox values as soon as a value is selected (#​3802)
  • Ensure refs are forwarded when freezing data (#​3390)
  • Do not serialize React components into form fields (49e9e8e)

v2.2.8

Compare Source

Fixed
  • Ensure we are not freezing data when the static prop is used (#​3779)
  • Ensure onChange types are contravariant instead of bivariant (#​3781)
  • Support <summary> as a focusable element inside <details> (#​3389)
  • Fix Maximum update depth exceeded crash when using transition prop (#​3782)
  • Ensure pressing Tab in the ComboboxInput, correctly syncs the input value (#​3785)
  • Ensure --button-width and --input-width have the latest value (#​3786)
  • Fix 'Invalid prop data-headlessui-state supplied to React.Fragment' warning (#​3788)
  • Ensure element in ref callback is always connected when rendering in a Portal (#​3789)
  • Ensure form state is up to date when using uncontrolled components (#​3790)
  • Ensure data-open on ComboboxInput is up to date (#​3791)
  • Ensure changing the immediate prop value on the Combobox component works as expected (#​3792)

v2.2.7

Compare Source

Fixed
  • Fix incorrect double invocation of menu items, listbox options and combobox options (#​3766)
  • Fix memory leak in SSR environment (#​3767)
  • Ensure programmatic .click() on MenuButton ref works (#​3768)
  • Don't activate hovered items while using the keyboard (#​3769)

v2.2.6

Compare Source

Fixed
  • Fix immediately closing Listbox by requiring some cursor movement (#​3762)

v2.2.5

Compare Source

Fixed
  • Fix listbox closing immediately after opening on touch devices (#​3755)

v2.2.4

Compare Source

Fixed
  • Fix Combobox error (unexpected undefined) when using virtual mode (#​3734)

v2.2.3

Compare Source

Added
  • Add a quick trigger action to the Menu, Listbox and Combobox components (#​3700)
Fixed
  • Fix clicking Label component should open <Input type="file"> (#​3707)
  • Ensure clicking on interactive elements inside Label component works (#​3709)
  • Fix focus not returned to SVG Element (#​3704)
  • Fix Listbox not focusing first or last option on ArrowUp / ArrowDown (#​3721)
  • Performance improvement: only re-render top-level component when nesting components e.g.: Menu inside a Dialog (#​3722)
  • Fix closing Menu when other Menu is opened (#​3726)

v2.2.2

Compare Source

Fixed
  • Improve Menu component performance (#​3685)
  • Improve Listbox component performance (#​3688)
  • Open Menu and Listbox on mousedown (#​3689)
  • Fix Transition component from incorrectly exposing the Closing state (#​3696)
  • Improve Combobox component performance (#​3697)

v2.2.1

Compare Source

Added
  • Accept tabIndex on the Checkbox component (#​3645)
  • Accept tabIndex on the RadioGroup component (#​3646)
Fixed
  • Use correct ownerDocument when using internal Portal component (#​3594)
  • Bump @tanstack/react-virtual to fix warnings in React 19 projects (#​3588)
  • Fix aria-invalid attributes to have a valid 'true' value (#​3639)
  • Add missing invalid prop to Combobox component (#​3677)
  • Fix Unexpected undefined crash in Combobox component with virtual mode (#​3678)
tailwindlabs/heroicons (@​heroicons/react)

v2.2.0

Compare Source

Added
Fixed
  • Removed unnecessary clipping path from solid/arrow-left-circle (#​1211)
ericelliott/cuid2 (@​paralleldrive/cuid2)

v2.3.1

Compare Source

Fixed
  • Maintenance release: Restore CommonJS compatibility for v2.x line
  • This version is based on v2.2.2 to provide a non-breaking upgrade path
  • Published with v2-compat tag for users who need CommonJS

Note: v2.3.0 was incorrectly released with a breaking change (ESM conversion).
This version supersedes v2.3.0 for users on the v2.x line.

v2.3.0

Compare Source

tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.11

Compare Source

Fixed
  • Limit attribute rules to input and select elements (#​159)

v0.5.10

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​163)
postcss/autoprefixer (autoprefixer)

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

v10.4.21

Compare Source

entropitor/dotenv-cli (dotenv-cli)

v7.4.4: : Fix security issue

Compare Source

#​119

v7.4.3: : Forward signals to child process

Compare Source

#​107

stanfordnlp/dsp (dspy-ai)

v2.6.27

Compare Source

What's Changed

Full Changelog: stanfordnlp/dspy@2.6.26...2.6.27

v2.6.26

Compare Source

What's Changed

New Contributors

Full Changelog: stanfordnlp/dspy@2.6.25...2.6.26

v2.6.25

Compare Source

What's Changed

Core

Modules

Misc

New Contributors

Full Changelog: stanfordnlp/dspy@2.6.24...2.6.25

v2.6.24

Compare Source

What's Changed

Core

Adapters

Modules

Optimizers

New Contributors

Full Changelog: stanfordnlp/dspy@2.6.23...2.6.24

v2.6.23

Compare Source

What's Changed

Core

Optimizers

New Contributors

Full Changelog: stanfordnlp/dspy@2.6.22...2.6.23

v2.6.22

Compare Source

What's Changed

Core

Adapters & Modules

New Contributors

Full Changelog: stanfordnlp/dspy@2.6.21...2.6.22

v2.6.21

Compare Source

What's Changed

Full Changelog: stanfordnlp/dspy@2.6.20...2.6.21

v2.6.20

Compare Source

What's Changed

Core Library

Modules

New Contributors

Full Changelog: stanfordnlp/dspy@2.6.19...2.6.20

v2.6.19

Compare Source

What's Changed

General

Adapters

Modules

New Contributors

Full Changelog: stanfordnlp/dspy@2.6.18...2.6.19

v2.6.18

Compare Source

What's Changed

General

Adapters & Modules

Optimizers

New Contributors

Full Changelog: stanfordnlp/dspy@2.6.17...2.6.18

v2.6.17

Compare Source

What's Changed

Adapters

Optimizers

LMs

New Contributors

Full Changelog: stanfordnlp/dspy@2.6.16...2.6.17

v2.6.16

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) 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 November 18, 2024 06:23
@vercel
Copy link

vercel bot commented Nov 18, 2024

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

Project Deployment Review Updated (UTC)
autoblocks-examples Ready Ready Preview, Comment Dec 17, 2025 9:34pm

@coderabbitai
Copy link

coderabbitai bot commented Nov 18, 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 generate docstrings to generate docstrings for this PR. (Experiment)
  • @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.

@github-actions
Copy link

github-actions bot commented Nov 18, 2024

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


❔  flashcard-generator

Overall
Pass Rate 0.00%
Passed 0
Failed 0
Test Case Duration
Min 0ms
Avg NaNms
Max 0ms

 
 
❔  study-guide-outline

Overall
Pass Rate 0.00%
Passed 0
Failed 0
Test Case Duration
Min 0ms
Avg NaNms
Max 0ms

 
 

Generated by Autoblocks against ac878c8

@github-actions
Copy link

github-actions bot commented Nov 18, 2024

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


🟢  flashcard-generator

Overall
Pass Rate 0.00%
Passed 0
Failed 0
Evaluator ID Min Score Avg Score Max Score Passed Failed Skipped
is-professional-tone 0.81 0.85 0.92 3 0 0
is-supported-by-notes 1.00 1.00 1.00 3 0 0
Test Case Duration
Min 2,038.98ms
Avg 3,665.53ms
Max 5,404.14ms

 
 
🔴  study-guide-outline

Overall
Pass Rate 80.00%
Passed 4
Failed 1
Evaluator ID Min Score Avg Score Max Score Passed Failed Skipped
formatting 1.00 1.00 1.00 5 0 0
has-substrings 0.00 0.80 1.00 4 1 0
num-categories 1.00 1.00 1.00 5 0 0
Test Case Duration
Min 1,177.1ms
Avg 1,997.72ms
Max 2,473.98ms

 
 

Generated by Autoblocks against 9bfe448

@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 0de71d5 to 2454659 Compare November 18, 2024 17:37
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 2454659 to 155eab3 Compare November 19, 2024 13:23
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 155eab3 to f7a2c51 Compare November 19, 2024 22:45
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from f7a2c51 to 23b0a73 Compare November 20, 2024 18:52
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 23b0a73 to 09d12a7 Compare November 20, 2024 23:39
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 09d12a7 to 70195d4 Compare November 21, 2024 19:46
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 70195d4 to 87c915c Compare November 22, 2024 04:06
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 87c915c to 67828f9 Compare November 22, 2024 19:15
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 67828f9 to b4ece9c Compare November 22, 2024 21:23
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from b4ece9c to 65370e2 Compare November 23, 2024 06:27
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 65370e2 to d688fdb Compare November 24, 2024 06:47
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from d688fdb to c93daaf Compare November 24, 2024 16:57
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 280c329 to d42a154 Compare December 3, 2025 14:41
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from d42a154 to 19c9ce7 Compare December 8, 2025 04:42
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 19c9ce7 to de66c17 Compare December 8, 2025 21:30
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from de66c17 to 9d9d85f Compare December 9, 2025 03:37
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 9d9d85f to 4355e99 Compare December 10, 2025 21:58
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 4355e99 to 70a5c43 Compare December 11, 2025 21:51
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 70a5c43 to 32d0dc2 Compare December 12, 2025 03:40
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 32d0dc2 to f529474 Compare December 14, 2025 01:48
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from f529474 to 480390f Compare December 14, 2025 18:31
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 480390f to 29cbdd1 Compare December 15, 2025 06:07
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 29cbdd1 to 2c3133f Compare December 15, 2025 17:30
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 2c3133f to f09c764 Compare December 16, 2025 08:52
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from f09c764 to d16e32f Compare December 17, 2025 18:48
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