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 4 updates #45

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the minor-and-patch group with 4 updates: @blocksuite/sync, lucide-react, @types/node and postcss.

Updates @blocksuite/sync from 0.17.25 to 0.17.28

Release notes

Sourced from @​blocksuite/sync's releases.

v0.17.28

Please refer to CHANGELOG.md for details.

v0.17.27

Please refer to CHANGELOG.md for details.

v0.17.26

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​blocksuite/sync's changelog.

0.17.28

Patch Changes

  • 5ef420d: ## Feat

    • feat(blocks): mobile at menu (#8681)
    • feat: unify the reference data structure of inline, card and embed (#8689)
    • feat(database): add placeholder for filter (#8701)
    • feat(database): support for sorting event tracking (#8691)

    Fix

    • fix: color of button is actived on color picker (#8685)
    • fix: unable to switch to embed view when other pages link with mode (#8688)
    • fix: the shape will turn black for a moment when dragging from the toolbar (#8698)
    • fix(database): support for pasting linked doc into title cell (#8703)
    • fix(database): menu cannot be close when it outside the doc (#8700)
    • fix(database): number overflow (#8699)
    • fix(database): prevent certain event propagation in the menu input (#8697)
    • fix(database): toolbar icon color (#8695)
    • fix(database): textarea of the title has unexpected line breaks (#8694)
    • fix(database): can't create tag by clicking (#8693)
    • fix(database): sorting of checkbox (#8692)
    • fix: add paragraph when last block in note is not empty paragraph (#8690)
    • fix: improve drag area (#8678)
    • fix: edgeless crash on mobile safari (#8680)

    Chore

    • chore: lock file maintenance (#8686)

    Refactor

    • refactor(blocks): extract computation of selection rect to command (#8705)
    • refactor(blocks): render linked doc popover with blocksuite-portal (#8664)
    • refactor(blocks): move virutal keyboard controller to affine components (#8663)
    • refactor(database): remove sortable.js (#8696)

    Other

    • Introducing BlockSuite Guru on Gurubase.io (#8706)
  • Updated dependencies [5ef420d]

    • @​blocksuite/global@​0.17.28

0.17.27

Patch Changes

... (truncated)

Commits

Updates lucide-react from 0.454.0 to 0.456.0

Release notes

Sourced from lucide-react's releases.

Choosing import name style 0.456.0

What's Changed

Adjustable icon naming imports

Customize import name styles for lucide-react, lucide-vue, lucide-react-native, lucide-preact, to manage autocompletion in your IDE.

  1. Turn off autocomplete in your IDE: Add the following to your settings.json
{
  "typescript.preferences.autoImportFileExcludePatterns": [
    "lucide-react",
    "lucide-preact",
    "lucide-react-native",
    "lucide-vue-next"
  ]
}
  1. Create a custom module declaration file:

It allows you to choose the import name style.

For React:

declare module "lucide-react" {
  // Prefixed import names
  export * from "lucide-react/dist/lucide-react.prefixed";
  // or
  // Suffixed import names
  export * from "lucide-react/dist/lucide-react.suffixed";
}

For Vue:

declare module "lucide-vue-next" {
  // Prefixed import names
  export * from "lucide-vue-next/dist/lucide-vue-next.prefixed";
  // or
  // Suffixed import names
  export * from "lucide-vue-next/dist/lucide-vue-next.suffixed";
}
</tr></table> 

... (truncated)

Commits
  • b177743 feat(lucide-react, lucide-preact, lucide-react-native, lucide-solid, lucide-v...
  • b8cd54f chore: Update dependencies (#2570)
  • See full diff in compare view

Updates @types/node from 22.8.7 to 22.9.0

Commits

Updates postcss from 8.4.47 to 8.4.48

Release notes

Sourced from postcss's releases.

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Changelog

Sourced from postcss's changelog.

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
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 4 updates: [@blocksuite/sync](https://github.com/toeverything/blocksuite/tree/HEAD/packages/framework/sync), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [postcss](https://github.com/postcss/postcss).


Updates `@blocksuite/sync` from 0.17.25 to 0.17.28
- [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.28/packages/framework/sync)

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

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

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

---
updated-dependencies:
- dependency-name: "@blocksuite/sync"
  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: postcss
  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 Nov 11, 2024
Copy link

netlify bot commented Nov 11, 2024

Deploy Preview for yjs-inspector ready!

Name Link
🔨 Latest commit 0915005
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/67317c2bd33a78000848b545
😎 Deploy Preview https://deploy-preview-45--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 Nov 11, 2024

👷 Deploy Preview for yjs-inspector processing.

Name Link
🔨 Latest commit 0915005
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/67317c2bd33a78000848b545

@lawvs lawvs merged commit f7df8b5 into main Nov 11, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-9bc567d36f branch November 11, 2024 05:48
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