Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps quill from 1.3.7 to 2.0.2.

Release notes

Sourced from quill's releases.

Version 2.0.2

What's Changed

Bug Fixes 🛠

Other Changes

New Contributors

Full Changelog: slab/quill@v2.0.1...v2.0.2

Version 2.0.1

Bug Fixes

  • Prevent overriding of theme's default toolbar settings mistakenly #4120
  • Improve typings for methods that return a Delta #4136
  • Fix toolbar icons for h3-h6 #4131

Other Changes

New Contributors

Full Changelog: slab/quill@v2.0.0...v2.0.1

Version 2.0.0

We are thrilled to announce the release of Quill 2.0! Please check out the announcement post.

Major Improvements

  • Quill is now a valid ESM package for better ecosystem (e.g. bundlers) and tree-shaking support
  • Nested Quill support #3590

... (truncated)

Changelog

Sourced from quill's changelog.

v2.0.2 (2024-05-13)

What's Changed

Bug Fixes 🛠

All changes

v2.0.1 (2024-05-01)

Bug Fixes

  • Prevent overriding of theme's default toolbar settings mistakenly #4120
  • Improve typings for methods that return a Delta #4136
  • Fix toolbar icons for h3-h6 #4131

All changes

v2.0.0 (2024-04-17)

We are thrilled to announce the release of Quill 2.0! Please check out the announcement post.

Major Improvements

  • Quill is now a valid ESM package for better ecosystem (e.g. bundlers) and tree-shaking support
  • Nested Quill support #3590
  • Improved IME and spell corrector support #3807
  • Semantic cleanups for TEXT_CHANGE event #3778
  • History: Record selection in history module #3823
  • Auto detect scrolling container #3840
  • Clipboard: Improve support for pasting from Google Docs and Microsoft Word

Performance Improvements

Quill 2.0 includes many performance optimizations, the most important of which is the improved rendering speed for large content.

  • Improve inserting performance #3815
  • Avoid fetching selections when possible #3538
  • No need to setContents when container is empty #3539

Code Modernization

  • Migrated to TypeScript

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by luin, a new releaser for quill since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

cloudflare-workers-and-pages bot commented Jun 24, 2024

Deploying tbc-members-core-ui with  Cloudflare Pages  Cloudflare Pages

Latest commit: 77ddabc
Status: ✅  Deploy successful!
Preview URL: https://b78ebb95.tbc-members-core-ui.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-quil.tbc-members-core-ui.pages.dev

View logs

Copy link

netlify bot commented Jun 24, 2024

Deploy Preview for golden-granita-1292b5 ready!

Name Link
🔨 Latest commit 77ddabc
🔍 Latest deploy log https://app.netlify.com/sites/golden-granita-1292b5/deploys/669ef0bf772cf40008463654
😎 Deploy Preview https://deploy-preview-236--golden-granita-1292b5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 86 (🔴 down 5 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (no change from production)
SEO: 75 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/quill-2.0.2 branch 5 times, most recently from 3fae40d to 425ac75 Compare June 24, 2024 23:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/quill-2.0.2 branch 7 times, most recently from 9c1d40f to 809c5a0 Compare July 8, 2024 23:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/quill-2.0.2 branch 4 times, most recently from 96025a5 to 580b883 Compare July 15, 2024 23:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/quill-2.0.2 branch 3 times, most recently from e3a02b6 to b4ac7f9 Compare July 22, 2024 23:51
Bumps [quill](https://github.com/quilljs/quill/tree/HEAD/packages/quill) from 1.3.7 to 2.0.2.
- [Release notes](https://github.com/quilljs/quill/releases)
- [Changelog](https://github.com/slab/quill/blob/main/CHANGELOG.md)
- [Commits](https://github.com/quilljs/quill/commits/v2.0.2/packages/quill)

---
updated-dependencies:
- dependency-name: quill
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/quill-2.0.2 branch from b4ac7f9 to 77ddabc Compare July 22, 2024 23:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #398.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/quill-2.0.2 branch December 9, 2024 23:15
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.

0 participants