Skip to content

Commit

Permalink
build!: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsManta committed Aug 27, 2024
1 parent 35205cf commit 0da8f1f
Show file tree
Hide file tree
Showing 9 changed files with 2,261 additions and 1,128 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/master-pushed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: 'package.json'
cache: npm
registry-url: 'https://registry.npmjs.org'

- run: npm ci --ignore-scripts

Expand Down
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.tabSize": 2,
"files.exclude": {
"search.exclude": {
"dist": true
},
"cSpell.words": [
Expand Down
2 changes: 1 addition & 1 deletion edge/configurationGenerator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cheerio from 'cheerio'
import * as cheerio from 'cheerio'
import { schema } from 'stylus-supremacy'
import { execa } from 'execa'

Expand Down
8 changes: 8 additions & 0 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
commit-msg:
commands:
lint:
run: npx lint-commit-message {1}
pre-commit:
commands:
type:
run: npx tsc --noEmit
Loading

0 comments on commit 0da8f1f

Please sign in to comment.