ultracite 7.6.0 → 7.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ultracite",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2",
|
|
4
4
|
"description": "The AI-ready formatter that helps you write and generate code faster.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"biome",
|
|
@@ -40,8 +40,7 @@
|
|
|
40
40
|
"default": "./config/oxfmt/index.mjs"
|
|
41
41
|
},
|
|
42
42
|
"./prettier": "./config/prettier/prettier.config.mjs",
|
|
43
|
-
"./stylelint": "./config/stylelint/stylelint.config.mjs"
|
|
44
|
-
"./*": "./config/biome/*/biome.jsonc"
|
|
43
|
+
"./stylelint": "./config/stylelint/stylelint.config.mjs"
|
|
45
44
|
},
|
|
46
45
|
"publishConfig": {
|
|
47
46
|
"access": "public",
|
|
@@ -53,7 +52,7 @@
|
|
|
53
52
|
"test": "bun test",
|
|
54
53
|
"test:coverage": "bun test --coverage",
|
|
55
54
|
"bench": "bun run benchmarks/cli.bench.ts",
|
|
56
|
-
"
|
|
55
|
+
"types": "tsgo --noEmit"
|
|
57
56
|
},
|
|
58
57
|
"dependencies": {
|
|
59
58
|
"@clack/prompts": "^1.2.0",
|
|
@@ -73,6 +72,7 @@
|
|
|
73
72
|
"@next/eslint-plugin-next": "^16.2.4",
|
|
74
73
|
"@repo/data": "workspace:*",
|
|
75
74
|
"@tanstack/eslint-plugin-query": "^5.99.0",
|
|
75
|
+
"@types/bun": "^1.3.13",
|
|
76
76
|
"@types/cross-spawn": "^6.0.6",
|
|
77
77
|
"@types/node": "^25.6.0",
|
|
78
78
|
"@typescript-eslint/eslint-plugin": "^8.58.2",
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
// Auto-generated from ignores.mjs — do not edit directly.
|
|
3
|
-
// This file exists so biome can extend it via "extends".
|
|
4
|
-
"files": {
|
|
5
|
-
"includes": [
|
|
6
|
-
"**",
|
|
7
|
-
"!!**/dist",
|
|
8
|
-
"!!**/build",
|
|
9
|
-
"!!**/out",
|
|
10
|
-
"!!**/.next",
|
|
11
|
-
"!!**/.open-next",
|
|
12
|
-
"!!**/.nuxt",
|
|
13
|
-
"!!**/.output",
|
|
14
|
-
"!!**/.svelte-kit",
|
|
15
|
-
"!!**/.vitepress/cache",
|
|
16
|
-
"!!**/.vitepress/dist",
|
|
17
|
-
"!!**/.turbo",
|
|
18
|
-
"!!**/.vercel",
|
|
19
|
-
"!!**/.netlify",
|
|
20
|
-
"!!**/.docusaurus",
|
|
21
|
-
"!!**/.cache",
|
|
22
|
-
"!!**/.parcel-cache",
|
|
23
|
-
"!!**/.vite",
|
|
24
|
-
"!!**/.astro",
|
|
25
|
-
"!!**/_astro",
|
|
26
|
-
"!!**/public/build",
|
|
27
|
-
"!!**/storybook-static",
|
|
28
|
-
"!!**/_generated",
|
|
29
|
-
"!!**/*.gen.*",
|
|
30
|
-
"!!**/*.generated.*",
|
|
31
|
-
"!!**/*.auto.*",
|
|
32
|
-
"!!**/generated",
|
|
33
|
-
"!!**/auto-generated",
|
|
34
|
-
"!!**/codegen",
|
|
35
|
-
"!!**/__generated__",
|
|
36
|
-
"!!**/graphql-types.*",
|
|
37
|
-
"!!**/schema.d.ts",
|
|
38
|
-
"!!**/schema.graphql.d.ts",
|
|
39
|
-
"!!**/*.d.ts.map",
|
|
40
|
-
"!!**/coverage",
|
|
41
|
-
"!!**/.nyc_output",
|
|
42
|
-
"!!**/.expo",
|
|
43
|
-
"!!**/.expo-shared",
|
|
44
|
-
"!!**/android/build",
|
|
45
|
-
"!!**/ios/build",
|
|
46
|
-
"!!**/DerivedData/**/*",
|
|
47
|
-
"!!**/bun.lock",
|
|
48
|
-
"!!**/bun.lockb",
|
|
49
|
-
"!!**/package-lock.json",
|
|
50
|
-
"!!**/yarn.lock",
|
|
51
|
-
"!!**/pnpm-lock.yaml",
|
|
52
|
-
"!!**/next-env.d.ts"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
55
|
-
}
|