[0.23.0](https://github.com/aws/aws-pdk/compare/v0.22.53...v0.23.0) (2024-01-30)
⚠ BREAKING CHANGES
* **monorepo-ts:** Syncpack configuration for monorepo updated with breaking changes aligned with
Syncpack upgrade from v8 to v12:
- The `dev`, `overrides`, `peer`, `pnpmOverrides`, `prod`, `resolutions` and `workspace` boolean
flags are replaced by the `dependencyTypes` array.
- The `workspace` dependency type is now named `local`.
- `semverRange` is deprecated in favour of adding a range to `semverGroups`
For more details, please refer to the Syncpack releases between 8 and 12:
- [Syncpack v9](https://github.com/JamieMason/syncpack/releases/tag/9.0.0)
- [Syncpack v10](https://github.com/JamieMason/syncpack/releases/tag/10.0.0)
- [Syncpack v11](https://github.com/JamieMason/syncpack/releases/tag/11.0.0)
- [Syncpack v12](https://github.com/JamieMason/syncpack/releases/tag/12.0.0-alpha.0)
Additionally Syncpack related types and configs are namespaced under a `Syncpack` namespace,
eg. `Syncpack.DEFAULT_CONFIG` for the default monorepo syncpack config.
Features
* **monorepo-ts:** upgrade syncpack to v12 ([691](https://github.com/aws/aws-pdk/issues/691)) ([00dcb53](https://github.com/aws/aws-pdk/commit/00dcb5322593c645d2ff45c7f403176e8b740450)), closes [#675](https://github.com/aws/aws-pdk/issues/675) [#553](https://github.com/aws/aws-pdk/issues/553)