summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-03-07 16:03:52 +0900
committerGitHub <noreply@github.com>2025-03-07 07:03:52 +0000
commit83c3bb839f50fc24f667611f6852db3b14bd05e6 (patch)
treefab1debc7a8d4036ebf371e8cea062a2aae9343a /.devcontainer
parentNew translations ja-jp.yml (Chinese Traditional) (#15618) (diff)
downloadsharkey-83c3bb839f50fc24f667611f6852db3b14bd05e6.tar.gz
sharkey-83c3bb839f50fc24f667611f6852db3b14bd05e6.tar.bz2
sharkey-83c3bb839f50fc24f667611f6852db3b14bd05e6.zip
deps: update pnpm to v10 (#15588)
* Revert "fix(build): corepackのバグの回避 (#15387)" This reverts commit 9c70a4e63130f85d191c5bc16d0a4be5cd1dece2. * deps: update pnpm to v10 * fix broken lockfile * update changelog * fix * fix * Revert "fix" This reverts commit 4abc6c194edc20989f5ec97d343307a4b8c9047d. * fix * fix * attempt to fix docker build * lint fixes * fix: revertしすぎた * detect pnpm version and install it * fix: そもそもpnpmを2回入れる必要がないかも * fix * refactor * fix * refactor: remove unnecessary arg * Update Dockerfile * update pnpm to v10.6.1 * Update Changelog * chore: use node to avoid installing jq
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json4
-rwxr-xr-x.devcontainer/init.sh2
2 files changed, 2 insertions, 4 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 8dd9d1c704..c506c36f6b 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -7,8 +7,8 @@
"ghcr.io/devcontainers/features/node:1": {
"version": "22.11.0"
},
- "ghcr.io/devcontainers-extra/features/corepack:1": {
- "version": "0.31.0"
+ "ghcr.io/devcontainers-extra/features/pnpm:2": {
+ "version": "10.6.1"
}
},
"forwardPorts": [3000],
diff --git a/.devcontainer/init.sh b/.devcontainer/init.sh
index e02a533c15..216292b082 100755
--- a/.devcontainer/init.sh
+++ b/.devcontainer/init.sh
@@ -7,8 +7,6 @@ sudo apt-get update
sudo apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
git config --global --add safe.directory /workspace
git submodule update --init
-corepack install
-corepack enable
pnpm config set store-dir /home/node/.local/share/pnpm/store
pnpm install --frozen-lockfile
cp .devcontainer/devcontainer.yml .config/default.yml