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

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@codemirror/lang-python ^6.1.3 -> ^6.1.4 age adoption passing confidence dependencies patch
@codemirror/language ^6.10.0 -> ^6.10.1 age adoption passing confidence dependencies patch
@codemirror/language-data ^6.4.0 -> ^6.4.1 age adoption passing confidence dependencies patch
@codemirror/search ^6.5.5 -> ^6.5.6 age adoption passing confidence dependencies patch
@codemirror/state ^6.4.0 -> ^6.4.1 age adoption passing confidence dependencies patch
@codemirror/view ^6.23.1 -> ^6.24.1 age adoption passing confidence dependencies minor
@playwright/test (source) ^1.41.1 -> ^1.41.2 age adoption passing confidence devDependencies patch
@react-aria/focus ^3.16.0 -> ^3.16.2 age adoption passing confidence dependencies patch
@replit/codemirror-vim ^6.1.0 -> ^6.2.0 age adoption passing confidence dependencies minor
@tanstack/react-table (source) ^8.11.7 -> ^8.12.0 age adoption passing confidence dependencies minor
@textea/json-viewer ^3.3.1 -> ^3.4.0 age adoption passing confidence dependencies minor
@types/node (source) ^20.11.10 -> ^20.11.20 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.51 -> ^18.2.58 age adoption passing confidence devDependencies patch
@types/react-dom (source) ^18.2.18 -> ^18.2.19 age adoption passing confidence devDependencies patch
@uiw/codemirror-extensions-langs (source) ^4.21.21 -> ^4.21.23 age adoption passing confidence dependencies patch
@uiw/react-codemirror (source) ^4.21.21 -> ^4.21.23 age adoption passing confidence dependencies patch
codemirror-extension-inline-suggestion ^0.0.1 -> ^0.0.3 age adoption passing confidence dependencies patch
copilot-node-server 1.17.0 -> 1.19.2 age adoption passing confidence dependencies minor
crate-ci/typos v1.17.2 -> v1.18.2 age adoption passing confidence action minor
cssnano ^6.0.3 -> ^6.0.4 age adoption passing confidence dependencies patch
html-react-parser ^5.1.1 -> ^5.1.7 age adoption passing confidence dependencies patch
jotai ^2.6.4 -> ^2.6.5 age adoption passing confidence dependencies patch
lucide-react (source) ^0.321.0 -> ^0.338.0 age adoption passing confidence dependencies minor
mermaid ^10.7.0 -> ^10.8.0 age adoption passing confidence dependencies minor
plotly.js ^2.28.0 -> ^2.29.1 age adoption passing confidence dependencies minor
postcss (source) ^8.4.33 -> ^8.4.35 age adoption passing confidence devDependencies patch
prettier (source) ^3.2.4 -> ^3.2.5 age adoption passing confidence devDependencies patch
react-hook-form (source) ^7.50.0 -> ^7.50.1 age adoption passing confidence dependencies patch
reactflow (source) ^11.10.3 -> ^11.10.4 age adoption passing confidence dependencies patch
turbo (source) ^1.12.2 -> ^1.12.4 age adoption passing confidence devDependencies patch
vite (source) ^5.0.12 -> ^5.1.4 age adoption passing confidence devDependencies minor
vitest (source) ^1.2.2 -> ^1.3.1 age adoption passing confidence devDependencies minor

Release Notes

codemirror/lang-python (@​codemirror/lang-python)

v6.1.4

Compare Source

Bug fixes

Explicitly declare dependencies on @​lezer/common and @​codemirror/state

codemirror/language (@​codemirror/language)

v6.10.1

Compare Source

Bug fixes

Fix an issue where, when a lot of code is visible in the initial editor, the bottom bit of code is shown without highlighting for one frame.

codemirror/language-data (@​codemirror/language-data)

v6.4.1

Compare Source

Bug fixes

Include .mts and .cts as TypeScript file extensions.

codemirror/search (@​codemirror/search)

v6.5.6

Compare Source

Bug fixes

Make highlightSelectionMatches include whitespace in the selection in its matches.

Fix a bug that caused SearchCursor to return invalid ranges when matching astral chars that the the normalizer normalized to single-code-unit chars.

codemirror/state (@​codemirror/state)

v6.4.1

Compare Source

Bug fixes

Fix an issue that caused widgets at the end of a mark decoration to be rendered in their own separate mark DOM element.

codemirror/view (@​codemirror/view)

v6.24.1

Compare Source

Bug fixes

Fix a crash that happens when hover tooltips are active during changes, introduced in 6.24.0.

v6.24.0

Compare Source

Bug fixes

Fix an issue that broke context-menu select-all on Chrome when the viewport didn't cover the whole document.

Make sure tooltips are ordered by extension precedence in the DOM.

New features

Hover tooltip sources may now return multiple tooltips.

microsoft/playwright (@​playwright/test)

v1.41.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/29123 - [REGRESSION] route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

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

v3.16.2

Compare Source

v3.16.1

Compare Source

replit/codemirror-vim (@​replit/codemirror-vim)

v6.2.0

Compare Source

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

v8.12.0

