mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-24 23:21:12 -05:00
Update Deps (#2107)
* Fix rakudo * Update deps * wants percent * fix style * somehow we got a space Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
This commit is contained in:
parent
a2193cb9f6
commit
47bd074778
6 changed files with 1105 additions and 12179 deletions
|
@ -5,7 +5,7 @@
|
||||||
.selector-1,
|
.selector-1,
|
||||||
.selector-2,
|
.selector-2,
|
||||||
.selector-3[type="text"] {
|
.selector-3[type="text"] {
|
||||||
background: linear-gradient(#fff, rgba(0, 0, 0, 0.8));
|
background: linear-gradient(#fff, rgb(0 0 0 / 80%));
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: block;
|
display: block;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
|
@ -288,8 +288,7 @@ RUN curl --retry 5 --retry-delay 5 -sSLO https://github.com/pinterest/ktlint/rel
|
||||||
# Install Raku and additional Edge dependencies #
|
# Install Raku and additional Edge dependencies #
|
||||||
#################################################
|
#################################################
|
||||||
# Basic setup, programs and init
|
# Basic setup, programs and init
|
||||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \
|
RUN apk add --no-cache rakudo zef \
|
||||||
&& apk add --no-cache rakudo zef \
|
|
||||||
######################
|
######################
|
||||||
# Install CheckStyle #
|
# Install CheckStyle #
|
||||||
######################
|
######################
|
||||||
|
@ -399,7 +398,7 @@ RUN wget --tries=5 -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sger
|
||||||
&& rm phive.phar.asc \
|
&& rm phive.phar.asc \
|
||||||
&& phive --no-progress install --trust-gpg-keys \
|
&& phive --no-progress install --trust-gpg-keys \
|
||||||
31C7E470E2138192,CF1A108D0E7AE720,8A03EA3B385DBAA1,12CE0F1D262429A5 \
|
31C7E470E2138192,CF1A108D0E7AE720,8A03EA3B385DBAA1,12CE0F1D262429A5 \
|
||||||
--target /usr/bin phpstan@^0.12.64 psalm@^3.18.2 phpcs@^3.5.8
|
--target /usr/bin phpstan@^1.1.1 psalm@^4.12.0 phpcs@^3.6.1
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Copy the libraries into image #
|
# Copy the libraries into image #
|
||||||
|
|
|
@ -226,8 +226,7 @@ RUN curl --retry 5 --retry-delay 5 -sSLO https://github.com/pinterest/ktlint/rel
|
||||||
# Install Raku and additional Edge dependencies #
|
# Install Raku and additional Edge dependencies #
|
||||||
#################################################
|
#################################################
|
||||||
# Basic setup, programs and init
|
# Basic setup, programs and init
|
||||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \
|
RUN apk add --no-cache rakudo zef \
|
||||||
&& apk add --no-cache rakudo zef \
|
|
||||||
######################
|
######################
|
||||||
# Install CheckStyle #
|
# Install CheckStyle #
|
||||||
######################
|
######################
|
||||||
|
@ -336,7 +335,7 @@ RUN wget --tries=5 -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sger
|
||||||
&& rm phive.phar.asc \
|
&& rm phive.phar.asc \
|
||||||
&& phive --no-progress install --trust-gpg-keys \
|
&& phive --no-progress install --trust-gpg-keys \
|
||||||
31C7E470E2138192,CF1A108D0E7AE720,8A03EA3B385DBAA1,12CE0F1D262429A5 \
|
31C7E470E2138192,CF1A108D0E7AE720,8A03EA3B385DBAA1,12CE0F1D262429A5 \
|
||||||
--target /usr/bin phpstan@^0.12.64 psalm@^3.18.2 phpcs@^3.5.8
|
--target /usr/bin phpstan@^1.1.1 psalm@^4.12.0 phpcs@^3.6.1
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Copy the libraries into image #
|
# Copy the libraries into image #
|
||||||
|
|
13232
dependencies/package-lock.json
generated
vendored
13232
dependencies/package-lock.json
generated
vendored
File diff suppressed because it is too large
Load diff
38
dependencies/package.json
vendored
38
dependencies/package.json
vendored
|
@ -1,47 +1,47 @@
|
||||||
{
|
{
|
||||||
"name": "super-linter",
|
"name": "super-linter",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coffeelint/cli": "^5.0.4",
|
"@coffeelint/cli": "^5.2.0",
|
||||||
"@stoplight/spectral": "^5.9.2",
|
"@stoplight/spectral": "^6.1.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
"@typescript-eslint/eslint-plugin": "^5.3.1",
|
||||||
"@typescript-eslint/parser": "^4.32.0",
|
"@typescript-eslint/parser": "^5.3.1",
|
||||||
"asl-validator": "^1.10.0",
|
"asl-validator": "^1.10.0",
|
||||||
"axios": "^0.22.0",
|
"axios": "^0.24.0",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"dockerfilelint": "^1.8.0",
|
"dockerfilelint": "^1.8.0",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-airbnb": "^18.2.1",
|
"eslint-config-airbnb": "^18.2.1",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-jest": "^24.5.2",
|
"eslint-plugin-jest": "^25.2.4",
|
||||||
"eslint-plugin-json": "^3.1.0",
|
"eslint-plugin-json": "^3.1.0",
|
||||||
"eslint-plugin-jsonc": "^1.7.0",
|
"eslint-plugin-jsonc": "^2.0.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"eslint-plugin-react": "^7.26.1",
|
"eslint-plugin-react": "^7.26.1",
|
||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"eslint-plugin-vue": "^7.18.0",
|
"eslint-plugin-vue": "^8.0.3",
|
||||||
"gherkin-lint": "^4.2.2",
|
"gherkin-lint": "^4.2.2",
|
||||||
"htmlhint": "^0.15.2",
|
"htmlhint": "^0.16.0",
|
||||||
"immer": "^9.0.6",
|
"immer": "^9.0.6",
|
||||||
"ini": "^2.0.0",
|
"ini": "^2.0.0",
|
||||||
"jscpd": "^3.3.26",
|
"jscpd": "^3.4.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"markdownlint-cli": "^0.28.1",
|
"markdownlint-cli": "^0.29.0",
|
||||||
"node-fetch": "^3.0.0",
|
"node-fetch": "^3.1.0",
|
||||||
"npm-groovy-lint": "^9.0.0",
|
"npm-groovy-lint": "^9.0.0",
|
||||||
"prettier": "^2.4.1",
|
"prettier": "^2.4.1",
|
||||||
"prettyjson": "^1.2.1",
|
"prettyjson": "^1.2.1",
|
||||||
"pug": "^3.0.1",
|
"pug": "^3.0.2",
|
||||||
"sql-lint": "0.0.19",
|
"sql-lint": "0.0.19",
|
||||||
"standard": "^16.0.4",
|
"standard": "^16.0.4",
|
||||||
"stylelint": "^13.13.1",
|
"stylelint": "^14.0.1",
|
||||||
"stylelint-config-sass-guidelines": "^8.0.0",
|
"stylelint-config-sass-guidelines": "^9.0.1",
|
||||||
"stylelint-config-standard": "^22.0.0",
|
"stylelint-config-standard": "^23.0.0",
|
||||||
"stylelint-scss": "^3.21.0",
|
"stylelint-scss": "^4.0.0",
|
||||||
"tekton-lint": "^0.5.2",
|
"tekton-lint": "^0.6.0",
|
||||||
"textlint": "^12.0.2",
|
"textlint": "^12.0.2",
|
||||||
"textlint-filter-rule-comments": "^1.2.2",
|
"textlint-filter-rule-comments": "^1.2.2",
|
||||||
"textlint-rule-terminology": "^2.1.5",
|
"textlint-rule-terminology": "^2.1.5",
|
||||||
"typescript": "^4.4.3"
|
"typescript": "^4.4.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue