chore: Version Packages #460
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@halfdomelabs/[email protected]
Minor Changes
014b140Thanks @kingston! - Add dynamic task support for generators and adapt Typescript file writer to a dynamic taskPatch Changes
#473
24fed42Thanks @kingston! - Introduce new generator concept of output providers that replace task dependencies#472
e1517d0Thanks @kingston! - Lay foundations for new typescript writer system#485
73b0006Thanks @kingston! - Refactor node generator to allow for more ergonomic usage#468
3c79212Thanks @kingston! - Upgrade PNPM to 10.6.5Breaking Change: See https://github.com/pnpm/pnpm/releases/tag/v10.0.0 for
breaking changes to PNPM
This breaks certain things such as lifecycle scripts and hoisting of
ESLint/Prettier plugins and so should be observed carefully.
#485
73b0006Thanks @kingston! - Refactor generation methods to enable better unit testing of generator tasks#486
2f67423Thanks @kingston! - Switch to object pattern for buildTasks#476
635fb23Thanks @kingston! - Refactor buildTasks to return an array of tasks instead of using a task builder#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Updated dependencies [
24fed42,e1517d0,014b140,f684e64,80b9a21,73b0006,3f9b186,c6caf6b,2f67423,635fb23,ff41c01]:@halfdomelabs/[email protected]
Minor Changes
#484
014b140Thanks @kingston! - Add dynamic task support for generators and adapt Typescript file writer to a dynamic task#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Patch Changes
#473
24fed42Thanks @kingston! - Introduce new generator concept of output providers that replace task dependencies#479
8ee4673Thanks @kingston! - Upgrade Sentry to 9.10.1See https://docs.sentry.io/platforms/javascript/migration/v8-to-v9/ for
migration instructions
#490
92f3bdfThanks @kingston! - Don't overwrite README files when readme changes#472
e1517d0Thanks @kingston! - Lay foundations for new typescript writer system#485
73b0006Thanks @kingston! - Refactor node generator to allow for more ergonomic usage#481
f684e64Thanks @kingston! - Use instance name instead of index for generator task IDs to make it easier to identify#474
3f9b186Thanks @kingston! - Remove task dependency support from generator engine#486
2f67423Thanks @kingston! - Switch to object pattern for buildTasks#476
635fb23Thanks @kingston! - Refactor buildTasks to return an array of tasks instead of using a task builder#480
54b331dThanks @kingston! - Upgrade Prisma to 6.5.0See
https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-6
for migration instructions
Updated dependencies [
24fed42,e1517d0,014b140,73b0006,3c79212,f684e64,80b9a21,73b0006,3f9b186,c6caf6b,2f67423,635fb23,ff41c01]:@halfdomelabs/[email protected]
Minor Changes
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Patch Changes
#473
24fed42Thanks @kingston! - Introduce new generator concept of output providers that replace task dependencies#479
8ee4673Thanks @kingston! - Upgrade Sentry to 9.10.1See https://docs.sentry.io/platforms/javascript/migration/v8-to-v9/ for
migration instructions
#463
c4213ffThanks @kingston! - Upgrade react-icon and radix dependencies#485
73b0006Thanks @kingston! - Refactor node generator to allow for more ergonomic usage#470
e2d503dThanks @kingston! - Upgrade vite to 6.2.3#481
f684e64Thanks @kingston! - Use instance name instead of index for generator task IDs to make it easier to identify#462
2e9b8ddThanks @kingston! - Upgrade zustand to 5.0.3See migration guide: https://github.com/pmndrs/zustand/blob/main/docs/migrations/migrating-to-v5.md
#474
3f9b186Thanks @kingston! - Remove task dependency support from generator engine#474
3f9b186Thanks @kingston! - Upgrade Vite to 6.2.4#488
c6caf6bThanks @kingston! - Switch to local implementation of toposort#486
2f67423Thanks @kingston! - Switch to object pattern for buildTasks#476
635fb23Thanks @kingston! - Refactor buildTasks to return an array of tasks instead of using a task builder#489
f14e643Thanks @kingston! - Upgrade Vite to 6.2.5Updated dependencies [
24fed42,e1517d0,014b140,73b0006,3c79212,f684e64,80b9a21,73b0006,3f9b186,c6caf6b,2f67423,635fb23,ff41c01]:@halfdomelabs/[email protected]
Minor Changes
014b140Thanks @kingston! - Add dynamic task support for generators and adapt Typescript file writer to a dynamic taskPatch Changes
#473
24fed42Thanks @kingston! - Introduce new generator concept of output providers that replace task dependencies#472
e1517d0Thanks @kingston! - Lay foundations for new typescript writer system#481
f684e64Thanks @kingston! - Use instance name instead of index for generator task IDs to make it easier to identify#483
80b9a21Thanks @kingston! - Introduce task phases system#485
73b0006Thanks @kingston! - Refactor generation methods to enable better unit testing of generator tasks#474
3f9b186Thanks @kingston! - Remove task dependency support from generator engine#488
c6caf6bThanks @kingston! - Switch to local implementation of toposort#486
2f67423Thanks @kingston! - Switch to object pattern for buildTasks#476
635fb23Thanks @kingston! - Refactor buildTasks to return an array of tasks instead of using a task builder#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Updated dependencies [
24fed42,e1517d0,73b0006,ff41c01]:@halfdomelabs/[email protected]
Patch Changes
#468
3c79212Thanks @kingston! - Upgrade PNPM to 10.6.5Breaking Change: See https://github.com/pnpm/pnpm/releases/tag/v10.0.0 for
breaking changes to PNPM
This breaks certain things such as lifecycle scripts and hoisting of
ESLint/Prettier plugins and so should be observed carefully.
#459
7cede9bThanks @kingston! - Introduce E2E testing for project-builder-cli#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Updated dependencies [
24fed42,e1517d0,73b0006,ff41c01]:@halfdomelabs/[email protected]
Patch Changes
#459
7cede9bThanks @kingston! - Introduce E2E testing for project-builder-cli#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Updated dependencies [
24fed42,c4213ff,e1517d0,f684e64,249fe46,2e9b8dd,97eae87,73b0006,c5aa78e,c6caf6b,7cede9b,ff41c01]:@halfdomelabs/[email protected]
Patch Changes
#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Updated dependencies [
24fed42,e1517d0,014b140,73b0006,f684e64,2e9b8dd,80b9a21,73b0006,3f9b186,c6caf6b,2f67423,635fb23,7cede9b,ff41c01]:@halfdomelabs/[email protected]
Patch Changes
#462
2e9b8ddThanks @kingston! - Upgrade zustand to 5.0.3See migration guide: https://github.com/pmndrs/zustand/blob/main/docs/migrations/migrating-to-v5.md
#488
c6caf6bThanks @kingston! - Switch to local implementation of toposort#459
7cede9bThanks @kingston! - Introduce E2E testing for project-builder-cli#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Updated dependencies [
24fed42,c4213ff,e1517d0,014b140,f684e64,2e9b8dd,80b9a21,73b0006,3f9b186,c6caf6b,2f67423,635fb23,ff41c01]:@halfdomelabs/[email protected]
Patch Changes
#481
f684e64Thanks @kingston! - Use instance name instead of index for generator task IDs to make it easier to identify#459
7cede9bThanks @kingston! - Introduce E2E testing for project-builder-cli#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Updated dependencies [
24fed42,8ee4673,c4213ff,92f3bdf,e1517d0,014b140,73b0006,e2d503d,3c79212,f684e64,2e9b8dd,80b9a21,73b0006,3f9b186,3f9b186,c6caf6b,2f67423,635fb23,7cede9b,54b331d,ff41c01,f14e643]:@halfdomelabs/[email protected]
Patch Changes
#463
c4213ffThanks @kingston! - Upgrade react-icon and radix dependencies#464
249fe46Thanks @kingston! - Remove react-select dependency from project-builder-web#462
2e9b8ddThanks @kingston! - Upgrade zustand to 5.0.3See migration guide: https://github.com/pmndrs/zustand/blob/main/docs/migrations/migrating-to-v5.md
#461
97eae87Thanks @kingston! - Replace @cocalc/ansi-to-react with the anser library directly#465
c5aa78eThanks @kingston! - Replace older components from project-builder-web with newer ui components#459
7cede9bThanks @kingston! - Introduce E2E testing for project-builder-cli#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Updated dependencies [
24fed42,c4213ff,e1517d0,2e9b8dd,73b0006,c6caf6b,7cede9b,ff41c01]:@halfdomelabs/[email protected]
Patch Changes
#468
3c79212Thanks @kingston! - Upgrade PNPM to 10.6.5Breaking Change: See https://github.com/pnpm/pnpm/releases/tag/v10.0.0 for
breaking changes to PNPM
This breaks certain things such as lifecycle scripts and hoisting of
ESLint/Prettier plugins and so should be observed carefully.
#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0@halfdomelabs/[email protected]
Patch Changes
#463
c4213ffThanks @kingston! - Upgrade react-icon and radix dependencies#462
2e9b8ddThanks @kingston! - Upgrade zustand to 5.0.3See migration guide: https://github.com/pmndrs/zustand/blob/main/docs/migrations/migrating-to-v5.md
#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0@halfdomelabs/[email protected]
Patch Changes
#473
24fed42Thanks @kingston! - Introduce new generator concept of output providers that replace task dependencies#472
e1517d0Thanks @kingston! - Lay foundations for new typescript writer system#485
73b0006Thanks @kingston! - Refactor generation methods to enable better unit testing of generator tasks#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0@halfdomelabs/[email protected]
Patch Changes
#485
73b0006Thanks @kingston! - Refactor node generator to allow for more ergonomic usage#481
f684e64Thanks @kingston! - Use instance name instead of index for generator task IDs to make it easier to identify#486
2f67423Thanks @kingston! - Switch to object pattern for buildTasks#476
635fb23Thanks @kingston! - Refactor buildTasks to return an array of tasks instead of using a task builder#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Updated dependencies [
24fed42,8ee4673,c4213ff,92f3bdf,e1517d0,014b140,73b0006,e2d503d,3c79212,f684e64,2e9b8dd,80b9a21,73b0006,3f9b186,3f9b186,c6caf6b,2f67423,635fb23,7cede9b,54b331d,ff41c01,f14e643]:@halfdomelabs/[email protected]
Patch Changes
#486
2f67423Thanks @kingston! - Switch to object pattern for buildTasks#476
635fb23Thanks @kingston! - Refactor buildTasks to return an array of tasks instead of using a task builder#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0@halfdomelabs/[email protected]
Patch Changes
#467
ff41c01Thanks @kingston! - Upgrade Node version to v22.14.0Updated dependencies [
24fed42,c4213ff,e1517d0,014b140,f684e64,249fe46,2e9b8dd,80b9a21,97eae87,73b0006,3f9b186,c5aa78e,c6caf6b,2f67423,635fb23,7cede9b,ff41c01]: