Skip to content

Commit

Permalink
Revert "Upgrade stylelint-polaris to stylelint v16 (#12337)"
Browse files Browse the repository at this point in the history
This reverts commit b2d2da4.
  • Loading branch information
jesstelford committed Jul 9, 2024
1 parent b2d2da4 commit 255fbf5
Show file tree
Hide file tree
Showing 81 changed files with 1,121 additions and 1,877 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-impalas-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-mayflies-push.md

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ module.exports = {
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/consistent-type-exports': 'error',
'@typescript-eslint/naming-convention': 'off',
'@typescript-eslint/consistent-indexed-object-style': 'off',
'jsx-a11y/label-has-for': [
2,
{
Expand All @@ -87,8 +86,6 @@ module.exports = {
'jsx-a11y/click-events-have-key-events': 'off',
'jsx-a11y/no-noninteractive-element-interactions': 'off',
'jsx-a11y/no-noninteractive-element-to-interactive-role': 'off',
'jest/no-conditional-in-test': 'off',
'jest/no-standalone-expect': 'off',
'no-restricted-imports': [
'error',
{
Expand Down
4 changes: 0 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
.next
pnpm-lock.yaml
**/CHANGELOG.md
/polaris-migrator/src/migrations/**/tests/*.scss
/polaris-migrator/templates/**/*.hbs
dist
node_modules
/polaris-react/build
Expand Down
7 changes: 0 additions & 7 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ module.exports = {
'value-keyword-case': ['lower', {camelCaseSvgKeywords: true}],
'at-rule-no-unknown': null,
'scss/at-rule-no-unknown': true,
'selector-max-class': 5,
'selector-max-combinators': 5,
'selector-max-compound-selectors': 5,
'selector-max-specificity': '0,5,0',
// Disabling this rule as it's not forward-compatible with new CSS rules
// that get added. See: https://github.com/stylelint/stylelint/issues/7630
'declaration-block-no-redundant-longhand-properties': null,
},
overrides: [
{
Expand Down
17 changes: 6 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,37 +40,32 @@
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-virtual": "^3.0.1",
"@rollup/pluginutils": "^5.0.2",
"@shopify/eslint-plugin": "^45.0.0",
"@shopify/stylelint-plugin": "^14.0.0",
"@shopify/eslint-plugin": "^42.0.1",
"@shopify/stylelint-plugin": "^11.0.0",
"@shopify/typescript-configs": "^5.1.0",
"@size-limit/preset-small-lib": "^5.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.10.0",
"babel-loader": "^9.1.2",
"eslint": "^8.56.0",
"eslint": "^8.3.0",
"eslint-plugin-storybook": "^0.8.0",
"execa": "^5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-stylelint": "^7.0.1",
"jest-preset-stylelint": "^5.0.3",
"jest-watch-typeahead": "^2.2.2",
"js-yaml": "^4.1.0",
"npm-run-all": "^4.1.5",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.3.2",
"prettier": "^2.5.0",
"rollup": "^3.12.0",
"rollup-plugin-node-externals": "^5.1.0",
"size-limit": "^5.0.3",
"stylelint": "^16.6.1",
"stylelint": "^14.15.0",
"ts-node": "^10.7.0",
"turbo": "^1.11.1",
"typescript": "^4.9.3"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"size-limit": [
{
"name": "polaris-react-cjs",
Expand Down
26 changes: 0 additions & 26 deletions patches/[email protected]

This file was deleted.

Loading

0 comments on commit 255fbf5

Please sign in to comment.