This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Bump quiver from 3.0.0 to 3.2.1 in /lib/web_ui #45792
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [quiver](https://github.com/google/quiver-dart) from 3.0.0 to 3.2.1. - [Release notes](https://github.com/google/quiver-dart/releases) - [Changelog](https://github.com/google/quiver-dart/blob/master/CHANGELOG.md) - [Commits](google/quiver-dart@3.0.0...3.2.1) --- updated-dependencies: - dependency-name: quiver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
fluttergithubbot
approved these changes
Sep 13, 2023
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Sep 13, 2023
auto-submit bot
pushed a commit
to flutter/flutter
that referenced
this pull request
Sep 14, 2023
…134695) flutter/engine@cd90cc8...4160eba 2023-09-13 [email protected] Roll Skia from b38989859b81 to a30fbf83f2e9 (3 revisions) (flutter/engine#45796) 2023-09-13 49699333+dependabot[bot]@users.noreply.github.com Bump quiver from 3.0.0 to 3.2.1 in /lib/web_ui (flutter/engine#45792) 2023-09-13 49699333+dependabot[bot]@users.noreply.github.com Bump http from 0.13.5 to 1.1.0 in /lib/web_ui (flutter/engine#45791) 2023-09-13 49699333+dependabot[bot]@users.noreply.github.com Bump archive from 3.1.2 to 3.3.9 in /lib/web_ui (flutter/engine#45795) 2023-09-13 [email protected] [web] Use DOM to render paragraphs with letter spacing (flutter/engine#45651) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Mairramer
pushed a commit
to Mairramer/flutter
that referenced
this pull request
Oct 10, 2023
…lutter#134695) flutter/engine@cd90cc8...4160eba 2023-09-13 [email protected] Roll Skia from b38989859b81 to a30fbf83f2e9 (3 revisions) (flutter/engine#45796) 2023-09-13 49699333+dependabot[bot]@users.noreply.github.com Bump quiver from 3.0.0 to 3.2.1 in /lib/web_ui (flutter/engine#45792) 2023-09-13 49699333+dependabot[bot]@users.noreply.github.com Bump http from 0.13.5 to 1.1.0 in /lib/web_ui (flutter/engine#45791) 2023-09-13 49699333+dependabot[bot]@users.noreply.github.com Bump archive from 3.1.2 to 3.3.9 in /lib/web_ui (flutter/engine#45795) 2023-09-13 [email protected] [web] Use DOM to render paragraphs with letter spacing (flutter/engine#45651) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
harryterkelsen
pushed a commit
that referenced
this pull request
Oct 23, 2023
Bumps [quiver](https://github.com/google/quiver-dart) from 3.0.0 to 3.2.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/google/quiver-dart/blob/master/CHANGELOG.md">quiver's changelog</a>.</em></p> <blockquote> <h2>3.2.1 - 2022-12-20</h2> <ul> <li>Un-deprecate <code>Optional</code>. Causing breaks with hints internally at Google. Need to remove all usages before we try to land again.</li> </ul> <h2>3.2.0 - 2022-12-20 (Retracted)</h2> <ul> <li>Deprecate <code>Optional</code>. With the introduction of non-null by default in Dart SDK 2.12, existing users should migrate to non-nullable types. This type will be removed in Quiver 4.0.0.</li> <li>Make <code>TreeIterator</code> not implement deprecated <code>BidirectionalIterator</code>. The <code>movePrevious</code> method still exists on <code>TreeIterator</code>.</li> <li>Require Dart 2.17</li> </ul> <h2>3.1.0 - 2022-05-03</h2> <ul> <li>Fix: Make Cache.get ifAbsent parameter nullable. The parameter was always optional; this just corrects the type.</li> <li>Fix: Remove documentation links to the (previously removed) mirrors library.</li> </ul> <h2>3.0.1+2 - 2022-03-09</h2> <ul> <li>Remove broken references to the defunct mirrors library.</li> </ul> <h2>3.0.1+1 - 2021-10-14</h2> <ul> <li>Add documentation to <code>Optional</code> suggesting that adding new uses be avoided and existing uses should be migrated to nullable types in codebases where non-null by default has been enabled.</li> </ul> <h2>3.0.1 - 2021-04-06</h2> <ul> <li>Fix: Eliminate null check error on removal of root node of <code>AVLTree</code>.</li> <li>Fix: Eliminate null check in partition internal iterator <code>current</code> getter.</li> <li>Minor documentation typo corrections.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/quiver-dart/commit/90b92bee895e507d435012356a8b5c5f17eafa52"><code>90b92be</code></a> Un-deprecate Optional to fix Flutter things (<a href="https://redirect.github.com/google/quiver-dart/issues/717">#717</a>)</li> <li><a href="https://github.com/google/quiver-dart/commit/63296a00e2edce274df9bc34514c610c99060301"><code>63296a0</code></a> Prepare to release v3.2.0 (<a href="https://redirect.github.com/google/quiver-dart/issues/716">#716</a>)</li> <li><a href="https://github.com/google/quiver-dart/commit/f68896fbed58fb621704458061f36d89f0eb1453"><code>f68896f</code></a> Stop implementing deprecated <code>BidirectionalIterator</code>. (<a href="https://redirect.github.com/google/quiver-dart/issues/714">#714</a>)</li> <li><a href="https://github.com/google/quiver-dart/commit/83c1717d2bee2f23f55cccd015b9a481d6e6ee40"><code>83c1717</code></a> docs: rename IsochronousStream to Metronome (<a href="https://redirect.github.com/google/quiver-dart/issues/706">#706</a>)</li> <li><a href="https://github.com/google/quiver-dart/commit/d0fe5a21e31db759c2bf3a5928c0d1f1d201315f"><code>d0fe5a2</code></a> Deprecate Optional (<a href="https://redirect.github.com/google/quiver-dart/issues/672">#672</a>)</li> <li><a href="https://github.com/google/quiver-dart/commit/1fb9dfd47feff1872b5e6b657a6703aaba25080a"><code>1fb9dfd</code></a> Revert change to Optional (<a href="https://redirect.github.com/google/quiver-dart/issues/712">#712</a>)</li> <li><a href="https://github.com/google/quiver-dart/commit/2f342a8c5ca34dd94dd07fea0417d104756d0f3b"><code>2f342a8</code></a> wip (<a href="https://redirect.github.com/google/quiver-dart/issues/711">#711</a>)</li> <li><a href="https://github.com/google/quiver-dart/commit/79619bf4ef65977d744b85457eeab1bff6564944"><code>79619bf</code></a> blast_repo fixes (<a href="https://redirect.github.com/google/quiver-dart/issues/707">#707</a>)</li> <li><a href="https://github.com/google/quiver-dart/commit/85dbe1d48848877ef860975e446cc0eb1f2f0408"><code>85dbe1d</code></a> chore: drop everything related to travis-CI (<a href="https://redirect.github.com/google/quiver-dart/issues/709">#709</a>)</li> <li><a href="https://github.com/google/quiver-dart/commit/5dfa014ee69e97e6c030fac050f663a8b41b4506"><code>5dfa014</code></a> Update to latest lints, require Dart 2.17, fix deprecation (<a href="https://redirect.github.com/google/quiver-dart/issues/708">#708</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/quiver-dart/compare/3.0.0...3.2.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
autosubmit
Merge PR when tree becomes green via auto submit App
platform-web
Code specifically for the web engine
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps quiver from 3.0.0 to 3.2.1.
Changelog
Sourced from quiver's changelog.
Commits
90b92beUn-deprecate Optional to fix Flutter things (#717)63296a0Prepare to release v3.2.0 (#716)f68896fStop implementing deprecatedBidirectionalIterator. (#714)83c1717docs: rename IsochronousStream to Metronome (#706)d0fe5a2Deprecate Optional (#672)1fb9dfdRevert change to Optional (#712)2f342a8wip (#711)79619bfblast_repo fixes (#707)85dbe1dchore: drop everything related to travis-CI (#709)5dfa014Update to latest lints, require Dart 2.17, fix deprecation (#708)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)