Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: version 11.0.0 #2813

Draft
wants to merge 49 commits into
base: master
Choose a base branch
from
Draft

release: version 11.0.0 #2813

wants to merge 49 commits into from

Conversation

kamilmysliwiec
Copy link
Member

@kamilmysliwiec kamilmysliwiec commented Nov 22, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[x] Other... Please describe: v11.0.0 release

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Published under the next flag. To install, run the following command:

npm i @nestjs/cli@next

Features/improvements

Dep upgrades

Does this PR introduce a breaking change?

[x] Yes
[ ] No

Other information

xdissent and others added 30 commits December 19, 2023 06:13
When running on Linux/WSL, `nest start --watch` does not wait the app to shutdown on restart.
That leads to two instances of application running simultaneously, especially if it has async
shutdown hooks. That commit fixes that adding an option to disable shell mode when spawning
child processes so then app will completely shutdown first and only then started again.
Thanks @jleverenz for the investigation and solution idea in nestjs/nest-cli/1614

fixes nestjs/nest-cli/1614
fix(deps): update dependency glob to v11
feat!: drop uncommon variants of nest cli config file name
fix(deps): update dependency chokidar to v4
fix(deps): update angular-cli monorepo to v19 (major)
@kamilmysliwiec
Copy link
Member Author

kamilmysliwiec commented Nov 22, 2024

Published under the next tag. To install, run the following command:

npm i @nestjs/cli@next

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants