Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/bullmq-plugin-migration.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-mice-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-poems-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-plugin-config-migration-version.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/khaki-animals-see.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-swans-sink.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/little-humans-relate.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/migrate-vitest-global-setup-to-individual-files.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-regions-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sidebar-aria-current-page.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-mice-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-pets-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-sloths-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stable-string-comparison.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-foxes-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-grapes-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-olives-notice.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/upgrade-dependencies.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/upgrade-prisma-7.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/code-morph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseplate-dev/code-morph

## 0.4.2

### Patch Changes

- Updated dependencies [[`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f)]:
- @baseplate-dev/[email protected]

## 0.4.1

## 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/code-morph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/code-morph",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"description": "Simple package for running code migrations on the codebase",
"keywords": [
Expand Down
20 changes: 20 additions & 0 deletions packages/core-generators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @baseplate-dev/core-generators

## 0.4.2

### Patch Changes

- [#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

- [#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

- [#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
- Replace `globalSetupOperations` Map with `globalSetupFiles` array in vitest config provider
- Vitest generator now always renders `global-setup-env.ts` for environment loading
- Each generator (Redis, Prisma) now creates its own global setup file
- Vitest config outputs `globalSetup` as an array with env file first, then sorted additional files

- [#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

- 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)]:
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/core-generators",
"version": "0.4.1",
"version": "0.4.2",
"description": "Core generators for Baseplate",
"keywords": [
"code-generation",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @baseplate-dev/create-project

## 0.4.2

### Patch Changes

- [#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

- Updated dependencies [[`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f)]:
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/create-project",
"version": "0.4.1",
"version": "0.4.2",
"description": "CLI starter kit for creating a new Baseplate project",
"keywords": [
"cli",
Expand Down
38 changes: 38 additions & 0 deletions packages/fastify-generators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @baseplate-dev/fastify-generators

## 0.4.2

### Patch Changes

- [#711](https://github.com/halfdomelabs/baseplate/pull/711) [`bde61e3`](https://github.com/halfdomelabs/baseplate/commit/bde61e3e5dfc4d6d19c0d2a71491de4605cd2c20) Thanks [@kingston](https://github.com/kingston)! - Add BullMQ plugin as managed child of queue plugin
- Create new BullMQ plugin (`@baseplate-dev/plugin-queue/bullmq`) following the pg-boss plugin pattern
- Add migration (021) to migrate `enableBullQueue` from backend app config to queue/bullmq plugin config
- Remove old `bullMqGenerator` and `fastifyBullBoardGenerator` from fastify-generators
- Remove Bull Board integration (to be replaced with local alternative in the future)
- Remove `enableBullQueue` option from backend app schema and UI

- [#701](https://github.com/halfdomelabs/baseplate/pull/701) [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220) Thanks [@kingston](https://github.com/kingston)! - Upgrade Fastify to 5.6.2 and fastify-plugin to 5.1.0

- [#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

- [#700](https://github.com/halfdomelabs/baseplate/pull/700) [`5d4ae05`](https://github.com/halfdomelabs/baseplate/commit/5d4ae05b1781100ee21c5a60784f0107014bade4) Thanks [@kingston](https://github.com/kingston)! - Pass service context to create/update/delete operations in data operations

- [#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

- [#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
- Replace `globalSetupOperations` Map with `globalSetupFiles` array in vitest config provider
- Vitest generator now always renders `global-setup-env.ts` for environment loading
- Each generator (Redis, Prisma) now creates its own global setup file
- Vitest config outputs `globalSetup` as an array with env file first, then sorted additional files

- [#714](https://github.com/halfdomelabs/baseplate/pull/714) [`2395821`](https://github.com/halfdomelabs/baseplate/commit/239582148fe92d80457a31021036fa1e2c51cf5d) Thanks [@kingston](https://github.com/kingston)! - Fix handling of data operations with falsy update values

- [#710](https://github.com/halfdomelabs/baseplate/pull/710) [`e426b52`](https://github.com/halfdomelabs/baseplate/commit/e426b52d37f04f71ca960eb4cad2246af0603bd3) Thanks [@kingston](https://github.com/kingston)! - Upgrade Prisma to v7
- prisma: 6.17.1 → 7.2.0
- @prisma/client: 6.17.1 → 7.2.0
- @prisma/adapter-pg: 6.17.1 → 7.2.0
- @pothos/plugin-prisma: 4.12.0 → 4.14.1

- Updated dependencies [[`795ee4c`](https://github.com/halfdomelabs/baseplate/commit/795ee4c18e7b393fb9247ced23a12de5e219ab15), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54), [`74529e7`](https://github.com/halfdomelabs/baseplate/commit/74529e7fffae8a70f8cfe801a1897204d010e291), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f)]:
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify-generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/fastify-generators",
"version": "0.4.1",
"version": "0.4.2",
"description": "Fastify generators for Baseplate",
"keywords": [
"fastify",
Expand Down
13 changes: 13 additions & 0 deletions packages/project-builder-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @baseplate-dev/project-builder-cli

## 0.4.2

### Patch Changes

- [#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

- Updated dependencies [[`bde61e3`](https://github.com/halfdomelabs/baseplate/commit/bde61e3e5dfc4d6d19c0d2a71491de4605cd2c20), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`6828918`](https://github.com/halfdomelabs/baseplate/commit/6828918121bb244fdc84758d28a87370cbc70992), [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54), [`795ee4c`](https://github.com/halfdomelabs/baseplate/commit/795ee4c18e7b393fb9247ced23a12de5e219ab15), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f), [`18c7cf1`](https://github.com/halfdomelabs/baseplate/commit/18c7cf19c0d171b734eb9bcc53320ccf02baa08a), [`a173074`](https://github.com/halfdomelabs/baseplate/commit/a1730748bbbc21ea22d9d91bf28e34d2c351425b)]:
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/project-builder-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/project-builder-cli",
"version": "0.4.1",
"version": "0.4.2",
"description": "Full-stack CLI builder using Baseplate generators",
"keywords": [
"cli",
Expand Down
12 changes: 12 additions & 0 deletions packages/project-builder-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @baseplate-dev/project-builder-common

## 0.4.2

### Patch Changes

- Updated dependencies [[`bde61e3`](https://github.com/halfdomelabs/baseplate/commit/bde61e3e5dfc4d6d19c0d2a71491de4605cd2c20), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`795ee4c`](https://github.com/halfdomelabs/baseplate/commit/795ee4c18e7b393fb9247ced23a12de5e219ab15), [`6828918`](https://github.com/halfdomelabs/baseplate/commit/6828918121bb244fdc84758d28a87370cbc70992), [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54), [`795ee4c`](https://github.com/halfdomelabs/baseplate/commit/795ee4c18e7b393fb9247ced23a12de5e219ab15), [`e8e1377`](https://github.com/halfdomelabs/baseplate/commit/e8e1377eb3754c095b23708ace2d2afa496a5097), [`18c7cf1`](https://github.com/halfdomelabs/baseplate/commit/18c7cf19c0d171b734eb9bcc53320ccf02baa08a), [`21a9613`](https://github.com/halfdomelabs/baseplate/commit/21a9613c8e6e3d020c6630910599ef25ae34e3f6), [`a173074`](https://github.com/halfdomelabs/baseplate/commit/a1730748bbbc21ea22d9d91bf28e34d2c351425b)]:
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/project-builder-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/project-builder-common",
"version": "0.4.1",
"version": "0.4.2",
"description": "Holds common packages for plugins and generators",
"keywords": [
"common",
Expand Down
22 changes: 22 additions & 0 deletions packages/project-builder-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @baseplate-dev/project-builder-lib

## 0.4.2

### Patch Changes

- [#711](https://github.com/halfdomelabs/baseplate/pull/711) [`bde61e3`](https://github.com/halfdomelabs/baseplate/commit/bde61e3e5dfc4d6d19c0d2a71491de4605cd2c20) Thanks [@kingston](https://github.com/kingston)! - Add BullMQ plugin as managed child of queue plugin
- Create new BullMQ plugin (`@baseplate-dev/plugin-queue/bullmq`) following the pg-boss plugin pattern
- Add migration (021) to migrate `enableBullQueue` from backend app config to queue/bullmq plugin config
- Remove old `bullMqGenerator` and `fastifyBullBoardGenerator` from fastify-generators
- Remove Bull Board integration (to be replaced with local alternative in the future)
- Remove `enableBullQueue` option from backend app schema and UI

- [#709](https://github.com/halfdomelabs/baseplate/pull/709) [`6828918`](https://github.com/halfdomelabs/baseplate/commit/6828918121bb244fdc84758d28a87370cbc70992) Thanks [@kingston](https://github.com/kingston)! - Fix plugin config migration version not being set correctly when enabling a new plugin via web config editor

- [#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

- [#702](https://github.com/halfdomelabs/baseplate/pull/702) [`18c7cf1`](https://github.com/halfdomelabs/baseplate/commit/18c7cf19c0d171b734eb9bcc53320ccf02baa08a) Thanks [@kingston](https://github.com/kingston)! - Refactor reference extraction to use functional approach with `refContext` and `provides` instead of `withRefBuilder`

- 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), [`a173074`](https://github.com/halfdomelabs/baseplate/commit/a1730748bbbc21ea22d9d91bf28e34d2c351425b)]:
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]
- @baseplate-dev/[email protected]

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/project-builder-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/project-builder-lib",
"version": "0.4.1",
"version": "0.4.2",
"description": "Library for Project Builder using Baseplate generators",
"keywords": [
"configuration",
Expand Down
Loading