adopted-style-sheets
Advanced tools
Comparing version 1.1.7 to 1.1.8-rc.0
{ | ||
"name": "adopted-style-sheets", | ||
"version": "1.1.7", | ||
"version": "1.1.8-rc.0", | ||
"license": "EUPL-1.2", | ||
@@ -35,2 +35,4 @@ "description": "This library implements functions to use the adopted style of web components for multiple themes.", | ||
"devDependencies": { | ||
"@commitlint/cli": "19.6.0", | ||
"@commitlint/config-conventional": "19.6.0", | ||
"@swc/core": "1.10.1", | ||
@@ -41,5 +43,9 @@ "@types/mocha": "10.0.10", | ||
"eslint": "8.57.1", | ||
"husky": "9.1.7", | ||
"knip": "5.40.0", | ||
"mocha": "10.8.2", | ||
"npm-check-updates": "17.1.11", | ||
"npm-run-all2": "7.0.1", | ||
"prettier": "3.4.2", | ||
"rimraf": "6.0.1", | ||
"tsup": "8.3.5", | ||
@@ -68,6 +74,17 @@ "typescript": "5.7.2", | ||
"build:unbuild": "unbuild", | ||
"clean": "git clean -f -d -X", | ||
"clean:branches": "git branch --merged | grep -v \\* | xargs git branch -D", | ||
"format": "prettier --check src", | ||
"lint": "tsc --noemit && eslint src", | ||
"unused": "knip" | ||
"ncu:major": "ncu && pnpm exec ncu", | ||
"ncu:minor": "ncu -t minor -u && pnpm exec ncu -t minor -u", | ||
"ncu:patch": "ncu -t patch -u && pnpm exec ncu -t patch -u", | ||
"prepare:husky": "rimraf .husky && husky && npm-run-all2 prepare:husky:*", | ||
"prepare:husky:commitlint": "echo \"npx commitlint --edit $1\" >> .husky/commit-msg", | ||
"prepare:husky:format": "echo \"pnpm format\" >> .husky/pre-push", | ||
"prepare:husky:lint": "echo \"pnpm lint\" >> .husky/pre-commit", | ||
"prepare:husky:unused": "echo \"pnpm unused\" >> .husky/pre-push", | ||
"unused": "knip", | ||
"update": "pnpm ncu:minor && pnpm ncu:major" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
49176
17
3