frederikprijck / angularjs-webpack-starter

:rocket: A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
184 stars 59 forks source link

An in-range update of sass-loader is breaking the build 🚨 #95

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency sass-loader was updated from 7.1.0 to 7.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

sass-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/frederikprijck/angularjs-webpack-starter/builds/569821380?utm_source=github_status&utm_medium=notification)).

Release Notes for v7.2.0

7.2.0 (2019-08-08)

Bug Fixes

Features

  • allow passing functions option as function (#651) (6c9654d)
  • support data as Function (#648) (aa64e1b)
  • support sass and style fields in package.json (#647) (a8709c9)
  • support auto resolving dart-sass (ff90dd6)
Commits

The new version differs by 26 commits.

  • bcb06d5 chore(release): 7.2.0
  • 6fc9d4e fix: prefer sass/scss/css extensions (#711)
  • 28f1884 feat: allow customize mainFields and extensions (#710)
  • 2a51502 fix: relax node engine (#708)
  • 9e5a45d refactor: avoid lodash.tail (#707)
  • e279f2a fix: better handle stdin in sources (#681)
  • 9162e45 chore: deps update (#673)
  • 69c6f91 docs: add source-map to style-loader (#661)
  • 6c9654d feat: allow passing functions option as function (#651)
  • 2d6045b test: support import index file from package (#649)
  • aa64e1b feat: support data as Function (#648)
  • a8709c9 feat: support sass field in package.json (#647)
  • ff90dd6 feat: support auto resolving dart-sass
  • f524223 fix: prefer scss, sass and css extensions in resolving (#645)
  • 2adcca3 style: use prettier (#644)

There are 26 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 7.1.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v7.3.0

7.3.0 (2019-08-20)

Bug Fixes

Features

Commits

The new version differs by 21 commits.

  • a3ac649 chore(release): 7.3.0
  • 6f4ea37 feat: webpackImporter option (#732)
  • 0330253 docs: standardize readme (#730)
  • 997a255 fix: handle module import ending / as module (#728)
  • 071fa88 test: alias on directory with _index file (#727)
  • 6be93c8 test: import without quotes (#726)
  • dc23895 refactor: code (#725)
  • 97c93dd test: manual test (#724)
  • b2af379 fix: use "compressed" output when mode is "production" (#723)
  • 3545434 refactor: code
  • b8a7ca7 refactor: minor grammatical correction (#721)
  • 55f1af8 test: bootstrap@4 (#722)
  • 0e94940 fix: resolution algorithm (#720)
  • 96f436f refactor: simplify code (#717)
  • c459352 refactor: code (#719)

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v7.3.1

7.3.1 (2019-08-20)

Bug Fixes

  • minimum node version in package.json (#733) (1175920)
Commits

The new version differs by 2 commits.

  • 194fea4 chore(release): 7.3.1
  • 1175920 fix: minimum node version in package.json (#733)

See the full diff