Skip to content

Update sass-loader to the latest version 🚀#3

Open
greenkeeper[bot] wants to merge 1 commit intomasterfrom
greenkeeper/sass-loader-6.0.3
Open

Update sass-loader to the latest version 🚀#3
greenkeeper[bot] wants to merge 1 commit intomasterfrom
greenkeeper/sass-loader-6.0.3

Conversation

@greenkeeper
Copy link
Copy Markdown

@greenkeeper greenkeeper bot commented Mar 8, 2017

Version 6.0.3 of sass-loader just got published.

Dependency sass-loader
Current Version 4.1.1
Type devDependency

The version 6.0.3 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of sass-loader.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v6.0.3
  • Fix regression with empty files #398
  • Reduce npm package size by using the files property in the package.json
Commits

The new version differs by 78 commits .

  • 54dc896 6.0.3
  • ccacaa9 Update CHANGELOG
  • cb7187d Add .eslintignore
  • 5139fee Merge pull request #402 from webpack-contrib/maintenance
  • 9060e5b Update bdages
  • c466772 Add appveyor for windows CI
  • 8b3478b Refactor some npm scripts
  • 7f1b801 Improve README
  • dcc432d Merge pull request #401 from webpack-contrib/add/test-395
  • a17a308 Add tests for empty files
  • f44289b Merge pull request #398 from webpack-contrib/pr/origin/395
  • 462ae5f Improve check for empty content
  • e21b8f5 Merge pull request #397 from webpack-contrib/update/links
  • 68bed8d Update links in README
  • 911a774 add comment as content string fallback

There are 78 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request May 9, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented May 9, 2017

Version 6.0.4 just got published.

Update to this version instead 🚀

Release Notes v6.0.4
  • fix: Resolving of scoped npm packages #447
Commits

