Skip to content

Commit b1032ba

Browse files
chore(deps): update dependency dart to v3.9.4
1 parent a175a7a commit b1032ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ARG NPM_STYLELINT_CONFIG_SASS_GUIDELINES_VERSION=12.1.0
167167
# renovate: datasource=npm depName=stylelint-scss
168168
ARG NPM_STYLELINT_SCSS_VERSION=6.12.1
169169
# renovate: datasource=dart-version depName=dart
170-
ARG DART_VERSION='3.8.3'
170+
ARG DART_VERSION='3.9.4'
171171
# renovate: datasource=npm depName=gherkin-lint
172172
ARG NPM_GHERKIN_LINT_VERSION=4.2.4
173173
# renovate: datasource=github-tags depName=golangci/golangci-lint

linters/dart_dartanalyzer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ FROM python:3.13-alpine3.22
5151
# renovate: datasource=github-tags depName=sgerrand/alpine-pkg-glibc
5252
ARG ALPINE_GLIBC_PACKAGE_VERSION=2.34-r0
5353
# renovate: datasource=dart-version depName=dart
54-
ARG DART_VERSION='3.8.3'
54+
ARG DART_VERSION='3.9.4'
5555
#ARG__END
5656

5757
####################

megalinter/descriptors/dart.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ linters:
8686
dockerfile:
8787
- |-
8888
# renovate: datasource=dart-version depName=dart
89-
ARG DART_VERSION='3.8.3'
89+
ARG DART_VERSION='3.9.4'
9090
- |
9191
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 - \
9292
&& mkdir -p /usr/lib/dart \

0 commit comments

Comments
 (0)