This repository was archived by the owner on Feb 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 #102
Merged
auto-submit
merged 1 commit into
master
from
dependabot/github_actions/dart-lang/setup-dart-1.5.0
Apr 27, 2023
Merged
Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 #102
auto-submit
merged 1 commit into
master
from
dependabot/github_actions/dart-lang/setup-dart-1.5.0
Apr 27, 2023
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 [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>
fluttergithubbot
approved these changes
Apr 27, 2023
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 /> [](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.
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 dart-lang/setup-dart from 1.4.0 to 1.5.0.
Release notes
Sourced from dart-lang/setup-dart's releases.
Changelog
Sourced from dart-lang/setup-dart's changelog.
... (truncated)
Commits
d6a63da
rev to stable in prep for publishing (#83)8f7850f
use package:dart_flutter_team_lints; address lints (#81)929ed5f
Update README.md (#80)699d685
convert the implementation of the action to Dart (#77)ed899c0
refactor the CI + testing setup (#74)594ae13
refactor the readme (#72)4cbd7af
update the readme to reflect the latest version (#66)7361df6
Bump dart-lang/setup-dart (#65)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)