Socket
Socket
Sign inDemoInstall

@mozaic-ds/css-dev-tools

Package Overview
Dependencies
265
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-rc.0 to 2.0.0-rc.1

38

CHANGELOG.md

@@ -6,2 +6,40 @@ # Change Log

# [2.0.0-rc.1](https://github.com/adeo/mozaic-design-system/compare/v1.29.0...v2.0.0-rc.1) (2022-03-31)
**Note:** Version bump only for package @mozaic-ds/css-dev-tools
## [1.27.1](https://github.com/adeo/mozaic-design-system/compare/v1.27.0...v1.27.1) (2022-03-17)
### Bug Fixes
* **tools/stylelint:** turn off some new stylelint rules ([#1067](https://github.com/adeo/mozaic-design-system/issues/1067)) ([ef404a8](https://github.com/adeo/mozaic-design-system/commit/ef404a8c32b4767b0af3c0a4c9a257408a59ef89))
# [1.27.0](https://github.com/adeo/mozaic-design-system/compare/v1.26.1...v1.27.0) (2022-03-16)
### Bug Fixes
* **tools/stylelint:** turn of the rule max-line-length ([#1058](https://github.com/adeo/mozaic-design-system/issues/1058)) ([66988c9](https://github.com/adeo/mozaic-design-system/commit/66988c95739af023043a2ef28ddddcf0b190b806))
# [1.26.0](https://github.com/adeo/mozaic-design-system/compare/v1.25.0...v1.26.0) (2022-03-02)
**Note:** Version bump only for package @mozaic-ds/css-dev-tools
# [2.0.0-rc.0](https://github.com/adeo/mozaic-design-system/compare/v1.24.2...v2.0.0-rc.0) (2022-02-08)

@@ -8,0 +46,0 @@

15

package.json
{
"name": "@mozaic-ds/css-dev-tools",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"dependencies": {

@@ -10,14 +10,13 @@ "@fullhuman/postcss-purgecss": "^4.0.3",

"@mozaic-ds/postcss-sass": "^4.0.0-next.0",
"@mozaic-ds/stylelint-plugin-mozaic": "^2.0.0-rc.0",
"@mozaic-ds/stylelint-plugin-mozaic": "^2.0.0-rc.1",
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
"dotenv": "^10.0.0",
"cssnano": "^5.1.3",
"dotenv": "^16.0.0",
"postcss": "^8.3.11",
"postcss-base64": "^0.7.1",
"postcss-reporter": "^7.0.4",
"postcss-scss": "^4.0.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.20.1"
"postcss-scss": "^4.0.3",
"stylelint": "^14.5.1",
"stylelint-config-standard-scss": "^3.0.0"
}
}

@@ -75,3 +75,3 @@ require('dotenv').config()

if (CM.getKey('autoprefixer.disabled')) {
productionPlugins.splice(4,1);
productionPlugins.splice(4, 1)
}

@@ -78,0 +78,0 @@

@@ -35,4 +35,4 @@ 'use strict'

module.exports = {
extends: ['stylelint-config-standard'],
plugins: ['@mozaic-ds/stylelint-plugin-mozaic', 'stylelint-scss'],
extends: ['stylelint-config-standard-scss'],
plugins: ['@mozaic-ds/stylelint-plugin-mozaic'],
rules: {

@@ -43,3 +43,22 @@ 'at-rule-no-unknown': null,

'no-invalid-position-at-import-rule': null,
'max-line-length': null,
'alpha-value-notation': null,
'selector-class-pattern': null,
'scss/no-global-function-names': null,
// TODO: the following rules should be removed from the file when switching to @next
'scss/at-mixin-argumentless-call-parentheses': null,
'scss/at-import-partial-extension': null,
'scss/at-import-no-partial-leading-underscore': null,
'scss/double-slash-comment-empty-line-before': null,
'scss/at-rule-conditional-no-parentheses': null,
'custom-property-no-missing-var-function': null,
'string-quotes': null,
'at-rule-empty-line-before': null,
'color-function-notation': null,
'function-url-quotes': null,
'value-keyword-case': null,
'declaration-colon-newline-after': null,
'rule-empty-line-before': null,
'no-descending-specificity': null,
},
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc