Momo Kornher
Momo Kornher
Amazon Linux 2022 is in preview release It appears that previous kernel versions are not retained in this phase. While existing deployments will still work, it is not possible to...
Tracking all issues and enhancement requests for `projen new` & the initial setup experience. # Open Issues - [ ] #597 - [ ] #1932 - [ ] #2064 -...
Tracking all issues and enhancement requests for the Manual Release feature. # Open Issues - [ ] #1938 - [ ] #1971 - [ ] #1998 - [ ] #2118...
If no `tsconfig.json` is present, esbuild defaults are used for bundling. This might be okay, but can yield inconsistent builds if `tsconfig.json` is not checked into the repository, like it...
### Describe the bug When importing modules from the current package, rosetta doesn't accept the package name, but instead requires the use of a path. For a hypothetical package `some-library`:...
### Describe the feature Dotnet Packages published on NuGet currently do not include a readme. E.g. https://www.nuget.org/packages/Amazon.CDK.Lib `jsii-pacmak` should include a readme into the package so it shows up on...
`gh release create` has three different modes for "latest": - default; not specified - the latest release will be determined by date and version (see https://cli.github.com/manual/gh_release_create) - `--latest` - this...
**Document Status:** Accepted _Living document, this can still change_ # projen 1.0 Projen is in major version zero `0.x` and has been for over three years now. It's time for...
Eslint 9 release is looming and it comes with a whole bunch of breaking changes: https://eslint.org/docs/next/use/migrate-to-9.0.0 The biggest ones from projen's perspective are: - [New default config format](https://eslint.org/docs/next/use/migrate-to-9.0.0#-new-default-config-format-eslintconfigjs) - [Deprecation...
Fixes #613 Features: - ❓ Interactively prompt users for missing information during project creation with `projen new` - 💻 Automation friendly by auto-detecting interactive environments - 🏅 New `@prompt` doctag...