Bump stylelint to v16, SCSS config to v13 (#1507)

Seems like this major update isn't caught by dependabot. Should be a straightforward upgrade!

Separately, going to plan on removing files from our `ignoreFiles` -- in particular, auditing our vendor files (which have some issues).
This commit is contained in:
Matt Wang 2024-08-12 11:34:37 -07:00 committed by GitHub
parent 9aa1eeac3c
commit 4862864318
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 535 additions and 1284 deletions

1815
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,8 +8,8 @@
"devDependencies": {
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0"
"stylelint": "^16.8.1",
"stylelint-config-standard-scss": "^13.1.0"
},
"scripts": {
"lint": "npm-run-all --parallel --continue-on-error lint:*",