Compare Source

Version 8.12.0 - 2/14/2024, 6:15 AM

Changes

Feat
  • new column pinning, sizing, ordering APIs for easier sticky pinning (#​5344) (de1a715) by Kevin Van Cott
Chore
  • lenient test condition for slower builds (#​5345) (d1e287c) by Kevin Van Cott
Docs
Other
Ci

Packages

v8.11.8

Compare Source

Version 8.11.8 - 2/2/2024, 7:28 AM (Manual Release)

Changes

Docs
Ci
  • Update example dependencies when publishing (#​5322) (c944980) by Lachlan Collins

Packages

TexteaInc/json-viewer (@​textea/json-viewer)

v3.4.0

Compare Source

Features
  • expose dataTypes, themes and utils in browser build (922065f)

v3.3.2

Compare Source

Bug Fixes
  • missing key for self referential object (95ee8ca)
  • typo in doc (925456a)
uiwjs/react-codemirror (@​uiw/codemirror-extensions-langs)

v4.21.23

Compare Source

Buy me a coffee

Documentation v4.21.23: https://raw.githack.com/uiwjs/react-codemirror/3510177/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.21.22...v4.21.23

npm i @​uiw/react-codemirror@4.21.23

v4.21.22

Compare Source

Buy me a coffee

Documentation v4.21.22: https://raw.githack.com/uiwjs/react-codemirror/df31507/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.21.21...v4.21.22

npm i @​uiw/react-codemirror@4.21.22
saminzadeh/codemirror-extension-inline-suggestion (codemirror-extension-inline-suggestion)

v0.0.3

Compare Source

  • Support line breaks (#​3)

v0.0.2

Compare Source

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

v1.19.2

Compare Source

v1.19.1

Compare Source

v1.19.0

Compare Source

v1.18.0

Compare Source

crate-ci/typos (crate-ci/typos)

v1.18.2

Compare Source

[1.18.2] - 2024-02-08

Features
  • Add --sort flag
Fixes
  • Protect against crash on multi-byte UTF-8 characters when parsed as ASCII

v1.18.1

Compare Source

[1.18.1] - 2024-02-05

Fixes
  • Don't correct derivate to derivative

v1.18.0

Compare Source

[1.18.0] - 2024-02-01

Fixes
cssnano/cssnano (cssnano)

v6.0.4

Compare Source

remarkablemark/html-react-parser (html-react-parser)

v5.1.7

Compare Source

Bug Fixes
  • package: set dependency @types/react to 17 or 18 (0605477), closes #​1320

v5.1.6

Compare Source

Bug Fixes

v5.1.5

Compare Source

Bug Fixes
  • esm: fix attributes-to-props and dom-to-react exported types (e3c7931)
  • package: move @types/react from devDependencies to dependencies (78b7a8e), closes #​1313

v5.1.4

Compare Source

Bug Fixes
  • esm: fix exported types (7a94d61), closes #​1305
  • types: use React.JSX instead of the global JSX namespace (a25f41c)

v5.1.3

Compare Source

Build System

v5.1.2

Compare Source

Code Refactoring
  • improved dom-to-react, type (6630d01)
pmndrs/jotai (jotai)

v2.6.5

Compare Source

Some type improvements!

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.6.4...v2.6.5

lucide-icons/lucide (lucide-react)

v0.338.0: New icons 0.338.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.337.0: New icons 0.337.0

Compare Source

Modified Icons 🔨

v0.336.0: New icons 0.336.0

Compare Source

New icons 🎨

v0.335.0: New icons 0.335.0

Compare Source

Modified Icons 🔨

v0.334.0: New icons 0.334.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.333.0: New icons 0.333.0

Compare Source

v0.332.0: New icons 0.332.0

Compare Source

Modified Icons 🔨

v0.331.0: New icons 0.331.0

Compare Source

New icons 🎨

v0.330.0: New icons 0.330.0

Compare Source

Modified Icons 🔨

v0.329.0: New icons 0.329.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.328.0: New icons 0.328.0

Compare Source

Modified Icons 🔨

v0.327.0: New icons 0.327.0

Compare Source

Modified Icons 🔨

v0.326.0: New icons 0.326.0

Compare Source

Modified Icons 🔨

v0.325.0: New icons 0.325.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.324.0: New icons 0.324.0

Compare Source

Modified Icons 🔨

v0.323.0: New icons 0.323.0

Compare Source

New icons 🎨

v0.322.0: New icons 0.322.0

Compare Source

Modified Icons 🔨

mermaid-js/mermaid (mermaid)

v10.8.0

Compare Source

v10.8.0

Features

image

Documentation


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.

Copy link

vercel bot commented Feb 5, 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 Feb 23, 2024 3:11pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 23, 2024 3:11pm

@renovate renovate bot added the dependencies label Feb 5, 2024
@mscolnick mscolnick merged commit 3699948 into main Feb 23, 2024
21 of 22 checks passed
@mscolnick mscolnick deleted the renovate/all-minor-patch branch February 23, 2024 15:18
@github-actions github-actions bot locked and limited conversation to collaborators Feb 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant