Skip to content

update from 1.6.3 to 1.6.4 breaks compiling of scss files as imports are not resolved anymore #9217

Closed
@maks187

Description

@maks187

Versions


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

Angular CLI: 1.6.4
Node: 8.9.3
OS: win32 x64
Angular: 5.2.0
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router

@angular/cdk: 5.0.4
@angular/cli: 1.6.4
@angular/flex-layout: 2.0.0-beta.12
@angular/material: 5.0.4
@angular-devkit/build-optimizer: 0.0.38
@angular-devkit/core: 0.0.25
@angular-devkit/schematics: 0.0.48
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.9.4
@schematics/angular: 0.1.13
@schematics/schematics: 0.0.13
typescript: 2.5.3
webpack: 3.10.0

Repro steps

  • Increased version of angular/cli from 1.6.3 to 1.6.4 in package.json

Observed behavior

* can't compile anymore, import paths like material-themes or material-design-icons are not found anymore
* @import '~material-design-icons/iconfont/material-icons.css';
* @import '~@angular/material/prebuilt-themes/indigo-pink.css';
* why?

Desired behavior

third version position is for bug-fixes:

info Color legend :
"" : Major Update backward-incompatible updates
"" : Minor Update backward-compatible features
"" : Patch Update backward-compatible bug fixes

why you are doing breaking changes?
are there any tests made at all?
thanks to we do already keep fixed versions without "^" and "~" prefixes..
most unsafe package management we worked with, that's bad :(

Mention any other details that might be useful (optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions