react-is-in-viewport
react-is-in-viewport copied to clipboard
Update less-loader to the latest version π
βοΈ 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 5.0.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 2version oflessis not supported anymore- using
3versin oflessby default, so you don't need to havelessin yourpackage.json, we already supply it - move less-specific options to the
lessOptionsoption, please look at README
Features
- the
pathsoptions now works with webpack resolver (3931470) - allow a function to be used for
lessOptions(#325) (a6be94a) - added the
appendDataoption (#336) (fb94605) - added the
prependDataoption (#327) (9df8755) - support
lessandstylefields inpackage.json - support
index.lessfile 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 30 commits.
73740a8chore(release): 6.0.04579dfbrefactor: code (#349)1aff534refactor: code3931470feat:pathsnow works with webpack resolvercecf183test: appendData prependData, when they are string (#345)a1cf249refactor: moving processResult in index (#344)bffbc5erefactor: import from scoped npm packages (#343)b04cb0dtest: import through plugin (#341)221714btest: import nested (#342)443bd5arefactor: first resolve filename in less, then in webpack (#340)82cb6a7chore(deps): updated7590b5refactor: deleting a mention about less2 (#337)fb94605feat: added theappendDataoption (#336)24021cdfix: import alias without tilde (#335)4604f20test: import files hosted remotely (#334)
There are 30 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 :palm_tree:
π¨ 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
devDependencyless-loader was updated from5.0.0to6.1.0.