Skip to content

Warnings when launch application SCSS #629

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

Closed
1 of 4 tasks
Paul75 opened this issue Jun 23, 2022 · 1 comment
Closed
1 of 4 tasks

Warnings when launch application SCSS #629

Paul75 opened this issue Jun 23, 2022 · 1 comment
Labels

Comments

@Paul75
Copy link

Paul75 commented Jun 23, 2022

I'm submitting a...

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

Current behavior

When start npm start got wornings :

Build at: 2022-06-23T07:14:42.072Z - Hash: 89f1940ecd3d8783 - Time: 9238ms

./src/main.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/main.scss - Warning: Module Warning (from ./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js):
Warning

(2429:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.

** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **

✔ Compiled successfully.

Expected behavior

No got warning on launch

Minimal reproduction of the problem with instructions

npm install
npm start

Environment




ngX-Rocket: 10.1.2
Node.js: v16.15.1
Npm: 8.11.0
OS: linux x64 5.13.0-51-generic

Generated project options:
{
  "generator-ngx-rocket": {
    "version": "10.1.2",
    "props": {
      "location": "path",
      "strict": true,
      "skipInstall": false,
      "skipQuickstart": false,
      "initGit": true,
      "usePrefix": true,
      "appName": "VirtualStreetArt",
      "target": [
        "web"
      ],
      "ui": "bootstrap",
      "features": [
        "pwa",
        "auth",
        "lazy",
        "cypress"
      ],
      "languages": [
        "en-US",
        "fr-FR"
      ],
      "tools": [
        "prettier",
        "hads"
      ],
      "utility": [
        "lodash",
        "moment"
      ],
      "deploy": "none",
      "projectName": "virtual-street-art",
      "packageManager": "npm",
      "mobile": [],
      "desktop": [],
      "pwa": true,
      "auth": true,
      "lazy": true,
      "e2e": false,
      "cypress": true,
      "angulartics": false
    }
  }
}

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

Angular CLI: 13.3.8
Node: 16.15.1
Package Manager: yarn 1.22.18
OS: linux x64

Angular: 13.3.11
... animations, common, compiler, compiler-cli, core, forms
... language-service, localize, platform-browser
... platform-browser-dynamic, router, service-worker

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1303.8
@angular-devkit/build-angular   13.3.8
@angular-devkit/core            13.3.8
@angular-devkit/schematics      12.2.17
@angular/cli                    13.3.8
@schematics/angular             13.3.8
rxjs                            7.5.5
typescript                      4.4.4

Others:

Thanks

ci-rebot pushed a commit that referenced this issue Aug 25, 2022
# [11.0.0](10.1.2...11.0.0) (2022-08-25)

### Bug Fixes

* bootstrap dropdown placement ([454b36f](454b36f))
* puppeteer use with protractor ([c3814b6](c3814b6))
* workaround for test:ci not working ([166411e](166411e))

### Features

* migrate to Angular 14 and upgrade dependencies ([287ab10](287ab10))
* update electron deps ([30ad04a](30ad04a))
* update remaining files (fixes [#629](#629), [#631](#631)) ([0da10ed](0da10ed))
* update to Cypress 10 ([de4a483](de4a483))

### BREAKING CHANGES

* - Migrate to Angular 14
- Requires Node.js 14+
@ci-rebot
Copy link
Collaborator

🎉 This issue has been resolved in version 11.0.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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants