Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3 (#1379)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v3

* Fix deps along with prettier v3

* Fmt

* Add typos config file

* Create early-lobsters-mix.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Qs-F <qsf@de-liker.com>
  • Loading branch information
renovate[bot] and Qs-F authored Jul 13, 2023
1 parent 4daa97b commit 5413c99
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 60 deletions.
6 changes: 6 additions & 0 deletions .changeset/early-lobsters-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@4design/for-ui": patch
"@4design/prettier-config": patch
---

chore(deps): update dependency prettier to v3
4 changes: 4 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[default]
extend-ignore-identifiers-re = [
"7a872ba", # Commit id is unexpectedly checked so ignored
]
2 changes: 1 addition & 1 deletion example/vite-app/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
12 changes: 6 additions & 6 deletions example/vite-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitejs/plugin-react": "2.2.0",
"autoprefixer": "10.4.14",
"postcss": "8.4.24",
"prettier": "2.8.8",
"prettier": "3.0.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"vite": "3.2.7",
Expand Down
143 changes: 97 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"html-webpack-plugin": "^5.5.0",
"lint-staged": "13.2.3",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier": "3.0.0",
"turbo": "1.10.7",
"typescript": "5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/for-ui/src/chip/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ export const Chip: ChipComponent = forwardRef(
({
full: <FullChip<As> {...props} ref={ref} />,
limited: <LimitedChip<As> {...props} ref={ref} />,
}[clickableArea]),
})[clickableArea],
);
8 changes: 4 additions & 4 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"prettier-config"
],
"peerDependencies": {
"prettier": "^2"
"prettier": "^2 || ^3.0.0"
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"prettier-plugin-pkg": "^0.17.1",
"prettier-plugin-sh": "^0.12.0"
"prettier-plugin-pkg": "0.18.0",
"prettier-plugin-sh": "0.13.0"
},
"devDependencies": {
"prettier": "2.8.8"
"prettier": "3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 5413c99

Please sign in to comment.