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 19 updates #58

Merged
merged 3 commits into from
Jan 19, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-and-patch group with 19 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.471.0
tailwind-merge 2.5.5 2.6.0
y-websocket 2.0.4 2.1.0
yjs 13.6.20 13.6.22
@types/node 22.10.2 22.10.5
@types/react 19.0.1 19.0.6
@types/react-dom 19.0.2 19.0.3
eslint-plugin-react-refresh 0.4.16 0.4.18
tailwindcss 3.4.16 3.4.17
typescript 5.7.2 5.7.3
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

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

@mui/[email protected]

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/[email protected]

... (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/[email protected]

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

Release notes

Sourced from lucide-react's releases.

Dynamic Icon component Lucide React and new icons 0.471.0

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments. We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component. This one fetches the icon data itself and renders it instead of fetching the Icon component from the library. This makes it more flexible with all the frontend frameworks and libraries that exist for React.

🚨 Not recommended for regular applications that work fine with the regular static icon components. Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);

Possible Breaking changes

We have switched to the "exports" property in package.json. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.

New icons 🎨

New icons 0.470.0

New icons 🎨

Modified Icons 🔨

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

Release notes

Sourced from yjs's releases.

v13.6.22

  • marginally better typings for applyDelta - #689 bb5410b6
  • Merge pull request #690 from yjs/revert-689-patch-1 2d2e662d
  • Revert "fix(yText): applyDelta should support both Delta and Ops[]" 80e83a84
  • Merge pull request #689 from ykou-clickup/patch-1 3c9c0f17
  • fix(yText): applyDelta should support both Delta and Ops[] e67b1296
  • Merge pull request #685 from szepeviktor/typos 1a0d4aa7
  • Fix typos f18eab2d

yjs/yjs@v13.6.21...v13.6.22

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
  • 1bec008 13.6.22
  • bb5410b marginally better typings for applyDelta - #689
  • 2d2e662 Merge pull request #690 from yjs/revert-689-patch-1
  • 80e83a8 Revert "fix(yText): applyDelta should support both Delta and Ops[]"
  • 3c9c0f1 Merge pull request #689 from ykou-clickup/patch-1
  • e67b129 fix(yText): applyDelta should support both Delta and Ops[]
  • 1a0d4aa Merge pull request #685 from szepeviktor/typos
  • f18eab2 Fix typos
  • 89dddc2 13.6.21
  • f583d2a fix #657 - relative positions issue when using followUndoneDeletions=false
  • Additional commits viewable in compare view

Updates @types/node from 22.10.2 to 22.10.5

Commits

Updates @types/react from 19.0.1 to 19.0.6

Commits

Updates @types/react-dom from 19.0.2 to 19.0.3

Commits

Updates eslint-plugin-react-refresh from 0.4.16 to 0.4.18

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.18

ESM/CJS interop is the worse that happened to this ecosystem, this is all I have to say.

v0.4.17

  • Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #75)
  • Update types to not require extra unnecessary .default property access under TS node16 module resolution (fixes #70)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.18

ESM/CJS interop is the worth that happend to this ecosystem, this is all I have to say.

0.4.17

  • Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #75)
  • Update types to not require extra unnecessary .default property access under TS node16 module resolution (fixes #70)
Commits
  • 3d6251d Fix types [publish]
  • 47f25f0 Update types to not require extra unnecessary .default property access unde...
  • 639e772 Fix detection of local components to not generate warning on for variable ins...
  • See full diff in compare view

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 typescript from 5.7.2 to 5.7.3

Release notes

Sourced from typescript's releases.

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • a5e123d Update LKG
  • 8bc0204 🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)
  • 7aa63df 🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...
  • 9df7c36 Bump version to 5.7.3 and LKG
  • e167412 🤖 Pick PR #60794 (Harden sanitizeLog against incorr...) into release-5.7 (#...
  • 9ba364c Fix coverage build on release-5.7 (#60792)
  • 4b7441a 🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...
  • e844dc3 Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)
  • 21b02a1 🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...
  • b82fd16 🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...
  • Additional commits viewable in compare view

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)

…9 updates

Bumps the minor-and-patch group with 19 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.471.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.22` |
| [@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.6` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.2` | `19.0.3` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.16` | `0.4.18` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.16` | `3.4.17` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |
| [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.471.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.471.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.22
- [Release notes](https://github.com/yjs/yjs/releases)
- [Commits](yjs/yjs@v13.6.20...v13.6.22)

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.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Updates `eslint-plugin-react-refresh` from 0.4.16 to 0.4.18
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.16...v0.4.18)

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 `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

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: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-react-refresh
  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: typescript
  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 Jan 13, 2025
Copy link

netlify bot commented Jan 13, 2025

👷 Deploy Preview for yjs-inspector processing.

Name Link
🔨 Latest commit 682fe39
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/67849015784d0f0008851533

Copy link

netlify bot commented Jan 13, 2025

Deploy Preview for yjs-inspector ready!

Name Link
🔨 Latest commit 802be83
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/678d2e1209a51e0008aa2490
😎 Deploy Preview https://deploy-preview-58--yjs-inspector.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lawvs lawvs merged commit d75b743 into main Jan 19, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-55428d958e branch January 19, 2025 16:53
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.

1 participant