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:
Brett Logan 2021-11-09 15:35:36 -05:00 committed by GitHub
parent a2193cb9f6
commit 47bd074778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1105 additions and 12179 deletions

View file

@ -5,7 +5,7 @@
.selector-1,
.selector-2,
.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;
display: block;
color: #333;

View file

@ -288,8 +288,7 @@ RUN curl --retry 5 --retry-delay 5 -sSLO https://github.com/pinterest/ktlint/rel
# Install Raku and additional Edge dependencies #
#################################################
# Basic setup, programs and init
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \
&& apk add --no-cache rakudo zef \
RUN apk add --no-cache rakudo zef \
######################
# 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 \
&& phive --no-progress install --trust-gpg-keys \
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 #

View file

@ -226,8 +226,7 @@ RUN curl --retry 5 --retry-delay 5 -sSLO https://github.com/pinterest/ktlint/rel
# Install Raku and additional Edge dependencies #
#################################################
# Basic setup, programs and init
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \
&& apk add --no-cache rakudo zef \
RUN apk add --no-cache rakudo zef \
######################
# 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 \
&& phive --no-progress install --trust-gpg-keys \
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 #

13232
dependencies/package-lock.json generated vendored

File diff suppressed because it is too large Load diff

View file

@ -1,47 +1,47 @@
{
"name": "super-linter",
"dependencies": {
"@coffeelint/cli": "^5.0.4",
"@stoplight/spectral": "^5.9.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.32.0",
"@coffeelint/cli": "^5.2.0",
"@stoplight/spectral": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"asl-validator": "^1.10.0",
"axios": "^0.22.0",
"axios": "^0.24.0",
"babel-eslint": "^10.1.0",
"dockerfilelint": "^1.8.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"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-jsonc": "^1.7.0",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-vue": "^7.18.0",
"eslint-plugin-vue": "^8.0.3",
"gherkin-lint": "^4.2.2",
"htmlhint": "^0.15.2",
"htmlhint": "^0.16.0",
"immer": "^9.0.6",
"ini": "^2.0.0",
"jscpd": "^3.3.26",
"jscpd": "^3.4.2",
"lodash": "^4.17.21",
"markdownlint-cli": "^0.28.1",
"node-fetch": "^3.0.0",
"markdownlint-cli": "^0.29.0",
"node-fetch": "^3.1.0",
"npm-groovy-lint": "^9.0.0",
"prettier": "^2.4.1",
"prettyjson": "^1.2.1",
"pug": "^3.0.1",
"pug": "^3.0.2",
"sql-lint": "0.0.19",
"standard": "^16.0.4",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.21.0",
"tekton-lint": "^0.5.2",
"stylelint": "^14.0.1",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^23.0.0",
"stylelint-scss": "^4.0.0",
"tekton-lint": "^0.6.0",
"textlint": "^12.0.2",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^2.1.5",
"typescript": "^4.4.3"
"typescript": "^4.4.4"
}
}

View file

@ -473,7 +473,7 @@ function RunAdditionalInstalls() {
INSTALL_CMD=$(
cd "${WORKSPACE_PATH}" || exit 0
R CMD INSTALL "${BUILD_PKG}" 2>&1
)
)
##############
# Error code #