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 6 updates #48

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@blocksuite/sync 0.18.0 0.18.1
class-variance-authority 0.7.0 0.7.1
lucide-react 0.460.0 0.462.0
@types/node 22.9.3 22.10.1
@vitejs/plugin-react 4.3.3 4.3.4
prettier 3.3.3 3.4.1

Updates @blocksuite/sync from 0.18.0 to 0.18.1

Release notes

Sourced from @​blocksuite/sync's releases.

v0.18.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​blocksuite/sync's changelog.

0.18.1

Patch Changes

  • e2d574c: ## Feat

    • feat: new doc dnd (#8808)

    Fix

    • fix(database): row selection is incorrect when clicking the row options button (#8817)
    • fix(blocks): notion html import nested list with nested paragraph (#8809)
    • fix(edgeless): connector endpoint may be null (#8804)
    • fix(edgeless): connector selected rect width and height is zero (#8803)
    • fix(blocks): linked popover styles (#8799)

    Chore

    • chore: lock file maintenance (#8797)

    Refactor

    • refactor(database): make Kanban View compatible with mobile devices (#8807)
    • refactor: extract toggle button in list block (#8795)
  • Updated dependencies [e2d574c]

    • @​blocksuite/global@​0.18.1
Commits

Updates class-variance-authority from 0.7.0 to 0.7.1

Release notes

Sourced from class-variance-authority's releases.

v0.7.1

What's Changed

New Contributors

Full Changelog: joe-bell/cva@v0.7.0...v0.7.1

Commits

Updates lucide-react from 0.460.0 to 0.462.0

Release notes

Sourced from lucide-react's releases.

New icons 0.462.0

New icons 🎨

Modified Icons 🔨

New icons 0.461.0

New icons 🎨

Modified Icons 🔨

Hotfix lucide-svelte icon imports

Icons imports broke in lucide-svelte after 0.458.0.

This is fixed in #2615

Commits

Updates @types/node from 22.9.3 to 22.10.1

Commits

Updates @vitejs/plugin-react from 4.3.3 to 4.3.4

Release notes

Sourced from @​vitejs/plugin-react's releases.

v4.3.4

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.3.4 (2024-11-26)

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

Commits

Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

Commits

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@blocksuite/sync](https://github.com/toeverything/blocksuite/tree/HEAD/packages/framework/sync) | `0.18.0` | `0.18.1` |
| [class-variance-authority](https://github.com/joe-bell/cva) | `0.7.0` | `0.7.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.460.0` | `0.462.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.3` | `22.10.1` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.3` | `4.3.4` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |


Updates `@blocksuite/sync` from 0.18.0 to 0.18.1
- [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.18.1/packages/framework/sync)

Updates `class-variance-authority` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/joe-bell/cva/releases)
- [Commits](joe-bell/cva@v0.7.0...v0.7.1)

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

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

Updates `@vitejs/plugin-react` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.4/packages/plugin-react)

Updates `prettier` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.1)

---
updated-dependencies:
- dependency-name: "@blocksuite/sync"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: class-variance-authority
  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: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 2, 2024
Copy link

netlify bot commented Dec 2, 2024

👷 Deploy Preview for yjs-inspector processing.

Name Link
🔨 Latest commit cd9bbeb
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/674d2f14441bb40008ab6968

Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for yjs-inspector ready!

Name Link
🔨 Latest commit cd9bbeb
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/674d2f14441bb40008ab6968
😎 Deploy Preview https://deploy-preview-48--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 d8d8275 into main Dec 3, 2024
5 checks passed
@lawvs lawvs deleted the dependabot/npm_and_yarn/minor-and-patch-84db7a70a1 branch December 3, 2024 04:41
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