Skip to content

Commit

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

* chore: update formatting after prettier upgrade

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: JamesHenry <james@henry.sc>
  • Loading branch information
renovate[bot] and JamesHenry committed Jun 5, 2024
1 parent c6e9719 commit 60fb643
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
20 changes: 16 additions & 4 deletions docs/maintenance/Contributor_Tiers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ We treat both the creation and review of issues and PRs along the rough scale of
<a href="https://github.com/typescript-eslint/typescript-eslint/pull/6976">
#6976
</a>
, <a href="https://github.com/typescript-eslint/typescript-eslint/issues/6992">#6992</a>
,{' '}
<a href="https://github.com/typescript-eslint/typescript-eslint/issues/6992">
#6992
</a>
</td>
</tr>
<tr>
Expand All @@ -106,7 +109,10 @@ We treat both the creation and review of issues and PRs along the rough scale of
<a href="https://github.com/typescript-eslint/typescript-eslint/pull/6780">
#6780
</a>
, <a href="https://github.com/typescript-eslint/typescript-eslint/pull/6910">#6910</a>
,{' '}
<a href="https://github.com/typescript-eslint/typescript-eslint/pull/6910">
#6910
</a>
</td>
</tr>
<tr>
Expand All @@ -117,7 +123,10 @@ We treat both the creation and review of issues and PRs along the rough scale of
<a href="https://github.com/typescript-eslint/typescript-eslint/pull/6107">
#6107
</a>
, <a href="https://github.com/typescript-eslint/typescript-eslint/pull/6907">#6907</a>
,{' '}
<a href="https://github.com/typescript-eslint/typescript-eslint/pull/6907">
#6907
</a>
</td>
</tr>
<tr>
Expand All @@ -128,7 +137,10 @@ We treat both the creation and review of issues and PRs along the rough scale of
<a href="https://github.com/typescript-eslint/typescript-eslint/pull/6084">
#6084
</a>
, <a href="https://github.com/typescript-eslint/typescript-eslint/pull/6777">#6777</a>
,{' '}
<a href="https://github.com/typescript-eslint/typescript-eslint/pull/6777">
#6777
</a>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"ncp": "^2.0.0",
"netlify": "^13.1.14",
"nx": "18.3.5",
"prettier": "3.2.5",
"prettier": "3.3.0",
"pretty-format": "^29.7.0",
"rimraf": "^5.0.5",
"tmp": "^0.2.1",
Expand Down
12 changes: 8 additions & 4 deletions packages/eslint-plugin/tests/docs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ import { Linter } from '@typescript-eslint/utils/ts-eslint';
import fs from 'fs';
import { marked } from 'marked';
import type * as mdast from 'mdast';
import type { fromMarkdown as FromMarkdown } from 'mdast-util-from-markdown' with { 'resolution-mode': 'import' };
import type { mdxFromMarkdown as MdxFromMarkdown } from 'mdast-util-mdx' with { 'resolution-mode': 'import' };
import type { mdxjs as Mdxjs } from 'micromark-extension-mdxjs' with { 'resolution-mode': 'import' };
import type { fromMarkdown as FromMarkdown } from 'mdast-util-from-markdown' with { 'resolution-mode':
'import' };
import type { mdxFromMarkdown as MdxFromMarkdown } from 'mdast-util-mdx' with { 'resolution-mode':
'import' };
import type { mdxjs as Mdxjs } from 'micromark-extension-mdxjs' with { 'resolution-mode':
'import' };
import path from 'path';
import { titleCase } from 'title-case';
import type * as UnistUtilVisit from 'unist-util-visit' with { 'resolution-mode': 'import' };
import type * as UnistUtilVisit from 'unist-util-visit' with { 'resolution-mode':
'import' };

import rules from '../src/rules';
import { areOptionsValid } from './areOptionsValid';
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5870,7 +5870,7 @@ __metadata:
ncp: ^2.0.0
netlify: ^13.1.14
nx: 18.3.5
prettier: 3.2.5
prettier: 3.3.0
pretty-format: ^29.7.0
rimraf: ^5.0.5
tmp: ^0.2.1
Expand Down Expand Up @@ -16851,12 +16851,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.2.5, prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
"prettier@npm:3.3.0, prettier@npm:^3.2.5":
version: 3.3.0
resolution: "prettier@npm:3.3.0"
bin:
prettier: bin/prettier.cjs
checksum: 2ee4e1417572372afb7a13bb446b34f20f1bf1747db77cf6ccaf57a9be005f2f15c40f903d41a6b79eec3f57fff14d32a20fb6dee1f126da48908926fe43c311
checksum: 0d3a7fca9cab29828e189fefc10e8f6025d1208c84cd1e94def8a8f8a04eea341aa21d0af8c01253527632f8225b0b8482a62b64cafa26e9988cd6f9ff16a38b
languageName: node
linkType: hard

Expand Down

0 comments on commit 60fb643

Please sign in to comment.