@baseplate-dev/core-generators 0.5.0 → 0.5.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +497 -0
  2. package/dist/constants/core-packages.d.ts +12 -12
  3. package/dist/constants/core-packages.js +12 -12
  4. package/dist/constants/core-packages.js.map +1 -1
  5. package/dist/generators/node/eslint/react-rules.d.ts.map +1 -1
  6. package/dist/generators/node/eslint/react-rules.js +10 -1
  7. package/dist/generators/node/eslint/react-rules.js.map +1 -1
  8. package/dist/generators/node/node/node.generator.d.ts.map +1 -1
  9. package/dist/generators/node/node/node.generator.js.map +1 -1
  10. package/dist/generators/node/node/package-dependencies-container.d.ts.map +1 -1
  11. package/dist/generators/node/node/package-dependencies-container.js.map +1 -1
  12. package/dist/generators/node/node-git-ignore/node-git-ignore.generator.js +1 -1
  13. package/dist/generators/node/node-git-ignore/node-git-ignore.generator.js.map +1 -1
  14. package/dist/generators/node/node-library/node-library.generator.d.ts +10 -0
  15. package/dist/generators/node/node-library/node-library.generator.d.ts.map +1 -1
  16. package/dist/generators/node/node-library/node-library.generator.js +11 -1
  17. package/dist/generators/node/node-library/node-library.generator.js.map +1 -1
  18. package/dist/generators/node/prettier/prettier.generator.d.ts.map +1 -1
  19. package/dist/generators/node/prettier/prettier.generator.js +16 -4
  20. package/dist/generators/node/prettier/prettier.generator.js.map +1 -1
  21. package/dist/generators/node/typescript/typescript.generator.d.ts +1 -0
  22. package/dist/generators/node/typescript/typescript.generator.d.ts.map +1 -1
  23. package/dist/generators/node/typescript/typescript.generator.js +4 -2
  24. package/dist/generators/node/typescript/typescript.generator.js.map +1 -1
  25. package/dist/generators/node/vitest/vitest.generator.d.ts +3 -1
  26. package/dist/generators/node/vitest/vitest.generator.d.ts.map +1 -1
  27. package/dist/generators/node/vitest/vitest.generator.js +9 -5
  28. package/dist/generators/node/vitest/vitest.generator.js.map +1 -1
  29. package/dist/renderers/extractor/plugins/barrel-export.d.ts.map +1 -1
  30. package/dist/renderers/extractor/plugins/barrel-export.js +8 -6
  31. package/dist/renderers/extractor/plugins/barrel-export.js.map +1 -1
  32. package/dist/renderers/extractor/plugins/template-paths/template-paths.plugin.js +1 -1
  33. package/dist/renderers/extractor/plugins/template-paths/template-paths.plugin.js.map +1 -1
  34. package/dist/renderers/extractor/plugins/template-renderers/renderers-file.js +1 -1
  35. package/dist/renderers/extractor/plugins/template-renderers/renderers-file.js.map +1 -1
  36. package/dist/renderers/text/utils.js +2 -2
  37. package/dist/renderers/text/utils.js.map +1 -1
  38. package/dist/renderers/typescript/extractor/apply-simple-replacements.js +2 -2
  39. package/dist/renderers/typescript/extractor/apply-simple-replacements.js.map +1 -1
  40. package/dist/renderers/typescript/extractor/organize-ts-template-imports.js +1 -1
  41. package/dist/renderers/typescript/extractor/organize-ts-template-imports.js.map +1 -1
  42. package/dist/renderers/typescript/extractor/parse-simple-replacements.js +1 -1
  43. package/dist/renderers/typescript/extractor/parse-simple-replacements.js.map +1 -1
  44. package/dist/renderers/typescript/extractor/render-ts-template-file.d.ts.map +1 -1
  45. package/dist/renderers/typescript/extractor/render-ts-template-file.js.map +1 -1
  46. package/dist/renderers/typescript/extractor/render-ts-template-renderers.js +2 -2
  47. package/dist/renderers/typescript/extractor/render-ts-template-renderers.js.map +1 -1
  48. package/dist/renderers/typescript/fragments/types.d.ts.map +1 -1
  49. package/dist/renderers/typescript/renderers/file.d.ts.map +1 -1
  50. package/dist/renderers/typescript/renderers/file.js +1 -1
  51. package/dist/renderers/typescript/renderers/file.js.map +1 -1
  52. package/dist/renderers/typescript/renderers/template.d.ts.map +1 -1
  53. package/dist/renderers/typescript/renderers/template.js +3 -3
  54. package/dist/renderers/typescript/renderers/template.js.map +1 -1
  55. package/dist/renderers/typescript/templates/types.d.ts.map +1 -1
  56. package/dist/renderers/typescript/templates/types.js.map +1 -1
  57. package/dist/test-helpers/utils.js +3 -3
  58. package/dist/test-helpers/utils.js.map +1 -1
  59. package/package.json +11 -11
