Skip to content

Commit e0e9ab1

Browse files
chore(deps): update dependency prettier to v3.2.4 (#2615)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <ST-DDT@gmx.de>
1 parent 234218b commit e0e9ab1

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"forwardPorts": [5173],
1212
"portsAttributes": {
1313
"5173": {
14-
"label": "Docs"
15-
}
14+
"label": "Docs",
15+
},
1616
},
1717

1818
// Use 'postCreateCommand' to run commands after the container is created.
@@ -26,10 +26,10 @@
2626
"editorconfig.editorconfig",
2727
"esbenp.prettier-vscode",
2828
"redhat.vscode-yaml",
29-
"github.vscode-pull-request-github"
30-
]
31-
}
32-
}
29+
"github.vscode-pull-request-github",
30+
],
31+
},
32+
},
3333

3434
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3535
// "remoteUser": "root"

cypress/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"types": ["cypress"],
66
"esModuleInterop": true,
77
"noEmit": true,
8-
"resolveJsonModule": true
8+
"resolveJsonModule": true,
99
},
10-
"include": ["**/*.ts"]
10+
"include": ["**/*.ts"],
1111
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"eslint-plugin-vitest": "~0.3.20",
119119
"glob": "~10.3.10",
120120
"npm-run-all": "~4.1.5",
121-
"prettier": "3.2.2",
121+
"prettier": "3.2.4",
122122
"prettier-plugin-organize-imports": "~3.2.4",
123123
"rimraf": "~5.0.5",
124124
"sanitize-html": "~2.11.0",

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
// These are configs specifically for !build and have to be reverted in the tsconfig.build.json
1212
"skipLibCheck": true,
1313
"allowSyntheticDefaultImports": true,
14-
"resolveJsonModule": true
14+
"resolveJsonModule": true,
1515
},
1616
"exclude": [
1717
"node_modules",
1818
"dist",
1919
// required for the typedoc related tests on macOS #2280
20-
"test/scripts/apidoc/temp"
21-
]
20+
"test/scripts/apidoc/temp",
21+
],
2222
}

0 commit comments

Comments
 (0)