diff --git a/Dockerfile b/Dockerfile index a2fc786d69d..dba52ecdb8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -187,7 +187,7 @@ ARG SFDX_HARDIS_VERSION=8.3.0 # renovate: datasource=github-tags depName=coursier/coursier ARG SCALA_COURSIER_VERSION=2.1.24 # renovate: datasource=npm depName=typescript -ARG NPM_TYPESCRIPT_VERSION=6.0.3 +ARG NPM_TYPESCRIPT_VERSION=7.0.2 # renovate: datasource=pypi depName=ansible-lint ARG PIP_ANSIBLE_LINT_VERSION=26.8.0 # renovate: datasource=npm depName=@stoplight/spectral-cli diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index a92a37baf72..26113206126 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -144,7 +144,7 @@ ARG TARGETARCH # renovate: datasource=repology depName=alpine_3_24/go versioning=loose ARG GO_ALPINE_VERSION=1.26.3-r0 # renovate: datasource=npm depName=typescript -ARG NPM_TYPESCRIPT_VERSION=6.0.3 +ARG NPM_TYPESCRIPT_VERSION=7.0.2 # renovate: datasource=pypi depName=ansible-lint ARG PIP_ANSIBLE_LINT_VERSION=26.8.0 # renovate: datasource=pypi depName=cpplint diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 5b17d494baf..8ef21a9e8d5 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -130,7 +130,7 @@ ARG POWERSHELL_VERSION=7.6.5 ARG POWERSHELL_VERSION=7.6.5 # renovate: datasource=npm depName=typescript -ARG NPM_TYPESCRIPT_VERSION=6.0.3 +ARG NPM_TYPESCRIPT_VERSION=7.0.2 # renovate: datasource=pypi depName=ansible-lint ARG PIP_ANSIBLE_LINT_VERSION=26.8.0 # renovate: datasource=npm depName=@stoplight/spectral-cli diff --git a/flavors/formatters/Dockerfile b/flavors/formatters/Dockerfile index 832611dad28..e122c8c7695 100644 --- a/flavors/formatters/Dockerfile +++ b/flavors/formatters/Dockerfile @@ -82,7 +82,7 @@ ARG TARGETARCH ARG POWERSHELL_VERSION=7.6.5 # renovate: datasource=npm depName=typescript -ARG NPM_TYPESCRIPT_VERSION=6.0.3 +ARG NPM_TYPESCRIPT_VERSION=7.0.2 # renovate: datasource=nuget depName=csharpier ARG CSHARP_CSHARPIER_VERSION=1.2.6 # renovate: datasource=nuget depName=roslynator.dotnet.cli diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index f1c522d3a7d..5aff9005fba 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -125,7 +125,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7 ARG TARGETPLATFORM ARG TARGETARCH # renovate: datasource=npm depName=typescript -ARG NPM_TYPESCRIPT_VERSION=6.0.3 +ARG NPM_TYPESCRIPT_VERSION=7.0.2 # renovate: datasource=pypi depName=ansible-lint ARG PIP_ANSIBLE_LINT_VERSION=26.8.0 # renovate: datasource=npm depName=@stoplight/spectral-cli diff --git a/linters/tsx_eslint/Dockerfile b/linters/tsx_eslint/Dockerfile index a8c5142341d..f1275bd92ba 100644 --- a/linters/tsx_eslint/Dockerfile +++ b/linters/tsx_eslint/Dockerfile @@ -62,7 +62,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7 ARG TARGETPLATFORM ARG TARGETARCH # renovate: datasource=npm depName=typescript -ARG NPM_TYPESCRIPT_VERSION=6.0.3 +ARG NPM_TYPESCRIPT_VERSION=7.0.2 # renovate: datasource=npm depName=eslint ARG NPM_ESLINT_VERSION=10.9.1 # renovate: datasource=npm depName=eslint-config-prettier diff --git a/linters/typescript_biome/Dockerfile b/linters/typescript_biome/Dockerfile index 69420becfd0..1495019b1e5 100644 --- a/linters/typescript_biome/Dockerfile +++ b/linters/typescript_biome/Dockerfile @@ -62,7 +62,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7 ARG TARGETPLATFORM ARG TARGETARCH # renovate: datasource=npm depName=typescript -ARG NPM_TYPESCRIPT_VERSION=6.0.3 +ARG NPM_TYPESCRIPT_VERSION=7.0.2 # renovate: datasource=npm depName=@biomejs/biome ARG NPM_BIOMEJS_BIOME_VERSION=2.5.11 #ARG__END diff --git a/linters/typescript_es/Dockerfile b/linters/typescript_es/Dockerfile index 4eb4fcb6136..dbcda4f3e9a 100644 --- a/linters/typescript_es/Dockerfile +++ b/linters/typescript_es/Dockerfile @@ -62,7 +62,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7 ARG TARGETPLATFORM ARG TARGETARCH # renovate: datasource=npm depName=typescript -ARG NPM_TYPESCRIPT_VERSION=6.0.3 +ARG NPM_TYPESCRIPT_VERSION=7.0.2 # renovate: datasource=npm depName=eslint ARG NPM_ESLINT_VERSION=10.9.1 # renovate: datasource=npm depName=@eslint/js diff --git a/linters/typescript_prettier/Dockerfile b/linters/typescript_prettier/Dockerfile index 8031e3262fc..eec7be76ac9 100644 --- a/linters/typescript_prettier/Dockerfile +++ b/linters/typescript_prettier/Dockerfile @@ -62,7 +62,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7 ARG TARGETPLATFORM ARG TARGETARCH # renovate: datasource=npm depName=typescript -ARG NPM_TYPESCRIPT_VERSION=6.0.3 +ARG NPM_TYPESCRIPT_VERSION=7.0.2 # renovate: datasource=npm depName=prettier ARG NPM_PRETTIER_VERSION=3.9.6 #ARG__END diff --git a/linters/typescript_standard/Dockerfile b/linters/typescript_standard/Dockerfile index 19a8af36237..d2fba05aa3e 100644 --- a/linters/typescript_standard/Dockerfile +++ b/linters/typescript_standard/Dockerfile @@ -62,7 +62,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7 ARG TARGETPLATFORM ARG TARGETARCH # renovate: datasource=npm depName=typescript -ARG NPM_TYPESCRIPT_VERSION=6.0.3 +ARG NPM_TYPESCRIPT_VERSION=7.0.2 # renovate: datasource=npm depName=ts-standard ARG NPM_TS_STANDARD_VERSION=12.0.2 #ARG__END diff --git a/megalinter/descriptors/tsx.megalinter-descriptor.yml b/megalinter/descriptors/tsx.megalinter-descriptor.yml index 501c71374b2..425a0cf442f 100644 --- a/megalinter/descriptors/tsx.megalinter-descriptor.yml +++ b/megalinter/descriptors/tsx.megalinter-descriptor.yml @@ -141,7 +141,7 @@ linters: dockerfile: - |- # renovate: datasource=npm depName=typescript - ARG NPM_TYPESCRIPT_VERSION=6.0.3 + ARG NPM_TYPESCRIPT_VERSION=7.0.2 - |- # renovate: datasource=npm depName=eslint ARG NPM_ESLINT_VERSION=10.9.1 diff --git a/megalinter/descriptors/typescript.megalinter-descriptor.yml b/megalinter/descriptors/typescript.megalinter-descriptor.yml index dc0b6feeced..b7b90172259 100644 --- a/megalinter/descriptors/typescript.megalinter-descriptor.yml +++ b/megalinter/descriptors/typescript.megalinter-descriptor.yml @@ -12,7 +12,7 @@ install: dockerfile: - |- # renovate: datasource=npm depName=typescript - ARG NPM_TYPESCRIPT_VERSION=6.0.3 + ARG NPM_TYPESCRIPT_VERSION=7.0.2 npm: - typescript@${NPM_TYPESCRIPT_VERSION} linters: