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 across 1 directory with 16 updates #57

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the minor-and-patch group with 16 updates in the / directory:

Package From To
@blocksuite/sync 0.19.0 0.19.5
@mui/material 6.2.0 6.3.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.11.0
lucide-react 0.468.0 0.469.0
tailwind-merge 2.5.5 2.6.0
y-websocket 2.0.4 2.1.0
yjs 13.6.20 13.6.21
@types/node 22.10.2 22.10.5
@types/react 19.0.1 19.0.2
tailwindcss 3.4.16 3.4.17
vite 6.0.3 6.0.7

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.3.1

Release notes

Sourced from @​mui/material's releases.

v6.3.1

Jan 3, 2025

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

@mui/material@6.3.1

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

v6.3.0

A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:

  • Fix invalid HTML structure in the Accordion component (#44408) @​ZeeshanTamboli The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div). This will only impact you if you used the HTML element as selectors in your styles.

@mui/material@6.3.0

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

6.3.1

Jan 3, 2025

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

@mui/material@6.3.1

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

6.3.0

Dec 23, 2024

A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:

  • Fix invalid HTML structure in the Accordion component (#44408) @​ZeeshanTamboli The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div). This will only impact you if you used the HTML element as selectors in your styles.

... (truncated)

Commits

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.11.0

Release notes

Sourced from jotai's releases.

v2.11.0

There are no public API changes, but some internal behaviors have been improved. Now, atom updates are batched in a single write, which might provide a performance benefit in certain edge cases. This feature has been requested actually for a long time, and it's finally implemented. See also #2782.

What's Changed

New Contributors

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

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
  • cb9ce1e 2.11.0
  • bb10d99 fix: resolve conflicting redirects (#2886)
  • 06f3b3c chore(deps): update dev dependencies (#2885)
  • 103fb32 feat: dev store with unstable_derive (#2852)
  • 36062fb Fix: update examples (#2883)
  • 1d5ba26 Docs: update SSR and Query docs to include notes about TS and useHydrateAtom ...
  • 7883c4e chore(tests): eliminate rtl patch (#2878)
  • d0d8d0a chore(.github/workflows/test-multiple-versions.yml): improve workflow with re...
  • c9359fa chore(.github/workflows): improve workflow with removing duplicated configs (...
  • 51a742d refactor: batch priority (#2875)
  • 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 tailwind-merge from 2.5.5 to 2.6.0

Release notes

Sourced from tailwind-merge's releases.

v2.6.0

New Features

Full Changelog: dcastil/tailwind-merge@v2.5.5...v2.6.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor and more via @​thnxdev for sponsoring tailwind-merge! ❤️

Commits
  • 1a92c35 v2.6.0
  • 6480375 add changelog for v2.6.0
  • 7bb2dc0 Merge pull request #509 from dcastil/renovate/rollup-plugin-node-resolve-16.x
  • 19eb0a1 chore(deps): update dependency @​rollup/plugin-node-resolve to v16
  • d6f1014 Merge pull request #508 from dcastil/renovate/codspeed-vitest-plugin-4.x
  • d039e29 chore(deps): update dependency @​codspeed/vitest-plugin to v4
  • 4aac490 Merge pull request #507 from dcastil/renovate/migrate-config
  • 433e532 chore(config): migrate config .github/renovate.json
  • 31da3f2 fix unsupported import assertion
  • 34078ee Merge pull request #506 from dcastil/other/upgrade-github-workflows-to-node-22
  • Additional commits viewable in compare view

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/node from 22.10.2 to 22.10.5

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.7

Release notes

Sourced from vite's releases.

v6.0.7

Please refer to CHANGELOG.md for details.

v6.0.6

Please refer to CHANGELOG.md for details.

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.7 (2025-01-02)

6.0.6 (2024-12-26)

6.0.5 (2024-12-20)

6.0.4 (2024-12-19)

Commits
  • a671e58 release: v6.0.7
  • 1c102d5 fix(ssr): fix semicolon injection by ssr transform (#19097)
  • 677508b perf: skip globbing for static path in warmup (#19107)
  • b178c90 fix: skip the plugin if it has been called before with the same id and import...
  • a492253 fix(html): error while removing vite-ignore attribute for inline script (#1...
  • b07c036 feat(css): show lightningcss warnings (#19076)
  • f7b1964 fix: fix minify when builder.sharedPlugins: true (#19025)
  • 5c2b4a0 release: v6.0.6
  • 9290d85 fix(css): show correct error when unknown placeholder is used for CSS modules...
  • afff05c fix(css): resolve style tags in HTML files correctly for lightningcss (#19001)
  • 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

…6 updates

Bumps the minor-and-patch group with 16 updates in the / directory:

| 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.3.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.11.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.468.0` | `0.469.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.5.5` | `2.6.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/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.10.5` |
| [@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.7` |



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.3.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.3.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.11.0
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.10.3...v2.11.0)

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 `tailwind-merge` from 2.5.5 to 2.6.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.5.5...v2.6.0)

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/node` from 22.10.2 to 22.10.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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.7
- [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.7/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-minor
  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-minor
  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: tailwind-merge
  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/node"
  dependency-type: direct:development
  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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2025
Copy link

netlify bot commented Jan 6, 2025

👷 Deploy Preview for yjs-inspector processing.

Name Link
🔨 Latest commit 92a49fc
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/677b4df2fdd58e0008c8c8b3

Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for yjs-inspector failed.

Name Link
🔨 Latest commit 92a49fc
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/677b4df2fdd58e0008c8c8b3

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 13, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-c5836146a8 branch January 13, 2025 04:00
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