Skip to content

Commit

Permalink
Merge branch 'main' of github.com:shufo/vscode-blade-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Jun 18, 2022
2 parents 1a6b6a7 + d4a784f commit 29b4992
Show file tree
Hide file tree
Showing 7 changed files with 320 additions and 347 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
release-type: node
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
- name: Setup Node.js
if: ${{ steps.release.outputs.release_created }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Checkout code
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Make envfile
if: ${{ steps.release.outputs.release_created }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: yarn install

- name: Run headless test
uses: GabrielBB/xvfb-action@v1.0
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm run test
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can also format by same syntax programmatically with [blade-formatter](https

## Screencast

![Screencast](https://github.com/shufo/vscode-blade-formatter/raw/master/screencast.gif)
![Screencast](https://github.com/shufo/vscode-blade-formatter/blob/main/screencast.gif?raw=true)

## Extension Settings

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,29 +130,29 @@
"@jest/types": "^27.4.2",
"@types/find-config": "^1.0.1",
"@types/glob": "^7.1.1",
"@types/mocha": "^9.0.0",
"@types/mocha": "9.1.1",
"@types/node": "^17.0.23",
"@types/vscode": "^1.57.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.8.1",
"@types/vscode": "1.68.0",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"@vscode/test-electron": "^2.1.3",
"@zeit/eslint-config-node": "^0.3.0",
"app-root-path": "^3.0.0",
"babel-jest": "^27.5.1",
"conventional-changelog-cli": "^2.0.34",
"debug": "^4.3.1",
"dotenv-webpack": "^7.0.3",
"eslint": "^8.12.0",
"glob": "^7.2.0",
"debug": "4.3.4",
"dotenv-webpack": "7.1.0",
"eslint": "8.18.0",
"glob": "7.2.3",
"mocha": "^9.2.2",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.6",
"ts-migrate": "^0.1.27",
"ts-node": "^10.4.0",
"typescript": "^4.6.3",
"ts-jest": "27.1.5",
"ts-loader": "9.3.0",
"ts-migrate": "0.1.29",
"ts-node": "10.8.1",
"typescript": "4.7.4",
"@vscode/test-electron": "^2.1.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.1",
"webpack": "5.73.0",
"webpack-cli": "4.10.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 29b4992

Please sign in to comment.