The new version differs by 14 commits0.

  • f01ae22 Merge pull request #449 from webpack-contrib/Release/6.0.4
  • d9d8982 chore(release): 6.0.4
  • 9c77792 chore: Update changelog
  • f93c73f docs(README): change bootstrap path in example (#438)
  • ca396ea test: add tests for unicode character (#446)
  • 1508570 docs(README): link to webpack 2 docs (#437)
  • 8d37244 fix: Resolving of scoped npm packages (#447)
  • 1e6cd4d docs(README): extended summary, standardize header (#444)
  • 266ae5c docs: Fix broken link in README
  • e7c6a73 docs: Fix gitter badge link
  • f4ef7ec docs(readme): Parse the 1st paragraph's markdown links (#417)
  • 56c92b4 Replace loader with use in README (#406)
  • c650fb8 Trying to fix webpack.js.org page (#405)
  • 4ed68e9 Merge pull request #404 from webpack-contrib/release/6.0.3

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 10, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented May 10, 2017

Version 6.0.5 just got published.

Update to this version instead 🚀

Release Notes v6.0.5
  • fix: importing file directly from scoped npm package #450
Commits

The new version differs by 4 commits0.

  • c61eaee Merge pull request #453 from webpack-contrib/Release/6.0.5
  • fe4af44 chore(release): 6.0.5
  • cbc0794 chore: Update changelog
  • 5d06e9d fix: importing file directly from scoped npm package (#450)

false

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 15, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Jun 15, 2017

Version 6.0.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • a1ae204 chore: Update changelog for 6.0.6
  • aed60eb chore(release): 6.0.6
  • 85d7772 chore: Adds release script
  • 43199f1 chore: Reformat changelog for standard-version
  • 5daa32b chore(package): Adds contrib standard release tooling
  • 0511c25 chore: build and package updates to allow use of webpack 3 (#475)
  • 0d6d66d refactor: remove this.cacheable (#473)
  • 876876a docs(readme): Fixes typo in loader description (#472)
  • c27063c chore(package): update dependencies (#470)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 3, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Mar 3, 2018

Version 6.0.7 just got published.

Update to this version instead 🚀

Release Notes v6.0.7

2018-03-03

Bug Fixes

  • package: add webpack >= v4.0.0 (peerDependencies) (#541) (620bdd4)

Performance Improvements

Commits

The new version differs by 7 commits.

  • 44fe61c chore(release): 6.0.7
  • fab89dc perf: use neo-async instead async (#538)
  • 620bdd4 fix(package): add webpack >= v4.0.0 (peerDependencies) (#541)
  • a38344d docs(README): add example install instructions for dependencies (#517)
  • db01033 docs(README): rephrase resolve-url-loader note (#516)
  • 88b56d5 chore(package): update clone-deep v0.3.1...2.0.1 (#512)
  • 9e40b78 ci(travis): Update Node v4 test target to 4.8

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 13, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Apr 13, 2018

Version 7.0.0 just got published.

Update to this version instead 🚀

Release Notes v7.0.0

Features

  • Refactor resolving and simplify webpack config aliases (#479) (e0fde1a)
  • Remove node-sass from peerDependencies (#533) (6439cef)

BREAKING CHANGES

  • Drop official node 4 support
  • This slightly changes the resolving algorithm. Should not break in normal usage, but might break in complex configurations.
  • The sass-loader throws an error at runtime now and refuses to compile if the peer dependency is wrong. This could break applications where npm's peer dependency warning was just ignored.
Commits

The new version differs by 5 commits.

  • a2c327b chore(release): 7.0.0
  • e0fde1a feat: Refactor resolving and simplify webpack config aliases (#479)
  • 6439cef feat: Remove node-sass from peerDependencies (#533)
  • eb5a555 chore: Fix CI (#555)
  • d4e4986 docs: Capitalize Sass (#551)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 13, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Apr 13, 2018

Version 7.0.1 just got published.

Update to this version instead 🚀

Release Notes v7.0.1

Bug Fixes

Commits

The new version differs by 3 commits.

  • 2759618 chore(release): 7.0.1
  • f4eeff1 fix: Wrong import precedence (#557)
  • 9409e17 docs: Add missing note in CHANGELOG.md about dropping node 4 support

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Jun 2, 2018

Version 7.0.2 just got published.

Update to this version instead 🚀

Release Notes v7.0.2

Bug Fixes

  • Errors being swallowed when trying to load node-sass (#576) (6dfb274), closes #563
  • Report error to user for problems loading node-sass (#562) (2529c07)
Commits

The new version differs by 5 commits.

  • 2efb8cf chore(release): 7.0.2
  • 6dfb274 fix: Errors being swallowed when trying to load node-sass (#576)
  • 437450f docs(readme) Use mini-css-extract-plugin in examples. (#568)
  • 10a8161 test: Add test cases to ensure that js files do not take precedence (#564)
  • 2529c07 fix: Report error to user for problems loading node-sass (#562)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 5, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Jun 5, 2018

Version 7.0.3 just got published.

Update to this version instead 🚀

Release Notes v7.0.3

Bug Fixes

Commits

The new version differs by 2 commits.

  • d0b35cb chore(release): 7.0.3
  • c348281 fix: Bare imports not working sometimes (#579)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 1, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Aug 1, 2018

Version 7.1.0 just got published.

Update to this version instead 🚀

Release Notes v7.1.0

Features

Commits

The new version differs by 3 commits.

  • aada4c3 chore(release): 7.1.0
  • bed9fb5 feat: Make this package implementation-agnostic (#573)
  • 714f5c6 test: Refactor module import tests (#599)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 9, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Aug 9, 2019

  • The devDependency sass-loader was updated from 4.1.1 to 7.2.0.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Aug 20, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Aug 20, 2019

  • The devDependency sass-loader was updated from 4.1.1 to 7.3.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 20, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Aug 20, 2019

  • The devDependency sass-loader was updated from 4.1.1 to 7.3.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 29, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper bot commented Aug 29, 2019

  • The devDependency sass-loader was updated from 4.1.1 to 8.0.0.

Update to this version instead 🚀

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants