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 flutter_quill from 9.2.10 to 9.3.9 in /mobile #75

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps flutter_quill from 9.2.10 to 9.3.9.

Release notes

Sourced from flutter_quill's releases.

v9.3.9

What's Changed

New Contributors

Full Changelog: singerdmx/flutter-quill@v9.3.8...v9.3.9

What's Changed

New Contributors

Full Changelog: singerdmx/flutter-quill@v9.3.8...v9.3.9

v9.3.8

What's Changed

New Contributors

Full Changelog: singerdmx/flutter-quill@v9.3.7...v9.3.8

v9.3.7

What's Changed

New Contributors

Full Changelog: singerdmx/flutter-quill@v9.3.6...v9.3.7

What's Changed

... (truncated)

Changelog

Sourced from flutter_quill's changelog.

9.3.9

  • fix: MD Parsing for multi space
  • fix: FontFamily and FontSize toolbars track the text selected in the editor
  • feat: Add checkBoxReadOnly property which can override readOnly for checkbox

9.3.8

  • fix: removed misleading parameters
  • fix: added missed translations for ru, es, de
  • added translations for Nepali Locale('ne', 'NP')

9.3.7

  • Fix for keyboard jumping when switching focus from a TextField
  • Toolbar button styling to reflect cursor position when running on desktops with keyboard to move care

9.3.6

  • Add SK and update CS locales #1796
  • Fixes:
    • QuillIconTheme changes for FontFamily and FontSize buttons are not applied #1797
    • Make the arrow_drop_down icons in the QuillToolbar the same size for all MenuAnchor buttons #1799

9.3.5

  • Update the minimum version for the packages to support device_info_plus version 10.0.0 #1783
  • Update the minimum version for youtube_player_flutter to new major version 9.0.0 in the flutter_quill_extensions

9.3.4

  • fix: multiline styling stuck/not working properly #1782

9.3.3

  • Update quill_html_converter versions

9.3.2

  • Fix dispose of text painter #1774

9.3.1

  • Require Flutter 3.19.0 as minimum version

9.3.0

  • Breaking change: Document.fromHtml(html) is now returns Document instead of Delta, use DeltaX.fromHtml to return Delta
  • Update old deprecated api from Flutter 3.19
  • Scribble scroll fix by @​mtallenca in singerdmx/flutter-quill#1745

9.2.14

  • feat: move cursor after inserting video/image
  • Apple pencil

9.2.13

  • Fix crash with inserting text from contextMenuButtonItems
  • Fix incorrect behaviour of context menu
  • fix: selection handles behaviour and unnessesary style assert
  • Update quill_fr.arb

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

coderabbitai bot commented Apr 29, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

dungngminh and others added 27 commits May 1, 2024 15:07
Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core) from 2.24.2 to 2.25.4.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v2.25.4/packages/firebase_core)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [bloc_test](https://github.com/felangel/bloc/tree/master/packages) from 9.1.5 to 9.1.6.
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/bloc_test-v9.1.6/packages)

---
updated-dependencies:
- dependency-name: bloc_test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…_core-2.25.4

chore(deps): bump firebase_core from 2.24.2 to 2.25.4 in /mobile
Bumps [flutter_svg](https://github.com/dnfield/flutter_svg/tree/master/packages) from 2.0.9 to 2.0.10+1.
- [Release notes](https://github.com/dnfield/flutter_svg/releases)
- [Commits](https://github.com/dnfield/flutter_svg/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: flutter_svg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…t-9.1.6

chore(deps): bump bloc_test from 9.1.5 to 9.1.6 in /mobile
Bumps [formz](https://github.com/VeryGoodOpenSource/formz) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/VeryGoodOpenSource/formz/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/formz/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/formz@v0.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: formz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…svg-2.0.101

chore(deps): bump flutter_svg from 2.0.9 to 2.0.10+1 in /mobile
Bumps [firebase_storage](https://github.com/firebase/flutterfire/tree/master/packages/firebase_storage) from 11.6.0 to 11.6.6.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_storage-v11.6.6/packages/firebase_storage)

---
updated-dependencies:
- dependency-name: firebase_storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
chore(deps): bump formz from 0.6.1 to 0.7.0 in /mobile
Bumps [firebase_storage](https://github.com/firebase/flutterfire/tree/master/packages/firebase_storage) from 11.6.6 to 11.6.10.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_storage-v11.6.10/packages/firebase_storage)

---
updated-dependencies:
- dependency-name: firebase_storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…_storage-11.6.6

chore(deps): bump firebase_storage from 11.6.0 to 11.6.6 in /mobile
Bumps [injectable](https://github.com/Milad-Akarie/injectable) from 2.3.2 to 2.3.5.
- [Commits](https://github.com/Milad-Akarie/injectable/commits)

---
updated-dependencies:
- dependency-name: injectable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…_storage-11.6.10

chore(deps): bump firebase_storage from 11.6.6 to 11.6.10 in /mobile
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 13.1.0 to 13.2.2.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/go_router-v13.2.2/packages)

---
updated-dependencies:
- dependency-name: go_router
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [chopper_generator](https://github.com/lejard-h/chopper) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/lejard-h/chopper/releases)
- [Commits](lejard-h/chopper@chopper_generator-v7.1.1...chopper_generator-v7.2.0)

---
updated-dependencies:
- dependency-name: chopper_generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…r-13.2.2

chore(deps): bump go_router from 13.1.0 to 13.2.2 in /mobile
Bumps [bloc_test](https://github.com/felangel/bloc/tree/master/packages) from 9.1.6 to 9.1.7.
- [Release notes](https://github.com/felangel/bloc/releases)
- [Commits](https://github.com/felangel/bloc/commits/bloc_test-v9.1.7/packages)

---
updated-dependencies:
- dependency-name: bloc_test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.8 to 2.4.9.
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.4.8...build_runner-v2.4.9)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dungngminh dungngminh force-pushed the refactor-http-service branch from 2a7d6a4 to a0e5ad2 Compare May 1, 2024 08:07
@dependabot dependabot bot force-pushed the dependabot/pub/mobile/flutter_quill-9.3.9 branch from 4d25f70 to 971d276 Compare May 1, 2024 08:11
Bumps [flutter_quill](https://github.com/singerdmx/flutter-quill) from 9.2.10 to 9.3.9.
- [Release notes](https://github.com/singerdmx/flutter-quill/releases)
- [Changelog](https://github.com/singerdmx/flutter-quill/blob/master/CHANGELOG.md)
- [Commits](singerdmx/flutter-quill@v9.2.10...v9.3.9)

---
updated-dependencies:
- dependency-name: flutter_quill
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot changed the base branch from refactor-http-service to dev May 1, 2024 08:21
@dependabot dependabot bot force-pushed the dependabot/pub/mobile/flutter_quill-9.3.9 branch from 971d276 to 7ac5ec4 Compare May 1, 2024 08:21
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