Skip to content

Commit

Permalink
5.2.0 (#20)
Browse files Browse the repository at this point in the history
* ci: update CodeQL

* build: remove unnecessary dependabot config

* chore: update dependencies

* perf: remove installing latest of npm and typescript
  • Loading branch information
piquark6046 committed Jan 27, 2024
1 parent e4fc070 commit 22f4ccb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
8 changes: 1 addition & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 22f4ccb

Please sign in to comment.