stylelint-config-ccb 2.6.0 → 2.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylelint-config-ccb",
3
- "version": "2.6.0",
3
+ "version": "2.8.0",
4
4
  "description": "Stylelint config which extends stylelint-config-standard",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -12,22 +12,22 @@
12
12
  "type": "git",
13
13
  "url": "https://github.com/carlosjeurissen/stylelint-config-ccb.git"
14
14
  },
15
- "main": "dist/main.js",
15
+ "type": "module",
16
+ "main": "dist/main.cjs",
16
17
  "files": [
17
- "dist/main.js",
18
- "dist/compat.js",
19
- "dist/contentscript.js"
18
+ "dist/main.cjs",
19
+ "dist/compat.cjs",
20
+ "dist/contentscript.cjs"
20
21
  ],
21
22
  "scripts": {
22
- "build": "node index.mjs",
23
- "lint": "eslint index.mjs data/*.mjs __tests__/index.test.js",
24
- "lint-fix": "eslint index.mjs data/*.mjs __tests__/index.test.js --fix",
25
- "test": "jest",
26
- "watch": "jest --watch"
23
+ "build": "node index.js",
24
+ "lint": "eslint index.js data/*.js __tests__/index.test.js",
25
+ "lint-fix": "eslint index.js data/*.js __tests__/index.test.js --fix",
26
+ "test": "pnpm node --experimental-vm-modules node_modules/jest/bin/jest.js"
27
27
  },
28
28
  "dependencies": {
29
29
  "@ronilaukkarinen/stylelint-a11y": "^1.2.7",
30
- "prettier": "^2.8.8",
30
+ "prettier": "^3.0.0",
31
31
  "stylelint-color-format": "^1.1.0",
32
32
  "stylelint-config-standard": "^34.0.0",
33
33
  "stylelint-csstree-validator": "^3.0.0",
@@ -35,19 +35,19 @@
35
35
  "stylelint-high-performance-animation": "^1.8.0",
36
36
  "stylelint-no-indistinguishable-colors": "^1.3.2",
37
37
  "stylelint-no-nested-media": "^0.1.0",
38
- "stylelint-no-unsupported-browser-features": "^6.1.0",
38
+ "stylelint-no-unsupported-browser-features": "^7.0.0",
39
39
  "stylelint-order": "^6.0.3",
40
40
  "stylelint-plugin-import": "^1.0.13",
41
- "stylelint-prettier": "^3.0.0",
41
+ "stylelint-prettier": "^4.0.0",
42
42
  "stylelint-require-units": "^1.0.2",
43
43
  "stylelint-selector-no-empty": "^1.0.9",
44
- "stylelint-stylistic": "^0.4.2",
44
+ "stylelint-stylistic": "^0.4.3",
45
45
  "stylelint-value-no-unknown-custom-properties": "^4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "eslint": "^8.44.0",
49
49
  "eslint-config-ccb": "^0.14.1",
50
- "jest": "^29.6.0",
50
+ "jest": "^29.6.1",
51
51
  "stylelint": "^15.10.1"
52
52
  },
53
53
  "peerDependencies": {
@@ -61,7 +61,7 @@
61
61
  }
62
62
  },
63
63
  "stylelint": {
64
- "extends": "./dist/main.js"
64
+ "extends": "stylelint-config-ccb"
65
65
  },
66
66
  "pnpm": {
67
67
  "overrides": {
File without changes
File without changes
File without changes