-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @schematics/angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity2: inconvenienttype: bug/fix
Milestone
Description
🐞 Bug report
Command (mark with an x)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Is this a regression?
Not applicable
Description
- When creating angular applications, latest stable dependencies should be pulled from NPM
- However, when creating angular 12 application, version of
jasmine-spec-reporteris5.0.2when it should be6.0.0
🔬 Minimal Reproduction
- (Optional) Create global angular config file to use
yarnpackage manager if not present.cat ~/.angular-config.json{ "version": 1, "cli": { "packageManager": "yarn" } } npx @angular/[email protected] new web-apps --create-application falsecd web-apps && yarn outdatedPackage Current Wanted Latest Package Type URL @types/node 12.20.4 12.20.4 14.14.31 devDependencies https://github.com/DefinitelyTyped/DefinitelyTyped.git jasmine-spec-reporter 5.0.2 5.0.2 6.0.0 devDependencies https://github.com/bcaudan/jasmine-spec-reporter ts-node 8.3.0 8.3.0 9.1.1 devDependencies https://github.com/TypeStrong/ts-node
🔥 Exception or Error
🌍 Your Environment
❯ ng version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 12.0.0-next.1
Node: 15.9.0
OS: darwin x64
Yarn: 1.22.10
Angular: 12.0.0-next.1
... animations, cli, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Ivy Workspace: Yes
Package Version
------------------------------------------------------
@angular-devkit/architect 0.1200.0-next.1
@angular-devkit/core 12.0.0-next.1
@angular-devkit/schematics 12.0.0-next.1
@schematics/angular 12.0.0-next.1
@schematics/update 0.1200.0-next.1
rxjs 6.6.3
typescript 4.1.5
Anything else relevant?
Metadata
Metadata
Assignees
Labels
area: @schematics/angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity2: inconvenienttype: bug/fix