-
-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[automation] Auto-update linters version, help and documentation
- Loading branch information
1 parent
9675849
commit 23d6bb0
Showing
14 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,9 +199,9 @@ ARG NPM_PRETTIER_VERSION=3.5.1 | |
# renovate: datasource=npm depName=prettyjson | ||
ARG NPM_PRETTYJSON_VERSION=1.2.5 | ||
# renovate: datasource=npm depName=@typescript-eslint/eslint-plugin | ||
ARG NPM_TYPESCRIPT_ESLINT_ESLINT_PLUGIN_VERSION=8.24.0 | ||
ARG NPM_TYPESCRIPT_ESLINT_ESLINT_PLUGIN_VERSION=8.24.1 | ||
# renovate: datasource=npm depName=@typescript-eslint/parser | ||
ARG NPM_TYPESCRIPT_ESLINT_PARSER_VERSION=8.24.0 | ||
ARG NPM_TYPESCRIPT_ESLINT_PARSER_VERSION=8.24.1 | ||
# renovate: datasource=npm depName=@microsoft/eslint-formatter-sarif | ||
ARG NPM_MICROSOFT_ESLINT_FORMATTER_SARIF_VERSION=3.1.0 | ||
``` | ||
|
@@ -217,6 +217,6 @@ ARG NPM_MICROSOFT_ESLINT_FORMATTER_SARIF_VERSION=3.1.0 | |
- [@babel/[email protected]](https://www.npmjs.com/package/@babel/eslint-parser/v/7.26.8) | ||
- [[email protected]](https://www.npmjs.com/package/prettier/v/3.5.1) | ||
- [[email protected]](https://www.npmjs.com/package/prettyjson/v/1.2.5) | ||
- [@typescript-eslint/[email protected].0](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin/v/8.24.0) | ||
- [@typescript-eslint/[email protected].0](https://www.npmjs.com/package/@typescript-eslint/parser/v/8.24.0) | ||
- [@typescript-eslint/[email protected].1](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin/v/8.24.1) | ||
- [@typescript-eslint/[email protected].1](https://www.npmjs.com/package/@typescript-eslint/parser/v/8.24.1) | ||
- [@microsoft/[email protected]](https://www.npmjs.com/package/@microsoft/eslint-formatter-sarif/v/3.1.0) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,9 +206,9 @@ ARG NPM_PRETTIER_VERSION=3.5.1 | |
# renovate: datasource=npm depName=prettyjson | ||
ARG NPM_PRETTYJSON_VERSION=1.2.5 | ||
# renovate: datasource=npm depName=@typescript-eslint/eslint-plugin | ||
ARG NPM_TYPESCRIPT_ESLINT_ESLINT_PLUGIN_VERSION=8.24.0 | ||
ARG NPM_TYPESCRIPT_ESLINT_ESLINT_PLUGIN_VERSION=8.24.1 | ||
# renovate: datasource=npm depName=@typescript-eslint/parser | ||
ARG NPM_TYPESCRIPT_ESLINT_PARSER_VERSION=8.24.0 | ||
ARG NPM_TYPESCRIPT_ESLINT_PARSER_VERSION=8.24.1 | ||
# renovate: datasource=npm depName=@microsoft/eslint-formatter-sarif | ||
ARG NPM_MICROSOFT_ESLINT_FORMATTER_SARIF_VERSION=3.1.0 | ||
``` | ||
|
@@ -227,6 +227,6 @@ ARG NPM_MICROSOFT_ESLINT_FORMATTER_SARIF_VERSION=3.1.0 | |
- [@babel/[email protected]](https://www.npmjs.com/package/@babel/eslint-parser/v/7.26.8) | ||
- [[email protected]](https://www.npmjs.com/package/prettier/v/3.5.1) | ||
- [[email protected]](https://www.npmjs.com/package/prettyjson/v/1.2.5) | ||
- [@typescript-eslint/[email protected].0](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin/v/8.24.0) | ||
- [@typescript-eslint/[email protected].0](https://www.npmjs.com/package/@typescript-eslint/parser/v/8.24.0) | ||
- [@typescript-eslint/[email protected].1](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin/v/8.24.1) | ||
- [@typescript-eslint/[email protected].1](https://www.npmjs.com/package/@typescript-eslint/parser/v/8.24.1) | ||
- [@microsoft/[email protected]](https://www.npmjs.com/package/@microsoft/eslint-formatter-sarif/v/3.1.0) |
This file contains 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
Oops, something went wrong.