Skip to content

Commit

Permalink
Merge pull request #3305 from belgattitude/remove-stylelint-config-pr…
Browse files Browse the repository at this point in the history
…ettier

chore: remove obsoleted stylelint config prettier
  • Loading branch information
belgattitude committed Feb 11, 2023
2 parents 9bdfa06 + 76e412c commit fc17f13
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 37 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/cors": "2.8.13",
"@types/jest": "29.4.0",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/react-test-renderer": "18.0.0",
"@types/testing-library__jest-dom": "5.14.5",
Expand Down
5 changes: 2 additions & 3 deletions apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.4.0",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/testing-library__jest-dom": "5.14.5",
"@your-org/eslint-config-bases": "workspace:^",
Expand All @@ -76,8 +76,7 @@
"npm-run-all": "4.1.5",
"postcss": "8.4.21",
"prettier": "2.8.4",
"stylelint": "15.0.0",
"stylelint-config-prettier": "9.0.4",
"stylelint": "15.1.0",
"stylelint-config-standard": "30.0.1",
"tailwindcss": "3.2.6",
"ts-jest": "29.0.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-app/stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @link https://stylelint.io/user-guide/rules/list/
*/
module.exports = {
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
extends: ['stylelint-config-standard'],
rules: {
'at-rule-no-unknown': [
true,
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@babel/core": "7.20.12",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@vitejs/plugin-react": "3.1.0",
"@vitest/coverage-istanbul": "0.28.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@testing-library/react": "13.4.0",
"@types/jest": "29.4.0",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@vitejs/plugin-react": "3.1.0",
"@vitest/coverage-istanbul": "0.28.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@types/jest": "29.4.0",
"@types/node": "18.13.0",
"@types/prettier": "2.7.2",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"eslint": "8.34.0",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@testing-library/react": "13.4.0",
"@types/jest": "29.4.0",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@your-org/eslint-config-bases": "workspace:^",
"autoprefixer": "10.4.13",
Expand Down
43 changes: 15 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8036,14 +8036,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.0.27, @types/react@npm:>=16, @types/react@npm:^18.0.15":
version: 18.0.27
resolution: "@types/react@npm:18.0.27"
"@types/react@npm:*, @types/react@npm:18.0.28, @types/react@npm:>=16, @types/react@npm:^18.0.15":
version: 18.0.28
resolution: "@types/react@npm:18.0.28"
dependencies:
"@types/prop-types": "npm:*"
"@types/scheduler": "npm:*"
csstype: "npm:^3.0.2"
checksum: 75c0b64773dc36bd094b3cc7fff5fb4cc385f60d7696bec2e0243806de69f2a2e35bec25d31f51bbbd6681639d8682a2d6eb94379759c70afc2f3ef5f87927b5
checksum: 5a43d1f81da064da91d0be3a676fbd2380d3bdff7491e0dae49e9ccdecf8fdf07e1bf7054d5fdd79266bf90a813384bd6898c678aca44e041a9e19df5fa690b3
languageName: node
linkType: hard

Expand Down Expand Up @@ -9003,7 +9003,7 @@ __metadata:
"@testing-library/react": "npm:13.4.0"
"@types/jest": "npm:29.4.0"
"@types/node": "npm:18.13.0"
"@types/react": "npm:18.0.27"
"@types/react": "npm:18.0.28"
"@types/react-dom": "npm:18.0.10"
"@vitejs/plugin-react": "npm:3.1.0"
"@vitest/coverage-istanbul": "npm:0.28.4"
Expand Down Expand Up @@ -9082,7 +9082,7 @@ __metadata:
"@types/jest": "npm:29.4.0"
"@types/node": "npm:18.13.0"
"@types/prettier": "npm:2.7.2"
"@types/react": "npm:18.0.27"
"@types/react": "npm:18.0.28"
"@types/react-dom": "npm:18.0.10"
"@typescript-eslint/eslint-plugin": "npm:^5.51.0"
"@typescript-eslint/parser": "npm:^5.51.0"
Expand Down Expand Up @@ -9177,7 +9177,7 @@ __metadata:
"@testing-library/react": "npm:13.4.0"
"@types/jest": "npm:29.4.0"
"@types/node": "npm:18.13.0"
"@types/react": "npm:18.0.27"
"@types/react": "npm:18.0.28"
"@types/react-dom": "npm:18.0.10"
"@your-org/eslint-config-bases": "workspace:^"
"@your-org/ts-utils": "workspace:^"
Expand Down Expand Up @@ -21856,7 +21856,7 @@ __metadata:
"@types/cors": "npm:2.8.13"
"@types/jest": "npm:29.4.0"
"@types/node": "npm:18.13.0"
"@types/react": "npm:18.0.27"
"@types/react": "npm:18.0.28"
"@types/react-dom": "npm:18.0.10"
"@types/react-test-renderer": "npm:18.0.0"
"@types/testing-library__jest-dom": "npm:5.14.5"
Expand Down Expand Up @@ -25678,7 +25678,7 @@ __metadata:
"@testing-library/user-event": "npm:14.4.3"
"@types/jest": "npm:29.4.0"
"@types/node": "npm:18.13.0"
"@types/react": "npm:18.0.27"
"@types/react": "npm:18.0.28"
"@types/react-dom": "npm:18.0.10"
"@types/testing-library__jest-dom": "npm:5.14.5"
"@vercel/node": "npm:2.9.2"
Expand All @@ -25698,8 +25698,7 @@ __metadata:
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
remix: "npm:1.12.0"
stylelint: "npm:15.0.0"
stylelint-config-prettier: "npm:9.0.4"
stylelint: "npm:15.1.0"
stylelint-config-standard: "npm:30.0.1"
tailwindcss: "npm:3.2.6"
ts-jest: "npm:29.0.5"
Expand Down Expand Up @@ -27651,18 +27650,6 @@ __metadata:
languageName: node
linkType: hard

"stylelint-config-prettier@npm:9.0.4":
version: 9.0.4
resolution: "stylelint-config-prettier@npm:9.0.4"
peerDependencies:
stylelint: ">=11.0.0"
bin:
stylelint-config-prettier: bin/check.js
stylelint-config-prettier-check: bin/check.js
checksum: df28ea769c883eb10f0e8225e7bd7f9b819e899c0893eab1fa6fa154c4b6b8341a62a1a7e708ddc17709bc23bc2366948a0c94f4d8883e5f3d3404972ca4feec
languageName: node
linkType: hard

"stylelint-config-recommended@npm:^10.0.1":
version: 10.0.1
resolution: "stylelint-config-recommended@npm:10.0.1"
Expand All @@ -27683,9 +27670,9 @@ __metadata:
languageName: node
linkType: hard

"stylelint@npm:15.0.0":
version: 15.0.0
resolution: "stylelint@npm:15.0.0"
"stylelint@npm:15.1.0":
version: 15.1.0
resolution: "stylelint@npm:15.1.0"
dependencies:
"@csstools/css-parser-algorithms": "npm:^2.0.1"
"@csstools/css-tokenizer": "npm:^2.0.1"
Expand Down Expand Up @@ -27731,7 +27718,7 @@ __metadata:
write-file-atomic: "npm:^5.0.0"
bin:
stylelint: bin/stylelint.js
checksum: 31b5372a010c83d6e351bda1016f454dc15c373278cf7011780f1b852c189cf885666c498a5d8e4fe140bcfb99e06985329a0ccdb28ec9dc533ba3425d02fded
checksum: 28cba1a1e1c1cf3342cc7549e0067261fc5c32de3194140d4b7239bded83f9b0c30c3a94f3a67be10741eedd145793d33a1191bdc05bd477cc361355c47f1f25
languageName: node
linkType: hard

Expand Down Expand Up @@ -29686,7 +29673,7 @@ __metadata:
"@babel/core": "npm:7.20.12"
"@emotion/react": "npm:11.10.5"
"@emotion/styled": "npm:11.10.5"
"@types/react": "npm:18.0.27"
"@types/react": "npm:18.0.28"
"@types/react-dom": "npm:18.0.10"
"@vitejs/plugin-react": "npm:3.1.0"
"@vitest/coverage-istanbul": "npm:0.28.4"
Expand Down

2 comments on commit fc17f13

@vercel
Copy link

@vercel vercel bot commented on fc17f13 Feb 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

monorepo-vite-app – ./apps/vite-app

monorepo-vite-app-git-main-belgattitude.vercel.app
monorepo-vite-app.vercel.app
monorepo-vite-app-belgattitude.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fc17f13 Feb 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

monorepo-nextjs-app – ./apps/nextjs-app

monorepo-nextjs-app.vercel.app
monorepo-nextjs-app-belgattitude.vercel.app
monorepo-nextjs-app-git-main-belgattitude.vercel.app

Please sign in to comment.