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

chore(deps): bump the minor-and-patch group with 14 updates #55

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the minor-and-patch group with 14 updates:

Package From To
@blocksuite/sync 0.19.0 0.19.5
@mui/material 6.2.0 6.2.1
@radix-ui/react-dialog 1.1.3 1.1.4
@radix-ui/react-dropdown-menu 2.1.3 2.1.4
@radix-ui/react-popover 1.1.3 1.1.4
@radix-ui/react-select 2.1.3 2.1.4
@radix-ui/react-toast 1.2.3 1.2.4
jotai 2.10.3 2.10.4
lucide-react 0.468.0 0.469.0
y-websocket 2.0.4 2.1.0
yjs 13.6.20 13.6.21
@types/react 19.0.1 19.0.2
tailwindcss 3.4.16 3.4.17
vite 6.0.3 6.0.5

Updates @blocksuite/sync from 0.19.0 to 0.19.5

Release notes

Sourced from @​blocksuite/sync's releases.

v0.19.5

Please refer to CHANGELOG.md for details.

v0.19.4

Please refer to CHANGELOG.md for details.

v0.19.3

Please refer to CHANGELOG.md for details.

v0.19.2

Please refer to CHANGELOG.md for details.

v0.19.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​blocksuite/sync's changelog.

0.19.5

