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

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@blocksuite/sync 0.17.10 0.17.14
jotai 2.9.3 2.10.0
lucide-react 0.441.0 0.445.0
@types/react 18.3.5 18.3.8
tailwindcss 3.4.11 3.4.12
vite 5.4.5 5.4.7

Updates @blocksuite/sync from 0.17.10 to 0.17.14

Release notes

Sourced from @​blocksuite/sync's releases.

v0.17.14

Please refer to CHANGELOG.md for details.

v0.17.13

Please refer to CHANGELOG.md for details.

v0.17.12

Please refer to CHANGELOG.md for details.

v0.17.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​blocksuite/sync's changelog.

0.17.14

Patch Changes

  • 163cb11: - Provide an all-in-one package for Affine.
    • Fix duplication occurs when card view is switched to embed view.
    • Improve linked block status detection.
    • Separate user extensions and internal extensions in std.
    • Fix add note feature in database.
    • Fix pasting multiple times when span nested in p.
    • Refactor range sync.
  • Updated dependencies [163cb11]
    • @​blocksuite/global@​0.17.14

0.17.13

Patch Changes

  • 9de68e3: Update mindmap uitls export
  • Updated dependencies [9de68e3]
    • @​blocksuite/global@​0.17.13

0.17.12

Patch Changes

  • c334c91: - fix(database): remove image column
    • fix: frame preview should update correctly after mode switched
    • refactor: move with-disposable and signal-watcher to global package
    • fix(edgeless): failed to alt clone move frame when it contains container element
    • fix: wrong size limit config
  • Updated dependencies [c334c91]
    • @​blocksuite/global@​0.17.12

0.17.11

Patch Changes

  • 1052ebd: - Refactor drag handle widget
    • Split embed blocks to @blocksuite/affine-block-embed
    • Fix latex selected state in edgeless mode
    • Fix unclear naming
    • Fix prototype pollution
    • Fix portal interaction in affine modal
    • Fix paste linked block on edgeless
    • Add scroll anchoring widget
    • Add highlight selection
  • Updated dependencies [1052ebd]
    • @​blocksuite/global@​0.17.11
Commits

Updates jotai from 2.9.3 to 2.10.0

Release notes

Sourced from jotai's releases.

v2.10.0

It comes with another significant internal change to address some edge cases.

Since v2.9.0, we've been working on some internal refactors to support more edge cases and clean up the code.

Users are encouraged to update to the new versions eventually, but if you're satisfied with the current situation and prefer to avoid temporary instability, you can stick with v2.8.4 for now.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.9.3...v2.10.0

Commits
  • 609fe75 2.10.0
  • 09b08a5 chore(deps): update dev dependencies (#2743)
  • e777f46 breaking(core): avoid continuable promise in store api (#2695)
  • b415826 feat(docs): update docs for jotai-effect (#2735)
  • 9699c17 style: removed duplicate width property in CSS files (#2734)
  • a26203e chore: enable isolatedDeclarations (#2687)
  • ab68d4d remove stale-discussions.yml for now
  • 9b83585 docs(functional): cover sequence (#2729)
  • 74b3803 docs: fix variable reference error in functional-programming-and-jotai.mdx (#...
  • 34794c0 Mention connections to functional programming in README and docs (#2726)
  • Additional commits viewable in compare view

Updates lucide-react from 0.441.0 to 0.445.0

Release notes

Sourced from lucide-react's releases.

New icons 0.445.0

New icons 🎨

New icons 0.444.0

Modified Icons 🔨

New icons 0.443.0

Modified Icons 🔨

New icons 0.442.0

Modified Icons 🔨

Commits

Updates @types/react from 18.3.5 to 18.3.8

Commits

Updates tailwindcss from 3.4.11 to 3.4.12

Release notes

Sourced from tailwindcss's releases.

v3.4.12

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)
Changelog

Sourced from tailwindcss's changelog.

[3.4.12] - 2024-09-17

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)
Commits

Updates vite from 5.4.5 to 5.4.7

Changelog

Sourced from vite's changelog.

5.4.7 (2024-09-20)

5.4.6 (2024-09-16)

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
Copy link

netlify bot commented Sep 23, 2024

Deploy Preview for yjs-inspector ready!

Name Link
🔨 Latest commit 7292928
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/66f10466f9f6d70008d42eee
😎 Deploy Preview https://deploy-preview-34--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.

Copy link

netlify bot commented Sep 23, 2024

👷 Deploy Preview for yjs-inspector processing.

Name Link
🔨 Latest commit 8d037b6
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/66f0df067df9d400085b8b56

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.17.10` | `0.17.14` |
| [jotai](https://github.com/pmndrs/jotai) | `2.9.3` | `2.10.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.441.0` | `0.445.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.5` | `18.3.8` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.11` | `3.4.12` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.5` | `5.4.7` |


Updates `@blocksuite/sync` from 0.17.10 to 0.17.14
- [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.17.14/packages/framework/sync)

Updates `jotai` from 2.9.3 to 2.10.0
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.9.3...v2.10.0)

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

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

Updates `tailwindcss` from 3.4.11 to 3.4.12
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.12/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.11...v3.4.12)

Updates `vite` from 5.4.5 to 5.4.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.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: 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: "@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 force-pushed the dependabot/npm_and_yarn/minor-and-patch-5a0ef10f96 branch from 8d037b6 to 7292928 Compare September 23, 2024 06:02
@lawvs lawvs merged commit e6c4ac5 into main Sep 23, 2024
3 of 5 checks passed
@lawvs lawvs deleted the dependabot/npm_and_yarn/minor-and-patch-5a0ef10f96 branch September 23, 2024 07:12
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