Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Upgrade: Update less-loader to the latest [skip ci] #40

Merged
merged 2 commits into from
Apr 27, 2020

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 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
  • 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


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 🌴

@pull-assistant
Copy link

Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     Upgrade: Update less-loader to version 6.0.0

     chore(package): update lockfile package-lock.json

Powered by Pull Assistant. Last update f4268d9 ... cd2ebb0. Read the comment docs.

@Veera81 Veera81 merged commit 3db7df1 into master Apr 27, 2020
@Veera81 Veera81 deleted the greenkeeper/less-loader-6.0.0 branch April 27, 2020 16:24
mraplumb pushed a commit that referenced this pull request May 28, 2020
# [1.11.0](v1.10.2...v1.11.0) (2020-05-28)

### Fix

* trigger the release for carbon site helpers (#46) ([aff1193](aff1193)), closes [#46](#46)

### Update

* updated import (fixes #32) (#38) ([0c49a91](0c49a91)), closes [#32](#32) [#38](#38)

### Upgrade

* Bump acorn from 6.4.0 to 6.4.1 (#34) ([3f0b083](3f0b083)), closes [#34](#34)
* Greenkeeper/url loader 4.1.0 (#41) ([a995c9c](a995c9c)), closes [#41](#41)
* Update eslint-plugin-react-hooks to the latest [skip ci] (#37) ([2b5ba26](2b5ba26)), closes [#37](#37)
* Update eslint-plugin-react-hooks to the latest [skip ci] (#44) ([2d83b65](2d83b65)), closes [#44](#44)
* Update less-loader to the latest [skip ci] (#40) ([3db7df1](3db7df1)), closes [#40](#40)
* Update marked to the latest [skip ci] (#39) ([6754d7a](6754d7a)), closes [#39](#39)
* Update prettier to the latest [skip ci] (#36) ([45ec05b](45ec05b)), closes [#36](#36)
* Update react-ace to the latest [skip ci] (#47) ([16fb081](16fb081)), closes [#47](#47)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants