From 22f4ccb308bd5b5ed896152fa2e7e218f4b766d6 Mon Sep 17 00:00:00 2001 From: PiQuark6046 Date: Sat, 27 Jan 2024 11:41:05 +0000 Subject: [PATCH] 5.2.0 (#20) * ci: update CodeQL * build: remove unnecessary dependabot config * chore: update dependencies * perf: remove installing latest of npm and typescript --- .github/dependabot.yml | 8 +------- .github/workflows/codeql.yml | 2 +- action.yml | 2 -- package.json | 16 ++++++++-------- 4 files changed, 10 insertions(+), 18 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 63f745c..632906f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,14 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - day: "sunday" - time: "00:00" - timezone: "Etc/UTC" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "sunday" - time: "00:00" - timezone: "Etc/UTC" \ No newline at end of file + interval: "weekly" \ No newline at end of file diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index af59286..081580c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'javascript' ] + language: [ 'javascript-typescript' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Use only 'java' to analyze code written in Java, Kotlin or both # Use only 'javascript' to analyze code written in JavaScript, TypeScript or both diff --git a/action.yml b/action.yml index 6841595..7462ef2 100644 --- a/action.yml +++ b/action.yml @@ -13,8 +13,6 @@ runs: steps: - name: Install npm packages run: | - sudo npm update -g npm - sudo npm update -g typescript npm i shell: bash working-directory: ${{ github.action_path }} diff --git a/package.json b/package.json index 99c6bc4..9455563 100644 --- a/package.json +++ b/package.json @@ -23,21 +23,21 @@ "dependencies": { "@actions/core": "^1.10.1", "@octokit/rest": "^20.0.2", - "@types/luxon": "^3.3.7", - "@types/node": "^20.10.4", + "@types/luxon": "^3.4.2", + "@types/node": "^20.11.7", "commander": "^11.1.0", "diskusage": "^1.2.0", "got": "^14.0.0", "luxon": "^3.4.4", - "p-queue": "^8.0.0", - "simple-git": "^3.21.0", - "tsx": "^4.6.2", + "p-queue": "^8.0.1", + "simple-git": "^3.22.0", + "tsx": "^4.7.0", "typescript": "^5.3.3" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.13.2", - "eslint": "^8.55.0", + "@typescript-eslint/eslint-plugin": "^6.19.1", + "@typescript-eslint/parser": "^6.19.1", + "eslint": "^8.56.0", "eslint-config-xo": "^0.43.1", "eslint-config-xo-typescript": "^1.0.1" }