nnn-gif / ethvm

EthVM: Open source Ethereum networks explorer
MIT License
0 stars 0 forks source link

Update less-loader in group frontend to the latest version πŸš€ #62

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

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

  • webpack watching does not recover after broken less is fixed (#289) (f41d12e)

Chores

  • remove old bits mentioning webpack < 4 and node < 6 (#286) (012eb8f)

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.

  • 821c12d chore(release): 5.0.0
  • 7856697 chore: return nodejs and webpack version (#291)
  • 52ad4b6 chore(defaults): update (#290)
  • 3d6e9e9 refactor: remove deprecated compress option (#283)
  • f41d12e fix: webpack watching does not recover after broken less is fixed (#289)
  • dbff214 chore: webpack-default
  • a9ca4b0 chore: replace nsp with npm audit (#285)
  • 012eb8f chore: remove old bits mentioning webpack < 4 and node < 6 (#286)
  • 6fc9ea5 Fix broken link to CONTRIBUTING.md (#254)
  • 99aad21 refactor(defaults): update to latest defaults (#253)

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

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
  • 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 30 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 30 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

🚨 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


Update to this version instead πŸš€