From fb2b60ecbe1ea2c5eb0059ff4cf280699385febf Mon Sep 17 00:00:00 2001 From: Vojtech Simetka Date: Fri, 29 Dec 2023 17:44:55 +0100 Subject: [PATCH] ci: github actions --- .github/workflows/check.yaml | 2 +- .gitignore | 11 +++++++++++ .npmrc | 1 + pnpm-lock.yaml | 11 +++++------ 4 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 2f67cb2..ee0f336 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -24,7 +24,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Install npm deps run: pnpm install --frozen-lockfile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac7211b --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.DS_Store +node_modules +/build +/dist +/.svelte-kit +/package +.env +.env.* +!.env.example +vite.config.js.timestamp-* +vite.config.ts.timestamp-* diff --git a/.npmrc b/.npmrc index b6f27f1..16720db 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ engine-strict=true +auto-install-peers=false diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4621653..fe9a3fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,7 +1,7 @@ lockfileVersion: '6.0' settings: - autoInstallPeers: true + autoInstallPeers: false excludeLinksFromLockfile: false devDependencies: @@ -58,7 +58,7 @@ devDependencies: version: 4.2.8 svelte-check: specifier: ^3.6.2 - version: 3.6.2(postcss@8.4.32)(sass@1.69.5)(svelte@4.2.8) + version: 3.6.2(sass@1.69.5)(svelte@4.2.8) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -2234,7 +2234,7 @@ packages: has-flag: 4.0.0 dev: true - /svelte-check@3.6.2(postcss@8.4.32)(sass@1.69.5)(svelte@4.2.8): + /svelte-check@3.6.2(sass@1.69.5)(svelte@4.2.8): resolution: {integrity: sha512-E6iFh4aUCGJLRz6QZXH3gcN/VFfkzwtruWSRmlKrLWQTiO6VzLsivR6q02WYLGNAGecV3EocqZuCDrC2uttZ0g==} hasBin: true peerDependencies: @@ -2247,7 +2247,7 @@ packages: picocolors: 1.0.0 sade: 1.8.1 svelte: 4.2.8 - svelte-preprocess: 5.1.3(postcss@8.4.32)(sass@1.69.5)(svelte@4.2.8)(typescript@5.3.3) + svelte-preprocess: 5.1.3(sass@1.69.5)(svelte@4.2.8)(typescript@5.3.3) typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' @@ -2287,7 +2287,7 @@ packages: svelte: 4.2.8 dev: true - /svelte-preprocess@5.1.3(postcss@8.4.32)(sass@1.69.5)(svelte@4.2.8)(typescript@5.3.3): + /svelte-preprocess@5.1.3(sass@1.69.5)(svelte@4.2.8)(typescript@5.3.3): resolution: {integrity: sha512-xxAkmxGHT+J/GourS5mVJeOXZzne1FR5ljeOUAMXUkfEhkLEllRreXpbl3dIYJlcJRfL1LO1uIAPpBpBfiqGPw==} engines: {node: '>= 16.0.0', pnpm: ^8.0.0} requiresBuild: true @@ -2328,7 +2328,6 @@ packages: '@types/pug': 2.0.8 detect-indent: 6.1.0 magic-string: 0.30.5 - postcss: 8.4.32 sass: 1.69.5 sorcery: 0.11.0 strip-indent: 3.0.0