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

Update less-loader to the latest version πŸš€ #354

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 24, 2020


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency less-loader was updated from 4.1.0 to 6.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: evilebottnawi
License: MIT

Release Notes for v6.0.0

6.0.0 (2020-04-24)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13,
  • minimum support webpack version is 4
  • 2 version of less is not supported anymore
  • using 3 versin of less by default, so you don't need to have less in your package.json, we already supply it
  • move less-specific options to the lessOptions option, please look at README

Features

  • the paths options now works with webpack resolver (3931470)
  • allow a function to be used for lessOptions (#325) (a6be94a)
  • added the appendData option (#336) (fb94605)
  • added the prependData option (#327) (9df8755)
  • support less and style fields in package.json
  • support index.less file for packages

Bug Fixes

  • support import aliases without tilde (#335) (24021cd)
  • do not crash on remotely imports (#333) (8e020e9)
  • add webpack v5 support (#317) (f0b42b4)
  • first resolve an import using less resolver, then using webpack resolver (#340) (443bd5a)
  • fix a resolution for @import 'package/file.ess'; and @import './package/file.ess';
Commits

The new version differs by 40 commits.

  • 73740a8 chore(release): 6.0.0
  • 4579dfb refactor: code (#349)
  • 1aff534 refactor: code
  • 3931470 feat: paths now works with webpack resolver
  • cecf183 test: appendData prependData, when they are string (#345)
  • a1cf249 refactor: moving processResult in index (#344)
  • bffbc5e refactor: import from scoped npm packages (#343)
  • b04cb0d test: import through plugin (#341)
  • 221714b test: import nested (#342)
  • 443bd5a refactor: first resolve filename in less, then in webpack (#340)
  • 82cb6a7 chore(deps): update
  • d7590b5 refactor: deleting a mention about less2 (#337)
  • fb94605 feat: added the appendData option (#336)
  • 24021cd fix: import alias without tilde (#335)
  • 4604f20 test: import files hosted remotely (#334)

There are 40 commits in total.

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request May 7, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency less-loader was updated from 4.1.0 to 6.1.0.

Update to this version instead πŸš€

Release Notes for v6.1.0

6.1.0 (2020-05-07)

Features

Bug Fixes

  • respect third-party plugins for Less (#353) (d0db4f9)
Commits

The new version differs by 3 commits.

  • cc23007 chore(release): 6.1.0
  • d2de80f feat: new implementation option (#354)
  • d0db4f9 fix: respect third-party plugins for Less (#353)

See the full diff

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.

None yet

0 participants