Skip to content

Commit

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

* prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
  • Loading branch information
renovate[bot] and ardatan authored Jan 3, 2025
1 parent a4d6e9d commit 9602819
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 143 deletions.
1 change: 0 additions & 1 deletion .prettierrc.cjs

This file was deleted.

1 change: 1 addition & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from '@theguild/prettier-config';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.27.11",
"@theguild/prettier-config": "1.1.3",
"@theguild/prettier-config": "3.0.0",
"@types/fs-extra": "11.0.4",
"@types/js-yaml": "4.0.5",
"@types/lodash.get": "4.4.9",
Expand All @@ -74,7 +74,7 @@
"eslint-plugin-import": "2.27.5",
"jest-resolve": "29.5.0",
"jest-snapshot-serializer-raw": "2.0.0",
"prettier": "2.8.8",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"typescript": "5.1.6",
"vitest": "0.34.6"
Expand Down
201 changes: 63 additions & 138 deletions pnpm-lock.yaml

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

3 changes: 1 addition & 2 deletions test/ts-tests/fixture.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import kek from 'simple';
import { someNumber } from 'simple';
import kek, { someNumber } from 'simple';

console.log(`${kek} ${someNumber}`);

0 comments on commit 9602819

Please sign in to comment.