@nice-move/stylelint-config 0.7.1 → 0.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/README.md CHANGED
@@ -20,7 +20,7 @@ A [stylelint] config created by personal preferences.
20
20
  - [CSS Modules exceptions - :global / :local](https://github.com/css-modules/css-modules#exceptions) in \*.module.{css,scss,less}, \*.vue
21
21
  - [Interoperable CSS (ICSS) - :export](https://github.com/css-modules/icss#export) in \*.module.{css,scss,less}, \*.vue
22
22
  - [Tailwind CSS](https://tailwindcss.com/) at rules when `tailwindcss` installed
23
- - Mini Progarm Stylesheet limitation when needed
23
+ - Mini Program Stylesheet limitation when needed
24
24
 
25
25
  ## Installation
26
26
 
package/lib/ignore.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const { join } = require('path');
3
+ const { join } = require('node:path');
4
4
  const { readJson, getPkg } = require('settingz');
5
5
 
6
6
  function ignoreList() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-move/stylelint-config",
3
- "version": "0.7.1",
3
+ "version": "0.8.0",
4
4
  "description": "A `stylelint` config created by personal preferences",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -29,24 +29,24 @@
29
29
  },
30
30
  "main": "index.cjs",
31
31
  "dependencies": {
32
- "postcss": "^8.4.14",
32
+ "postcss": "^8.4.18",
33
33
  "postcss-html": "^1.5.0",
34
34
  "postcss-less": "^6.0.0",
35
35
  "postcss-markdown": "^1.2.0",
36
36
  "settingz": "^0.2.0",
37
37
  "stylelint-config-prettier": "^9.0.3",
38
38
  "stylelint-config-prettier-scss": "^0.0.1",
39
- "stylelint-config-recommended-scss": "^7.0.0",
40
- "stylelint-config-standard": "^26.0.0",
41
- "stylelint-declaration-block-no-ignored-properties": "^2.5.0",
39
+ "stylelint-config-recommended-scss": "^8.0.0",
40
+ "stylelint-config-standard": "^29.0.0",
41
+ "stylelint-declaration-block-no-ignored-properties": "^2.6.0",
42
42
  "stylelint-scss": "^4.3.0",
43
43
  "stylelint-suitcss": "^5.0.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "stylelint": "^14.9.1"
46
+ "stylelint": "^14.14.0"
47
47
  },
48
48
  "engines": {
49
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
49
+ "node": "^16.15.0 || ^18.12.0"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public",