@better-fullstack/template-generator 2.5.0 → 2.6.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/dist/browser.d.mts +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/index.d.mts +206 -176
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +71 -6
- package/dist/index.mjs.map +1 -1
- package/dist/{preflight-validation-DWErz8QK.mjs → preflight-validation-BrvKM9Te.mjs} +83717 -83266
- package/dist/preflight-validation-BrvKM9Te.mjs.map +1 -0
- package/dist/{preflight-validation-KQW3v9KD.d.mts → preflight-validation-D4schiA9.d.mts} +2 -2
- package/dist/preflight-validation-D4schiA9.d.mts.map +1 -0
- package/package.json +2 -2
- package/dist/preflight-validation-DWErz8QK.mjs.map +0 -1
- package/dist/preflight-validation-KQW3v9KD.d.mts.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as VirtualFileTree, i as VirtualFile, n as GeneratorResult, o as VirtualNode, r as VirtualDirectory, t as GeneratorOptions } from "./types-Jq14WnvH.mjs";
|
|
2
|
-
import { a as TEMPLATE_COUNT, c as TemplateData, i as EMBEDDED_TEMPLATES, l as VirtualFileSystem, n as PreflightWarning, o as generateVirtualProject, r as validatePreflightConfig, s as processAddonTemplates, t as PreflightResult } from "./preflight-validation-
|
|
2
|
+
import { a as TEMPLATE_COUNT, c as TemplateData, i as EMBEDDED_TEMPLATES, l as VirtualFileSystem, n as PreflightWarning, o as generateVirtualProject, r as validatePreflightConfig, s as processAddonTemplates, t as PreflightResult } from "./preflight-validation-D4schiA9.mjs";
|
|
3
3
|
import Handlebars from "handlebars";
|
|
4
4
|
import { ProjectConfig } from "@better-fullstack/types";
|
|
5
5
|
|
|
@@ -29,31 +29,31 @@ declare const dependencyVersionMap: {
|
|
|
29
29
|
readonly "@better-auth/drizzle-adapter": "^1.6.22";
|
|
30
30
|
readonly "@better-auth/prisma-adapter": "^1.6.22";
|
|
31
31
|
readonly "@better-auth/mongo-adapter": "^1.6.22";
|
|
32
|
-
readonly "@clerk/nextjs": "^7.6
|
|
32
|
+
readonly "@clerk/nextjs": "^7.7.6";
|
|
33
33
|
readonly "@clerk/clerk-react": "^5.61.3";
|
|
34
|
-
readonly "@clerk/tanstack-react-start": "^1.
|
|
35
|
-
readonly "@clerk/clerk-expo": "^2.
|
|
34
|
+
readonly "@clerk/tanstack-react-start": "^1.5.2";
|
|
35
|
+
readonly "@clerk/clerk-expo": "^2.20.0";
|
|
36
36
|
readonly "next-auth": "^4.24.15";
|
|
37
37
|
readonly "@auth/core": "^0.34.3";
|
|
38
38
|
readonly "@auth/drizzle-adapter": "^1.11.3";
|
|
39
39
|
readonly "@auth/prisma-adapter": "^2.11.3";
|
|
40
40
|
readonly "@stackframe/stack": "^2.8.108";
|
|
41
|
-
readonly "@supabase/supabase-js": "^2.
|
|
41
|
+
readonly "@supabase/supabase-js": "^2.112.3";
|
|
42
42
|
readonly "@supabase/ssr": "^0.12.4";
|
|
43
43
|
readonly "@auth0/nextjs-auth0": "^4.23.0";
|
|
44
44
|
readonly "@workos-inc/authkit-nextjs": "^4.3.1";
|
|
45
|
-
readonly "@kinde-oss/kinde-auth-nextjs": "^2.13.
|
|
45
|
+
readonly "@kinde-oss/kinde-auth-nextjs": "^2.13.1";
|
|
46
46
|
readonly "drizzle-orm": "^0.45.2";
|
|
47
47
|
readonly "drizzle-kit": "^0.31.10";
|
|
48
48
|
readonly "@planetscale/database": "^1.20.1";
|
|
49
49
|
readonly "@libsql/client": "^0.17.4";
|
|
50
50
|
readonly libsql: "^0.5.29";
|
|
51
51
|
readonly "@neondatabase/serverless": "^1.1.0";
|
|
52
|
-
readonly pg: "^8.
|
|
53
|
-
readonly "@types/pg": "^8.
|
|
52
|
+
readonly pg: "^8.23.0";
|
|
53
|
+
readonly "@types/pg": "^8.21.0";
|
|
54
54
|
readonly "@types/ws": "^8.18.1";
|
|
55
|
-
readonly ws: "^8.21.
|
|
56
|
-
readonly mysql2: "^3.23.
|
|
55
|
+
readonly ws: "^8.21.3";
|
|
56
|
+
readonly mysql2: "^3.23.3";
|
|
57
57
|
readonly "@prisma/client": "^7.9.1";
|
|
58
58
|
readonly prisma: "^7.9.1";
|
|
59
59
|
readonly "@prisma/adapter-d1": "^7.9.1";
|
|
@@ -63,15 +63,15 @@ declare const dependencyVersionMap: {
|
|
|
63
63
|
readonly "@prisma/adapter-better-sqlite3": "^7.9.1";
|
|
64
64
|
readonly "@prisma/adapter-pg": "^7.9.1";
|
|
65
65
|
readonly "@prisma/adapter-planetscale": "^7.9.1";
|
|
66
|
-
readonly mongoose: "^9.9.
|
|
66
|
+
readonly mongoose: "^9.9.2";
|
|
67
67
|
readonly typeorm: "^1.1.0";
|
|
68
68
|
readonly "better-sqlite3": "^12.11.1";
|
|
69
69
|
readonly "@types/better-sqlite3": "^7.6.13";
|
|
70
|
-
readonly kysely: "^0.29.
|
|
71
|
-
readonly "@mikro-orm/core": "^7.1.
|
|
72
|
-
readonly "@mikro-orm/sqlite": "^7.1.
|
|
73
|
-
readonly "@mikro-orm/postgresql": "^7.1.
|
|
74
|
-
readonly "@mikro-orm/mysql": "^7.1.
|
|
70
|
+
readonly kysely: "^0.29.5";
|
|
71
|
+
readonly "@mikro-orm/core": "^7.1.11";
|
|
72
|
+
readonly "@mikro-orm/sqlite": "^7.1.11";
|
|
73
|
+
readonly "@mikro-orm/postgresql": "^7.1.11";
|
|
74
|
+
readonly "@mikro-orm/mysql": "^7.1.11";
|
|
75
75
|
readonly "@mikro-orm/better-sqlite": "^6.6.14";
|
|
76
76
|
readonly sequelize: "^6.37.8";
|
|
77
77
|
readonly "sequelize-typescript": "^2.1.6";
|
|
@@ -80,25 +80,25 @@ declare const dependencyVersionMap: {
|
|
|
80
80
|
readonly "@vite-pwa/assets-generator": "^1.0.2";
|
|
81
81
|
readonly "@tauri-apps/cli": "^2.11.4";
|
|
82
82
|
readonly "@tauri-apps/api": "^2.11.1";
|
|
83
|
-
readonly "@biomejs/biome": "^2.5.
|
|
84
|
-
readonly ultracite: "^7.
|
|
85
|
-
readonly knip: "^6.
|
|
86
|
-
readonly oxlint: "^1.
|
|
83
|
+
readonly "@biomejs/biome": "^2.5.8";
|
|
84
|
+
readonly ultracite: "^7.10.5";
|
|
85
|
+
readonly knip: "^6.32.2";
|
|
86
|
+
readonly oxlint: "^1.78.0";
|
|
87
87
|
readonly oxfmt: "^0.56.0";
|
|
88
88
|
readonly husky: "^9.1.7";
|
|
89
89
|
readonly lefthook: "^2.1.10";
|
|
90
90
|
readonly "lint-staged": "^17.3.0";
|
|
91
|
-
readonly tsx: "^4.23.
|
|
92
|
-
readonly "@types/node": "^26.
|
|
91
|
+
readonly tsx: "^4.23.12";
|
|
92
|
+
readonly "@types/node": "^26.2.0";
|
|
93
93
|
readonly "@types/bun": "^1.3.14";
|
|
94
94
|
readonly "@elysiajs/node": "^1.4.5";
|
|
95
95
|
readonly "@elysiajs/cors": "^1.4.2";
|
|
96
96
|
readonly "@elysiajs/openapi": "^1.4.15";
|
|
97
97
|
readonly "@elysiajs/trpc": "^1.1.0";
|
|
98
98
|
readonly elysia: "^1.4.29";
|
|
99
|
-
readonly "@hono/node-server": "^2.
|
|
99
|
+
readonly "@hono/node-server": "^2.1.1";
|
|
100
100
|
readonly "@hono/trpc-server": "^0.4.2";
|
|
101
|
-
readonly "@hono/zod-openapi": "^1.
|
|
101
|
+
readonly "@hono/zod-openapi": "^1.6.0";
|
|
102
102
|
readonly hono: "^4.12.27";
|
|
103
103
|
readonly "@netlify/functions": "^5.3.0";
|
|
104
104
|
readonly "@octokit/rest": "^22.0.1";
|
|
@@ -110,82 +110,84 @@ declare const dependencyVersionMap: {
|
|
|
110
110
|
readonly express: "^5.2.1";
|
|
111
111
|
readonly "@types/express": "^5.0.6";
|
|
112
112
|
readonly "@types/cors": "^2.8.19";
|
|
113
|
-
readonly fastify: "^5.
|
|
113
|
+
readonly fastify: "^5.12.0";
|
|
114
114
|
readonly "@fastify/cors": "^11.3.0";
|
|
115
115
|
readonly "@fastify/swagger": "^9.8.1";
|
|
116
116
|
readonly "fastify-type-provider-zod": "^7.0.0";
|
|
117
|
-
readonly "@nestjs/core": "^11.1
|
|
118
|
-
readonly "@nestjs/common": "^11.1
|
|
119
|
-
readonly "@nestjs/platform-express": "^11.1
|
|
117
|
+
readonly "@nestjs/core": "^11.2.1";
|
|
118
|
+
readonly "@nestjs/common": "^11.2.1";
|
|
119
|
+
readonly "@nestjs/platform-express": "^11.2.1";
|
|
120
120
|
readonly "reflect-metadata": "^0.2.2";
|
|
121
121
|
readonly rxjs: "^7.8.2";
|
|
122
|
-
readonly "encore.dev": "^1.
|
|
123
|
-
readonly "@adonisjs/core": "^7.
|
|
122
|
+
readonly "encore.dev": "^1.58.1";
|
|
123
|
+
readonly "@adonisjs/core": "^7.4.0";
|
|
124
124
|
readonly "@adonisjs/cors": "^3.0.0";
|
|
125
125
|
readonly "@adonisjs/assembler": "^8.4.0";
|
|
126
126
|
readonly "@adonisjs/tsconfig": "^2.0.0";
|
|
127
127
|
readonly nitropack: "^2.13.4";
|
|
128
128
|
readonly h3: "^2.0.0";
|
|
129
|
-
readonly fets: "^0.8.
|
|
129
|
+
readonly fets: "^0.8.9";
|
|
130
130
|
readonly turbo: "^2.10.0";
|
|
131
131
|
readonly nx: "^23.1.1";
|
|
132
|
-
readonly
|
|
133
|
-
readonly "@
|
|
134
|
-
readonly
|
|
135
|
-
readonly "@chat-adapter/
|
|
136
|
-
readonly "@chat-adapter/
|
|
137
|
-
readonly "@chat-adapter/
|
|
138
|
-
readonly
|
|
139
|
-
readonly "@
|
|
140
|
-
readonly
|
|
141
|
-
readonly "@ai-sdk/
|
|
142
|
-
readonly "@ai-sdk/
|
|
143
|
-
readonly "@ai-sdk/
|
|
144
|
-
readonly "@ai-sdk/
|
|
132
|
+
readonly "vite-plus": "^0.2.9";
|
|
133
|
+
readonly "@voidzero-dev/vite-plus-core": "^0.2.9";
|
|
134
|
+
readonly chat: "^4.38.0";
|
|
135
|
+
readonly "@chat-adapter/slack": "^4.38.0";
|
|
136
|
+
readonly "@chat-adapter/discord": "^4.38.0";
|
|
137
|
+
readonly "@chat-adapter/github": "^4.38.0";
|
|
138
|
+
readonly "@chat-adapter/state-memory": "^4.38.0";
|
|
139
|
+
readonly "@chat-adapter/state-redis": "^4.38.0";
|
|
140
|
+
readonly ai: "^7.0.66";
|
|
141
|
+
readonly "@ai-sdk/anthropic": "^4.0.39";
|
|
142
|
+
readonly "@ai-sdk/google": "^4.0.44";
|
|
143
|
+
readonly "@ai-sdk/vue": "^4.0.66";
|
|
144
|
+
readonly "@ai-sdk/svelte": "^5.0.66";
|
|
145
|
+
readonly "@ai-sdk/react": "^4.0.69";
|
|
146
|
+
readonly "@ai-sdk/devtools": "^1.0.12";
|
|
145
147
|
readonly streamdown: "^2.5.0";
|
|
146
|
-
readonly shiki: "^4.4.
|
|
147
|
-
readonly mastra: "^1.
|
|
148
|
-
readonly "@mastra/core": "^1.
|
|
149
|
-
readonly "@voltagent/core": "^2.9.
|
|
148
|
+
readonly shiki: "^4.4.3";
|
|
149
|
+
readonly mastra: "^1.25.0";
|
|
150
|
+
readonly "@mastra/core": "^1.59.0";
|
|
151
|
+
readonly "@voltagent/core": "^2.9.2";
|
|
150
152
|
readonly "@voltagent/server-hono": "^2.0.14";
|
|
151
153
|
readonly "@voltagent/libsql": "^2.1.2";
|
|
152
154
|
readonly "@voltagent/logger": "^2.0.2";
|
|
153
|
-
readonly "@langchain/langgraph": "^1.4.
|
|
154
|
-
readonly "@langchain/core": "^1.2.
|
|
155
|
+
readonly "@langchain/langgraph": "^1.4.10";
|
|
156
|
+
readonly "@langchain/core": "^1.2.8";
|
|
155
157
|
readonly "@langchain/google-genai": "^2.2.0";
|
|
156
158
|
readonly "@openai/agents": "^0.12.0";
|
|
157
159
|
readonly openai: "^6.49.0";
|
|
158
160
|
readonly "@anthropic-ai/sdk": "^0.110.0";
|
|
159
|
-
readonly "@google/adk": "^1.
|
|
161
|
+
readonly "@google/adk": "^1.6.0";
|
|
160
162
|
readonly modelfusion: "^0.137.0";
|
|
161
|
-
readonly langchain: "^1.5.
|
|
163
|
+
readonly langchain: "^1.5.9";
|
|
162
164
|
readonly llamaindex: "^0.12.1";
|
|
163
165
|
readonly "ai-cli": "^0.3.1";
|
|
164
|
-
readonly "@orpc/server": "^1.
|
|
165
|
-
readonly "@orpc/client": "^1.
|
|
166
|
-
readonly "@orpc/openapi": "^1.
|
|
167
|
-
readonly "@orpc/zod": "^1.
|
|
168
|
-
readonly "@orpc/tanstack-query": "^1.
|
|
166
|
+
readonly "@orpc/server": "^1.15.0";
|
|
167
|
+
readonly "@orpc/client": "^1.15.0";
|
|
168
|
+
readonly "@orpc/openapi": "^1.15.0";
|
|
169
|
+
readonly "@orpc/zod": "^1.15.0";
|
|
170
|
+
readonly "@orpc/tanstack-query": "^1.15.0";
|
|
169
171
|
readonly "@ts-rest/core": "^3.52.1";
|
|
170
172
|
readonly "@ts-rest/react-query": "^3.52.1";
|
|
171
173
|
readonly "@ts-rest/serverless": "^3.52.1";
|
|
172
174
|
readonly "@ts-rest/next": "^3.52.1";
|
|
173
175
|
readonly garph: "^0.6.8";
|
|
174
|
-
readonly "graphql-yoga": "^5.21.
|
|
176
|
+
readonly "graphql-yoga": "^5.21.3";
|
|
175
177
|
readonly graphql: "^16.11.0";
|
|
176
178
|
readonly "@garph/gqty": "^0.4.5";
|
|
177
179
|
readonly gqty: "^3.6.0";
|
|
178
180
|
readonly "@pothos/core": "^4.13.1";
|
|
179
181
|
readonly "@apollo/server": "^5.5.1";
|
|
180
182
|
readonly "@asteasolutions/zod-to-openapi": "^8.5.0";
|
|
181
|
-
readonly "@scalar/express-api-reference": "^0.10.
|
|
182
|
-
readonly "@scalar/fastify-api-reference": "^1.
|
|
183
|
-
readonly "@scalar/hono-api-reference": "^0.11.
|
|
183
|
+
readonly "@scalar/express-api-reference": "^0.10.14";
|
|
184
|
+
readonly "@scalar/fastify-api-reference": "^1.65.1";
|
|
185
|
+
readonly "@scalar/hono-api-reference": "^0.11.14";
|
|
184
186
|
readonly "@trpc/tanstack-react-query": "^11.18.0";
|
|
185
187
|
readonly "@trpc/server": "^11.18.0";
|
|
186
188
|
readonly "@trpc/client": "^11.18.0";
|
|
187
|
-
readonly next: "^16.
|
|
188
|
-
readonly convex: "^1.
|
|
189
|
+
readonly next: "^16.3.1";
|
|
190
|
+
readonly convex: "^1.44.0";
|
|
189
191
|
readonly "@convex-dev/react-query": "^0.1.0";
|
|
190
192
|
readonly "@convex-dev/agent": "^0.6.4";
|
|
191
193
|
readonly "@convex-dev/polar": "^0.9.2";
|
|
@@ -199,11 +201,17 @@ declare const dependencyVersionMap: {
|
|
|
199
201
|
readonly "@tanstack/vue-query": "^5.101.4";
|
|
200
202
|
readonly "@tanstack/react-query-devtools": "^5.101.4";
|
|
201
203
|
readonly "@tanstack/react-query": "^5.101.4";
|
|
204
|
+
readonly "@tanstack/react-router": "1.170.18";
|
|
205
|
+
readonly "@tanstack/react-router-devtools": "1.167.0";
|
|
202
206
|
readonly "@tanstack/react-router-ssr-query": "^1.167.1";
|
|
203
|
-
readonly "@tanstack/router-
|
|
207
|
+
readonly "@tanstack/react-router-with-query": "1.130.17";
|
|
208
|
+
readonly "@tanstack/react-start": "1.168.34";
|
|
209
|
+
readonly "@tanstack/router-cli": "1.167.21";
|
|
210
|
+
readonly "@tanstack/router-plugin": "1.168.23";
|
|
204
211
|
readonly "@tanstack/solid-query": "^5.101.4";
|
|
205
212
|
readonly "@tanstack/solid-query-devtools": "^5.101.4";
|
|
206
|
-
readonly "@tanstack/solid-router
|
|
213
|
+
readonly "@tanstack/solid-router": "1.170.18";
|
|
214
|
+
readonly "@tanstack/solid-router-devtools": "1.167.0";
|
|
207
215
|
readonly "@tanstack/angular-query-experimental": "^5.101.4";
|
|
208
216
|
readonly "@tanstack/react-table": "^8.21.3";
|
|
209
217
|
readonly "@tanstack/vue-table": "^8.21.3";
|
|
@@ -218,7 +226,7 @@ declare const dependencyVersionMap: {
|
|
|
218
226
|
readonly "@tanstack/db": "^0.6.17";
|
|
219
227
|
readonly "@tanstack/react-db": "^0.1.95";
|
|
220
228
|
readonly "@tanstack/vue-db": "^0.0.123";
|
|
221
|
-
readonly "@tanstack/solid-db": "^0.2.
|
|
229
|
+
readonly "@tanstack/solid-db": "^0.2.34";
|
|
222
230
|
readonly "@tanstack/svelte-db": "^0.1.94";
|
|
223
231
|
readonly "@tanstack/pacer": "^0.21.1";
|
|
224
232
|
readonly "@tanstack/react-pacer": "^0.22.1";
|
|
@@ -226,8 +234,8 @@ declare const dependencyVersionMap: {
|
|
|
226
234
|
readonly "@tanstack/ai": "^0.38.0";
|
|
227
235
|
readonly "@tanstack/ai-react": "^0.16.4";
|
|
228
236
|
readonly "@tanstack/ai-solid": "^0.14.3";
|
|
229
|
-
readonly wrangler: "^4.
|
|
230
|
-
readonly "@cloudflare/vite-plugin": "^1.
|
|
237
|
+
readonly wrangler: "^4.123.0";
|
|
238
|
+
readonly "@cloudflare/vite-plugin": "^1.52.1";
|
|
231
239
|
readonly "@opennextjs/cloudflare": "^1.20.2";
|
|
232
240
|
readonly "nitro-cloudflare-dev": "^0.2.2";
|
|
233
241
|
readonly "@sveltejs/adapter-cloudflare": "^7.2.9";
|
|
@@ -235,8 +243,8 @@ declare const dependencyVersionMap: {
|
|
|
235
243
|
readonly "@cloudflare/workers-types": "^4.20260629.1";
|
|
236
244
|
readonly alchemy: "^0.93.12";
|
|
237
245
|
readonly sst: "^4.17.1";
|
|
238
|
-
readonly "aws-cdk-lib": "^2.
|
|
239
|
-
readonly constructs: "^10.
|
|
246
|
+
readonly "aws-cdk-lib": "^2.265.0";
|
|
247
|
+
readonly constructs: "^10.8.1";
|
|
240
248
|
readonly "@opennextjs/aws": "^4.1.0";
|
|
241
249
|
readonly dotenv: "^17.4.2";
|
|
242
250
|
readonly tsdown: "^0.22.3";
|
|
@@ -248,23 +256,23 @@ declare const dependencyVersionMap: {
|
|
|
248
256
|
readonly "@polar-sh/better-auth": "^1.8.4";
|
|
249
257
|
readonly "@polar-sh/checkout": "^0.3.0";
|
|
250
258
|
readonly "@polar-sh/sdk": "^0.48.1";
|
|
251
|
-
readonly resend: "^6.
|
|
259
|
+
readonly resend: "^6.20.0";
|
|
252
260
|
readonly "@react-email/components": "^1.0.12";
|
|
253
|
-
readonly "react-email": "^6.9.
|
|
261
|
+
readonly "react-email": "^6.9.2";
|
|
254
262
|
readonly react: "^19.2.8";
|
|
255
263
|
readonly "react-dom": "^19.2.8";
|
|
256
264
|
readonly "@types/react": "^19.2.18";
|
|
257
265
|
readonly "@wxt-dev/module-react": "^1.2.2";
|
|
258
266
|
readonly wxt: "^0.20.27";
|
|
259
267
|
readonly "@opentui/core": "^0.4.5";
|
|
260
|
-
readonly nodemailer: "^9.0.
|
|
268
|
+
readonly nodemailer: "^9.0.5";
|
|
261
269
|
readonly "@types/react-dom": "^19.2.4";
|
|
262
270
|
readonly "@types/nodemailer": "^8.0.1";
|
|
263
271
|
readonly postmark: "^4.0.7";
|
|
264
272
|
readonly "@sendgrid/mail": "^8.1.6";
|
|
265
|
-
readonly "@aws-sdk/client-ses": "^3.
|
|
266
|
-
readonly "@aws-sdk/client-s3": "^3.
|
|
267
|
-
readonly "@aws-sdk/s3-request-presigner": "^3.
|
|
273
|
+
readonly "@aws-sdk/client-ses": "^3.1111.0";
|
|
274
|
+
readonly "@aws-sdk/client-s3": "^3.1111.0";
|
|
275
|
+
readonly "@aws-sdk/s3-request-presigner": "^3.1111.0";
|
|
268
276
|
readonly "mailgun.js": "^13.3.0";
|
|
269
277
|
readonly "form-data": "^4.0.6";
|
|
270
278
|
readonly "@plunk/node": "^3.0.3";
|
|
@@ -291,20 +299,20 @@ declare const dependencyVersionMap: {
|
|
|
291
299
|
readonly "@effect/ai-openai": "^0.40.1";
|
|
292
300
|
readonly "@effect/ai-anthropic": "^0.26.0";
|
|
293
301
|
readonly sass: "^1.102.0";
|
|
294
|
-
readonly less: "^4.
|
|
295
|
-
readonly "styled-components": "^6.
|
|
296
|
-
readonly eslint: "^10.8.
|
|
302
|
+
readonly less: "^4.9.0";
|
|
303
|
+
readonly "styled-components": "^6.5.2";
|
|
304
|
+
readonly eslint: "^10.8.1";
|
|
297
305
|
readonly "@eslint/js": "^10.0.1";
|
|
298
|
-
readonly "typescript-eslint": "^8.
|
|
299
|
-
readonly globals: "^17.
|
|
306
|
+
readonly "typescript-eslint": "^8.67.0";
|
|
307
|
+
readonly globals: "^17.11.0";
|
|
300
308
|
readonly prettier: "^3.9.6";
|
|
301
309
|
readonly axios: "^1.19.0";
|
|
302
|
-
readonly firebase: "^12.17.
|
|
310
|
+
readonly firebase: "^12.17.1";
|
|
303
311
|
readonly "@graphql-codegen/cli": "^7.2.0";
|
|
304
|
-
readonly "@graphql-codegen/client-preset": "^6.1.
|
|
312
|
+
readonly "@graphql-codegen/client-preset": "^6.1.3";
|
|
305
313
|
readonly "openapi-typescript": "^7.13.0";
|
|
306
|
-
readonly "@apollo/client": "^4.2.
|
|
307
|
-
readonly electron: "^43.
|
|
314
|
+
readonly "@apollo/client": "^4.2.12";
|
|
315
|
+
readonly electron: "^43.4.0";
|
|
308
316
|
readonly "electron-builder": "^26.15.3";
|
|
309
317
|
readonly concurrently: "^9.2.1";
|
|
310
318
|
readonly "cross-env": "^7.0.3";
|
|
@@ -319,9 +327,9 @@ declare const dependencyVersionMap: {
|
|
|
319
327
|
readonly "@types/passport": "^1.0.17";
|
|
320
328
|
readonly "@types/passport-github2": "^1.2.9";
|
|
321
329
|
readonly "@types/express-session": "^1.19.0";
|
|
322
|
-
readonly mocha: "^11.
|
|
330
|
+
readonly mocha: "^11.8.0";
|
|
323
331
|
readonly "@types/mocha": "^10.0.10";
|
|
324
|
-
readonly contentful: "^11.12.
|
|
332
|
+
readonly contentful: "^11.12.9";
|
|
325
333
|
readonly "@paypal/paypal-js": "^10.1.0";
|
|
326
334
|
readonly "@paypal/react-paypal-js": "^10.3.0";
|
|
327
335
|
readonly "@paypal/paypal-server-sdk": "^2.4.0";
|
|
@@ -341,14 +349,14 @@ declare const dependencyVersionMap: {
|
|
|
341
349
|
readonly "@chakra-ui/react": "^3.36.1";
|
|
342
350
|
readonly "@emotion/react": "^11.14.0";
|
|
343
351
|
readonly "@emotion/styled": "^11.14.1";
|
|
344
|
-
readonly "@heroui/react": "^3.2.
|
|
352
|
+
readonly "@heroui/react": "^3.2.4";
|
|
345
353
|
readonly "framer-motion": "^12.43.0";
|
|
346
|
-
readonly "@mantine/core": "^9.5.
|
|
347
|
-
readonly "@mantine/hooks": "^9.5.
|
|
348
|
-
readonly "@mui/material": "^9.
|
|
349
|
-
readonly antd: "^6.
|
|
354
|
+
readonly "@mantine/core": "^9.5.1";
|
|
355
|
+
readonly "@mantine/hooks": "^9.5.1";
|
|
356
|
+
readonly "@mui/material": "^9.3.1";
|
|
357
|
+
readonly antd: "^6.6.0";
|
|
350
358
|
readonly "@base-ui-components/react": "^1.0.0-rc.0";
|
|
351
|
-
readonly shadcn: "^4.
|
|
359
|
+
readonly shadcn: "^4.18.0";
|
|
352
360
|
readonly "radix-ui": "^1.6.7";
|
|
353
361
|
readonly "class-variance-authority": "^0.7.1";
|
|
354
362
|
readonly clsx: "^2.1.1";
|
|
@@ -374,30 +382,30 @@ declare const dependencyVersionMap: {
|
|
|
374
382
|
readonly "@fontsource/roboto": "^5.3.0";
|
|
375
383
|
readonly "@fontsource/public-sans": "^5.3.0";
|
|
376
384
|
readonly geist: "^1.7.2";
|
|
377
|
-
readonly "@ark-ui/react": "^5.
|
|
378
|
-
readonly "@ark-ui/vue": "^5.
|
|
379
|
-
readonly "@ark-ui/solid": "^5.
|
|
380
|
-
readonly "@ark-ui/svelte": "^5.
|
|
385
|
+
readonly "@ark-ui/react": "^5.38.1";
|
|
386
|
+
readonly "@ark-ui/vue": "^5.38.1";
|
|
387
|
+
readonly "@ark-ui/solid": "^5.38.1";
|
|
388
|
+
readonly "@ark-ui/svelte": "^5.23.0";
|
|
381
389
|
readonly "react-aria-components": "^1.20.0";
|
|
382
|
-
readonly daisyui: "^5.7.
|
|
383
|
-
readonly "shadcn-svelte": "^1.
|
|
390
|
+
readonly daisyui: "^5.7.17";
|
|
391
|
+
readonly "shadcn-svelte": "^1.5.0";
|
|
384
392
|
readonly "bits-ui": "^2.18.1";
|
|
385
393
|
readonly "lucide-svelte": "^1.0.1";
|
|
386
394
|
readonly "@builder.io/qwik": "^1.20.0";
|
|
387
395
|
readonly "@builder.io/qwik-city": "^1.20.0";
|
|
388
396
|
readonly "@builder.io/qwik-react": "^0.5.8";
|
|
389
|
-
readonly "@angular/core": "^22.1.
|
|
390
|
-
readonly "@angular/common": "^22.1.
|
|
391
|
-
readonly "@angular/compiler": "^22.1.
|
|
392
|
-
readonly "@angular/platform-browser": "^22.1.
|
|
393
|
-
readonly "@angular/platform-browser-dynamic": "^22.1.
|
|
394
|
-
readonly "@angular/router": "^22.1.
|
|
395
|
-
readonly "@angular/forms": "^22.1.
|
|
396
|
-
readonly "@angular/animations": "^22.1.
|
|
397
|
-
readonly "@angular-devkit/build-angular": "^22.1.
|
|
398
|
-
readonly "@angular/cli": "^22.1.
|
|
399
|
-
readonly "@angular/compiler-cli": "^22.1.
|
|
400
|
-
readonly zustand: "^5.0.
|
|
397
|
+
readonly "@angular/core": "^22.1.2";
|
|
398
|
+
readonly "@angular/common": "^22.1.2";
|
|
399
|
+
readonly "@angular/compiler": "^22.1.2";
|
|
400
|
+
readonly "@angular/platform-browser": "^22.1.2";
|
|
401
|
+
readonly "@angular/platform-browser-dynamic": "^22.1.2";
|
|
402
|
+
readonly "@angular/router": "^22.1.2";
|
|
403
|
+
readonly "@angular/forms": "^22.1.2";
|
|
404
|
+
readonly "@angular/animations": "^22.1.2";
|
|
405
|
+
readonly "@angular-devkit/build-angular": "^22.1.4";
|
|
406
|
+
readonly "@angular/cli": "^22.1.4";
|
|
407
|
+
readonly "@angular/compiler-cli": "^22.1.2";
|
|
408
|
+
readonly zustand: "^5.0.15";
|
|
401
409
|
readonly jotai: "^2.20.2";
|
|
402
410
|
readonly nanostores: "^1.4.2";
|
|
403
411
|
readonly "@nanostores/react": "^1.1.0";
|
|
@@ -408,20 +416,20 @@ declare const dependencyVersionMap: {
|
|
|
408
416
|
readonly xstate: "^5.32.5";
|
|
409
417
|
readonly "@xstate/react": "^6.1.0";
|
|
410
418
|
readonly valtio: "^2.3.2";
|
|
411
|
-
readonly "@tanstack/store": "^0.11.
|
|
412
|
-
readonly "@tanstack/react-store": "^0.11.
|
|
419
|
+
readonly "@tanstack/store": "^0.11.1";
|
|
420
|
+
readonly "@tanstack/react-store": "^0.11.1";
|
|
413
421
|
readonly "@legendapp/state": "^2.1.15";
|
|
414
422
|
readonly valibot: "^1.4.2";
|
|
415
423
|
readonly arktype: "^2.2.3";
|
|
416
424
|
readonly "@sinclair/typebox": "^0.34.52";
|
|
417
425
|
readonly typia: "^12.1.1";
|
|
418
|
-
readonly runtypes: "^7.0.
|
|
426
|
+
readonly runtypes: "^7.0.5";
|
|
419
427
|
readonly formik: "^2.4.9";
|
|
420
428
|
readonly yup: "^1.7.1";
|
|
421
429
|
readonly "final-form": "^5.0.1";
|
|
422
430
|
readonly "react-final-form": "^7.0.1";
|
|
423
|
-
readonly "@conform-to/react": "^1.
|
|
424
|
-
readonly "@conform-to/zod": "^1.
|
|
431
|
+
readonly "@conform-to/react": "^1.21.0";
|
|
432
|
+
readonly "@conform-to/zod": "^1.21.0";
|
|
425
433
|
readonly "@modular-forms/solid": "^0.25.1";
|
|
426
434
|
readonly "@modular-forms/qwik": "^0.29.1";
|
|
427
435
|
readonly "@tanstack/react-form": "^1.33.0";
|
|
@@ -432,36 +440,36 @@ declare const dependencyVersionMap: {
|
|
|
432
440
|
readonly "socket.io-client": "^4.8.3";
|
|
433
441
|
readonly partykit: "^0.0.115";
|
|
434
442
|
readonly partysocket: "^1.3.0";
|
|
435
|
-
readonly ably: "^2.
|
|
443
|
+
readonly ably: "^2.27.0";
|
|
436
444
|
readonly pusher: "^5.3.4";
|
|
437
445
|
readonly "pusher-js": "^8.6.0";
|
|
438
|
-
readonly "@liveblocks/client": "^3.
|
|
439
|
-
readonly "@liveblocks/react": "^3.
|
|
440
|
-
readonly "@liveblocks/node": "^3.
|
|
441
|
-
readonly yjs: "^13.6.
|
|
442
|
-
readonly "y-websocket": "^3.
|
|
446
|
+
readonly "@liveblocks/client": "^3.24.0";
|
|
447
|
+
readonly "@liveblocks/react": "^3.24.0";
|
|
448
|
+
readonly "@liveblocks/node": "^3.24.0";
|
|
449
|
+
readonly yjs: "^13.6.32";
|
|
450
|
+
readonly "y-websocket": "^3.1.0";
|
|
443
451
|
readonly "y-protocols": "^1.0.7";
|
|
444
452
|
readonly "@y-sweet/sdk": "^0.9.1";
|
|
445
453
|
readonly "@y-sweet/react": "^0.9.1";
|
|
446
454
|
readonly bullmq: "^5.81.2";
|
|
447
455
|
readonly ioredis: "^5.11.1";
|
|
448
|
-
readonly "@trigger.dev/sdk": "^4.5.
|
|
449
|
-
readonly inngest: "^4.
|
|
450
|
-
readonly "@temporalio/client": "^1.
|
|
451
|
-
readonly "@temporalio/worker": "^1.
|
|
452
|
-
readonly "@temporalio/workflow": "^1.
|
|
453
|
-
readonly "@temporalio/activity": "^1.
|
|
456
|
+
readonly "@trigger.dev/sdk": "^4.5.11";
|
|
457
|
+
readonly inngest: "^4.18.1";
|
|
458
|
+
readonly "@temporalio/client": "^1.22.0";
|
|
459
|
+
readonly "@temporalio/worker": "^1.22.0";
|
|
460
|
+
readonly "@temporalio/workflow": "^1.22.0";
|
|
461
|
+
readonly "@temporalio/activity": "^1.22.0";
|
|
454
462
|
readonly jest: "^30.4.2";
|
|
455
463
|
readonly "@types/jest": "^30.0.0";
|
|
456
464
|
readonly "ts-jest": "^29.4.12";
|
|
457
465
|
readonly "@jest/globals": "^30.4.1";
|
|
458
466
|
readonly "jest-environment-jsdom": "^30.4.1";
|
|
459
|
-
readonly cypress: "^15.
|
|
467
|
+
readonly cypress: "^15.20.1";
|
|
460
468
|
readonly vitest: "4.1.8";
|
|
461
469
|
readonly "@vitest/ui": "4.1.8";
|
|
462
470
|
readonly "@vitest/coverage-v8": "4.1.8";
|
|
463
471
|
readonly jsdom: "^29.1.1";
|
|
464
|
-
readonly "happy-dom": "^20.11.
|
|
472
|
+
readonly "happy-dom": "^20.11.2";
|
|
465
473
|
readonly "@playwright/test": "^1.62.1";
|
|
466
474
|
readonly playwright: "^1.62.1";
|
|
467
475
|
readonly "@testing-library/dom": "^10.4.1";
|
|
@@ -469,14 +477,14 @@ declare const dependencyVersionMap: {
|
|
|
469
477
|
readonly "@testing-library/vue": "^8.1.0";
|
|
470
478
|
readonly "@testing-library/svelte": "^5.4.2";
|
|
471
479
|
readonly "@testing-library/jest-dom": "^6.9.1";
|
|
472
|
-
readonly "@testing-library/user-event": "^14.6.
|
|
480
|
+
readonly "@testing-library/user-event": "^14.6.4";
|
|
473
481
|
readonly msw: "^2.15.0";
|
|
474
482
|
readonly storybook: "^8.6.18";
|
|
475
483
|
readonly "@storybook/react": "^8.6.18";
|
|
476
484
|
readonly "@storybook/react-vite": "^8.6.18";
|
|
477
|
-
readonly "@storybook/vue3": "^
|
|
485
|
+
readonly "@storybook/vue3": "^8.6.18";
|
|
478
486
|
readonly "@storybook/vue3-vite": "^8.6.18";
|
|
479
|
-
readonly "@storybook/svelte": "^
|
|
487
|
+
readonly "@storybook/svelte": "^8.6.18";
|
|
480
488
|
readonly "@storybook/svelte-vite": "^8.6.18";
|
|
481
489
|
readonly "@storybook/nextjs": "^8.6.18";
|
|
482
490
|
readonly "@storybook/addon-essentials": "^8.6.18";
|
|
@@ -488,20 +496,20 @@ declare const dependencyVersionMap: {
|
|
|
488
496
|
readonly "@react-spring/native": "^10.1.2";
|
|
489
497
|
readonly "@formkit/auto-animate": "^0.9.0";
|
|
490
498
|
readonly "lottie-react": "^2.4.1";
|
|
491
|
-
readonly "lottie-react-native": "^7.
|
|
492
|
-
readonly stripe: "^22.
|
|
493
|
-
readonly "@stripe/stripe-js": "^9.
|
|
494
|
-
readonly "@stripe/react-stripe-js": "^6.8.
|
|
499
|
+
readonly "lottie-react-native": "^7.4.0";
|
|
500
|
+
readonly stripe: "^22.5.0";
|
|
501
|
+
readonly "@stripe/stripe-js": "^9.13.0";
|
|
502
|
+
readonly "@stripe/react-stripe-js": "^6.8.1";
|
|
495
503
|
readonly "@lemonsqueezy/lemonsqueezy.js": "^4.0.0";
|
|
496
|
-
readonly "@paddle/paddle-node-sdk": "^3.
|
|
504
|
+
readonly "@paddle/paddle-node-sdk": "^3.10.0";
|
|
497
505
|
readonly "@paddle/paddle-js": "^1.6.4";
|
|
498
|
-
readonly dodopayments: "^2.
|
|
499
|
-
readonly "dodopayments-checkout": "^1.9.
|
|
506
|
+
readonly dodopayments: "^2.46.0";
|
|
507
|
+
readonly "dodopayments-checkout": "^1.9.8";
|
|
500
508
|
readonly "react-native-purchases": "^9.10.5";
|
|
501
509
|
readonly "convex-revenuecat": "^0.3.2";
|
|
502
510
|
readonly creem: "^1.6.0";
|
|
503
|
-
readonly "@creem_io/better-auth": "^1.1.
|
|
504
|
-
readonly "autumn-js": "^1.2.
|
|
511
|
+
readonly "@creem_io/better-auth": "^1.1.4";
|
|
512
|
+
readonly "autumn-js": "^1.2.53";
|
|
505
513
|
readonly "@commet/node": "^7.10.0";
|
|
506
514
|
readonly uploadthing: "^7.7.4";
|
|
507
515
|
readonly "@uploadthing/react": "^7.3.3";
|
|
@@ -541,7 +549,7 @@ declare const dependencyVersionMap: {
|
|
|
541
549
|
readonly "pino-pretty": "^13.1.3";
|
|
542
550
|
readonly "pino-http": "^11.0.0";
|
|
543
551
|
readonly winston: "^3.19.0";
|
|
544
|
-
readonly evlog: "^2.
|
|
552
|
+
readonly evlog: "^2.26.0";
|
|
545
553
|
readonly "@opentelemetry/api": "^1.9.1";
|
|
546
554
|
readonly "@opentelemetry/sdk-node": "0.220.0";
|
|
547
555
|
readonly "@opentelemetry/auto-instrumentations-node": "0.78.0";
|
|
@@ -550,25 +558,25 @@ declare const dependencyVersionMap: {
|
|
|
550
558
|
readonly "@opentelemetry/resources": "2.9.0";
|
|
551
559
|
readonly "@opentelemetry/sdk-metrics": "2.9.0";
|
|
552
560
|
readonly "@opentelemetry/semantic-conventions": "^1.43.0";
|
|
553
|
-
readonly "@sentry/node": "^10.
|
|
554
|
-
readonly "@sentry/profiling-node": "^10.
|
|
561
|
+
readonly "@sentry/node": "^10.70.0";
|
|
562
|
+
readonly "@sentry/profiling-node": "^10.70.0";
|
|
555
563
|
readonly "prom-client": "^15.1.3";
|
|
556
564
|
readonly "dd-trace": "^5.110.0";
|
|
557
565
|
readonly "@axiomhq/js": "^1.8.0";
|
|
558
566
|
readonly "@logtail/node": "^0.5.8";
|
|
559
|
-
readonly payload: "^3.
|
|
560
|
-
readonly "@payloadcms/next": "^3.
|
|
561
|
-
readonly "@payloadcms/richtext-lexical": "^3.
|
|
562
|
-
readonly "@payloadcms/db-postgres": "^3.
|
|
563
|
-
readonly "@payloadcms/db-mongodb": "^3.
|
|
564
|
-
readonly "@payloadcms/db-sqlite": "^3.
|
|
565
|
-
readonly "@payloadcms/plugin-seo": "^3.
|
|
566
|
-
readonly "@payloadcms/storage-s3": "^3.
|
|
567
|
-
readonly sanity: "^6.
|
|
568
|
-
readonly "next-sanity": "^13.
|
|
567
|
+
readonly payload: "^3.88.0";
|
|
568
|
+
readonly "@payloadcms/next": "^3.88.0";
|
|
569
|
+
readonly "@payloadcms/richtext-lexical": "^3.88.0";
|
|
570
|
+
readonly "@payloadcms/db-postgres": "^3.88.0";
|
|
571
|
+
readonly "@payloadcms/db-mongodb": "^3.88.0";
|
|
572
|
+
readonly "@payloadcms/db-sqlite": "^3.88.0";
|
|
573
|
+
readonly "@payloadcms/plugin-seo": "^3.88.0";
|
|
574
|
+
readonly "@payloadcms/storage-s3": "^3.88.0";
|
|
575
|
+
readonly sanity: "^6.9.2";
|
|
576
|
+
readonly "next-sanity": "^13.3.3";
|
|
569
577
|
readonly "@sanity/image-url": "^2.1.1";
|
|
570
|
-
readonly "@sanity/vision": "^6.
|
|
571
|
-
readonly "@sanity/client": "^7.26.
|
|
578
|
+
readonly "@sanity/vision": "^6.9.2";
|
|
579
|
+
readonly "@sanity/client": "^7.26.2";
|
|
572
580
|
readonly "@strapi/client": "^1.6.2";
|
|
573
581
|
readonly qs: "^6.15.3";
|
|
574
582
|
readonly "@types/qs": "^6.15.1";
|
|
@@ -577,51 +585,54 @@ declare const dependencyVersionMap: {
|
|
|
577
585
|
readonly "@tinacms/cli": "^2.5.6";
|
|
578
586
|
readonly "@keystatic/core": "^0.5.51";
|
|
579
587
|
readonly "@keystatic/next": "^5.0.4";
|
|
580
|
-
readonly "@markdoc/markdoc": "^0.5.
|
|
588
|
+
readonly "@markdoc/markdoc": "^0.5.9";
|
|
581
589
|
readonly "@astrojs/react": "^6.0.2";
|
|
582
590
|
readonly "@astrojs/markdoc": "^2.0.6";
|
|
583
|
-
readonly "@astrojs/node": "^11.
|
|
591
|
+
readonly "@astrojs/node": "^11.1.2";
|
|
584
592
|
readonly cloudinary: "^2.10.0";
|
|
585
|
-
readonly swr: "^2.
|
|
586
|
-
readonly "@upstash/redis": "^1.38.
|
|
587
|
-
readonly "@arcjet/next": "^1.
|
|
588
|
-
readonly "@arcjet/node": "^1.
|
|
593
|
+
readonly swr: "^2.5.1";
|
|
594
|
+
readonly "@upstash/redis": "^1.38.2";
|
|
595
|
+
readonly "@arcjet/next": "^1.10.0";
|
|
596
|
+
readonly "@arcjet/node": "^1.10.0";
|
|
589
597
|
readonly "@upstash/ratelimit": "^2.0.8";
|
|
598
|
+
readonly botid: "^1.5.11";
|
|
599
|
+
readonly "@marsidev/react-turnstile": "^1.5.4";
|
|
590
600
|
readonly i18next: "^26.3.6";
|
|
591
601
|
readonly "react-i18next": "^17.0.11";
|
|
592
602
|
readonly "i18next-browser-languagedetector": "^8.2.1";
|
|
593
603
|
readonly "i18next-http-backend": "^4.0.1";
|
|
594
|
-
readonly "@inlang/paraglide-js": "^2.23.
|
|
595
|
-
readonly "next-intl": "^4.13.
|
|
604
|
+
readonly "@inlang/paraglide-js": "^2.23.2";
|
|
605
|
+
readonly "next-intl": "^4.13.6";
|
|
596
606
|
readonly intlayer: "^8.12.4";
|
|
597
607
|
readonly "react-intlayer": "^8.12.4";
|
|
598
608
|
readonly "next-intlayer": "^8.12.4";
|
|
599
609
|
readonly "vite-intlayer": "^8.12.4";
|
|
600
610
|
readonly meilisearch: "^0.58.0";
|
|
601
611
|
readonly typesense: "^3.0.6";
|
|
602
|
-
readonly "@elastic/elasticsearch": "^9.
|
|
612
|
+
readonly "@elastic/elasticsearch": "^9.5.0";
|
|
603
613
|
readonly "@opensearch-project/opensearch": "^3.6.0";
|
|
604
614
|
readonly algoliasearch: "^5.56.0";
|
|
605
|
-
readonly "@nangohq/node": "^0.71.
|
|
606
|
-
readonly "@medusajs/js-sdk": "^2.
|
|
615
|
+
readonly "@nangohq/node": "^0.71.4";
|
|
616
|
+
readonly "@medusajs/js-sdk": "^2.19.0";
|
|
607
617
|
readonly postgres: "^3.4.9";
|
|
608
|
-
readonly "@qdrant/js-client-rest": "^1.
|
|
618
|
+
readonly "@qdrant/js-client-rest": "^1.19.0";
|
|
609
619
|
readonly chromadb: "^3.5.0";
|
|
610
620
|
readonly "@pinecone-database/pinecone": "^8.2.0";
|
|
611
621
|
readonly edgedb: "^2.0.1";
|
|
612
622
|
readonly "@edgedb/generate": "^0.6.1";
|
|
613
|
-
readonly "@growthbook/growthbook": "^1.
|
|
614
|
-
readonly "@growthbook/growthbook-react": "^1.
|
|
615
|
-
readonly "posthog-js": "^1.
|
|
616
|
-
readonly "posthog-node": "^5.
|
|
617
|
-
readonly "@launchdarkly/js-client-sdk": "^4.9.
|
|
623
|
+
readonly "@growthbook/growthbook": "^1.7.0";
|
|
624
|
+
readonly "@growthbook/growthbook-react": "^1.7.0";
|
|
625
|
+
readonly "posthog-js": "^1.417.1";
|
|
626
|
+
readonly "posthog-node": "^5.49.1";
|
|
627
|
+
readonly "@launchdarkly/js-client-sdk": "^4.9.4";
|
|
618
628
|
readonly "@launchdarkly/node-server-sdk": "^9.13.0";
|
|
619
629
|
readonly "@flagsmith/flagsmith": "^12.1.2";
|
|
620
630
|
readonly "flagsmith-nodejs": "^8.1.2";
|
|
621
631
|
readonly "@unleash/proxy-client-react": "^6.0.1";
|
|
622
632
|
readonly "unleash-proxy-client": "^3.8.2";
|
|
623
|
-
readonly "unleash-client": "^6.
|
|
633
|
+
readonly "unleash-client": "^6.12.1";
|
|
624
634
|
readonly "plausible-tracker": "^0.3.9";
|
|
635
|
+
readonly "@vercel/analytics": "^2.0.1";
|
|
625
636
|
};
|
|
626
637
|
type AvailableDependencies = keyof typeof dependencyVersionMap;
|
|
627
638
|
//#endregion
|
|
@@ -755,5 +766,24 @@ declare function getDependencyVersionMap(): Record<string, string>;
|
|
|
755
766
|
*/
|
|
756
767
|
declare function listEcosystems(): string[];
|
|
757
768
|
//#endregion
|
|
758
|
-
|
|
769
|
+
//#region src/utils/dependency-update-policy.d.ts
|
|
770
|
+
type DependencyUpdatePolicy = {
|
|
771
|
+
/** Keep automation on this reviewed version until the hold is removed deliberately. */
|
|
772
|
+
pinnedVersion?: string;
|
|
773
|
+
/** Keep the CLI's latest channel on pinnedVersion while the upstream latest tag is unsafe. */
|
|
774
|
+
holdLatestChannel?: boolean;
|
|
775
|
+
/** Major updates are denied by default and must be explicitly reviewed here. */
|
|
776
|
+
allowMajor?: boolean;
|
|
777
|
+
reason: string;
|
|
778
|
+
};
|
|
779
|
+
/**
|
|
780
|
+
* Registry freshness is advisory. This policy captures compatibility and
|
|
781
|
+
* package-manager constraints that cannot be inferred from npm's latest tag.
|
|
782
|
+
*/
|
|
783
|
+
declare const DEPENDENCY_UPDATE_POLICIES: Readonly<Record<string, DependencyUpdatePolicy>>;
|
|
784
|
+
declare function getPinnedDependencyVersion(packageName: string): string | undefined;
|
|
785
|
+
declare function getLatestChannelPinnedVersion(packageName: string): string | undefined;
|
|
786
|
+
declare function isMajorUpdateAllowlisted(packageName: string): boolean;
|
|
787
|
+
//#endregion
|
|
788
|
+
export { AutomatedUpdateMode, type AvailableDependencies, CheckResult, DEPENDENCY_UPDATE_POLICIES, DependencyUpdatePolicy, ECOSYSTEM_GROUPS, EMBEDDED_TEMPLATES, GeneratorOptions, GeneratorResult, Handlebars, MIN_RELEASE_AGE_MS, NpmPackageInfo, type PreflightResult, type PreflightWarning, TEMPLATE_COUNT, TemplateData, UpdateType, VersionInfo, VersionMismatch, VirtualDirectory, VirtualFile, VirtualFileSystem, VirtualFileTree, VirtualNode, checkAllVersions, checkVersionExists, compareVersions, dependencyVersionMap, elixirDeployAppName, elixirModuleName, fetchLatestVersion, findTemplateFilesWithPackage, generateCliReport, generateMarkdownReport, generateUpdatedVersionMap, generateVirtualProject, getDependencyVersionMap, getEcosystem, getLatestChannelPinnedVersion, getPinnedDependencyVersion, getUpdateType, groupByEcosystem, isBinaryFile, isMajorUpdateAllowlisted, listEcosystems, nativeApplicationId, normalizeElixirAppName, parseVersion, processAddonTemplates, processAddonsDeps, processFileContent, processTemplateString, scanTemplateVersions, selectAutomatedUpdates, transformFilename, validatePreflightConfig };
|
|
759
789
|
//# sourceMappingURL=index.d.mts.map
|