Skip to content

Commit

Permalink
Cleanup ignore for prettier & Update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Jul 29, 2024
1 parent b79c739 commit 47b1f26
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/action-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,10 @@ jobs:
git clone $HEAD_REPO .
git checkout -b "$HEAD_REF" "origin/$HEAD_REF"
- name: Use Node.js LTS (18.x)
- name: Use Node.js LTS (20.x)
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: '18'
- name: Install project development dependencies
run: npm install --no-save
node-version: 20.x
- name: 'Format code'
run: ./bin/format.sh

Expand Down
4 changes: 0 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
/.github/labels.yml
/.github/workflows/sync-labels.yml
/test/fixtures
/tmp
/dist
/node_modules
/CODE_OF_CONDUCT.md

/.yarn
/.yarnrc.yml

# These are org-wide files (https://github.com/exercism/org-wide-files/)
/.github/labels.yml
/.github/workflows/sync-labels.yml

/CODE_OF_CONDUCT.md
/LICENSE
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@exercism/babel-preset-typescript": "^0.5.0",
"@exercism/static-analysis": "^0.12.0",
"@exercism/static-analysis": "^0.13.0",
"@jest/console": "^29.7.0",
"@jest/reporters": "^29.7.0",
"@jest/test-result": "^29.7.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1511,13 +1511,13 @@ __metadata:
languageName: node
linkType: hard

"@exercism/static-analysis@npm:^0.12.0":
version: 0.12.0
resolution: "@exercism/static-analysis@npm:0.12.0"
"@exercism/static-analysis@npm:^0.13.0":
version: 0.13.0
resolution: "@exercism/static-analysis@npm:0.13.0"
peerDependencies:
"@typescript-eslint/typescript-estree": ^5.7.0
"@typescript-eslint/visitor-keys": ^5.7.0
checksum: 10/7efa98fbaa7e41ef37d2f6696268fd063116815a785360963d53a01db127e3f8e47d02b882bd860f91198d16bb013587bd86440ebfd7c01b541b844cf9907853
"@typescript-eslint/typescript-estree": ^7.18.0
"@typescript-eslint/visitor-keys": ^7.18.0
checksum: 10/1456d651cce8339345c2b8fa53f55c7d54a901b9b9c3f29d7b5cd4ade3f573343fda4e2e7bacf6449beeaf8c5df58f939e47cdf9f013e7d63e9a486900f8fcae
languageName: node
linkType: hard

Expand All @@ -1527,7 +1527,7 @@ __metadata:
dependencies:
"@exercism/babel-preset-typescript": "npm:^0.5.0"
"@exercism/eslint-config-tooling": "npm:^0.5.0"
"@exercism/static-analysis": "npm:^0.12.0"
"@exercism/static-analysis": "npm:^0.13.0"
"@jest/console": "npm:^29.7.0"
"@jest/globals": "npm:^29.7.0"
"@jest/reporters": "npm:^29.7.0"
Expand Down

0 comments on commit 47b1f26

Please sign in to comment.