]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump stylelint-config-twbs-bootstrap from 0.9.0 to 1.0.0 (#29704)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Thu, 21 Nov 2019 12:49:00 +0000 (14:49 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 21 Nov 2019 12:49:00 +0000 (14:49 +0200)
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 0.9.0 to 1.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v0.9.0...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
package-lock.json
package.json

index cfa80fbb72633945cb232e26872767adf2ce4fe2..54cb033a4022ad9bd7a4cd053bce1d8a6f5a37b2 100644 (file)
       "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=",
       "dev": true
     },
+    "lodash.isboolean": {
+      "version": "3.0.3",
+      "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
+      "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=",
+      "dev": true
+    },
+    "lodash.isregexp": {
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/lodash.isregexp/-/lodash.isregexp-4.0.1.tgz",
+      "integrity": "sha1-4T5kezDNVZdSoEzZEghvr32hwws=",
+      "dev": true
+    },
+    "lodash.isstring": {
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
+      "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=",
+      "dev": true
+    },
     "lodash.kebabcase": {
       "version": "4.1.1",
       "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
       "dev": true
     },
     "stylelint-config-recommended-scss": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-4.0.0.tgz",
-      "integrity": "sha512-aEy0ENUrH4ASgFCu2mMcqBUAX0l4CPXg0XucJXdW+I7mdqJ7ICddkxP1eamBNBZ1QToc/wsuLmTQcalk3qYpsw==",
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-4.1.0.tgz",
+      "integrity": "sha512-4012ca0weVi92epm3RRBRZcRJIyl5vJjJ/tJAKng+Qat5+cnmuCwyOI2vXkKdjNfGd0gvzyKCKEkvTMDcbtd7Q==",
       "dev": true,
       "requires": {
         "stylelint-config-recommended": "^3.0.0"
       }
     },
     "stylelint-config-twbs-bootstrap": {
-      "version": "0.9.0",
-      "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.9.0.tgz",
-      "integrity": "sha512-vXody1A6K42BROy8yJlUNOirblubxEGftM/mG/JdM7O2gScL/oeVf60FGYy2hs1cjjdL6S+uPBl2eDqfCjg6Wg==",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-1.0.0.tgz",
+      "integrity": "sha512-Cp6Tu2Q3coUxllvQJMR8BSXVl4CL9CaIjppAl9f1I3K0X9PwuS9MUGWo/pPfn6uUwseXBBX/1BFQ43f7H5RXVQ==",
       "dev": true,
       "requires": {
-        "stylelint-config-recommended-scss": "^4.0.0",
+        "stylelint-config-recommended-scss": "^4.1.0",
         "stylelint-config-standard": "^19.0.0",
         "stylelint-order": "^3.1.1",
-        "stylelint-scss": "^3.12.0"
+        "stylelint-scss": "^3.13.0"
       }
     },
     "stylelint-order": {
       }
     },
     "stylelint-scss": {
-      "version": "3.12.1",
-      "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.12.1.tgz",
-      "integrity": "sha512-k6B78HrqJ6pib5yOtmId7osVGrE2Amcf0VU+tdzk+oqwXe/0+VKtbkogeXrmGKt+z54QhxvjEO++qlE/a7EWlA==",
+      "version": "3.13.0",
+      "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.13.0.tgz",
+      "integrity": "sha512-SaLnvQyndaPcsgVJsMh6zJ1uKVzkRZJx+Wg/stzoB1mTBdEmGketbHrGbMQNymzH/0mJ06zDSpeCDvNxqIJE5A==",
       "dev": true,
       "requires": {
-        "lodash": "^4.17.15",
+        "lodash.isboolean": "^3.0.3",
+        "lodash.isregexp": "^4.0.1",
+        "lodash.isstring": "^4.0.1",
         "postcss-media-query-parser": "^0.2.3",
         "postcss-resolve-nested-selector": "^0.1.1",
         "postcss-selector-parser": "^6.0.2",
index 4ecec94c10c4d64abf9182ec25d6babc26609cce..eab5d884aed5a7fec87062f9b05166982dd9b386 100644 (file)
     "serve": "^11.2.0",
     "shelljs": "^0.8.3",
     "stylelint": "^11.1.1",
-    "stylelint-config-twbs-bootstrap": "^0.9.0",
+    "stylelint-config-twbs-bootstrap": "^1.0.0",
     "terser": "^4.4.0",
     "vnu-jar": "19.9.4"
   },