Skip to content

Commit

Permalink
Merge pull request #360 from na2na-p/renovate/major-typescript-eslint…
Browse files Browse the repository at this point in the history
…-monorepo

Update typescript-eslint monorepo to v7 (major)
  • Loading branch information
2na2-p[bot] authored Feb 14, 2024
2 parents 818abb2 + b831b3a commit f58e145
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 63 deletions.
2 changes: 1 addition & 1 deletion infra/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG GID="991"

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ffmpeg tini libssh-gcrypt-4=0.10.5-2 \
ffmpeg tini libgnutls30=3.7.9-2+deb12u2 \
&& corepack enable \
&& groupadd -g "${GID}" jetdisc \
&& useradd -l -u "${UID}" -g "${GID}" -m -d /jetdisc jetdisc \
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"@tsconfig/strictest": "^2.0.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^1.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -34,6 +32,7 @@
"prettier": "^3.2.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"typescript-eslint": "^7.0.1",
"vitest": "^1.2.2"
},
"dependencies": {
Expand Down
135 changes: 75 additions & 60 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f58e145

Please sign in to comment.