react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
Update less-loader to the latest version π
The devDependency less-loader was updated from 4.1.0 to 5.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.
Release Notes for v5.0.0
5.0.0 (2019-04-29)
Bug Fixes
Chores
Code Refactoring
BREAKING CHANGES
- remove deprecated compress option.
- drop support for node < 6.9 and webpack < 4
Commits
The new version differs by 10 commits.
821c12dchore(release): 5.0.07856697chore: return nodejs and webpack version (#291)52ad4b6chore(defaults): update (#290)3d6e9e9refactor: remove deprecated compress option (#283)f41d12efix: webpack watching does not recover after broken less is fixed (#289)dbff214chore: webpack-defaulta9ca4b0chore: replace nsp with npm audit (#285)012eb8fchore: remove old bits mentioning webpack < 4 and node < 6 (#286)6fc9ea5Fix broken link to CONTRIBUTING.md (#254)99aad21refactor(defaults): update to latest defaults (#253)
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:
- The
devDependencyless-loader was updated from4.1.0to6.0.0.
Update to this version instead π
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
π¨ 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 from4.1.0to6.1.0.