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

Bump request, grunt-contrib-less and less #9

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2023

Removes request. It's no longer used after updating ancestor dependencies request, grunt-contrib-less and less. These dependencies need to be updated together.

Removes request

Updates grunt-contrib-less from 0.12.0 to 3.0.0

Changelog

Sourced from grunt-contrib-less's changelog.

v3.0.0: date: 2021-02-21 changes: - Updated to Less 4. - ieCompat option removed. v2.1.0: date: 2021-02-20 changes: - Dependency updates. - New process option to modify the written CSS. v2.0.0: date: 2018-05-25 changes: - Update less to ^3.0.0 v1.4.1: date: 2017-03-08 changes: - 'Fix sourceMappingURL to be the same as the CSS if not specified, #322.' - 'Rethrow the compilation error after printing the message, #315.' v1.4.0: date: 2016-07-21 changes: - Update async and less to ~2.7.1. v1.3.0: date: 2016-04-07 changes: - Update lodash and async dependecies. v1.2.0: date: 2016-02-01 changes: - Update to less ~2.6.0. - Removed peerDependency from package.json. v1.1.0: date: 2015-11-09 changes: - Update to less ~2.5.0. v1.0.0: date: 2014-12-23 changes: - Update to less 2.1.0.

Commits

Updates less from 2.7.3 to 4.1.3

Release notes

Sourced from less's releases.

v4.1.3

v4.1.2

v4.1.1

v4.1.0

Mixin parentheses requirement removed

This was maybe too big a change without some kind of deprecation or conversion. So for this version, this works again:

.mixin;

v4.0.0

This release has 2 breaking changes:

Parentheses required for mixin calls

This aligns it with syntax for calling detached rulesets.

Example

.mixin() {}
.mixin;  // error in 4.0

Parens-division now the default math setting

Parentheses are required (by default) around division-like expressions, to force math evaluation.

Example:

</tr></table> 

... (truncated)

Changelog

Sourced from less's changelog.

v4.1.3 (2022-06-09)

v4.1.2 (2021-10-04)

v4.1.1 (2021-01-31)

v4.1.0 (2021-01-10)

v4.0.0 (2020-12-18)

v3.13.1 (2020-12-18)

v3.13.0 (2020-12-12)

v3.12.2 (2020-07-16)

v3.12.1 (2020-07-16)

v3.12.0 (2020-07-13)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [request](https://github.com/request/request). It's no longer used after updating ancestor dependencies [request](https://github.com/request/request), [grunt-contrib-less](https://github.com/gruntjs/grunt-contrib-less) and [less](https://github.com/less/less.js). These dependencies need to be updated together.


Removes `request`

Updates `grunt-contrib-less` from 0.12.0 to 3.0.0
- [Release notes](https://github.com/gruntjs/grunt-contrib-less/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-less/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt-contrib-less@v0.12.0...v3.0.0)

Updates `less` from 2.7.3 to 4.1.3
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](less/less.js@v2.7.3...v4.1.3)

---
updated-dependencies:
- dependency-name: request
  dependency-type: indirect
- dependency-name: grunt-contrib-less
  dependency-type: direct:development
- dependency-name: less
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants