Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump dart-lang/setup-dart from 1.6.0 to 1.6.1 #45

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2024

Bumps dart-lang/setup-dart from 1.6.0 to 1.6.1.

Changelog

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

v1.6.1

  • Updated the google storage url for main channel releases.
Commits
  • 0b77275 update the changelog; prep to release 1.6.1
  • c1b2cdb Clean up after renaming the be channel to main. (#115)
  • 49b0b8e Bump actions/checkout from 3 to 4 in README.md (#117)
  • 7f54cd0 Bump @​actions/http-client from 2.1.1 to 2.2.0 (#112)
  • 6e2fe37 Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#113)
  • See full diff in compare view

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 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)

Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/1.6.1/CHANGELOG.md)
- [Commits](dart-lang/setup-dart@v1.6.0...1.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 10, 2024
Copy link
Contributor

Coverage Report

Automatic coverage report for ddf46b65.

Generated by dart-coverage-assistant

Total coverage:

Coverage Diff
warning ➡️ 0.00%

figmage

A CLI tool for generating Figma styles for Flutter

Coverage Diff
warning ➡️ 0.00%
Coverage Details for figmage
File Line Percentage Line Count
/lib/src
command_runner.dart 100.00 62
/lib/src/commands/reforge
reforge_command.dart 100.00 8
/lib/src/commands/shared
generation_notifier.dart 71.43 21
forge_settings_providers.dart 93.75 16
/lib/src/commands/update
update_command.dart 57.69 26
/lib/src/data/generators
color_theme_extension_generator.dart 100.00 5
values_by_mode_theme_extension_generator.dart 98.79 165
generator_util.dart 100.00 12
number_theme_extension_generator.dart 100.00 2
padding_generator.dart 100.00 91
spacer_generator.dart 100.00 84
text_style_theme_extension_generator.dart 96.67 30
/lib/src/data/repositories
dart_code_file_writer_repository.dart 0.00 7
dart_post_generation_repository.dart 100.00 17
figma_styles_repository.dart 0.00 30
figma_variables_repository.dart 83.65 104
yaml_config_repository.dart 82.61 23
/lib/src/data/util/converters
string_dart_conversion_x.dart 100.00 14
color_conversion_x.dart 0.00 8
type_style_conversion_x.dart 0.00 14
/lib/src/domain/models/config
config.dart 100.00 34
/lib/src/domain/models/style
design_style.dart 54.55 11
/lib/src/domain/models/tokens_by_file_type
tokens_by_type.dart 100.00 1
/lib/src/domain/models/typography
typography.dart 100.00 1
/lib/src/domain/models/variable
variable.dart 37.50 24
/lib/src/domain/models/variable/alias_or
alias_or.dart 100.00 4
/lib/src/domain/providers
logger_providers.dart 100.00 1
pub_updater_providers.dart 100.00 1
config_providers.dart 100.00 4
design_token_providers.dart 96.08 51
figmage_package_generator_providers.dart 14.81 27
file_writer_providers.dart 22.22 9
generator_providers.dart 100.00 54
post_generation_providers.dart 87.50 8
/lib/src/domain/repositories
file_writer_repository.dart 0.00 2
post_generation_repository.dart 100.00 2
styles_repository.dart 83.33 6
variables_repository.dart 80.00 5
config_repository.dart 100.00 2
/lib/src/domain/util
token_filter_x.dart 100.00 15

figma_variables_api

Figma REST API for variables.

Coverage Diff
warning ➡️ 0.00%
Coverage Details for figma_variables_api
File Line Percentage Line Count
/lib/src
client.dart 1.72 58
query.dart 0.00 16
/lib/src/models/dto/variable
variable_dto.dart 100.00 17
variable_dto.g.dart 68.92 74
/lib/src/models/dto/variable_collection
variable_collection_dto.g.dart 72.13 61
variable_collection_dto.dart 100.00 14
/lib/src/models/dto/variable_mode
variable_mode_dto.dart 100.00 6
variable_mode_dto.g.dart 40.00 20
/lib/src/models/dto/variable_mode_value
variable_mode_value_dto.dart 100.00 52
variable_mode_value_dto.g.dart 52.63 38
/lib/src/models/dto/variable_response
variables_response_dto.g.dart 37.04 27
variables_response_dto.dart 100.00 6
/lib/src/models/dto/variables_meta
variables_meta_dto.dart 66.67 6
variables_meta_dto.g.dart 47.83 23

figmage_package_generator

A generator for an empty figmage styles dart package

Coverage Diff
pass ➡️ 0.00%
Coverage Details for figmage_package_generator
File Line Percentage Line Count
/lib/src
token_file_type.dart 100.00 9
figmage_package_generator.dart 100.00 17

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 31, 2024

Superseded by #47.

@dependabot dependabot bot closed this Jan 31, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/dart-lang/setup-dart-1.6.1 branch January 31, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants