Skip to content

Commit

Permalink
fix(workspace): handling of unsupported css props (#685)
Browse files Browse the repository at this point in the history
* fix(workspace): handling of unsupported css props

* updates

* Update .stylelintrc.js

* Update common/context/src/partials/_layout.scss

* Update common/context/src/partials/_reset-breakdown.scss

* update stylelint-no-unsupported-browser-features

Co-authored-by: Yonatan Kra <yonatan.kra@vonage.com>
  • Loading branch information
yinonov and YonatanKra committed Oct 7, 2021
1 parent 3905dfd commit 207beb8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 8 deletions.
11 changes: 10 additions & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ last 2 versions
Firefox ESR
not dead
not IE 11
not op_mini all
not op_mini all
not ios_saf > 0
not baidu > 0
not and_uc > 0
not kaios > 0
not op_mob > 0
not and_qq > 0
not samsung > 0
not kaios > 0
not Baidu > 0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"stylelint-a11y": "^1.2.3",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-no-unsupported-browser-features": "^5.0.1",
"stylelint-no-unsupported-browser-features": "^5.0.2",
"tar-stream": "^2.1.4",
"ts-loader": "^9.1.2",
"ts-node": "^9.1.1",
Expand Down
31 changes: 25 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13861,6 +13861,11 @@ nan@^2.12.1:
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==

nanocolors@^0.2.2:
version "0.2.12"
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.12.tgz#4d05932e70116078673ea4cc6699a1c56cc77777"
integrity sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug==

nanoid@3.1.20:
version "3.1.20"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788"
Expand All @@ -13876,6 +13881,11 @@ nanoid@^3.1.23:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==

nanoid@^3.1.25:
version "3.1.28"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.28.tgz#3c01bac14cb6c5680569014cc65a2f26424c6bd4"
integrity sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==

nanomatch@^1.2.9:
version "1.2.13"
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
Expand Down Expand Up @@ -15328,7 +15338,7 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.
source-map "^0.6.1"
supports-color "^6.1.0"

postcss@^8.1.10, postcss@^8.1.4, postcss@^8.2.4:
postcss@^8.1.10, postcss@^8.2.4:
version "8.3.6"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
Expand All @@ -15337,6 +15347,15 @@ postcss@^8.1.10, postcss@^8.1.4, postcss@^8.2.4:
nanoid "^3.1.23"
source-map-js "^0.6.2"

postcss@^8.3.6:
version "8.3.8"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.8.tgz#9ebe2a127396b4b4570ae9f7770e7fb83db2bac1"
integrity sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==
dependencies:
nanocolors "^0.2.2"
nanoid "^3.1.25"
source-map-js "^0.6.2"

prelude-ls@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
Expand Down Expand Up @@ -17781,14 +17800,14 @@ stylelint-config-sass-guidelines@^8.0.0:
stylelint-order "^4.0.0"
stylelint-scss "^3.18.0"

stylelint-no-unsupported-browser-features@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-5.0.1.tgz#a72460f3e537a4eb88ee4232924d5a17e4ee15bd"
integrity sha512-eI/MPD/DSJrSGufhEZe46iIhNn0W1bHVZjFFMvkbEqTz8wwkPA5UwghuUtqzjMypYyGQw3U47eruv+AeXjP54A==
stylelint-no-unsupported-browser-features@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-5.0.2.tgz#f253d5a9258cfd1a62f7751396e274dc6e4b29e3"
integrity sha512-cuttYP69r0cxRMDEEq1MVVK7rGqF2N+z1fDFx+ynX1feiuXLp0NvZDKZOGmmN/HWMEjIjv5SxXKITGTSkkNc8A==
dependencies:
doiuse "^4.4.1"
lodash "^4.17.15"
postcss "^8.1.4"
postcss "^8.3.6"

stylelint-order@^3.1.1:
version "3.1.1"
Expand Down

0 comments on commit 207beb8

Please sign in to comment.