Skip to content

Commit

Permalink
chore(deps): update dependency dart to v3.7.0 (#4791)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 23, 2025
1 parent 7cd3152 commit fda0ba3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ ARG NPM_STYLELINT_CONFIG_SASS_GUIDELINES_VERSION=12.1.0
# renovate: datasource=npm depName=stylelint-scss
ARG NPM_STYLELINT_SCSS_VERSION=6.11.0
# renovate: datasource=dart-version depName=dart
ARG DART_VERSION='3.6.2'
ARG DART_VERSION='3.7.0'
# renovate: datasource=npm depName=gherkin-lint
ARG NPM_GHERKIN_LINT_VERSION=4.2.4
# renovate: datasource=github-tags depName=golangci/golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion linters/dart_dartanalyzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ FROM python:3.12.8-alpine3.21
# renovate: datasource=github-tags depName=sgerrand/alpine-pkg-glibc
ARG ALPINE_GLIBC_PACKAGE_VERSION=2.34-r0
# renovate: datasource=dart-version depName=dart
ARG DART_VERSION='3.6.2'
ARG DART_VERSION='3.7.0'
#ARG__END

####################
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/dart.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=dart-version depName=dart
ARG DART_VERSION='3.6.2'
ARG DART_VERSION='3.7.0'
- |
RUN wget --tries=5 https://storage.googleapis.com/dart-archive/channels/stable/release/${DART_VERSION}/sdk/dartsdk-linux-x64-release.zip -O - -q | unzip -q - \
&& mkdir -p /usr/lib/dart \
Expand Down

0 comments on commit fda0ba3

Please sign in to comment.