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

fix(deps): update all non-major dependencies #1537

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@codemirror/autocomplete ^6.16.0 -> ^6.16.2 age adoption passing confidence dependencies patch
@codemirror/language ^6.10.1 -> ^6.10.2 age adoption passing confidence dependencies patch
@codemirror/lint ^6.7.0 -> ^6.8.0 age adoption passing confidence dependencies minor
@hookform/resolvers (source) ^3.3.4 -> ^3.4.2 age adoption passing confidence dependencies minor
@lezer/lr ^1.4.0 -> ^1.4.1 age adoption passing confidence dependencies patch
@playwright/test (source) ^1.44.0 -> ^1.44.1 age adoption passing confidence devDependencies patch
@react-aria/focus ^3.17.0 -> ^3.17.1 age adoption passing confidence dependencies patch
@tanstack/react-table (source) ^8.16.0 -> ^8.17.3 age adoption passing confidence dependencies minor
@types/emscripten (source) ^1.39.11 -> ^1.39.13 age adoption passing confidence devDependencies patch
@types/jsdom (source) ^21.1.6 -> ^21.1.7 age adoption passing confidence dependencies patch
@types/node (source) ^20.12.10 -> ^20.14.0 age adoption passing confidence devDependencies minor
@types/react (source) ^18.3.1 -> ^18.3.3 age adoption passing confidence devDependencies patch
@uiw/codemirror-extensions-langs (source) ^4.22.0 -> ^4.22.1 age adoption passing confidence dependencies patch
@uiw/react-codemirror (source) ^4.22.0 -> ^4.22.1 age adoption passing confidence dependencies patch
@vitejs/plugin-react-swc ^3.6.0 -> ^3.7.0 age adoption passing confidence devDependencies minor
abravalheri/validate-pyproject v0.17 -> v0.18 age adoption passing confidence repository minor
ai (source) ^3.1.1 -> ^3.1.23 age adoption passing confidence dependencies patch
astral-sh/ruff-pre-commit v0.4.4 -> v0.4.7 age adoption passing confidence repository patch
contributor-assistant/github-action v2.3.2 -> v2.4.0 age adoption passing confidence action minor
copilot-node-server 1.30.0 -> 1.33.0 age adoption passing confidence dependencies minor
crate-ci/typos v1.21.0 -> v1.22.0 age adoption passing confidence repository minor
crate-ci/typos v1.20.10 -> v1.22.0 age adoption passing confidence action minor
humanize-duration ^3.32.0 -> ^3.32.1 age adoption passing confidence dependencies patch
igorshubovych/markdownlint-cli v0.40.0 -> v0.41.0 age adoption passing confidence repository minor
jotai ^2.8.0 -> ^2.8.3 age adoption passing confidence dependencies patch
jsdom ^24.0.0 -> ^24.1.0 age adoption passing confidence devDependencies minor
lucide-react (source) ^0.378.0 -> ^0.383.0 age adoption passing confidence dependencies minor
mermaid ^10.9.0 -> ^10.9.1 age adoption passing confidence dependencies patch
npm-run-all2 ^6.1.2 -> ^6.2.0 age adoption passing confidence devDependencies minor
plotly.js ^2.32.0 -> ^2.33.0 age adoption passing confidence dependencies minor
pyodide ^0.25.1 -> ^0.26.0 age adoption passing confidence dependencies minor
react-aria-components ^1.2.0 -> ^1.2.1 age adoption passing confidence dependencies patch
react-codemirror-merge (source) ^4.22.0 -> ^4.22.1 age adoption passing confidence dependencies patch
react-hook-form (source) ^7.51.4 -> ^7.51.5 age adoption passing confidence dependencies patch
stylelint (source) ^16.5.0 -> ^16.6.1 age adoption passing confidence devDependencies minor
swiper (source) ^11.1.1 -> ^11.1.4 age adoption passing confidence dependencies patch
tsup (source) ^8.0.2 -> ^8.1.0 age adoption passing confidence devDependencies minor
vega-lite (source) ^5.18.0 -> ^5.18.1 age adoption passing confidence dependencies patch
vite (source) ^5.2.11 -> ^5.2.12 age adoption passing confidence devDependencies patch
zod (source) ^3.23.6 -> ^3.23.8 age adoption passing confidence dependencies patch

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.16.2

Compare Source

Bug fixes

Allow backslash-escaped closing braces inside snippet field names/content.

v6.16.1

Compare Source

Bug fixes

Fix a bug where multiple backslashes before a brace in a snippet were all removed.

codemirror/language (@​codemirror/language)

v6.10.2

Compare Source

Bug fixes

Fix an infinite loop that could occur when enabling bidiIsolates in documents with both bidirectional text and very long lines.

codemirror/lint (@​codemirror/lint)

v6.8.0

Compare Source

New features

The new autoPanel option can be used to make the panel automatically appear when diagnostics are added and close when no diagnostics are left.

v6.7.1

Compare Source

Bug fixes

Don't perform an additional superfluous timed lint run after forceLinting has been called.

react-hook-form/resolvers (@​hookform/resolvers)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes

v3.4.0

Compare Source

lezer-parser/lr (@​lezer/lr)

v1.4.1

Compare Source

Bug fixes

Fix a bug where incremental parsing could inappropriately reuse a node when it ended in a repeat or optional part, and was followed by a sequence of skipped nodes longer than 25 characters.

microsoft/playwright (@​playwright/test)

v1.44.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed
https://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124
adobe/react-spectrum (@​react-aria/focus)

v3.17.1

Compare Source

TanStack/table (@​tanstack/react-table)

v8.17.3

Compare Source

Version 8.17.3 - 5/14/2024, 2:44 PM

Changes
Fix
Packages

v8.17.0

Compare Source

Version 8.17.0 - 5/12/2024, 7:21 PM

Changes

Feat
Chore
Docs
Other

Packages

uiwjs/react-codemirror (@​uiw/codemirror-extensions-langs)

v4.22.1

Compare Source

Buy me a coffee

Documentation v4.22.1: https://raw.githack.com/uiwjs/react-codemirror/739df75/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.22.0...v4.22.1

npm i @​uiw/react-codemirror@4.22.1
vitejs/vite-plugin-react-swc (@​vitejs/plugin-react-swc)

v3.7.0

Compare Source

Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

abravalheri/validate-pyproject (abravalheri/validate-pyproject)

v0.18

Compare Source

What's Changed

  • Allow overwrite when schemas refer to the same tool, #​175.

Full Changelog: abravalheri/validate-pyproject@v0.17...v0.18

vercel/ai (ai)

v3.1.23

Compare Source

Patch Changes
  • c03cafe: chore (core, ui): rename maxAutomaticRoundtrips to maxToolRoundtrips

v3.1.22

Compare Source

Patch Changes
  • 14bb869: chore (ui): move maxAutomaticRoundtrips and addToolResult out of experimental

v3.1.21

Compare Source

Patch Changes
  • 213f241: fix (core,streams): support ResponseInit variants
  • 09698bc: chore (streams): deprecate streaming helpers that have a provider replacement

v3.1.20

Compare Source

Patch Changes
  • 0e1da47: feat (core): add maxAutomaticRoundtrips setting to generateText

v3.1.19

Compare Source

Patch Changes
  • 9882d24: fix (ui/svelte): send data to server
  • 131bbd3: fix (ui): remove console.log statements

v3.1.18

Compare Source

Patch Changes
  • f9dee8a: fix(ai/rsc): Fix types for createStreamableValue and createStreamableUI
  • 1c0ebf8: feat (core): add responseMessages to generateText result

v3.1.17

Compare Source

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

v3.1.5

Compare Source

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

v3.1.4

Compare Source

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

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes
  • d1b1880: fix (ai/core): allow reading streams in streamText result multiple times
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.4.7

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.7

v0.4.6

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.6

v0.4.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.5

contributor-assistant/github-action (contributor-assistant/github-action)

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: contributor-assistant/github-action@v2.3.2...v2.4.0

jfcherng/copilot-node-server (copilot-node-server)

v1.33.0

Compare Source

v1.32.0

Compare Source

v1.31.0

[Compare Source](https://togithub.co


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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 added the dependencies label Jun 1, 2024
Copy link

vercel bot commented Jun 1, 2024

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

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 3, 2024 3:14pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 3, 2024 3:14pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1b4b31 to b65b2f4 Compare June 2, 2024 10:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b65b2f4 to 2378827 Compare June 2, 2024 12:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2378827 to 927aa3e Compare June 2, 2024 21:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 927aa3e to 0c3504a Compare June 3, 2024 01:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c3504a to e30b101 Compare June 3, 2024 03:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e30b101 to 6dc4e35 Compare June 3, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant