Skip to content

Commit

Permalink
chore(project): update chalk and stylelint dependencies (#8956)
Browse files Browse the repository at this point in the history
* chore(project): update chalk to 4.x

* chore(project): update stylelint to latest versions
  • Loading branch information
joshblack authored Jun 21, 2021
1 parent fb5d24e commit 3d20f9a
Show file tree
Hide file tree
Showing 50 changed files with 130 additions and 272 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/lcid-npm-2.0.0-504d7cb4c6-278e27b5a0.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion config/jest-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"accessibility-checker": "^3.1.1",
"axe-core": "^4.1.1",
"babel-jest": "^26.6.3",
"chalk": "^4.1.0",
"chalk": "^4.1.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
Expand Down
12 changes: 6 additions & 6 deletions config/stylelint-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"dependencies": {
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-no-unsupported-browser-features": "^4.0.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-no-unsupported-browser-features": "^5.0.1",
"stylelint-order": "^4.1.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.13.0"
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.19.0"
},
"devDependencies": {
"prettier": "^2.2.1",
"stylelint": "^13.6.0"
"stylelint": "^13.13.1"
}
}
2 changes: 1 addition & 1 deletion packages/cli-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"access": "public"
},
"dependencies": {
"chalk": "^2.4.1"
"chalk": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"chalk": "^2.4.2",
"chalk": "^4.1.1",
"change-case": "^4.1.2",
"child-process-promise": "^2.2.1",
"clipboardy": "^2.1.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/components/src/globals/scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ $base-font-size: 16px !default;
}

// 🔬 Experimental
// stylelint-disable-next-line no-invalid-position-at-import-rule
@import '../../globals/scss/vendor/@carbon/elements/scss/type/font-family';
// stylelint-disable-next-line no-invalid-position-at-import-rule
@import '../../globals/scss/vendor/@carbon/elements/scss/type/styles';

/// Different type styles per token
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"browserslist-config-carbon": "^10.6.1",
"carbon-components": "^10.37.0",
"carbon-icons": "^7.0.5",
"chalk": "^2.3.0",
"chalk": "^4.1.1",
"cli-table": "^0.3.0",
"core-js": "^3.6.5",
"cross-env": "^5.2.0",
Expand Down
Loading

0 comments on commit 3d20f9a

Please sign in to comment.