Skip to content

Commit 63e53e2

Browse files
chore(deps): update dependency prettier to v3.3.1 (typescript-eslint#9308)
* chore(deps): update dependency prettier to v3.3.1 * 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>
1 parent 0e44945 commit 63e53e2

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"ncp": "^2.0.0",
111111
"netlify": "^13.1.14",
112112
"nx": "18.3.5",
113-
"prettier": "3.3.0",
113+
"prettier": "3.3.1",
114114
"pretty-format": "^29.7.0",
115115
"rimraf": "^5.0.5",
116116
"tmp": "^0.2.1",

packages/eslint-plugin/tests/docs.test.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@ import { Linter } from '@typescript-eslint/utils/ts-eslint';
88
import fs from 'fs';
99
import { marked } from 'marked';
1010
import type * as mdast from 'mdast';
11-
import type { fromMarkdown as FromMarkdown } from 'mdast-util-from-markdown' with { 'resolution-mode':
12-
'import' };
13-
import type { mdxFromMarkdown as MdxFromMarkdown } from 'mdast-util-mdx' with { 'resolution-mode':
14-
'import' };
15-
import type { mdxjs as Mdxjs } from 'micromark-extension-mdxjs' with { 'resolution-mode':
16-
'import' };
11+
import type { fromMarkdown as FromMarkdown } from 'mdast-util-from-markdown' with { 'resolution-mode': 'import' };
12+
import type { mdxFromMarkdown as MdxFromMarkdown } from 'mdast-util-mdx' with { 'resolution-mode': 'import' };
13+
import type { mdxjs as Mdxjs } from 'micromark-extension-mdxjs' with { 'resolution-mode': 'import' };
1714
import path from 'path';
1815
import { titleCase } from 'title-case';
19-
import type * as UnistUtilVisit from 'unist-util-visit' with { 'resolution-mode':
20-
'import' };
16+
import type * as UnistUtilVisit from 'unist-util-visit' with { 'resolution-mode': 'import' };
2117

2218
import rules from '../src/rules';
2319
import { areOptionsValid } from './areOptionsValid';

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5874,7 +5874,7 @@ __metadata:
58745874
ncp: ^2.0.0
58755875
netlify: ^13.1.14
58765876
nx: 18.3.5
5877-
prettier: 3.3.0
5877+
prettier: 3.3.1
58785878
pretty-format: ^29.7.0
58795879
rimraf: ^5.0.5
58805880
tmp: ^0.2.1
@@ -16867,12 +16867,12 @@ __metadata:
1686716867
languageName: node
1686816868
linkType: hard
1686916869

16870-
"prettier@npm:3.3.0, prettier@npm:^3.2.5":
16871-
version: 3.3.0
16872-
resolution: "prettier@npm:3.3.0"
16870+
"prettier@npm:3.3.1, prettier@npm:^3.2.5":
16871+
version: 3.3.1
16872+
resolution: "prettier@npm:3.3.1"
1687316873
bin:
1687416874
prettier: bin/prettier.cjs
16875-
checksum: 0d3a7fca9cab29828e189fefc10e8f6025d1208c84cd1e94def8a8f8a04eea341aa21d0af8c01253527632f8225b0b8482a62b64cafa26e9988cd6f9ff16a38b
16875+
checksum: 10987ff39e23d9359a76a441431dfe3ee26cc444540dc1577e8109e31394231fc1187d47a1e4ebc98bd605885c50ec681e9f2674e489c3313708c30b6ef5e119
1687616876
languageName: node
1687716877
linkType: hard
1687816878

0 commit comments

Comments
 (0)