@alexlit/lint-kit 127.1.0 → 127.2.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": "@alexlit/lint-kit",
3
- "version": "127.1.0",
3
+ "version": "127.2.0",
4
4
  "private": false,
5
5
  "description": "Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-commitlint",
3
- "version": "12.1.0",
3
+ "version": "12.2.0",
4
4
  "private": false,
5
5
  "description": "Commitlint config",
6
6
  "keywords": [
@@ -33,8 +33,8 @@
33
33
  "up": "../../scripts/up.sh"
34
34
  },
35
35
  "dependencies": {
36
- "@commitlint/cli": "^19.4.0",
37
- "@commitlint/config-conventional": "^19.2.2",
36
+ "@commitlint/cli": "^19.4.1",
37
+ "@commitlint/config-conventional": "^19.4.1",
38
38
  "conventional-changelog-cli": "^5.0.0"
39
39
  },
40
40
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "95.1.0",
3
+ "version": "95.2.0",
4
4
  "private": false,
5
5
  "description": "Eslint config",
6
6
  "keywords": [
@@ -42,7 +42,7 @@
42
42
  "eslint": "^9.9.1",
43
43
  "eslint-config-prettier": "^9.1.0",
44
44
  "eslint-plugin-jsdoc": "^50.2.2",
45
- "eslint-plugin-perfectionist": "^3.2.0",
45
+ "eslint-plugin-perfectionist": "^3.3.0",
46
46
  "eslint-plugin-prettier": "^5.2.1",
47
47
  "eslint-plugin-regexp": "^2.6.0",
48
48
  "eslint-plugin-sonarjs": "^2.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-stylelint",
3
- "version": "45.14.1",
3
+ "version": "45.15.0",
4
4
  "private": false,
5
5
  "description": "Stylelint config",
6
6
  "keywords": [
@@ -38,7 +38,7 @@
38
38
  "postcss": "^8.4.41",
39
39
  "postcss-html": "^1.7.0",
40
40
  "prettier": "^3.3.3",
41
- "stylelint": "^16.8.2",
41
+ "stylelint": "^16.9.0",
42
42
  "stylelint-at-rule-no-children": "^0.3.1",
43
43
  "stylelint-color-format": "^1.1.0",
44
44
  "stylelint-config-recommended-vue": "^1.5.0",
@@ -82,6 +82,7 @@ export default {
82
82
 
83
83
  'scss/function-quote-no-quoted-strings-inside': true,
84
84
  'scss/function-unquote-no-unquoted-strings-inside': true,
85
+ 'scss/load-partial-extension': null,
85
86
  'scss/map-keys-quotes': 'always',
86
87
  'scss/no-duplicate-dollar-variables': true,
87
88
  'scss/no-duplicate-mixins': true,
package/scripts/up.sh CHANGED
@@ -11,8 +11,12 @@ if [ ${SKIPED_PACKAGES} != '' ]; then
11
11
  fi
12
12
 
13
13
  # root
14
- npx npm-check-updates --upgrade --reject ${SKIPED_PACKAGES} --target ${VERSION}
15
- npm i --legacy-peer-deps
14
+ npx npm-check-updates \
15
+ --upgrade \
16
+ --reject ${SKIPED_PACKAGES} \
17
+ --target ${VERSION}
18
+ npm i \
19
+ --legacy-peer-deps
16
20
  npm audit fix
17
21
 
18
22
  # packages