Skip to content

fix(deps, frontend): bump y-quill from 0.1.5 to 1.0.0 in /frontend#6418

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/npm_and_yarn/frontend/y-quill-1.0.0
Open

fix(deps, frontend): bump y-quill from 0.1.5 to 1.0.0 in /frontend#6418
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/npm_and_yarn/frontend/y-quill-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps y-quill from 0.1.5 to 1.0.0.

Release notes

Sourced from y-quill's releases.

v1.0.0

  • fix deprecation warning 714b83b
  • update dependencies and fix build tools 783522b
  • make compatible with quill@v2 - fixes #16 6f275a3

yjs/y-quill@v0.1.5...v1.0.0

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 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)

Bumps [y-quill](https://github.com/yjs/y-quill) from 0.1.5 to 1.0.0.
- [Release notes](https://github.com/yjs/y-quill/releases)
- [Commits](yjs/y-quill@v0.1.5...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 14, 2026
@github-actions github-actions Bot added the frontend Changes related to the frontend GUI label Jul 14, 2026
@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • Contributors with relevant context: @Yicong-Huang, @ELin2025
    You can notify them by mentioning @Yicong-Huang, @ELin2025 in a comment.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the frontend dependency y-quill from 0.1.5 to 1.0.0 (Dependabot bump), updating the Yarn lockfile accordingly.

Changes:

  • Bump y-quill dependency to 1.0.0 in frontend/package.json.
  • Update frontend/yarn.lock to reflect the new y-quill version and its transitive/peer dependency metadata.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
frontend/package.json Updates declared y-quill version to 1.0.0.
frontend/yarn.lock Updates lock entries for y-quill@1.0.0 and related dependency selectors.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread frontend/package.json Outdated
Comment on lines 73 to 77
"y-monaco": "0.1.6",
"y-protocols": "1.0.7",
"y-quill": "0.1.5",
"y-quill": "1.0.0",
"y-websocket": "1.5.4",
"yjs": "13.5.41",
@codecov-commenter

codecov-commenter commented Jul 15, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.91%. Comparing base (1ff4771) to head (04b38b5).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...wrapper/collab-wrapper/collab-wrapper.component.ts 0.00% 7 Missing ⚠️
...it-frame/operator-property-edit-frame.component.ts 0.00% 1 Missing ⚠️
...y-edit-frame/port-property-edit-frame.component.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6418      +/-   ##
============================================
- Coverage     69.94%   69.91%   -0.03%     
  Complexity     3387     3387              
============================================
  Files          1142     1142              
  Lines         44844    44841       -3     
  Branches       4949     4949              
============================================
- Hits          31366    31352      -14     
- Misses        11830    11842      +12     
+ Partials       1648     1647       -1     
Flag Coverage Δ *Carryforward flag
access-control-service 70.00% <ø> (ø) Carriedforward from 1ff4771
agent-service 76.76% <ø> (ø) Carriedforward from 1ff4771
amber 66.66% <ø> (ø) Carriedforward from 1ff4771
computing-unit-managing-service 9.97% <ø> (ø) Carriedforward from 1ff4771
config-service 52.30% <ø> (ø) Carriedforward from 1ff4771
file-service 65.63% <ø> (ø) Carriedforward from 1ff4771
frontend 68.33% <0.00%> (-0.06%) ⬇️
notebook-migration-service 78.94% <ø> (ø) Carriedforward from 1ff4771
pyamber 91.15% <ø> (ø) Carriedforward from 1ff4771
workflow-compiling-service 55.14% <ø> (ø) Carriedforward from 1ff4771

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Yicong-Huang

Copy link
Copy Markdown
Contributor

need to test shared editing

@Yicong-Huang

Copy link
Copy Markdown
Contributor

I have concerns on this one, we don't have CI to cover shared editing. Can @Ma77Ball and @mengw15 help verify the change manually?

On a separate note, we need to find ways to test shared editing in a programmatically way.

@Yicong-Huang
Yicong-Huang requested a review from mengw15 July 17, 2026 07:13
@mengw15

mengw15 commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

I have concerns on this one, we don't have CI to cover shared editing. Can @Ma77Ball and @mengw15 help verify the change manually?

On a separate note, we need to find ways to test shared editing in a programmatically way.

Tested with @Ma77Ball on dev server, and it works

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 frontend Changes related to the frontend GUI javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants