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

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

Closed
1 of 15 tasks
prabh-62 opened this issue Feb 22, 2021 · 1 comment · Fixed by #20109
Closed
1 of 15 tasks

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

prabh-62 opened this issue Feb 22, 2021 · 1 comment · Fixed by #20109
Labels
area: @schematics/angular freq1: low Only reported by a handful of users who observe it rarely severity2: inconvenient type: bug/fix
Milestone

Comments

@prabh-62
Copy link

🐞 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?

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Mar 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: @schematics/angular freq1: low Only reported by a handful of users who observe it rarely severity2: inconvenient type: bug/fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants