Hopefully fix dependabot for typescript

When upgrading to pnpm 8 it seems packages with the protocol
`github:` in packages.json are given some weird `git/` prefix
in the lockfile version.. resulting in broken CI.

I assume the difference between github: and without is the
difference between cloning over ssh vs. https. The actions
were indeed failing with Permission denied (publickey).
This commit is contained in:
Mattias Granlund 2023-08-17 08:52:12 +01:00
parent d9c5fc6e4e
commit 72ff39a106
2 changed files with 13 additions and 9 deletions

View File

@ -38,7 +38,7 @@
"@lezer/highlight": "^1.1.6", "@lezer/highlight": "^1.1.6",
"@replit/codemirror-lang-svelte": "^6.0.0", "@replit/codemirror-lang-svelte": "^6.0.0",
"@sentry/sveltekit": "^7.58.0", "@sentry/sveltekit": "^7.58.0",
"@square/svelte-store": "github:gitbutlerapp/svelte-store#error-state", "@square/svelte-store": "gitbutlerapp/svelte-store#error-state",
"@sveltejs/adapter-static": "^2.0.2", "@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.22.3", "@sveltejs/kit": "^1.22.3",
"@tauri-apps/api": "^1.4.0", "@tauri-apps/api": "^1.4.0",
@ -84,8 +84,8 @@
"svelte-outclick": "^3.6.1", "svelte-outclick": "^3.6.1",
"svelte-resize-observer": "^2.0.0", "svelte-resize-observer": "^2.0.0",
"tailwindcss": "^3.3.2", "tailwindcss": "^3.3.2",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log", "tauri-plugin-log-api": "tauri-apps/tauri-plugin-log",
"tauri-plugin-websocket-api": "github:tauri-apps/tauri-plugin-websocket", "tauri-plugin-websocket-api": "tauri-apps/tauri-plugin-websocket",
"tinykeys": "^1.4.0", "tinykeys": "^1.4.0",
"tslib": "^2.6.0", "tslib": "^2.6.0",
"typescript": "^5.1.6", "typescript": "^5.1.6",

View File

@ -1,5 +1,9 @@
lockfileVersion: '6.0' lockfileVersion: '6.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
devDependencies: devDependencies:
'@codemirror/lang-cpp': '@codemirror/lang-cpp':
specifier: ^6.0.2 specifier: ^6.0.2
@ -65,7 +69,7 @@ devDependencies:
specifier: ^7.58.0 specifier: ^7.58.0
version: 7.58.0(@sveltejs/kit@1.22.3)(svelte@4.0.5) version: 7.58.0(@sveltejs/kit@1.22.3)(svelte@4.0.5)
'@square/svelte-store': '@square/svelte-store':
specifier: github:gitbutlerapp/svelte-store#error-state specifier: gitbutlerapp/svelte-store#error-state
version: github.com/gitbutlerapp/svelte-store/4cf861db334188389186a6f41ddfc1ba157b4ffd(svelte@4.0.5) version: github.com/gitbutlerapp/svelte-store/4cf861db334188389186a6f41ddfc1ba157b4ffd(svelte@4.0.5)
'@sveltejs/adapter-static': '@sveltejs/adapter-static':
specifier: ^2.0.2 specifier: ^2.0.2
@ -203,11 +207,11 @@ devDependencies:
specifier: ^3.3.2 specifier: ^3.3.2
version: 3.3.2 version: 3.3.2
tauri-plugin-log-api: tauri-plugin-log-api:
specifier: github:tauri-apps/tauri-plugin-log specifier: tauri-apps/tauri-plugin-log
version: github.com/tauri-apps/tauri-plugin-log/9075595196d5a66f8f3265d2aaf7e2ffeb4cb2ab version: github.com/tauri-apps/tauri-plugin-log/9075595196d5a66f8f3265d2aaf7e2ffeb4cb2ab
tauri-plugin-websocket-api: tauri-plugin-websocket-api:
specifier: github:tauri-apps/tauri-plugin-websocket specifier: tauri-apps/tauri-plugin-websocket
version: github.com/tauri-apps/tauri-plugin-websocket/4350fdfd0446a9d384b7c00390ce441d69d10a58 version: github.com/tauri-apps/tauri-plugin-websocket/c085eb80347e66433570322b8c62028b804dfeef
tinykeys: tinykeys:
specifier: ^1.4.0 specifier: ^1.4.0
version: 1.4.0 version: 1.4.0
@ -5577,8 +5581,8 @@ packages:
'@tauri-apps/api': 1.4.0 '@tauri-apps/api': 1.4.0
dev: true dev: true
github.com/tauri-apps/tauri-plugin-websocket/4350fdfd0446a9d384b7c00390ce441d69d10a58: github.com/tauri-apps/tauri-plugin-websocket/c085eb80347e66433570322b8c62028b804dfeef:
resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-websocket/tar.gz/4350fdfd0446a9d384b7c00390ce441d69d10a58} resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-websocket/tar.gz/c085eb80347e66433570322b8c62028b804dfeef}
name: tauri-plugin-websocket-api name: tauri-plugin-websocket-api
version: 0.0.0 version: 0.0.0
dependencies: dependencies: