Skip to content

Commit 0c04267

Browse files
Bump meta from 1.10.0 to 1.11.0 in /cipd_packages/device_doctor (flutter#3137)
Bumps [meta](https://github.com/dart-lang/sdk/tree/main/pkg) from 1.10.0 to 1.11.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md">meta's changelog</a>.</em></p> <blockquote> <h2>1.11.0 - 2015-06-25</h2> <h3>Core library changes</h3> <ul> <li> <p><code>dart:core</code></p> <ul> <li><code>Iterable</code> added an <code>empty</code> constructor. <a href="https://github.com/dart-lang/sdk/commit/dcf0286f5385187a68ce9e66318d3bf19abf454b">dcf0286</a></li> <li><code>Iterable</code> can now be extended directly. An alternative to extending <code>IterableBase</code> from <code>dart:collection</code>.</li> <li><code>List</code> added an <code>unmodifiable</code> constructor. <a href="https://code.google.com/p/dart/source/detail?r=45334">r45334</a></li> <li><code>Map</code> added an <code>unmodifiable</code> constructor. <a href="https://code.google.com/p/dart/source/detail?r=45733">r45733</a></li> <li><code>int</code> added a <code>gcd</code> method. <a href="https://github.com/dart-lang/sdk/commit/a192ef4acb95fad1aad1887f59eed071eb5e8201">a192ef4</a></li> <li><code>int</code> added a <code>modInverse</code> method. <a href="https://github.com/dart-lang/sdk/commit/f6f338ce67eb8801b350417baacf6d3681b26002">f6f338c</a></li> <li><code>StackTrace</code> added a <code>fromString</code> constructor. <a href="https://github.com/dart-lang/sdk/commit/68dd6f6338e63d0465041d662e778369c02c2ce6">68dd6f6</a></li> <li><code>Uri</code> added a <code>directory</code> constructor. <a href="https://github.com/dart-lang/sdk/commit/d8dbb4a60f5e8a7f874c2a4fbf59eaf1a39f4776">d8dbb4a</a></li> <li>List iterators may not throw <code>ConcurrentModificationError</code> as eagerly in release mode. In checked mode, the modification check is still as eager as possible. <a href="https://github.com/dart-lang/sdk/commit/5a79c03">r45198</a></li> </ul> </li> <li> <p><code>dart:developer</code> - <strong>NEW</strong></p> <ul> <li>Replaces the deprecated <code>dart:profiler</code> library.</li> <li>Adds new functions <code>debugger</code> and <code>inspect</code>. <a href="https://github.com/dart-lang/sdk/blob/6e42aec4f64cf356dde7bad9426e07e0ea5b58d5/sdk/lib/developer/developer.dart">6e42aec</a></li> </ul> </li> <li> <p><code>dart:io</code></p> <ul> <li><code>FileSystemEntity</code> added a <code>uri</code> property. <a href="https://github.com/dart-lang/sdk/commit/8cf32dc1a1664b516e57f804524e46e55fae88b2">8cf32dc</a></li> <li><code>Platform</code> added a <code>static resolvedExecutable</code> property. <a href="https://github.com/dart-lang/sdk/commit/c05c8c66069db91cc2fd48691dfc406c818d411d">c05c8c6</a></li> </ul> </li> <li> <p><code>dart:html</code></p> <ul> <li><code>Element</code> methods, <code>appendHtml</code> and <code>insertAdjacentHtml</code> now take <code>nodeValidator</code> and <code>treeSanitizer</code> parameters, and the inputs are consistently sanitized. <a href="https://groups.google.com/a/dartlang.org/forum/#!topic/announce/GVO7EAcPi6A">r45818 announcement</a></li> </ul> </li> <li> <p><code>dart:isolate</code></p> <ul> <li><strong>BREAKING</strong> The positional <code>priority</code> parameter of <code>Isolate.ping</code> and <code>Isolate.kill</code> is now a named parameter named <code>priority</code>.</li> </ul> </li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/sdk/commit/d2258ec51a404f7755f843e6adf4f6d6e7b04ed9"><code>d2258ec</code></a> Fix in-test (missing parenthesis).</li> <li><a href="https://github.com/dart-lang/sdk/commit/80b33c1ddee64ed1df0641b0f6b94745f074aace"><code>80b33c1</code></a> Support Package Resolution Configuration files.</li> <li><a href="https://github.com/dart-lang/sdk/commit/7230007d526205d371bebddf69ee0167edc7569d"><code>7230007</code></a> Fix several tests when the new task model is enabled</li> <li><a href="https://github.com/dart-lang/sdk/commit/deb1697fa96d2a5a2c7e718ec4d9ab0107da39bf"><code>deb1697</code></a> Test all methods in semantic_visitor_test.</li> <li><a href="https://github.com/dart-lang/sdk/commit/add5a6910d0bcca4b6b4743f9a18373398e14c69"><code>add5a69</code></a> Remove many explicit references to AnalysisContextImpl and enable testing of ...</li> <li><a href="https://github.com/dart-lang/sdk/commit/811877df42e36f57d08141d68f4e6b06ccc60d2c"><code>811877d</code></a> Invalidate resolution of analysisOptions/sourceFactory changes.</li> <li><a href="https://github.com/dart-lang/sdk/commit/787e9fcf7f11a8a0dcd8a7900a962cb24506cdc9"><code>787e9fc</code></a> Reanalyze after creating a referenced part.</li> <li><a href="https://github.com/dart-lang/sdk/commit/ba4523df1af830490624208d2bff87d827667746"><code>ba4523d</code></a> Add correct test for issue 23523</li> <li><a href="https://github.com/dart-lang/sdk/commit/1c1497ff9854f9eecc2c8ad5f51be0e5f19cea10"><code>1c1497f</code></a> Another tweak for displaying performance.</li> <li><a href="https://github.com/dart-lang/sdk/commit/fcd407b0cf78472ae64e092eca9a56f322448cea"><code>fcd407b</code></a> Revert &quot;Support Package Resolution Configuration files.&quot;</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/sdk/commits/1.11.0/pkg">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=meta&package-manager=pub&previous-version=1.10.0&new-version=1.11.0)](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>
1 parent afe0388 commit 0c04267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cipd_packages/device_doctor/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
analyzer: 5.13.0
1010
args: 2.4.2
1111
logging: 1.2.0
12-
meta: 1.10.0
12+
meta: 1.11.0
1313
path: 1.8.3
1414
process: 5.0.1
1515
retry: 3.1.2

0 commit comments

Comments
 (0)