Patch Changes

  • d2a3eb7: Release patch version.

    Feat

    • feat: add telemetry event for drop linked doc (#9028)
    • feat(blocks): html adapter skip surface block children when doc mode (#9027)
    • feat(blocks): add markdown adapter for surface elements (#9017)

    Fix

    • fix: padding of toggle button (#9024)
    • fix(blocks): remove lit dependency from theme service (#9025)
    • fix(blocks): remove lit dependency from theme service (#9023)
    • fix: keyboard controller should attach event on document (#8801)

    Chore

    • chore: use surface block flavour in adapter (#9022)
    • chore(playground): bump pdf-viewer v0.1.1 (#9020)
  • Updated dependencies [d2a3eb7]

    • @​blocksuite/global@​0.19.5

0.19.4

Patch Changes

  • 8ae61d6: Improves edgeless viewport stability

    Feat

    • feat(database): add AddDatabase event tracking to slash menu (#9015)

    Fix

    • fix: should show title alias first (#9005)

    Chore

    • chore(blocks): add event tracking for attachment upload (#9008)
    • chore(blocks): reuse attachment upload method (#9007)

    Refactor

    • refactor(std): optimize gfx viewport cache fields (#9014)

... (truncated)

Commits

Updates @mui/material from 6.2.0 to 6.2.1

Release notes

Sourced from @​mui/material's releases.

v6.2.1

Dec 17, 2024

A big thanks to the 10 contributors who made this release possible.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​ben-pomelo, @​ChristopherJamesL, @​jacklaurencegaray, @​JCQuintas, @​sai6855, @​siddhantantil39, @​siriwatknp, @​TurtIeSocks, @​vladmoroz, @​ZeeshanTamboli

Changelog

Sourced from @​mui/material's changelog.

6.2.1

Dec 17, 2024

A big thanks to the 10 contributors who made this release possible.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​ben-pomelo, @​ChristopherJamesL, @​jacklaurencegaray, @​JCQuintas, @​sai6855, @​siddhantantil39, @​siriwatknp, @​TurtIeSocks, @​vladmoroz, @​ZeeshanTamboli

Commits
  • 17026fc [release] v6.2.1 (#44787)
  • 426bdc3 Bump @​types/react-dom to ^19.0.2 (#44763)
  • bd4d732 Bump @​types/react-transition-group to ^4.4.12 (#44764)
  • ab0aa3f Bump @​types/react to ^19.0.1 (#44762)
  • bc715f9 [material-ui][Pagination] Use correct aria-current value (#44753)
  • 3baba19 [Select] Set aria-required & aria-invalid on combobox instead of hidden...
  • 68e3b40 [Material UI] Update overridesResolver return from object to array of style...
  • 2a8ba74 [core] Add documentation to useThemeProps, deepmerge and composeClasses...
  • e3d0e26 [material-ui][TextField] Add size default prop to api docs (#44714)
  • See full diff in compare view

Updates @radix-ui/react-dialog from 1.1.3 to 1.1.4

Commits

Updates @radix-ui/react-dropdown-menu from 2.1.3 to 2.1.4

Commits

Updates @radix-ui/react-popover from 1.1.3 to 1.1.4

Commits

Updates @radix-ui/react-select from 2.1.3 to 2.1.4

Commits

Updates @radix-ui/react-toast from 1.2.3 to 1.2.4

Commits

Updates jotai from 2.10.3 to 2.10.4

Release notes

Sourced from jotai's releases.

v2.10.4

A minor improvement for some edge cases. (For more information, see #2789.)

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.10.3...v2.10.4

Commits
  • 78295df 2.10.4
  • c233913 chore(deps): update dependencies (#2866)
  • 2c33fec chore: pkg.pr.new (#2862)
  • f186166 chore(.eslintrc.json): remove unnecessary elements from the plugins, add reac...
  • 03364a8 chore(.eslintrc.json): modifying eslint-plugin-react-compiler to react-compil...
  • 44d34a5 chore(.eslintrc.json): remove prettier in extends (#2859)
  • ed3d136 chore(.github/workflows): unify format style (#2858)
  • b50caee fix(store): do not recompute unmounted atoms eagerly (#2849)
  • 491bf7c chore(.github/workflows): update actions/setup-node's node-version 18 to 20 (...
  • de29128 chore(.github/workflows/ecosystem-ci.yml): update actions/setup-node version ...
  • Additional commits viewable in compare view

Updates lucide-react from 0.468.0 to 0.469.0

Release notes

Sourced from lucide-react's releases.

New icons 0.469.0

Modified Icons 🔨

Commits

Updates y-websocket from 2.0.4 to 2.1.0

Release notes

Sourced from y-websocket's releases.

v2.1.0

  • always call connection-close event even if manually closed + switch to observablev2 f606f3f

yjs/y-websocket@v2.0.5-0...v2.1.0

v2.0.5-0

  • force recreation of websocket connection when a ws connection is manually closed d3653d7

yjs/y-websocket@v2.0.4...v2.0.5-0

Commits
  • 7c3408a 2.1.0
  • f606f3f always call close-event even if manually closed + switch to observablev2
  • beca90d 2.0.5-0
  • d3653d7 force recreation of websocket connection when a ws connection is manually closed
  • See full diff in compare view

Updates yjs from 13.6.20 to 13.6.21

Release notes

Sourced from yjs's releases.

v13.6.21

  • fix #657 - relative positions issue when using followUndoneDeletions=false f583d2a2
  • lint 1b0f2e54
  • add nodejs specific tests 4404d090
  • Merge pull request #679 from hoangqwe159/main d4d4ae5f
  • Add PSPDFKit binding to README.md 4ffd3709
  • Merge pull request #676 from himself65/patch-1 0419b743
  • add Open Collaboration Tools as a user c951f2b7
  • docs: remove @toeverything/y-indexeddb 4e2d3c8a
  • update readme 8dc1296a
  • add stars to providers that sponsor yjs 43299973
  • Merge pull request #671 from carlossantos74/main 2b7ea8a2
  • add SuperViz Provider in yjs README 4f473558
  • [funding.json] fix some validation issues 6074f802
  • fix errors in funding.json 42bbb44b
  • add funding.json cc2d7320
  • add y-crdt elexir bindings e804dd75

yjs/yjs@v13.6.20...v13.6.21

Commits

Updates @types/react from 19.0.1 to 19.0.2

Commits

Updates tailwindcss from 3.4.16 to 3.4.17

Release notes

Sourced from tailwindcss's releases.

v3.4.17

Fixed

  • Work around Node v22.12+ issue (#15421)
Changelog

Sourced from tailwindcss's changelog.

[3.4.17] - 2024-12-17

Fixed

  • Work around Node v22.12+ issue (#15421)
Commits

Updates vite from 6.0.3 to 6.0.5

Release notes

Sourced from vite's releases.

v6.0.5

Please refer to CHANGELOG.md for details.

v6.0.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.0.5 (2024-12-20)

6.0.4 (2024-12-19)

Commits
  • 49a6be5 release: v6.0.5
  • 4359e0d fix: esbuild regression (pin to 0.24.0) (#19027)
  • 11cd5a4 release: v6.0.4
  • 3734f80 fix(css): escape double quotes in url() when lightningcss is used (#18997)
  • 2b4f115 fix(deps): update all non-major dependencies (#18996)
  • 12b612d fix: fallback terser to main thread when function options are used (#18987)
  • d88d000 fix(deps): update all non-major dependencies (#18967)
  • 21680bd fix(css): skip non css in custom sass importer (#18970)
  • 62fad6d chore(deps): update dependency @​rollup/plugin-node-resolve to v16 (#18968)
  • 8a6bb4e fix(optimizer): keep NODE_ENV as-is when keepProcessEnv is true (#18899)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@blocksuite/sync](https://github.com/toeverything/blocksuite/tree/HEAD/packages/framework/sync) | `0.19.0` | `0.19.5` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.2.0` | `6.2.1` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.4` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.3` | `2.1.4` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.4` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.1.3` | `2.1.4` |
| [@radix-ui/react-toast](https://github.com/radix-ui/primitives) | `1.2.3` | `1.2.4` |
| [jotai](https://github.com/pmndrs/jotai) | `2.10.3` | `2.10.4` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.468.0` | `0.469.0` |
| [y-websocket](https://github.com/yjs/y-websocket) | `2.0.4` | `2.1.0` |
| [yjs](https://github.com/yjs/yjs) | `13.6.20` | `13.6.21` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.1` | `19.0.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.16` | `3.4.17` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.3` | `6.0.5` |


Updates `@blocksuite/sync` from 0.19.0 to 0.19.5
- [Release notes](https://github.com/toeverything/blocksuite/releases)
- [Changelog](https://github.com/toeverything/blocksuite/blob/master/packages/framework/sync/CHANGELOG.md)
- [Commits](https://github.com/toeverything/blocksuite/commits/v0.19.5/packages/framework/sync)

Updates `@mui/material` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.2.1/packages/mui-material)

Updates `@radix-ui/react-dialog` from 1.1.3 to 1.1.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dropdown-menu` from 2.1.3 to 2.1.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-popover` from 1.1.3 to 1.1.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-select` from 2.1.3 to 2.1.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-toast` from 1.2.3 to 1.2.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `jotai` from 2.10.3 to 2.10.4
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.10.3...v2.10.4)

Updates `lucide-react` from 0.468.0 to 0.469.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.469.0/packages/lucide-react)

Updates `y-websocket` from 2.0.4 to 2.1.0
- [Release notes](https://github.com/yjs/y-websocket/releases)
- [Commits](yjs/y-websocket@v2.0.4...v2.1.0)

Updates `yjs` from 13.6.20 to 13.6.21
- [Release notes](https://github.com/yjs/yjs/releases)
- [Commits](yjs/yjs@v13.6.20...v13.6.21)

Updates `@types/react` from 19.0.1 to 19.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `tailwindcss` from 3.4.16 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.16...v3.4.17)

Updates `vite` from 6.0.3 to 6.0.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.5/packages/vite)

---
updated-dependencies:
- dependency-name: "@blocksuite/sync"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-popover"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-select"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-toast"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: jotai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: y-websocket
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: yjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
Copy link

netlify bot commented Dec 23, 2024

👷 Deploy Preview for yjs-inspector processing.

Name Link
🔨 Latest commit 6fb11c8
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/6768dd1d25156000084502a7

Copy link

netlify bot commented Dec 23, 2024

Deploy Preview for yjs-inspector failed.

Name Link
🔨 Latest commit 6fb11c8
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/6768dd1d25156000084502a7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants