Skip to content

Commit

Permalink
Bump file from 7.0.0 to 7.0.1 in /analyze (#3949)
Browse files Browse the repository at this point in the history
Bumps [file](https://github.com/dart-lang/tools/tree/main/pkgs) from 7.0.0 to 7.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/tools/releases">file's releases</a>.</em></p>
<blockquote>
<h2>package:file v7.0.1</h2>
<ul>
<li>Update the pubspec repository field to reflect the new package repository.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/tools/commit/3f7a46606496f826c2f60586ab71c2b7a9bfbf15"><code>3f7a466</code></a> rev package:file and package:file_testing versions in prep for publishing (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/599">#599</a>)</li>
<li><a href="https://github.com/dart-lang/tools/commit/d5d7bb59885f9b76117aad563333d747d4d2730a"><code>d5d7bb5</code></a> [coverage] Proactively collect isolates as they pause (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/595">#595</a>)</li>
<li><a href="https://github.com/dart-lang/tools/commit/a38c3eb3506d94a2982cac23dea0e3a4fa8cc709"><code>a38c3eb</code></a> update repo metadata and config for the package move</li>
<li><a href="https://github.com/dart-lang/tools/commit/ba5e19f9e0a4ef961372bb88a8c271046aaded58"><code>ba5e19f</code></a> Merge package:file into shared tools repository</li>
<li><a href="https://github.com/dart-lang/tools/commit/d4995d47b99d5e9564abfed2218f4a23df75983b"><code>d4995d4</code></a> Add more parameters (androidAppId and iosBundleId) in devtools events.  (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/295">#295</a>)</li>
<li><a href="https://github.com/dart-lang/tools/commit/3440b74e430051304b56d4acd71b7ed30ab1855d"><code>3440b74</code></a> Prep mime 2.0.0 for publish (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/594">#594</a>)</li>
<li><a href="https://github.com/dart-lang/tools/commit/03cedfb3c913a8204f77450772b1261913426c3a"><code>03cedfb</code></a> coverage: update test mocks (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/592">#592</a>)</li>
<li><a href="https://github.com/dart-lang/tools/commit/57aa6040bdb77d8299249baf6053b57cf09a2e2f"><code>57aa604</code></a> unified_analytics: fix new lint (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/593">#593</a>)</li>
<li><a href="https://github.com/dart-lang/tools/commit/0b41bd203917157aa4f8f015c42c4f4c2e23c6b2"><code>0b41bd2</code></a> [unified_analytics] Drop direct dependency on <code>package:path</code> (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/279">#279</a>)</li>
<li><a href="https://github.com/dart-lang/tools/commit/8ebc763551168fd0918a8746eaa1d3e237efa728"><code>8ebc763</code></a> Prepare for publishing extension_discovery-2.1.0 (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/591">#591</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/tools/commits/file-v7.0.1/pkgs">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=file&package-manager=pub&previous-version=7.0.0&new-version=7.0.1)](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] authored Oct 14, 2024
1 parent d2fb854 commit b0df651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ">=2.18.0 <4.0.0"

dependencies:
file: 7.0.0
file: 7.0.1
path: 1.9.0
platform: 3.1.5

Expand Down

0 comments on commit b0df651

Please sign in to comment.