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

Chore: Update runtime dependencies across the board #794

Merged
merged 3 commits into from
Dec 2, 2022

Commits on Dec 2, 2022

  1. Chore: Regular dependency updates I

    npm update bootstrap bootstrap-sass codemirror font-awesome jquery json3 oclazyload popper.js
    amotl committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    1426de3 View commit details
    Browse the repository at this point in the history
  2. Chore: Regular dependency updates II

    npm update @uirouter/angularjs angular angular-cookies angular-nvd3 angular-sanitize angular-translate angular-translate-loader-partial angular-translate-loader-static-files angular-translate-storage-cookie
    amotl committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ad4655e View commit details
    Browse the repository at this point in the history
  3. Fix dependency problems with bootstrap-sass by using newer sass

    SassError: Invalid CSS after "...point-max: math": expected expression (e.g. 1px, bold), was ".div($grid-float-br"
      from line 12 of app/styles/styles.scss
      >> $grid-float-breakpoint-max: math.div($grid-float-breakpoint - 1) !default;
    
         --------------------------------^
    
    > This error appears to be due to the use of SassC instead of dart-sass.
    > SassC wraps libsass, which does not support the math.div syntax. SassC
    > and libsass are deprecated.
    >
    > I recommend you upgrade your sass compiler to an appropriate version.
    >
    > -- @AprilArcus, twbs/bootstrap-sass#1224 (comment)
    amotl committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    5ea784e View commit details
    Browse the repository at this point in the history