Skip to content

Commit 771514e

Browse files
chore(renovate): Update biome and ultracite (#57)
* chore(renovate): Update biome and ultracite * chore: include changes of #58 and ensure majors are not separated for biome + ultracite group * chore: use latest biome and core ultracite preset --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ivan Porto <iporto@adobe.com>
1 parent cc0443a commit 771514e

File tree

5 files changed

+54
-64
lines changed

5 files changed

+54
-64
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
{
3838
"groupName": "biome and ultracite",
3939
"matchPackageNames": ["@biomejs/biome", "ultracite"],
40+
"separateMajorMinor": false,
4041
"postUpgradeTasks": {
41-
"commands": ["npm run lint:fix && npm run format"],
42+
"commands": ["npm run lint:fix", "npm run format"],
4243
"executionMode": "branch"
4344
}
4445
}

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
engine-strict=true
1+
engine-strict=true

biome.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
3-
"extends": ["ultracite"],
2+
"$schema": "https://biomejs.dev/schemas/2.3.3/schema.json",
3+
"extends": ["ultracite/core"],
44

55
"files": {
66
"ignoreUnknown": true

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"winston-transport": "^4.9.0"
9999
},
100100
"devDependencies": {
101-
"@biomejs/biome": "2.2.6",
101+
"@biomejs/biome": "2.3.3",
102102
"@changesets/changelog-github": "0.5.1",
103103
"@changesets/cli": "2.29.7",
104104
"@tsconfig/node-lts": "^22.0.2",
@@ -115,7 +115,7 @@
115115
"typedoc": "^0.28.5",
116116
"typedoc-plugin-markdown": "^4.6.3",
117117
"typescript": "^5.8.3",
118-
"ultracite": "5.6.4",
118+
"ultracite": "6.1.0",
119119
"vite-tsconfig-paths": "^5.1.4",
120120
"vitest": "^3.2.4"
121121
},

0 commit comments

Comments
 (0)