Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2023

Bumps dart-lang/setup-dart from 1.4.0 to 1.5.0.

Release notes

Sourced from dart-lang/setup-dart's releases.

v1.5.0

  • Re-wrote the implementation of the action into Dart.
  • Auto-detect the platform architecture (x64, ia32, arm, arm64).
  • Improved the caching and download resilience of the sdk.
  • Added a new action output: dart-version - the installed version of the sdk.
Changelog

Sourced from dart-lang/setup-dart's changelog.

v1.5.1-dev

  • No longer test the setup-dart action on pre-2.12 SDKs.
  • Upgrade JS interop code to use inline classes.

v1.5.0

  • Re-wrote the implementation of the action into Dart.
  • Auto-detect the platform architecture (x64, ia32, arm, arm64).
  • Improved the caching and download resilience of the sdk.
  • Added a new action output: dart-version - the installed version of the sdk.

v1.4.0

  • Automatically create OIDC token for pub.dev.
  • Add a reusable workflow for publishing.

v1.3.0

  • The install location of the Dart SDK is now available in an environment variable, DART_HOME (#43).
  • Fixed an issue where cached downloads could lead to unzip issues on self-hosted runners (#35).

v1.2.0

  • Fixed a path issue impacting git dependencies on Windows.

v1.1.0

  • Added a flavor option setup.sh to allow downloading unpublished builds.

v1.0.0

  • Promoted to 1.0 stable.

v0.5

  • Fixed a Windows pub global activate path issue.

v0.4

  • Removed previously deprecated input channel. Use the sdk input instead.
  • Added support for specifying the CPU architecture.

v0.3

  • Added support for installing SDKs from the main channel.

... (truncated)

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 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 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 [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
- [Commits](dart-lang/setup-dart@a57a6c0...d6a63da)

---
updated-dependencies:
- dependency-name: dart-lang/setup-dart
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@auto-submit auto-submit bot merged commit 9395574 into master Apr 27, 2023
@auto-submit auto-submit bot deleted the dependabot/github_actions/dart-lang/setup-dart-1.5.0 branch April 27, 2023 19:04
mosuem pushed a commit to dart-lang/tools that referenced this pull request Dec 10, 2024
…arse#102)

Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.4.0 to 1.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/setup-dart/releases">dart-lang/setup-dart's releases</a>.</em></p>
<blockquote>
<h2>v1.5.0</h2>
<ul>
<li>Re-wrote the implementation of the action into Dart.</li>
<li>Auto-detect the platform architecture (<code>x64</code>, <code>ia32</code>, <code>arm</code>, <code>arm64</code>).</li>
<li>Improved the caching and download resilience of the sdk.</li>
<li>Added a new action output: <code>dart-version</code> - the installed version of the sdk.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md">dart-lang/setup-dart's changelog</a>.</em></p>
<blockquote>
<h2>v1.5.1-dev</h2>
<ul>
<li>No longer test the <code>setup-dart</code> action on pre-2.12 SDKs.</li>
<li>Upgrade JS interop code to use inline classes.</li>
</ul>
<h2>v1.5.0</h2>
<ul>
<li>Re-wrote the implementation of the action into Dart.</li>
<li>Auto-detect the platform architecture (<code>x64</code>, <code>ia32</code>, <code>arm</code>, <code>arm64</code>).</li>
<li>Improved the caching and download resilience of the sdk.</li>
<li>Added a new action output: <code>dart-version</code> - the installed version of the sdk.</li>
</ul>
<h2>v1.4.0</h2>
<ul>
<li>Automatically create OIDC token for pub.dev.</li>
<li>Add a reusable workflow for publishing.</li>
</ul>
<h2>v1.3.0</h2>
<ul>
<li>The install location of the Dart SDK is now available
in an environment variable, <code>DART_HOME</code>
(<a href="https://redirect.github.com/dart-lang/setup-dart/issues/43">dart-lang/pubspec_parse#43</a>).</li>
<li>Fixed an issue where cached downloads could lead to unzip issues
on self-hosted runners
(<a href="https://redirect.github.com/dart-lang/setup-dart/issues/35">dart-lang/pubspec_parse#35</a>).</li>
</ul>
<h2>v1.2.0</h2>
<ul>
<li>Fixed a path issue impacting git dependencies on Windows.</li>
</ul>
<h2>v1.1.0</h2>
<ul>
<li>Added a <code>flavor</code> option setup.sh to allow downloading unpublished builds.</li>
</ul>
<h2>v1.0.0</h2>
<ul>
<li>Promoted to 1.0 stable.</li>
</ul>
<h2>v0.5</h2>
<ul>
<li>Fixed a Windows <code>pub global activate</code> path issue.</li>
</ul>
<h2>v0.4</h2>
<ul>
<li>Removed previously deprecated input <code>channel</code>. Use the <code>sdk</code> input instead.</li>
<li>Added support for specifying the CPU architecture.</li>
</ul>
<h2>v0.3</h2>
<ul>
<li>Added support for installing SDKs from the <code>main</code> channel.</li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/setup-dart/commit/d6a63dab3335f427404425de0fbfed4686d93c4f"><code>d6a63da</code></a> rev to stable in prep for publishing (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/83">dart-lang/pubspec_parse#83</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/8f7850f0f6056c5b91a1b9c206a53c9b1be28e4e"><code>8f7850f</code></a> use package:dart_flutter_team_lints; address lints (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/81">dart-lang/pubspec_parse#81</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/929ed5f8bae55086c6fac456ba5acb9763c9e3e2"><code>929ed5f</code></a> Update README.md (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/80">dart-lang/pubspec_parse#80</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/699d6853bbf1b96d77f24d46b19c38c66c2e22b1"><code>699d685</code></a> convert the implementation of the action to Dart (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/77">dart-lang/pubspec_parse#77</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/ed899c08a5f73982101e864b0ddb627eac3f03a1"><code>ed899c0</code></a> refactor the CI + testing setup (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/74">dart-lang/pubspec_parse#74</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/594ae135024ec3840d3ec08d11c4bec5ff72a368"><code>594ae13</code></a> refactor the readme (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/72">dart-lang/pubspec_parse#72</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/4cbd7af027251baa1f95a3e0f11bc5671e4efe27"><code>4cbd7af</code></a> update the readme to reflect the latest version (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/66">dart-lang/pubspec_parse#66</a>)</li>
<li><a href="https://github.com/dart-lang/setup-dart/commit/7361df65b6fa01dd7e277a74736305dcdc6ffe62"><code>7361df6</code></a> Bump dart-lang/setup-dart (<a href="https://redirect.github.com/dart-lang/setup-dart/issues/65">dart-lang/pubspec_parse#65</a>)</li>
<li>See full diff in <a href="https://github.com/dart-lang/setup-dart/compare/a57a6c04cf7d4840e88432aad6281d1e125f0d46...d6a63dab3335f427404425de0fbfed4686d93c4f">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dart-lang/setup-dart&package-manager=github_actions&previous-version=1.4.0&new-version=1.5.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 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.
Development

Successfully merging this pull request may close these issues.

1 participant