Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-02 08:57:19 +0300
committerGitHub <noreply@github.com>2022-11-02 08:57:19 +0300
commit75b1ea089826a4ddf25e0804a979cff94bda5cf4 (patch)
tree83801c251f49971c08e4750ae7106136898088be
parentee87e8ad4a3c258705147d50cb736f9e8a6c99f7 (diff)
Bump stylelint-config-standard-scss from 5.0.0 to 6.0.0 (#173)
* Bump stylelint-config-standard-scss from 5.0.0 to 6.0.0 Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard-scss dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Disable annotation-no-unknown rule Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--index.js1
-rw-r--r--package-lock.json99
-rw-r--r--package.json2
3 files changed, 29 insertions, 73 deletions
diff --git a/index.js b/index.js
index 93245ad..b1b1a83 100644
--- a/index.js
+++ b/index.js
@@ -62,6 +62,7 @@ module.exports = {
'stylelint-config-recess-order'
],
'rules': {
+ 'annotation-no-unknown': null,
'no-invalid-position-at-import-rule': null,
'scss/at-extend-no-missing-placeholder': null,
'scss/at-function-named-arguments': 'never',
diff --git a/package-lock.json b/package-lock.json
index 23a4023..4066a9d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^29.0.0",
- "stylelint-config-standard-scss": "^5.0.0",
+ "stylelint-config-standard-scss": "^6.0.0",
"stylelint-scss": "^4.3.0"
},
"devDependencies": {
@@ -2166,24 +2166,22 @@
}
},
"node_modules/stylelint-config-recommended-scss": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-7.0.0.tgz",
- "integrity": "sha512-rGz1J4rMAyJkvoJW4hZasuQBB7y9KIrShb20l9DVEKKZSEi1HAy0vuNlR8HyCKy/jveb/BdaQFcoiYnmx4HoiA==",
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-8.0.0.tgz",
+ "integrity": "sha512-BxjxEzRaZoQb7Iinc3p92GS6zRdRAkIuEu2ZFLTxJK2e1AIcCb5B5MXY9KOXdGTnYFZ+KKx6R4Fv9zU6CtMYPQ==",
"dependencies": {
"postcss-scss": "^4.0.2",
- "stylelint-config-recommended": "^8.0.0",
+ "stylelint-config-recommended": "^9.0.0",
"stylelint-scss": "^4.0.0"
},
"peerDependencies": {
- "stylelint": "^14.4.0"
- }
- },
- "node_modules/stylelint-config-recommended-scss/node_modules/stylelint-config-recommended": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz",
- "integrity": "sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==",
- "peerDependencies": {
- "stylelint": "^14.8.0"
+ "postcss": "^8.3.3",
+ "stylelint": "^14.10.0"
+ },
+ "peerDependenciesMeta": {
+ "postcss": {
+ "optional": true
+ }
}
},
"node_modules/stylelint-config-standard": {
@@ -2198,34 +2196,15 @@
}
},
"node_modules/stylelint-config-standard-scss": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-5.0.0.tgz",
- "integrity": "sha512-zoXLibojHZYPFjtkc4STZtAJ2yGTq3Bb4MYO0oiyO6f/vNxDKRcSDZYoqN260Gv2eD5niQIr1/kr5SXlFj9kcQ==",
- "dependencies": {
- "stylelint-config-recommended-scss": "^7.0.0",
- "stylelint-config-standard": "^26.0.0"
- },
- "peerDependencies": {
- "stylelint": "^14.9.0"
- }
- },
- "node_modules/stylelint-config-standard-scss/node_modules/stylelint-config-recommended": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz",
- "integrity": "sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==",
- "peerDependencies": {
- "stylelint": "^14.8.0"
- }
- },
- "node_modules/stylelint-config-standard-scss/node_modules/stylelint-config-standard": {
- "version": "26.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-26.0.0.tgz",
- "integrity": "sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.0.0.tgz",
+ "integrity": "sha512-aAWcQgiqsXg6Jyhq/Q/HPbVB7PHf4v/wdyFSDun/qlL/SPxtEcVeGMvJLzRVRaNf3tp3D93QP6N9QKwJa1L0Kw==",
"dependencies": {
- "stylelint-config-recommended": "^8.0.0"
+ "stylelint-config-recommended-scss": "^8.0.0",
+ "stylelint-config-standard": "^29.0.0"
},
"peerDependencies": {
- "stylelint": "^14.9.0"
+ "stylelint": "^14.14.0"
}
},
"node_modules/stylelint-order": {
@@ -4035,21 +4014,13 @@
"requires": {}
},
"stylelint-config-recommended-scss": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-7.0.0.tgz",
- "integrity": "sha512-rGz1J4rMAyJkvoJW4hZasuQBB7y9KIrShb20l9DVEKKZSEi1HAy0vuNlR8HyCKy/jveb/BdaQFcoiYnmx4HoiA==",
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-8.0.0.tgz",
+ "integrity": "sha512-BxjxEzRaZoQb7Iinc3p92GS6zRdRAkIuEu2ZFLTxJK2e1AIcCb5B5MXY9KOXdGTnYFZ+KKx6R4Fv9zU6CtMYPQ==",
"requires": {
"postcss-scss": "^4.0.2",
- "stylelint-config-recommended": "^8.0.0",
+ "stylelint-config-recommended": "^9.0.0",
"stylelint-scss": "^4.0.0"
- },
- "dependencies": {
- "stylelint-config-recommended": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz",
- "integrity": "sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==",
- "requires": {}
- }
}
},
"stylelint-config-standard": {
@@ -4061,28 +4032,12 @@
}
},
"stylelint-config-standard-scss": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-5.0.0.tgz",
- "integrity": "sha512-zoXLibojHZYPFjtkc4STZtAJ2yGTq3Bb4MYO0oiyO6f/vNxDKRcSDZYoqN260Gv2eD5niQIr1/kr5SXlFj9kcQ==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.0.0.tgz",
+ "integrity": "sha512-aAWcQgiqsXg6Jyhq/Q/HPbVB7PHf4v/wdyFSDun/qlL/SPxtEcVeGMvJLzRVRaNf3tp3D93QP6N9QKwJa1L0Kw==",
"requires": {
- "stylelint-config-recommended-scss": "^7.0.0",
- "stylelint-config-standard": "^26.0.0"
- },
- "dependencies": {
- "stylelint-config-recommended": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz",
- "integrity": "sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==",
- "requires": {}
- },
- "stylelint-config-standard": {
- "version": "26.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-26.0.0.tgz",
- "integrity": "sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==",
- "requires": {
- "stylelint-config-recommended": "^8.0.0"
- }
- }
+ "stylelint-config-recommended-scss": "^8.0.0",
+ "stylelint-config-standard": "^29.0.0"
}
},
"stylelint-order": {
diff --git a/package.json b/package.json
index 0e4a665..8263be2 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"dependencies": {
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^29.0.0",
- "stylelint-config-standard-scss": "^5.0.0",
+ "stylelint-config-standard-scss": "^6.0.0",
"stylelint-scss": "^4.3.0"
},
"devDependencies": {