0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Build(deps-dev): Bump sass-true from 7.0.1 to 8.0.0 (#39714)
Some checks failed
BrowserStack / browserstack (push) Has been skipped
Bundlewatch / bundlewatch (push) Successful in 58s
CodeQL / Analyze (push) Failing after 37s
cspell / cspell (push) Successful in 22s
CSS / css (push) Successful in 48s
Docs / docs (push) Failing after 23s
JS Tests / JS Tests (push) Failing after 42s
Lint / lint (push) Successful in 44s
CSS (node-sass) / css (push) Successful in 36s
Release notes / update_release_draft (push) Has been skipped

Bumps [sass-true](https://github.com/oddbird/true) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/oddbird/true/releases)
- [Changelog](https://github.com/oddbird/true/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oddbird/true/compare/v7.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: sass-true
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-27 15:24:40 +02:00 committed by GitHub
parent 723fff975e
commit 99562ba37c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 14 deletions

23
package-lock.json generated
View File

@ -62,7 +62,7 @@
"rollup-plugin-istanbul": "^5.0.0",
"rtlcss": "^4.1.1",
"sass": "^1.71.1",
"sass-true": "^7.0.1",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
"stylelint": "^16.2.1",
"stylelint-config-twbs-bootstrap": "^14.0.0",
@ -9812,20 +9812,17 @@
}
},
"node_modules/sass-true": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/sass-true/-/sass-true-7.0.1.tgz",
"integrity": "sha512-7qt24tkX45b3Cs/U5e6+OiHHoorCISzrDACQLtPV8cHDZc//++KMUFSJisXhoVfwuWEVJugzImQITI1GfzoTFQ==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/sass-true/-/sass-true-8.0.0.tgz",
"integrity": "sha512-bk6m12BFxjRWnu0DHfqmsF36Eoxg3grLlLM4PhcgN6Znd9DvK2xVGJtWQ05u5RqEos3JaIX50MMN+gsAYUnEDA==",
"dev": true,
"dependencies": {
"@adobe/css-tools": "^4.3.2",
"@adobe/css-tools": "^4.3.3",
"jest-diff": "^29.7.0",
"lodash": "^4.17.21"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"sass": ">=1.45.0"
"node": ">=18"
}
},
"node_modules/seek-bzip": {
@ -18661,12 +18658,12 @@
}
},
"sass-true": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/sass-true/-/sass-true-7.0.1.tgz",
"integrity": "sha512-7qt24tkX45b3Cs/U5e6+OiHHoorCISzrDACQLtPV8cHDZc//++KMUFSJisXhoVfwuWEVJugzImQITI1GfzoTFQ==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/sass-true/-/sass-true-8.0.0.tgz",
"integrity": "sha512-bk6m12BFxjRWnu0DHfqmsF36Eoxg3grLlLM4PhcgN6Znd9DvK2xVGJtWQ05u5RqEos3JaIX50MMN+gsAYUnEDA==",
"dev": true,
"requires": {
"@adobe/css-tools": "^4.3.2",
"@adobe/css-tools": "^4.3.3",
"jest-diff": "^29.7.0",
"lodash": "^4.17.21"
}

View File

@ -146,7 +146,7 @@
"rollup-plugin-istanbul": "^5.0.0",
"rtlcss": "^4.1.1",
"sass": "^1.71.1",
"sass-true": "^7.0.1",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
"stylelint": "^16.2.1",
"stylelint-config-twbs-bootstrap": "^14.0.0",