@jhae/stylelint-config-verifier 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
1
+ import { describe, expect, test } from '@jest/globals';
1
2
  import stylelint from 'stylelint';
2
3
  /**
3
4
  * The `ConfigVerifier` class verifies the rules of a Stylelint configuration. It runs Stylelint for a given test case
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jhae/stylelint-config-verifier",
3
3
  "description": "A Stylelint configuration tester for Jest that helps you verify your defined rules.",
4
- "version": "2.0.0",
4
+ "version": "2.1.0",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "JHAE",
@@ -38,23 +38,30 @@
38
38
  "test:watch:coverage": "npm run-script test:watch -- --coverage"
39
39
  },
40
40
  "devDependencies": {
41
- "@eslint/js": "^9.0",
41
+ "@eslint/js": "^10.0",
42
42
  "@types/jest": "^30.0",
43
- "eslint": "^9.0",
43
+ "eslint": "^10.0",
44
44
  "eslint-config-prettier": "^10.0",
45
45
  "eslint-plugin-prettier": "^5.1",
46
46
  "jest": "^30.0",
47
47
  "prettier": "^3.0",
48
48
  "stylelint": "^17.0",
49
49
  "ts-jest": "^29.2",
50
- "typescript": "^5.0",
50
+ "typescript": "^6.0",
51
51
  "typescript-eslint": "^8.42"
52
52
  },
53
53
  "peerDependencies": {
54
- "stylelint": "^17.0"
54
+ "jest": "^29.0 || ^30.0",
55
+ "stylelint": "^17.0",
56
+ "typescript": "^5.0 || ^6.0"
57
+ },
58
+ "peerDependenciesMeta": {
59
+ "typescript": {
60
+ "optional": true
61
+ }
55
62
  },
56
63
  "engines": {
57
- "node": ">=20.0"
64
+ "node": "^20.19 || ^22.13 || >=24.0"
58
65
  },
59
66
  "keywords": [
60
67
  "config",