Skip to content

Angular 12: Update dependencies jasmine-spec-reporter #20106

Closed
@prabh-62

Description

@prabh-62

🐞 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-reporter is 5.0.2 when it should be 6.0.0 yarn_outdated_angular12

🔬 Minimal Reproduction

  • (Optional) Create global angular config file to use yarn package manager if not present. cat ~/.angular-config.json
    {
     "version": 1,
     "cli": {
       "packageManager": "yarn"
     }
    }
  • npx @angular/[email protected] new web-apps --create-application false
  • cd web-apps && yarn outdated
     Package               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

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions