Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 10, 2024
1 parent b518b3c commit fdfd65b
Show file tree
Hide file tree
Showing 5 changed files with 1,987 additions and 1,499 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: latest
- uses: actions/[email protected]
- name: Checkout Code
uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable

- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'pnpm'
node-version: 20
cache: "pnpm"
cache-dependency-path: pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm test
16 changes: 11 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,19 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Checkout Code
uses: actions/checkout@v4

- uses: actions/[email protected]
- name: Install pnpm
run: corepack enable

- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 16
- run: npm install
node-version: 20
cache: "pnpm"
cache-dependency-path: pnpm-lock.yaml
- run: pnpm install

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
Expand Down
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,20 @@
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/i18n": "^0.13.6",
"@types/mocha": "^10.0.1",
"@types/node": "16.x",
"@types/vscode": "^1.77.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vscode/test-electron": "^2.3.0",
"eslint": "^8.36.0",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1"
}
"@types/i18n": "^0.13.12",
"@types/mocha": "^10.0.7",
"@types/node": "~22.5.4",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vscode/test-electron": "^2.4.1",
"eslint": "^9.10.0",
"glob": "^11.0.0",
"mocha": "^10.7.3",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
Loading

0 comments on commit fdfd65b

Please sign in to comment.