Skip to content

Commit e2e3555

Browse files
dependabot[bot]neilime
authored andcommitted
build(deps): bump prettier in the npm-prettier-dependencies group
Bumps the npm-prettier-dependencies group with 1 update: [prettier](https://github.com/prettier/prettier). Updates `prettier` from 3.5.3 to 3.6.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.6.0) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-prettier-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 1fdefeb commit e2e3555

12 files changed

Lines changed: 462 additions & 11 deletions

package-lock.json

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

packages/core/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@commitlint/cli": "^19.4.0",
4646
"@commitlint/config-conventional": "^19.0.3",
4747
"@eslint/js": "^9.25.0",
48+
"@prettier/plugin-oxc": "^0.0.2",
4849
"@types/jest": "^30.0.0",
4950
"@types/node": "^24.0.1",
5051
"eslint": "^9.25.0",
@@ -66,7 +67,10 @@
6667
"prettier": {
6768
"semi": true,
6869
"printWidth": 100,
69-
"trailingComma": "es5"
70+
"trailingComma": "es5",
71+
"plugins": [
72+
"@prettier/plugin-oxc"
73+
]
7074
},
7175
"importSort": {
7276
".js, .jsx, .ts, .tsx": {

0 commit comments

Comments
 (0)