Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release #89

Merged
merged 10 commits into from
Mar 9, 2024
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -67,4 +67,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
if: github.repository_owner == 'pikokr'
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install node.js v18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Enable corepack
run: corepack enable
Expand All @@ -34,7 +34,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Expand All @@ -49,7 +49,7 @@ jobs:
run: pnpm run docs

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/docs.json
Expand All @@ -69,13 +69,13 @@ jobs:
SHA: ${{ needs.build.outputs.SHA }}
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs
path: docs

- name: Checkout docs repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'pikokr/docs'
token: ${{ secrets.PIKOKR_DOCS }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Enable corepack
run: corepack enable

Expand All @@ -26,7 +26,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Enable corepack
run: corepack enable

Expand All @@ -31,7 +31,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Expand Down
37 changes: 21 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@pikokr/command.ts",
"description": "Discord.js command framework for typescript.",
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.15.4",
"version": "0.0.0-development",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"devDependencies": {
"@discordjs/ts-docgen": "^0.4.1",
"@swc/core": "1.3.101",
"@swc/core": "1.4.6",
"@types/lodash": "4.14.202",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"all-contributors-cli": "6.26.1",
"discord-api-types": "^0.37.66",
"discord-api-types": "^0.37.73",
"discord.js": "14.14.1",
"dotenv": "16.3.1",
"eslint": "^8.56.0",
"dotenv": "16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"prettier": "3.1.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"semantic-release": "^22.0.12",
"semantic-release": "^23.0.2",
"ts-node": "10.9.2",
"tslog": "^4.9.2",
"tsup": "8.0.1",
"typedoc": "^0.25.4",
"typescript": "^5.3.3",
"utility-types": "^3.10.0"
"tsup": "8.0.2",
"typedoc": "^0.25.11",
"typescript": "^5.4.2",
"utility-types": "^3.11.0"
},
"dependencies": {
"@types/node": "^20.10.5",
"chalk": "5.3.0",
"@types/node": "^20.11.25",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"reflect-metadata": "^0.2.1",
"walk-sync": "^3.0.0"
Expand Down Expand Up @@ -62,5 +62,10 @@
"prerelease": true
}
]
},
"pnpm": {
"overrides": {
"undici@<=5.28.2": ">=5.28.3"
}
}
}
Loading
Loading