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

ngx update not works #607

Closed
1 of 4 tasks
Paul75 opened this issue Aug 8, 2021 · 2 comments
Closed
1 of 4 tasks

ngx update not works #607

Paul75 opened this issue Aug 8, 2021 · 2 comments

Comments

@Paul75
Copy link

Paul75 commented Aug 8, 2021

I'm submitting a...

  • Bug report
  • Feature request
  • Documentation issue or request
  • Question

Current behavior

When do ngx uodate it tell that nothing to update ....

Expected behavior

I have angular 10 installed and ngx update say that nothing to do....

Minimal reproduction of the problem with instructions

do in console ngx update

Result : Nothing to update, it’s all good!

Environment



ngX-Rocket: 10.0.0
Node.js: v14.17.0
Npm: 7.20.1
OS: linux x64 5.4.0-80-generic

Generated project options:
{
  "generator-ngx-rocket": {
    "version": "9.1.0",
    "props": {
      "location": "path",
      "strict": false,
      "skipInstall": false,
      "skipQuickstart": false,
      "initGit": true,
      "usePrefix": true,
      "appName": "bienvivre-client",
      "target": [
        "web"
      ],
      "pwa": true,
      "ui": "bootstrap",
      "auth": true,
      "lazy": true,
      "angulartics": false,
      "languages": [
        "fr-FR"
      ],
      "tools": [
        "prettier"
      ],
      "utility": [
        "lodash",
        "moment"
      ],
      "deploy": "none",
      "projectName": "bienvivre-client",
      "packageManager": "npm",
      "mobile": [],
      "desktop": []
    }
  }
}

     _                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
 /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                |___/
    

Angular CLI: 10.1.7
Node: 14.17.0
OS: linux x64

Angular: 10.2.5
... animations, common, compiler, compiler-cli, core, forms
... language-service, localize, platform-browser
... platform-browser-dynamic, router, service-worker
Ivy Workspace: Yes

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1001.7
@angular-devkit/build-angular   0.1001.7
@angular-devkit/core            10.1.7
@angular-devkit/schematics      10.1.7
@angular/cli                    10.1.7
@schematics/angular             10.1.7
@schematics/update              0.1001.7
rxjs                            6.6.7
typescript                      4.0.8

Others:

@sinedied sinedied added the bug label Aug 17, 2021
@sinedied
Copy link
Member

Will look into it, thanks

sinedied added a commit that referenced this issue Dec 9, 2021
ci-rebot pushed a commit that referenced this issue Dec 10, 2021
# [10.1.0](10.0.1...10.1.0) (2021-12-10)

### Bug Fixes

* android package copy ([bcd2328](bcd2328))
* cannot update issue (fix [#607](#607)) ([dd96390](dd96390))
* e2e/cypress templates ([1131898](1131898))
* install errors with npm 7+ (fix [#611](#611)) ([1a273dd](1a273dd))
* jest test config with Angular 13 ([4a427ee](4a427ee))
* missing @popperjs/core peer dependency ([ba0aba5](ba0aba5))
* remove deprecated cordova-plugin-whitelist ([77e1b4f](77e1b4f))
* update command in addon generator ([dd2409b](dd2409b))

### Code Refactoring

* deprecate Protractor in favor of Cypress ([f5c4538](f5c4538))

### Features

* add cypress for e2e test ([#605](#605)) ([6fe85aa](6fe85aa))
* Angular 13 update ([49a3669](49a3669))
* migrate to [@awesome-cordova-plugins](https://github.com/awesome-cordova-plugins) ([4df3fb8](4df3fb8))
* update cypress and add auth support for e2e test ([6f80f69](6f80f69))
* update ionic packages ([839f629](839f629))
* update karma config ([90d40e6](90d40e6))
* update ng-bootstrap for v13 support ([af21e28](af21e28))
* update to Angular 13 ([9b3183c](9b3183c))

### BREAKING CHANGES

* Cypress is now the default choice for e2e tests.
@ci-rebot
Copy link
Collaborator

🎉 This issue has been resolved in version 10.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

No branches or pull requests

3 participants