ultracite 7.7.0 → 7.8.0

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.7.0",
3
+ "version": "7.8.0",
4
4
  "description": "The AI-ready formatter that helps you write and generate code faster.",
5
5
  "keywords": [
6
6
  "biome",
@@ -55,30 +55,32 @@
55
55
  "types": "tsgo --noEmit"
56
56
  },
57
57
  "dependencies": {
58
- "@clack/prompts": "^1.3.0",
58
+ "@clack/prompts": "^1.4.0",
59
59
  "commander": "^14.0.3",
60
60
  "cross-spawn": "^7.0.6",
61
61
  "deepmerge": "^4.3.1",
62
62
  "glob": "^13.0.6",
63
63
  "jsonc-parser": "^3.3.1",
64
64
  "nypm": "^0.6.6",
65
- "yaml": "^2.8.4",
65
+ "yaml": "^2.9.0",
66
66
  "zod": "^4.4.3"
67
67
  },
68
68
  "devDependencies": {
69
- "@angular-eslint/eslint-plugin": "^21.3.1",
69
+ "@angular-eslint/eslint-plugin": "^21.4.0",
70
70
  "@biomejs/biome": "2.4.15",
71
- "@darraghor/eslint-plugin-nestjs-typed": "^7.1.32",
71
+ "@darraghor/eslint-plugin-nestjs-typed": "^7.2.1",
72
72
  "@eslint/js": "^10.0.1",
73
73
  "@next/eslint-plugin-next": "^16.2.6",
74
74
  "@repo/data": "workspace:*",
75
- "@tanstack/eslint-plugin-query": "^5.100.9",
76
- "@types/bun": "^1.3.13",
75
+ "@tanstack/eslint-plugin-query": "^5.100.14",
76
+ "@tanstack/eslint-plugin-router": "^1.162.0",
77
+ "@tanstack/eslint-plugin-start": "^0.1.0",
78
+ "@types/bun": "^1.3.14",
77
79
  "@types/cross-spawn": "^6.0.6",
78
- "@types/node": "^25.6.2",
79
- "@typescript-eslint/eslint-plugin": "^8.59.2",
80
- "@typescript-eslint/parser": "^8.59.2",
81
- "@vitest/eslint-plugin": "^1.6.17",
80
+ "@types/node": "^25.9.1",
81
+ "@typescript-eslint/eslint-plugin": "^8.60.0",
82
+ "@typescript-eslint/parser": "^8.60.0",
83
+ "@vitest/eslint-plugin": "^1.6.18",
82
84
  "eslint-config-prettier": "^10.1.8",
83
85
  "eslint-import-resolver-typescript": "^4.4.4",
84
86
  "eslint-plugin-astro": "^1.7.0",
@@ -92,21 +94,21 @@
92
94
  "eslint-plugin-n": "^18.0.1",
93
95
  "eslint-plugin-prettier": "^5.5.5",
94
96
  "eslint-plugin-promise": "^7.3.0",
95
- "eslint-plugin-qwik": "^1.19.2",
97
+ "eslint-plugin-qwik": "^1.20.0",
96
98
  "eslint-plugin-react": "^7.37.5",
97
99
  "eslint-plugin-react-hooks": "^7.1.1",
98
100
  "eslint-plugin-remix": "^1.1.1",
99
101
  "eslint-plugin-solid": "^0.14.5",
100
102
  "eslint-plugin-sonarjs": "^4.0.3",
101
- "eslint-plugin-storybook": "^10.3.6",
103
+ "eslint-plugin-storybook": "^10.4.1",
102
104
  "eslint-plugin-svelte": "^3.17.1",
103
105
  "eslint-plugin-unicorn": "^64.0.0",
104
106
  "eslint-plugin-unused-imports": "^4.4.1",
105
107
  "eslint-plugin-vue": "^10.9.1",
106
108
  "globals": "^17.6.0",
107
- "oxlint": "^1.63.0",
109
+ "oxlint": "^1.66.0",
108
110
  "prettier-plugin-astro": "^0.14.1",
109
- "prettier-plugin-svelte": "^3.5.1",
111
+ "prettier-plugin-svelte": "^4.0.1",
110
112
  "prettier-plugin-tailwindcss": "^0.8.0",
111
113
  "stylelint-config-idiomatic-order": "^10.0.0",
112
114
  "stylelint-config-standard": "^40.0.0",
@@ -125,5 +127,5 @@
125
127
  "optional": true
126
128
  }
127
129
  },
128
- "packageManager": "bun@1.3.13"
130
+ "packageManager": "bun@1.3.14"
129
131
  }