package/CHANGELOG.md ADDED
@@ -0,0 +1,497 @@
1
+ # @baseplate-dev/core-generators
2
+
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#755](https://github.com/halfdomelabs/baseplate/pull/755) [`02740a6`](https://github.com/halfdomelabs/baseplate/commit/02740a6e230c7fbf28fc768543353e847671c51b) Thanks [@kingston](https://github.com/kingston)! - Upgrade linting packages
8
+
9
+ **Major version bumps:**
10
+ - eslint: 9.32.0 → 9.39.2
11
+ - @eslint/js: 9.32.0 → 9.39.2
12
+ - eslint-plugin-perfectionist: 4.15.0 → 5.4.0
13
+ - eslint-plugin-react-hooks: 5.2.0 → 7.0.1
14
+ - eslint-plugin-unicorn: 60.0.0 → 62.0.0
15
+ - globals: 16.4.0 → 17.3.0
16
+ - prettier-plugin-packagejson: 2.5.19 → 3.0.0
17
+ - storybook: 10.1.10 → 10.2.8
18
+
19
+ **Minor/patch bumps:**
20
+ - @vitest/eslint-plugin: 1.3.4 → 1.6.6 (tools), 1.6.5 → 1.6.6 (core-generators)
21
+ - eslint-plugin-storybook: 10.1.10 → 10.2.3
22
+ - prettier-plugin-tailwindcss: 0.6.14 → 0.7.2
23
+ - typescript-eslint: 8.38.0 → 8.54.0
24
+ - @types/eslint-plugin-jsx-a11y: 6.10.0 → 6.10.1
25
+
26
+ **Config changes:**
27
+ - Updated eslint-plugin-react-hooks v7 API: `configs['recommended-latest']` → `configs.flat['recommended-latest']`
28
+ - Disabled new strict rules from react-hooks v7 (refs, set-state-in-effect, preserve-manual-memoization, incompatible-library)
29
+
30
+ - [#756](https://github.com/halfdomelabs/baseplate/pull/756) [`dd40bcd`](https://github.com/halfdomelabs/baseplate/commit/dd40bcd219c79f0cd7b66c0427c77deda0664072) Thanks [@kingston](https://github.com/kingston)! - Upgrade packages to fix security vulnerabilities and update to latest versions
31
+
32
+ **Security fixes:**
33
+ - @modelcontextprotocol/sdk: 1.25.1 → 1.26.0 (fixes CVE-2026-25536 - cross-client data leak)
34
+ - fastify: 5.6.2 → 5.7.4 (security patches)
35
+ - diff: 8.0.2 → 8.0.3 (fixes CVE-2026-24001 - DoS vulnerability)
36
+ - testcontainers: 11.10.0 → 11.11.0 (fixes undici vulnerability)
37
+
38
+ **Package updates (monorepo):**
39
+ - @tailwindcss/vite: 4.1.13 → 4.1.18
40
+ - tailwindcss: 4.1.13 → 4.1.18
41
+ - @tanstack/react-router: 1.139.7 → 1.159.5
42
+ - @tanstack/router-plugin: 1.139.7 → 1.159.5
43
+ - @testing-library/jest-dom: 6.6.3 → 6.9.1
44
+ - concurrently: 9.0.1 → 9.2.1
45
+ - ts-morph: 26.0.0 → 27.0.2
46
+
47
+ **Package updates (generated projects):**
48
+ - prisma/@prisma/client/@prisma/adapter-pg: 7.2.0 → 7.4.0
49
+ - postmark: 4.0.2 → 4.0.5
50
+ - axios: 1.12.0 → 1.13.5
51
+
52
+ - [#758](https://github.com/halfdomelabs/baseplate/pull/758) [`7d1a9d6`](https://github.com/halfdomelabs/baseplate/commit/7d1a9d6d381279434f2ac632e9f8accde34dda25) Thanks [@kingston](https://github.com/kingston)! - Upgrade prettier to 3.8.1
53
+ - prettier: 3.6.2 → 3.8.1
54
+ - Updated test fixtures to match new formatting behavior
55
+
56
+ - [#757](https://github.com/halfdomelabs/baseplate/pull/757) [`63bd074`](https://github.com/halfdomelabs/baseplate/commit/63bd074b3b24b0978d4271a5bc76a8531b0f60c2) Thanks [@kingston](https://github.com/kingston)! - Upgrade TypeScript to 5.9.3
57
+ - typescript: 5.8.3 → 5.9.3
58
+
59
+ - Updated dependencies [[`dd40bcd`](https://github.com/halfdomelabs/baseplate/commit/dd40bcd219c79f0cd7b66c0427c77deda0664072)]:
60
+ - @baseplate-dev/sync@0.5.2
61
+ - @baseplate-dev/utils@0.5.2
62
+
63
+ ## 0.5.1
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies []:
68
+ - @baseplate-dev/sync@0.5.1
69
+ - @baseplate-dev/utils@0.5.1
70
+
71
+ ## 0.5.0
72
+
73
+ ### Patch Changes
74
+
75
+ - [#732](https://github.com/halfdomelabs/baseplate/pull/732) [`fbabdec`](https://github.com/halfdomelabs/baseplate/commit/fbabdecf6715c21799d1c224b3a2162ef1f49797) Thanks [@kingston](https://github.com/kingston)! - Remove root: 'src/' from vitest.config.ts
76
+
77
+ - [#735](https://github.com/halfdomelabs/baseplate/pull/735) [`9b31726`](https://github.com/halfdomelabs/baseplate/commit/9b31726ee0dce77dc7b16fa334eb597d86349599) Thanks [@kingston](https://github.com/kingston)! - Support ES2023 in Vite tsconfig generators and re-enable replaceAll ESLint rule for React apps
78
+
79
+ - [#731](https://github.com/halfdomelabs/baseplate/pull/731) [`97bd14e`](https://github.com/halfdomelabs/baseplate/commit/97bd14e381206b54e55c22264d1d406e83146146) Thanks [@kingston](https://github.com/kingston)! - Add support for library packages in addition to apps
80
+ - Add `packages` array to ProjectDefinition schema with node-library type
81
+ - Add `packagesFolder` to MonorepoSettings (default: "packages")
82
+ - Create node-library generator with tsc build configuration
83
+ - Add library package compiler for code generation
84
+ - Update workspace patterns to include packages/\* folder
85
+ - Add UI for creating and managing library packages in the Apps section
86
+
87
+ - [#733](https://github.com/halfdomelabs/baseplate/pull/733) [`2d5abd5`](https://github.com/halfdomelabs/baseplate/commit/2d5abd53fccfc2b15f8142fc796c5e4ea4c2f92a) Thanks [@kingston](https://github.com/kingston)! - Upgrade pnpm to 10.27.0 and add `blockExoticSubdeps: true` to generated pnpm-workspace.yaml
88
+
89
+ - [#734](https://github.com/halfdomelabs/baseplate/pull/734) [`8bfc742`](https://github.com/halfdomelabs/baseplate/commit/8bfc742b8a93393a5539babfd11b97a88ee9c39e) Thanks [@kingston](https://github.com/kingston)! - Upgrade vitest to 4.0.16
90
+ - vitest: 3.2.4 → 4.0.16
91
+ - @vitest/eslint-plugin: 1.3.4 → 1.6.5
92
+
93
+ Breaking changes addressed:
94
+ - Updated `UserConfig` type to `ViteUserConfig` in vitest config files
95
+ - Fixed mock type annotations for vitest 4.0 compatibility
96
+
97
+ - Updated dependencies [[`c7d373e`](https://github.com/halfdomelabs/baseplate/commit/c7d373ebaaeda2522515fdaeae0d37d0cd9ce7fe), [`8bfc742`](https://github.com/halfdomelabs/baseplate/commit/8bfc742b8a93393a5539babfd11b97a88ee9c39e)]:
98
+ - @baseplate-dev/sync@0.5.0
99
+ - @baseplate-dev/utils@0.5.0
100
+
101
+ ## 0.4.4
102
+
103
+ ### Patch Changes
104
+
105
+ - Updated dependencies []:
106
+ - @baseplate-dev/sync@0.4.4
107
+ - @baseplate-dev/utils@0.4.4
108
+
109
+ ## 0.4.3
110
+
111
+ ### Patch Changes
112
+
113
+ - [#717](https://github.com/halfdomelabs/baseplate/pull/717) [`83e4e7f`](https://github.com/halfdomelabs/baseplate/commit/83e4e7f60adf67480cebb4ff419c015ff282010d) Thanks [@kingston](https://github.com/kingston)! - Add support for generating vitest on web apps
114
+
115
+ - [#722](https://github.com/halfdomelabs/baseplate/pull/722) [`8622c4e`](https://github.com/halfdomelabs/baseplate/commit/8622c4e2b91788ad4a368c9f06f82a17ee1a29ed) Thanks [@kingston](https://github.com/kingston)! - Add support for generating files in package.json
116
+
117
+ - Updated dependencies []:
118
+ - @baseplate-dev/sync@0.4.3
119
+ - @baseplate-dev/utils@0.4.3
120
+
121
+ ## 0.4.2
122
+
123
+ ### Patch Changes
124
+
125
+ - [#701](https://github.com/halfdomelabs/baseplate/pull/701) [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220) Thanks [@kingston](https://github.com/kingston)! - Upgrade to Zod v4
126
+
127
+ - [#697](https://github.com/halfdomelabs/baseplate/pull/697) [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54) Thanks [@kingston](https://github.com/kingston)! - Ignore \*.map files from built output in package.json
128
+
129
+ - [#713](https://github.com/halfdomelabs/baseplate/pull/713) [`74529e7`](https://github.com/halfdomelabs/baseplate/commit/74529e7fffae8a70f8cfe801a1897204d010e291) Thanks [@kingston](https://github.com/kingston)! - Migrate Vitest global setup from single merged file to individual files per generator
130
+ - Replace `globalSetupOperations` Map with `globalSetupFiles` array in vitest config provider
131
+ - Vitest generator now always renders `global-setup-env.ts` for environment loading
132
+ - Each generator (Redis, Prisma) now creates its own global setup file
133
+ - Vitest config outputs `globalSetup` as an array with env file first, then sorted additional files
134
+
135
+ - [#694](https://github.com/halfdomelabs/baseplate/pull/694) [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f) Thanks [@kingston](https://github.com/kingston)! - Add test:affected command to monorepo
136
+
137
+ - Updated dependencies [[`795ee4c`](https://github.com/halfdomelabs/baseplate/commit/795ee4c18e7b393fb9247ced23a12de5e219ab15), [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f)]:
138
+ - @baseplate-dev/sync@0.4.2
139
+ - @baseplate-dev/utils@0.4.2
140
+
141
+ ## 0.4.1
142
+
143
+ ### Patch Changes
144
+
145
+ - Updated dependencies []:
146
+ - @baseplate-dev/sync@0.4.1
147
+ - @baseplate-dev/utils@0.4.1
148
+
149
+ ## 0.4.0
150
+
151
+ ### Patch Changes
152
+
153
+ - [#692](https://github.com/halfdomelabs/baseplate/pull/692) [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18) Thanks [@kingston](https://github.com/kingston)! - Set maxWorkers to 1 to allow for integration tests to work properly. Note: This is a temporary solution until we implement parallel db tests.
154
+
155
+ - [#677](https://github.com/halfdomelabs/baseplate/pull/677) [`6daff18`](https://github.com/halfdomelabs/baseplate/commit/6daff18a033d2d78746984edebba4d8c6fe957a5) Thanks [@kingston](https://github.com/kingston)! - Fix improper name for declaration() and typeDeclaration() when name is default
156
+
157
+ - Updated dependencies [[`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18)]:
158
+ - @baseplate-dev/sync@0.4.0
159
+ - @baseplate-dev/utils@0.4.0
160
+
161
+ ## 0.3.8
162
+
163
+ ### Patch Changes
164
+
165
+ - Updated dependencies []:
166
+ - @baseplate-dev/sync@0.3.8
167
+ - @baseplate-dev/utils@0.3.8
168
+
169
+ ## 0.3.7
170
+
171
+ ### Patch Changes
172
+
173
+ - [#666](https://github.com/halfdomelabs/baseplate/pull/666) [`9508a8e`](https://github.com/halfdomelabs/baseplate/commit/9508a8ee75e33ea0c0632f3f5ef5621b020f530d) Thanks [@kingston](https://github.com/kingston)! - Add node/browser globals to the eslint configuration with 'globals' package dependency
174
+
175
+ - Updated dependencies []:
176
+ - @baseplate-dev/sync@0.3.7
177
+ - @baseplate-dev/utils@0.3.7
178
+
179
+ ## 0.3.6
180
+
181
+ ### Patch Changes
182
+
183
+ - [#663](https://github.com/halfdomelabs/baseplate/pull/663) [`1186a21`](https://github.com/halfdomelabs/baseplate/commit/1186a21df267d112a84a42ff1d3c87b495452ce0) Thanks [@kingston](https://github.com/kingston)! - Upgrade axios to 1.12.0
184
+ - axios: 1.8.3 → 1.12.0
185
+
186
+ This upgrade brings the latest axios features and security improvements for generated projects that use axios functionality.
187
+
188
+ - Updated dependencies []:
189
+ - @baseplate-dev/sync@0.3.6
190
+ - @baseplate-dev/utils@0.3.6
191
+
192
+ ## 0.3.5
193
+
194
+ ### Patch Changes
195
+
196
+ - Updated dependencies []:
197
+ - @baseplate-dev/sync@0.3.5
198
+ - @baseplate-dev/utils@0.3.5
199
+
200
+ ## 0.3.4
201
+
202
+ ### Patch Changes
203
+
204
+ - [#643](https://github.com/halfdomelabs/baseplate/pull/643) [`7d9e6d0`](https://github.com/halfdomelabs/baseplate/commit/7d9e6d01e0a9920cee4c4d499beeffc1c663494a) Thanks [@kingston](https://github.com/kingston)! - Upgrade to TypeScript 5.8 with erasable syntax only mode
205
+
206
+ This upgrade modernizes the codebase with TypeScript 5.8, enables erasable syntax only mode for better performance, and updates runtime dependencies.
207
+
208
+ **Key Changes:**
209
+ - Upgraded TypeScript to version 5.8
210
+ - Enabled `erasableSyntaxOnly` compiler option for improved build performance
211
+ - Updated Node.js requirement to 22.18
212
+ - Updated PNPM requirement to 10.15
213
+ - Fixed parameter property syntax to be compatible with erasable syntax only mode
214
+
215
+ - Updated dependencies [[`67dba69`](https://github.com/halfdomelabs/baseplate/commit/67dba697439e6bc76b81522c133d920af4dbdbb1), [`7d9e6d0`](https://github.com/halfdomelabs/baseplate/commit/7d9e6d01e0a9920cee4c4d499beeffc1c663494a)]:
216
+ - @baseplate-dev/sync@0.3.4
217
+ - @baseplate-dev/utils@0.3.4
218
+
219
+ ## 0.3.3
220
+
221
+ ### Patch Changes
222
+
223
+ - Updated dependencies []:
224
+ - @baseplate-dev/sync@0.3.3
225
+ - @baseplate-dev/utils@0.3.3
226
+
227
+ ## 0.3.2
228
+
229
+ ### Patch Changes
230
+
231
+ - [#631](https://github.com/halfdomelabs/baseplate/pull/631) [`b4c15b9`](https://github.com/halfdomelabs/baseplate/commit/b4c15b98a518c53828f81624764ba693def85faf) Thanks [@kingston](https://github.com/kingston)! - Add template replacements support for TypeScript templates to enable dynamic value substitution in generated code
232
+
233
+ - Updated dependencies []:
234
+ - @baseplate-dev/sync@0.3.2
235
+ - @baseplate-dev/utils@0.3.2
236
+
237
+ ## 0.3.1
238
+
239
+ ### Patch Changes
240
+
241
+ - [#629](https://github.com/halfdomelabs/baseplate/pull/629) [`d79b0cf`](https://github.com/halfdomelabs/baseplate/commit/d79b0cfb9061dbeccc976a2f018b264849bef788) Thanks [@kingston](https://github.com/kingston)! - Add queue plugin with pg-boss implementation
242
+
243
+ Introduces a new queue plugin that provides background job processing capabilities for Baseplate projects. The initial implementation uses pg-boss as the queue backend, providing:
244
+ - **Queue Plugin Architecture**: Modular queue system with provider-based implementation pattern
245
+ - **pg-boss Integration**: PostgreSQL-based queue system with robust job processing features
246
+ - **Type-Safe Queue Definitions**: Full TypeScript support for queue job payloads and handlers
247
+ - **Job Management Features**:
248
+ - Delayed job execution
249
+ - Retry logic with configurable backoff strategies (fixed or exponential)
250
+ - Priority-based job processing
251
+ - Repeatable/cron jobs with schedule patterns
252
+ - **Worker Script Generation**: Automatic generation of worker scripts for processing background jobs
253
+ - **Queue Registry Pattern**: Centralized queue management with automatic discovery
254
+ - **Maintenance Operations**: Configurable job retention and cleanup policies
255
+ - **Graceful Shutdown**: Proper cleanup and job completion on worker termination
256
+
257
+ The plugin follows Baseplate's spec-implementation pattern, allowing for future queue backends while maintaining a consistent API.
258
+
259
+ - Updated dependencies []:
260
+ - @baseplate-dev/sync@0.3.1
261
+ - @baseplate-dev/utils@0.3.1
262
+
263
+ ## 0.3.0
264
+
265
+ ### Patch Changes
266
+
267
+ - [#626](https://github.com/halfdomelabs/baseplate/pull/626) [`8ec33fc`](https://github.com/halfdomelabs/baseplate/commit/8ec33fcdc8fea9cb20e79586b854bf075270ab53) Thanks [@kingston](https://github.com/kingston)! - Remove dotenv references and replace with native node --env-file option
268
+
269
+ - [#621](https://github.com/halfdomelabs/baseplate/pull/621) [`fbde70f`](https://github.com/halfdomelabs/baseplate/commit/fbde70ffbcae025318480e9607924978847fba2b) Thanks [@kingston](https://github.com/kingston)! - Update package versions to match latest dependencies from main repo
270
+ - Update ESLint and related plugins to latest versions
271
+ - Update TypeScript ESLint to 8.38.0
272
+ - Update Prettier plugins to latest versions
273
+ - Update Tailwind CSS Prettier plugin to 0.6.14
274
+
275
+ - Updated dependencies [[`687a47e`](https://github.com/halfdomelabs/baseplate/commit/687a47e5e39abc5138ba3fc2d0db9cfee6e4dbfe)]:
276
+ - @baseplate-dev/sync@0.3.0
277
+ - @baseplate-dev/utils@0.3.0
278
+
279
+ ## 0.2.6
280
+
281
+ ### Patch Changes
282
+
283
+ - Updated dependencies []:
284
+ - @baseplate-dev/sync@0.2.6
285
+ - @baseplate-dev/utils@0.2.6
286
+
287
+ ## 0.2.5
288
+
289
+ ### Patch Changes
290
+
291
+ - [#613](https://github.com/halfdomelabs/baseplate/pull/613) [`2aae451`](https://github.com/halfdomelabs/baseplate/commit/2aae45107cb6331234d14d8a6491b55e7f6d9f33) Thanks [@kingston](https://github.com/kingston)! - Add $templateName syntax for intra-generator template references
292
+
293
+ Templates can now reference other templates within the same generator using the `$templateName` syntax. This enables templates to access file paths of other templates in the same generator during generation.
294
+
295
+ Key features:
296
+ - Use `$templateName` in template files to reference other generator templates
297
+ - Kebab-case template names are automatically converted to camelCase (e.g., `session-constants` → `sessionConstants`)
298
+ - Configure referenced templates using the `referencedGeneratorTemplates` field in extractor.json
299
+ - Works seamlessly with existing variable replacement and import maps
300
+ - Provides clear error messages for missing template references
301
+
302
+ Example usage:
303
+
304
+ ```typescript
305
+ // In template file
306
+ import { Constants } from '$sessionConstants';
307
+ import { Utils } from '$authUtils';
308
+
309
+ // In extractor.json
310
+ {
311
+ "user-service": {
312
+ "sourceFile": "services/user.service.ts",
313
+ "referencedGeneratorTemplates": ["session-constants", "auth-utils"]
314
+ }
315
+ }
316
+ ```
317
+
318
+ This feature is designed for intra-generator template references only. For cross-generator references, continue using import map providers.
319
+
320
+ - Updated dependencies [[`e0d690c`](https://github.com/halfdomelabs/baseplate/commit/e0d690c1e139f93a8ff60c9e0c90bc72cdf705a4)]:
321
+ - @baseplate-dev/sync@0.2.5
322
+ - @baseplate-dev/utils@0.2.5
323
+
324
+ ## 0.2.4
325
+
326
+ ### Patch Changes
327
+
328
+ - Updated dependencies [[`ffe791f`](https://github.com/halfdomelabs/baseplate/commit/ffe791f6ab44e82c8481f3a18df9262dec71cff6)]:
329
+ - @baseplate-dev/utils@0.2.4
330
+ - @baseplate-dev/sync@0.2.4
331
+
332
+ ## 0.2.3
333
+
334
+ ### Patch Changes
335
+
336
+ - [#601](https://github.com/halfdomelabs/baseplate/pull/601) [`f3bd169`](https://github.com/halfdomelabs/baseplate/commit/f3bd169b8debc52628179ca6ebd93c20b8a6f841) Thanks [@kingston](https://github.com/kingston)! - Add template renderers for text and raw templates
337
+
338
+ This adds corresponding template renderers for text and raw templates, following the same pattern as TypeScript template renderers. The new renderers provide consistent APIs for generating template rendering functions that can be used in generator code.
339
+
340
+ Key features:
341
+ - Text template renderers support both individual templates and template groups
342
+ - Raw template renderers support individual templates (no groups needed)
343
+ - Full TypeScript type safety with proper action input types
344
+ - Integration with the template renderers plugin system
345
+ - Consistent API design across all template types (TypeScript, text, raw)
346
+
347
+ The renderers are automatically integrated with their respective file extractors and will be available for use in generated code.
348
+
349
+ - [#602](https://github.com/halfdomelabs/baseplate/pull/602) [`f0cb763`](https://github.com/halfdomelabs/baseplate/commit/f0cb7632f04bfb487722785fac7218d76d3b7e3b) Thanks [@kingston](https://github.com/kingston)! - Improve Docker Compose generation with security, resource management, and developer experience enhancements
350
+
351
+ ## Version Upgrades
352
+ - Upgrade PostgreSQL from 16.2 to 17.5-alpine
353
+ - Upgrade Redis from 7.2.4 to 8.0-alpine
354
+ - For existing projects, follow the upgrade guide at https://docs.baseplate.dev/guides/upgrading-postgres/
355
+
356
+ ## Security Improvements
357
+ - Use environment variables for all sensitive data (passwords, usernames)
358
+ - Add `security_opt: no-new-privileges:true` to prevent privilege escalation
359
+ - Fix Redis healthcheck to include authentication
360
+
361
+ ## Networking
362
+ - Create custom bridge network for better isolation
363
+ - All services communicate over internal network
364
+
365
+ ## Database Configuration
366
+ - Add PostgreSQL environment variables: `POSTGRES_DB`, `POSTGRES_INITDB_ARGS`
367
+ - Use default `postgres` user for simplicity in local development
368
+ - Add container names for easier management
369
+ - Improve volume configuration
370
+
371
+ ## Redis Configuration
372
+ - Add Redis memory limits (256MB) and eviction policy (no-eviction for BullMQ)
373
+ - Configure maxmemory and maxmemory-policy
374
+
375
+ ## Developer Experience
376
+ - Add logging configuration to prevent disk filling (10MB max, 3 files)
377
+ - Generate `.env.example` file with all available variables
378
+ - Improve health checks with start periods
379
+ - Better default values using project name
380
+ - Fix interface bug in redis.ts (PostgresConfig → RedisConfig)
381
+
382
+ ## Breaking Changes
383
+ - PostgreSQL generator now requires additional config parameters (database, projectName)
384
+ - Redis generator now requires projectName parameter
385
+ - Generated Docker Compose files now use custom bridge network
386
+
387
+ - [#596](https://github.com/halfdomelabs/baseplate/pull/596) [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7) Thanks [@kingston](https://github.com/kingston)! - Simplify template metadata system by consolidating template definitions in extractor.json
388
+ - Consolidate template definitions in extractor.json using template names as keys instead of file paths
389
+ - Rename .template-metadata.json to .templates-info.json with simplified instance tracking
390
+ - Remove file-id-map.json dependency and related file ID mapping logic
391
+ - Update TemplateExtractorConfigLookup to work without file ID mapping
392
+ - Update all template extractors and tests to use new metadata format
393
+ - Add migration script to convert existing extractor.json files to new format
394
+
395
+ - Updated dependencies [[`a506e88`](https://github.com/halfdomelabs/baseplate/commit/a506e88893bf395916ef3fbf6dd9dd7c0ff17acb), [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7), [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7), [`de9e1b4`](https://github.com/halfdomelabs/baseplate/commit/de9e1b4f3a8a7dcf6b962781a0aa589eb970c7a8)]:
396
+ - @baseplate-dev/sync@0.2.3
397
+ - @baseplate-dev/utils@0.2.3
398
+
399
+ ## 0.2.2
400
+
401
+ ### Patch Changes
402
+
403
+ - [#589](https://github.com/halfdomelabs/baseplate/pull/589) [`dce88ac`](https://github.com/halfdomelabs/baseplate/commit/dce88ac8d1f951f7336c12c5e004107de3a23e97) Thanks [@kingston](https://github.com/kingston)! - Add Template Renderers plugin for auto-generated simplified template rendering APIs
404
+
405
+ This new plugin reduces template rendering boilerplate by 70-80% by automatically generating pre-configured rendering functions. It follows the same architectural pattern as the typed templates system, with a TypeScript-specific renderer function (`renderTsTemplateRenderers`) that generates generic definitions consumed by the plugin.
406
+
407
+ **Key Features:**
408
+ - **Simplified API**: Reduces complex `renderTemplate`/`renderTemplateGroup` calls to simple `renderers.templateName.render()` calls
409
+ - **Automatic Dependency Resolution**: Import map providers and task dependencies are automatically resolved
410
+ - **Type Safety**: Generated interfaces provide full TypeScript type safety
411
+ - **Generic Architecture**: Extensible to support future template types (text, raw, etc.)
412
+ - **Backward Compatibility**: Existing generators continue working unchanged
413
+
414
+ **Before:**
415
+
416
+ ```typescript
417
+ await builder.apply(
418
+ typescriptFile.renderTemplateGroup({
419
+ group: templates.hooksGroup,
420
+ paths,
421
+ variables: { useCurrentUser: { TPL_USER: userQueryName } },
422
+ importMapProviders: { generatedGraphqlImports, reactErrorImports },
423
+ }),
424
+ );
425
+ ```
426
+
427
+ **After:**
428
+
429
+ ```typescript
430
+ await builder.apply(
431
+ renderers.hooksGroup.render({
432
+ variables: { useCurrentUser: { TPL_USER: userQueryName } },
433
+ }),
434
+ );
435
+ ```
436
+
437
+ The plugin automatically generates TypeScript interfaces, tasks with resolved dependencies, and exports that integrate seamlessly with the existing generator system.
438
+
439
+ - Updated dependencies [[`f8c9284`](https://github.com/halfdomelabs/baseplate/commit/f8c9284752c12c6aab70481bf98e6fa402e61075), [`f8c9284`](https://github.com/halfdomelabs/baseplate/commit/f8c9284752c12c6aab70481bf98e6fa402e61075)]:
440
+ - @baseplate-dev/utils@0.2.2
441
+ - @baseplate-dev/sync@0.2.2
442
+
443
+ ## 0.2.1
444
+
445
+ ### Patch Changes
446
+
447
+ - [#581](https://github.com/halfdomelabs/baseplate/pull/581) [`d7d9985`](https://github.com/halfdomelabs/baseplate/commit/d7d998540ca5886259f93b5020c4d8939c5cdf5f) Thanks [@kingston](https://github.com/kingston)! - Fix settings for prettier with Tailwind v4
448
+
449
+ - Updated dependencies []:
450
+ - @baseplate-dev/sync@0.2.1
451
+ - @baseplate-dev/utils@0.2.1
452
+
453
+ ## 0.2.0
454
+
455
+ ### Patch Changes
456
+
457
+ - [#568](https://github.com/halfdomelabs/baseplate/pull/568) [`06b4faf`](https://github.com/halfdomelabs/baseplate/commit/06b4fafaf3d2ed848d959a9911b9bfa26702d4a3) Thanks [@kingston](https://github.com/kingston)! - Enable the import-x/consistent-type-specifier-style rule to clean up type imports
458
+
459
+ - [#574](https://github.com/halfdomelabs/baseplate/pull/574) [`f5d7a6f`](https://github.com/halfdomelabs/baseplate/commit/f5d7a6f781b1799bb8ad197973e5cec04f869264) Thanks [@kingston](https://github.com/kingston)! - Refactored naming of project paths to output paths to be clearer about their meaning
460
+
461
+ - [#570](https://github.com/halfdomelabs/baseplate/pull/570) [`56a3a89`](https://github.com/halfdomelabs/baseplate/commit/56a3a8944b9a557cca0484d78851fca10122e5f9) Thanks [@kingston](https://github.com/kingston)! - Implement phase 1 of reverse template generator v2
462
+
463
+ - Updated dependencies [[`06b4faf`](https://github.com/halfdomelabs/baseplate/commit/06b4fafaf3d2ed848d959a9911b9bfa26702d4a3), [`f5d7a6f`](https://github.com/halfdomelabs/baseplate/commit/f5d7a6f781b1799bb8ad197973e5cec04f869264), [`fd63554`](https://github.com/halfdomelabs/baseplate/commit/fd635544eb6df0385501f61f3e51bce554633458), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`56a3a89`](https://github.com/halfdomelabs/baseplate/commit/56a3a8944b9a557cca0484d78851fca10122e5f9), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`56a3a89`](https://github.com/halfdomelabs/baseplate/commit/56a3a8944b9a557cca0484d78851fca10122e5f9)]:
464
+ - @baseplate-dev/utils@0.2.0
465
+ - @baseplate-dev/sync@0.2.0
466
+
467
+ ## 0.1.3
468
+
469
+ ### Patch Changes
470
+
471
+ - [#562](https://github.com/halfdomelabs/baseplate/pull/562) [`30fdf49`](https://github.com/halfdomelabs/baseplate/commit/30fdf4988de244c30d13c93b7761587d4c1413ad) Thanks [@kingston](https://github.com/kingston)! - Switch to Typescript project references for building/watching project
472
+
473
+ - Updated dependencies [[`30fdf49`](https://github.com/halfdomelabs/baseplate/commit/30fdf4988de244c30d13c93b7761587d4c1413ad)]:
474
+ - @baseplate-dev/utils@0.1.3
475
+ - @baseplate-dev/sync@0.1.3
476
+
477
+ ## 0.1.2
478
+
479
+ ### Patch Changes
480
+
481
+ - [#560](https://github.com/halfdomelabs/baseplate/pull/560) [`7e38ae9`](https://github.com/halfdomelabs/baseplate/commit/7e38ae9102c7c8ea958d2dab94e76be848d1c1a8) Thanks [@kingston](https://github.com/kingston)! - Add README files to all packages and plugins explaining their purpose within the Baseplate monorepo.
482
+
483
+ - Updated dependencies [[`7e38ae9`](https://github.com/halfdomelabs/baseplate/commit/7e38ae9102c7c8ea958d2dab94e76be848d1c1a8)]:
484
+ - @baseplate-dev/sync@0.1.2
485
+ - @baseplate-dev/utils@0.1.2
486
+
487
+ ## 0.1.1
488
+
489
+ ### Patch Changes
490
+
491
+ - [#559](https://github.com/halfdomelabs/baseplate/pull/559) [`17dd71e`](https://github.com/halfdomelabs/baseplate/commit/17dd71e3b9f83e3359eb007f8eab1c4792bdbb8b) Thanks [@kingston](https://github.com/kingston)! - Rename workspace to @baseplate-dev/\* and reset versions to 0.1.0
492
+
493
+ - [#557](https://github.com/halfdomelabs/baseplate/pull/557) [`9caaa0a`](https://github.com/halfdomelabs/baseplate/commit/9caaa0aed05677a75fed79601dcfd24ec85ab5ad) Thanks [@kingston](https://github.com/kingston)! - Update LICENSE to modified MPL-2.0 license
494
+
495
+ - Updated dependencies [[`17dd71e`](https://github.com/halfdomelabs/baseplate/commit/17dd71e3b9f83e3359eb007f8eab1c4792bdbb8b), [`9caaa0a`](https://github.com/halfdomelabs/baseplate/commit/9caaa0aed05677a75fed79601dcfd24ec85ab5ad)]:
496
+ - @baseplate-dev/utils@0.1.1
497
+ - @baseplate-dev/sync@0.1.1
@@ -1,24 +1,24 @@
1
1
  export declare const CORE_PACKAGES: {
2
- readonly typescript: "5.8.3";
3
- readonly '@eslint/js': "9.32.0";
4
- readonly '@vitest/eslint-plugin': "1.6.5";
5
- readonly eslint: "9.32.0";
2
+ readonly typescript: "5.9.3";
3
+ readonly '@eslint/js': "9.39.2";
4
+ readonly '@vitest/eslint-plugin': "1.6.6";
5
+ readonly eslint: "9.39.2";
6
6
  readonly 'eslint-config-prettier': "10.1.8";
7
7
  readonly 'eslint-import-resolver-typescript': "4.4.4";
8
8
  readonly 'eslint-plugin-import-x': "4.16.1";
9
9
  readonly 'eslint-plugin-jsx-a11y': "6.10.2";
10
- readonly 'eslint-plugin-perfectionist': "4.15.0";
10
+ readonly 'eslint-plugin-perfectionist': "5.4.0";
11
11
  readonly 'eslint-plugin-react': "7.37.5";
12
- readonly 'eslint-plugin-react-hooks': "5.2.0";
13
- readonly 'eslint-plugin-unicorn': "60.0.0";
14
- readonly 'typescript-eslint': "8.38.0";
15
- readonly globals: "16.4.0";
16
- readonly prettier: "3.6.2";
17
- readonly 'prettier-plugin-packagejson': "2.5.19";
12
+ readonly 'eslint-plugin-react-hooks': "7.0.1";
13
+ readonly 'eslint-plugin-unicorn': "62.0.0";
14
+ readonly 'typescript-eslint': "8.54.0";
15
+ readonly globals: "17.3.0";
16
+ readonly prettier: "3.8.1";
17
+ readonly 'prettier-plugin-packagejson': "3.0.0";
18
18
  readonly vite: "7.1.12";
19
19
  readonly vitest: "4.0.16";
20
20
  readonly 'vite-tsconfig-paths': "5.1.4";
21
- readonly axios: "1.12.0";
21
+ readonly axios: "1.13.5";
22
22
  readonly turbo: "2.5.0";
23
23
  };
24
24
  //# sourceMappingURL=core-packages.d.ts.map
@@ -1,29 +1,29 @@
1
1
  export const CORE_PACKAGES = {
2
2
  // Typescript
3
- typescript: '5.8.3',
3
+ typescript: '5.9.3',
4
4
  // Linting
5
- '@eslint/js': '9.32.0',
6
- '@vitest/eslint-plugin': '1.6.5',
7
- eslint: '9.32.0',
5
+ '@eslint/js': '9.39.2',
6
+ '@vitest/eslint-plugin': '1.6.6',
7
+ eslint: '9.39.2',
8
8
  'eslint-config-prettier': '10.1.8',
9
9
  'eslint-import-resolver-typescript': '4.4.4',
10
10
  'eslint-plugin-import-x': '4.16.1',
11
11
  'eslint-plugin-jsx-a11y': '6.10.2',
12
- 'eslint-plugin-perfectionist': '4.15.0',
12
+ 'eslint-plugin-perfectionist': '5.4.0',
13
13
  'eslint-plugin-react': '7.37.5',
14
- 'eslint-plugin-react-hooks': '5.2.0',
15
- 'eslint-plugin-unicorn': '60.0.0',
16
- 'typescript-eslint': '8.38.0',
17
- globals: '16.4.0',
14
+ 'eslint-plugin-react-hooks': '7.0.1',
15
+ 'eslint-plugin-unicorn': '62.0.0',
16
+ 'typescript-eslint': '8.54.0',
17
+ globals: '17.3.0',
18
18
  // Formatting
19
- prettier: '3.6.2',
20
- 'prettier-plugin-packagejson': '2.5.19',
19
+ prettier: '3.8.1',
20
+ 'prettier-plugin-packagejson': '3.0.0',
21
21
  // Testing
22
22
  vite: '7.1.12',
23
23
  vitest: '4.0.16',
24
24
  'vite-tsconfig-paths': '5.1.4',
25
25
  // Utils
26
- axios: '1.12.0',
26
+ axios: '1.13.5',
27
27
  // Monorepo
28
28
  turbo: '2.5.0',
29
29
  };
@@ -1 +1 @@
1
- {"version":3,"file":"core-packages.js","sourceRoot":"","sources":["../../src/constants/core-packages.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,aAAa;IACb,UAAU,EAAE,OAAO;IAEnB,UAAU;IACV,YAAY,EAAE,QAAQ;IACtB,uBAAuB,EAAE,OAAO;IAChC,MAAM,EAAE,QAAQ;IAChB,wBAAwB,EAAE,QAAQ;IAClC,mCAAmC,EAAE,OAAO;IAC5C,wBAAwB,EAAE,QAAQ;IAClC,wBAAwB,EAAE,QAAQ;IAClC,6BAA6B,EAAE,QAAQ;IACvC,qBAAqB,EAAE,QAAQ;IAC/B,2BAA2B,EAAE,OAAO;IACpC,uBAAuB,EAAE,QAAQ;IACjC,mBAAmB,EAAE,QAAQ;IAC7B,OAAO,EAAE,QAAQ;IAEjB,aAAa;IACb,QAAQ,EAAE,OAAO;IACjB,6BAA6B,EAAE,QAAQ;IAEvC,UAAU;IACV,IAAI,EAAE,QAAQ;IACd,MAAM,EAAE,QAAQ;IAChB,qBAAqB,EAAE,OAAO;IAE9B,QAAQ;IACR,KAAK,EAAE,QAAQ;IAEf,WAAW;IACX,KAAK,EAAE,OAAO;CACN,CAAC"}
1
+ {"version":3,"file":"core-packages.js","sourceRoot":"","sources":["../../src/constants/core-packages.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,aAAa;IACb,UAAU,EAAE,OAAO;IAEnB,UAAU;IACV,YAAY,EAAE,QAAQ;IACtB,uBAAuB,EAAE,OAAO;IAChC,MAAM,EAAE,QAAQ;IAChB,wBAAwB,EAAE,QAAQ;IAClC,mCAAmC,EAAE,OAAO;IAC5C,wBAAwB,EAAE,QAAQ;IAClC,wBAAwB,EAAE,QAAQ;IAClC,6BAA6B,EAAE,OAAO;IACtC,qBAAqB,EAAE,QAAQ;IAC/B,2BAA2B,EAAE,OAAO;IACpC,uBAAuB,EAAE,QAAQ;IACjC,mBAAmB,EAAE,QAAQ;IAC7B,OAAO,EAAE,QAAQ;IAEjB,aAAa;IACb,QAAQ,EAAE,OAAO;IACjB,6BAA6B,EAAE,OAAO;IAEtC,UAAU;IACV,IAAI,EAAE,QAAQ;IACd,MAAM,EAAE,QAAQ;IAChB,qBAAqB,EAAE,OAAO;IAE9B,QAAQ;IACR,KAAK,EAAE,QAAQ;IAEf,WAAW;IACX,KAAK,EAAE,OAAO;CACN,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"react-rules.d.ts","sourceRoot":"","sources":["../../../../src/generators/node/eslint/react-rules.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,kDAyE9B,CAAC"}
1
+ {"version":3,"file":"react-rules.d.ts","sourceRoot":"","sources":["../../../../src/generators/node/eslint/react-rules.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,kDAkF9B,CAAC"}
@@ -38,7 +38,16 @@ export const REACT_ESLINT_RULES = tsCodeFragment(`
38
38
  },
39
39
 
40
40
  // React Hooks
41
- reactHooksPlugin.configs['recommended-latest'],
41
+ reactHooksPlugin.configs.flat['recommended-latest'],
42
+ {
43
+ rules: {
44
+ // Disable new strict rules from react-hooks v7 until we enable React Compiler
45
+ 'react-hooks/refs': 'off',
46
+ 'react-hooks/set-state-in-effect': 'off',
47
+ 'react-hooks/preserve-manual-memoization': 'off',
48
+ 'react-hooks/incompatible-library': 'off',
49
+ },
50
+ },
42
51
 
43
52
  // Import-X
44
53
  eslintPluginImportX.flatConfigs.react,
@@ -1 +1 @@
1
- {"version":3,"file":"react-rules.js","sourceRoot":"","sources":["../../../../src/generators/node/eslint/react-rules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE1E,MAAM,CAAC,MAAM,kBAAkB,GAAG,cAAc,CAC9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DD,EACC;IACE,eAAe,EAAE;SACd,OAAO,CAAC,qBAAqB,CAAC;SAC9B,IAAI,CAAC,wBAAwB,CAAC;IACjC,eAAe,EAAE;SACd,OAAO,CAAC,oBAAoB,CAAC;SAC7B,IAAI,CAAC,wBAAwB,CAAC;IACjC,eAAe,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;IACpE,eAAe,EAAE;SACd,OAAO,CAAC,kBAAkB,CAAC;SAC3B,IAAI,CAAC,2BAA2B,CAAC;CACrC,CACF,CAAC"}
1
+ {"version":3,"file":"react-rules.js","sourceRoot":"","sources":["../../../../src/generators/node/eslint/react-rules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE1E,MAAM,CAAC,MAAM,kBAAkB,GAAG,cAAc,CAC9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoED,EACC;IACE,eAAe,EAAE;SACd,OAAO,CAAC,qBAAqB,CAAC;SAC9B,IAAI,CAAC,wBAAwB,CAAC;IACjC,eAAe,EAAE;SACd,OAAO,CAAC,oBAAoB,CAAC;SAC7B,IAAI,CAAC,wBAAwB,CAAC;IACjC,eAAe,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;IACpE,eAAe,EAAE;SACd,OAAO,CAAC,kBAAkB,CAAC;SAC3B,IAAI,CAAC,2BAA2B,CAAC;CACrC,CACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"node.generator.d.ts","sourceRoot":"","sources":["../../../../src/generators/node/node/node.generator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC5E,OAAO,KAAK,EACV,QAAQ,EACR,8BAA8B,EAC/B,MAAM,sBAAsB,CAAC;AAoB9B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAwBnF,QAAA,MAAM,2BAA2B;IAC/B;;OAEG;;IAEH;;OAEG;;IAIH;;OAEG;;IAEH;;OAEG;;CAEF,CAAC;AAEJ,MAAM,WAAW,YACf,SAAQ,8BAA8B,CAAC,OAAO,2BAA2B,CAAC;IAC1E;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,wBAAgB,sBAAsB,IAAI;IACxC,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,QAAQ,CACpB,8BAA8B,CAAC,OAAO,2BAA2B,CAAC,CACnE,CAAC;CACH,CAUA;AAED,eAAO,MAAM,YAAY,0DAA2C,CAAC;AAErE;;;;GAIG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,CAAC,QAAQ,EAAE,YAAY,EAAE,OAAO,EAAE,cAAc,KAAK,IAAI,GAChE,gBAAgB,CAOlB;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CACpC,YAAY,EAAE,OAAO,CAAC,uBAAuB,CAAC,GAC7C,gBAAgB,CAOlB;AAED,QAAA,MAAmB,kBAAkB;;iBAIjC,CAAC;AAEL,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAE9B,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0GxB,CAAC"}
1
+ {"version":3,"file":"node.generator.d.ts","sourceRoot":"","sources":["../../../../src/generators/node/node/node.generator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC5E,OAAO,KAAK,EACV,QAAQ,EACR,8BAA8B,EAC/B,MAAM,sBAAsB,CAAC;AAoB9B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAwBnF,QAAA,MAAM,2BAA2B;IAC/B;;OAEG;;IAEH;;OAEG;;IAIH;;OAEG;;IAEH;;OAEG;;CAEF,CAAC;AAEJ,MAAM,WAAW,YAAa,SAAQ,8BAA8B,CAClE,OAAO,2BAA2B,CACnC;IACC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,wBAAgB,sBAAsB,IAAI;IACxC,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,QAAQ,CACpB,8BAA8B,CAAC,OAAO,2BAA2B,CAAC,CACnE,CAAC;CACH,CAUA;AAED,eAAO,MAAM,YAAY,0DAA2C,CAAC;AAErE;;;;GAIG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,CAAC,QAAQ,EAAE,YAAY,EAAE,OAAO,EAAE,cAAc,KAAK,IAAI,GAChE,gBAAgB,CAOlB;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CACpC,YAAY,EAAE,OAAO,CAAC,uBAAuB,CAAC,GAC7C,gBAAgB,CAOlB;AAED,QAAA,MAAmB,kBAAkB;;iBAIjC,CAAC;AAEL,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAE9B,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0GxB,CAAC"}