Skip to content

Commit

Permalink
Bump meta from 1.14.0 to 1.15.0 in /cipd_packages/device_doctor (#3719)
Browse files Browse the repository at this point in the history
Bumps [meta](https://github.com/dart-lang/sdk/tree/main/pkg) from 1.14.0 to 1.15.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.15.0 - 2016-03-09</h2>
<h3>Core library changes</h3>
<ul>
<li>
<p><code>dart:async</code></p>
<ul>
<li>Made <code>StreamView</code> class a <code>const</code> class.</li>
</ul>
</li>
<li>
<p><code>dart:core</code></p>
<ul>
<li>Added <code>Uri.queryParametersAll</code> to handle multiple query parameters with the
same name.</li>
</ul>
</li>
<li>
<p><code>dart:io</code></p>
<ul>
<li>Added <code>SecurityContext.usePrivateKeyBytes</code>,
<code>SecurityContext.useCertificateChainBytes</code>,
<code>SecurityContext.setTrustedCertificatesBytes</code>, and
<code>SecurityContext.setClientAuthoritiesBytes</code>.</li>
<li><strong>Breaking</strong> The named <code>directory</code> argument of
<code>SecurityContext.setTrustedCertificates</code> has been removed.</li>
<li>Added support to <code>SecurityContext</code> for PKCS12 certificate and key
containers.</li>
<li>All calls in <code>SecurityContext</code> that accept certificate data now accept an
optional named parameter <code>password</code>, similar to
<code>SecurityContext.usePrivateKeyBytes</code>, for use as the password for PKCS12
data.</li>
</ul>
</li>
</ul>
<h3>Tool changes</h3>
<ul>
<li>
<p>Dartium and content shell</p>
<ul>
<li>The Chrome-based tools that ship as part of the Dart SDK - Dartium and
content shell - are now based on Chrome version 45 (instead of Chrome 39).</li>
<li>Dart browser libraries (<code>dart:html</code>, <code>dart:svg</code>, etc) <em>have not</em> been
updated.
<ul>
<li>These are still based on Chrome 39.</li>
<li>These APIs will be updated in a future release.</li>
</ul>
</li>
<li>Note that there are experimental APIs which have changed in the underlying
browser, and will not work with the older libraries. For example,
<code>Element.animate</code>.</li>
</ul>
</li>
<li>
<p><code>dartfmt</code> - upgraded to v0.2.4</p>
<ul>
<li>Better handling for long collections with comments.</li>
<li>Always put member metadata annotations on their own line.</li>
<li>Indent functions in named argument lists with non-functions.</li>
<li>Force the parameter list to split if a split occurs inside a function-typed
parameter.</li>
<li>Don't force a split for before a single named argument if the argument
itself splits.</li>
</ul>
</li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/sdk/commit/089e1ba737b5b505d4c0e02145c7e34191b79452"><code>089e1ba</code></a> Add codeOffset/codeLength properties to ElementImpl.</li>
<li><a href="https://github.com/dart-lang/sdk/commit/02f888711ce671b0d6e97e6f449017248e92dd33"><code>02f8887</code></a> fix ResolutionCopier to copy staticInvokeType/propagatedInvokeType</li>
<li><a href="https://github.com/dart-lang/sdk/commit/1226c387b7dfb80bf8a5cdb407418f0b28f9c140"><code>1226c38</code></a> fix ResolutionCopier.visitAdjacentStrings</li>
<li><a href="https://github.com/dart-lang/sdk/commit/9ea17184adbf00d4f14c4347e4f0cdc46a23885a"><code>9ea1718</code></a> Add <a href="https://github.com/overrides"><code>@�overrides</code></a> to (a lot of) analyzer.</li>
<li><a href="https://github.com/dart-lang/sdk/commit/ff6a744f38a2fa949c464d8fb9d52b3c7685bb5f"><code>ff6a744</code></a> Implement forwards compatibility for summary enums.</li>
<li><a href="https://github.com/dart-lang/sdk/commit/9a983bcbda79115fbffc4621d44f6b5f06e28948"><code>9a983bc</code></a> Add the ability to deprecate Flatbuffer fields.</li>
<li><a href="https://github.com/dart-lang/sdk/commit/d223676c7f3b0300358bee03a2bad8cbbec0d4d9"><code>d223676</code></a> Fix <a href="https://github.com/override"><code>@�override</code></a> quick-fix to respect doc comments.</li>
<li><a href="https://github.com/dart-lang/sdk/commit/841f8e6cf23f97c90b634fd79832cec51098b1ed"><code>841f8e6</code></a> Move shouldFileBeAnalyzed into ContextManager</li>
<li><a href="https://github.com/dart-lang/sdk/commit/92176ad4820c36bddd97ae0b05a740b0d9deeb34"><code>92176ad</code></a> Add major and minor version numbers to summary files.</li>
<li><a href="https://github.com/dart-lang/sdk/commit/e225e619cdca131512d40a2276b4d1cd8ba437bf"><code>e225e61</code></a> Issue 25827. Don't propose to remove the type of an incomplete variable decla...</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/sdk/commits/1.15.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.14.0&new-version=1.15.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>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 6577c8b commit 1bf4735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cipd_packages/device_doctor/pubspec.yaml
Expand Up @@ -9,7 +9,7 @@ dependencies:
analyzer: 6.4.1
args: 2.5.0
logging: 1.2.0
meta: 1.14.0
meta: 1.15.0
path: 1.9.0
process: 5.0.2
retry: 3.1.2
Expand Down

0 comments on commit 1bf4735

Please sign in to comment.