Skip to content

Commit cfcae0c

Browse files
feat!: update cssnano to v6 (webpack-contrib#224)
1 parent 6e9cdd8 commit cfcae0c

File tree

7 files changed

+2522
-19126
lines changed

7 files changed

+2522
-19126
lines changed

.cspell.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
"pathinfo",
3535
"commitlint",
3636
"memfs",
37-
"colortable"
37+
"colortable",
38+
"wagoid",
39+
"autocrlf",
40+
"codecov"
3841
],
3942

4043
"ignorePaths": [

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- name: Check types
5555
run: if [ -n "$(git status types --porcelain)" ]; then echo "Missing types. Update types by running 'npm run build:types'"; exit 1; else echo "All types are valid"; fi
5656

57-
# - name: Security audit
58-
# run: npm run security
57+
- name: Security audit
58+
run: npm run security
5959

6060
- name: Check commit message
6161
uses: wagoid/commitlint-github-action@v5

lint-staged.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
"*": ["prettier --write --ignore-unknown", "cspell"],
2+
"*": ["prettier --write --ignore-unknown", "cspell --no-must-find-files"],
33
"*.js": ["eslint --cache --fix"],
44
};

0 commit comments

Comments
 (0)