Skip to content

Comments

Bump lodash, grunt-contrib-clean, grunt-contrib-copy, grunt-contrib-watch, grunt-contrib-jshint and grunt-contrib-coffee#14

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/lodash-and-grunt-contrib-clean-and-grunt-contrib-copy-and-grunt-contrib-watch-and-grunt-contrib-jshint-and-grunt-contrib-coffee-4.17.21
Open

Bump lodash, grunt-contrib-clean, grunt-contrib-copy, grunt-contrib-watch, grunt-contrib-jshint and grunt-contrib-coffee#14
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/lodash-and-grunt-contrib-clean-and-grunt-contrib-copy-and-grunt-contrib-watch-and-grunt-contrib-jshint-and-grunt-contrib-coffee-4.17.21

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2022

Bumps lodash, grunt-contrib-clean, grunt-contrib-copy, grunt-contrib-watch, grunt-contrib-jshint and grunt-contrib-coffee. These dependencies needed to be updated together.
Updates lodash from 0.9.2 to 4.17.21

Release notes

Sourced from lodash's releases.

4.0.0

lodash v4.0.0

2015 was big year! Lodash became the most depended on npm package, passed 1 billion downloads, & its v3 release saw massive adoption!

The year was also one of collaboration, as discussions began on merging Lodash & Underscore. Much of Lodash v4 is proofing out the ideas from those discussions. Lodash v4 would not be possible without the collaboration & contributions of the Underscore core team. In the spirit of merging our teams have blended with several members contributing to both libraries.

For 2016 & lodash v4.0.0 we wanted to cut loose, push forward, & take things up a notch!

Modern only

With v4 we’re breaking free from old projects, old environments, & dropping old IE < 9 support!

4 kB Core

Lodash’s kitchen-sink size will continue to grow as new methods & functionality are added. However, we now offer a 4 kB (gzipped) core build that’s compatible with Backbone v1.2.4 for folks who want Lodash without lugging around the kitchen sink.

More ES6

We’ve continued to embrace ES6 with methods like _.isSymbol, added support for cloning & comparing array buffers, maps, sets, & symbols, converting iterators to arrays, & iterable _(…).

In addition, we’ve published an es-build & pulled babel-plugin-lodash into core to make tree-shaking a breeze.

More Modular

Pop quiz! 📣

What category path does the bindAll method belong to? Is it

A) require('lodash/function/bindAll') B) require('lodash/utility/bindAll') C) require('lodash/util/bindAll')

Don’t know? Well, with v4 it doesn’t matter because now module paths are as simple as

var bindAll = require('lodash/bindAll');

We’ve also reduced module complexity making it easier to create smaller bundles. This has helped Lodash adoption with libraries like Async & Redux!

1st Class FP

With v3 we introduced lodash-fp. We learned a lot & with v4 we decided to pull it into core.

Now you can get immutable, auto-curried, iteratee-first, data-last methods as simply as

var _ = require('lodash/fp');
var object = { 'a': 1 };
</tr></table> 

... (truncated)

Commits
  • f299b52 Bump to v4.17.21
  • c4847eb Improve performance of toNumber, trim and trimEnd on large input strings
  • 3469357 Prevent command injection through _.template's variable option
  • ded9bc6 Bump to v4.17.20.
  • 63150ef Documentation fixes.
  • 00f0f62 test.js: Remove trailing comma.
  • 846e434 Temporarily use a custom fork of lodash-cli.
  • 5d046f3 Re-enable Travis tests on 4.17 branch.
  • aa816b3 Remove /npm-package.
  • d7fbc52 Bump to v4.17.19
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bnjmnt4n, a new releaser for lodash since your current version.


Updates grunt-contrib-clean from 0.4.1 to 2.0.1

Release notes

Sourced from grunt-contrib-clean's releases.

v2.0.1

  • Update deps (#117) 518aa72
  • Update deps, clean up (#116) d226900
  • Bump async from 2.6.1 to 3.2.2 (#113) 395bb66
  • Bump path-parse from 1.0.5 to 1.0.7 (#112) b94a81e
  • Bump js-yaml from 3.5.5 to 3.14.1 (#111) 897e872
  • Bump hosted-git-info from 2.6.0 to 2.8.9 (#110) 947a601
  • Bump lodash from 4.17.15 to 4.17.21 (#109) 569bf5f
  • Bump grunt from 1.0.3 to 1.3.0 (#108) 2d125d1
  • Bump lodash from 4.17.10 to 4.17.15 (#104) c1882fa

gruntjs/grunt-contrib-clean@v2.0.0...v2.0.1

Changelog

Sourced from grunt-contrib-clean's changelog.

v2.0.1: date: 2022-04-15 changes: - Update all dependencies. - Requires node.js > 12. v2.0.0: date: 2018-09-08 changes: - Update all dependencies. - Drop Node.js < 6 support. v1.1.0: date: 2017-04-12 changes: - Update grunt to 1.0.0. - Updates to docs and changelog. - Update internal modules. v1.0.0: date: 2016-02-15 changes: - Drop support for Node.js v0.8. - Grunt peer dependency tagged >= 0.4.5. - Dependency updates. v0.7.0: date: 2015-11-13 changes: - Dependency updates. v0.6.0: date: 2014-07-27 changes: - Less verbose output. - README updates. v0.5.0: date: 2013-07-15 changes: - Use rimraf directly, version 2.2.1 to fix issue on Windows. - Add no-write option to mimic grunt.file.delete behavior.

Commits
Maintainer changes

This version was pushed to npm by vladikoff, a new releaser for grunt-contrib-clean since your current version.


Updates grunt-contrib-copy from 0.4.1 to 1.0.0

Changelog

Sourced from grunt-contrib-copy's changelog.

v1.0.0: date: 2016-03-04 changes: - Bump devDependencies. - Add example of using relative path. - Point main to task and remove peerDeps. v0.8.2: date: 2015-10-19 changes: - Fix expand-less copies with multiple files. v0.8.1: date: 2015-08-20 changes: - Update chalk dependency. v0.8.0: date: 2015-02-20 changes: - Performance improvements. - The mode option now also applies to directories. - Fix path issue on Windows. v0.7.0: date: 2014-10-15 changes: - Add timestamp option to disable preserving timestamp when copying. v0.6.0: date: 2014-09-17 changes: - Update chalk dependency and other devDependencies. - Preserve file timestamp when copying. v0.5.0: date: 2013-12-23 changes: - If an encoding is specified, overwrite grunt.file.defaultEncoding. - Rename processContent/processContentExclude to process/noProcess to match Grunt API. - 'mode option to copy existing or set file permissions.'

Commits
Maintainer changes

This version was pushed to npm by vladikoff, a new releaser for grunt-contrib-copy since your current version.


Updates grunt-contrib-watch from 0.4.4 to 1.1.0

Changelog

Sourced from grunt-contrib-watch's changelog.

v1.1.0: date: 2018-05-12 changes: - Update to tiny-lr@1.1.1, lodash@4.17.10, async@2.6.0 v1.0.1: date: 2018-04-20 changes: - Update to gaze@1.1, lodash@4 v1.0.0: date: 2016-03-12 changes: - Updated tiny-lr, gaze, async and lodash dependencies. - Fix endless loop issue with atBegin/nospawn. - Expose hostname parameter of tiny-lr. - Support cwd.event to emit events relative to path. - Removed peerDependencies setting. v0.6.1: date: 2014-03-19 changes: - Fix for watch targets named "default". v0.6.0: date: 2014-03-11 changes: - Clear changed files after triggering live reload to ensure they're only triggered once. - 'cwd option now accepts separate settings for files and spawn.' - Fix to make interrupt work more than once. - Enable live reload over HTTPS. - Print newline after initial 'Waiting...'. - Remove deprecated grunt.util libs. - Add reload option to specify files other than Gruntfile files to reload. - Update to gaze@0.5.1. - Use a fork of tiny-lr (which has quiter operation, support for HTTPS and Windows path fixes). - Add livereloadOnError, which if set to false will not trigger live reload if there is an error. v0.5.3: date: 2013-08-25 changes: - Fixed for live reload missing files. v0.5.2: date: 2013-08-16 changes: - Fixed issue running tasks after gruntfile is reloaded. - Ignores empty file paths. v0.5.1: date: 2013-07-20 changes: - Fixed issue with options resetting. v0.5.0: date: 2013-07-18 changes: - Added target name to watch event.

... (truncated)

Commits

Updates grunt-contrib-jshint from 0.5.4 to 3.2.0

Release notes

Sourced from grunt-contrib-jshint's releases.

v3.2.0

  • Merge pull request #307 from gruntjs/hotfix-main d9c3b35
  • Patch Update 3.1.1 f3eb299

gruntjs/grunt-contrib-jshint@v3.1.0...v3.2.0

v3.1.1

  • Update to 3.1.1 ace956f

gruntjs/grunt-contrib-jshint@v3.1.0...v3.1.1

v3.1.0

  • update jshint to ~2.13.0 b7edf02
  • Merge pull request #303 from gruntjs/dependabot/npm_and_yarn/path-parse-1.0.7 270d8dd
  • Bump path-parse from 1.0.6 to 1.0.7 77dca66
  • Merge pull request #301 from gruntjs/dependabot/npm_and_yarn/hosted-git-info-2.8.9 1028d82
  • Bump hosted-git-info from 2.8.8 to 2.8.9 eb0314f
  • Merge pull request #300 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.21 337623c
  • Bump lodash from 4.17.20 to 4.17.21 51e07d4
  • Merge pull request #299 from gruntjs/dependabot/npm_and_yarn/y18n-4.0.1 9c08ff1
  • Bump y18n from 4.0.0 to 4.0.1 7834701
  • Merge pull request #298 from gruntjs/dependabot/npm_and_yarn/ini-1.3.8 d4359aa
  • Bump ini from 1.3.5 to 1.3.8 52f5e31
  • Add changelog 8f597c2
  • Merge pull request #275 from raddevon/patch-1 fc210e7
  • Merge pull request #297 from gruntjs/peer-dep 03f4302
  • Remove Grunt peerDependency 01d13d2
  • Merge pull request #296 from gruntjs/chalk-upt c78f6ee
  • Update chalk 656f31b
  • Merge pull request #295 from gruntjs/uptdate-deps-oct 16ee83d
  • Update dependencies, switch to github actions df2b06d
  • Merge pull request #291 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.15 9bb54cd
  • Bump lodash from 4.17.10 to 4.17.15 d2e4063
  • Ensures errors in stdoutEqual callback are logged 7a6fec4

gruntjs/grunt-contrib-jshint@v2.1.0...v3.1.0

v2.0.0

  • Bump devDependencies.
  • Drop Node.js < 6 support.

v1.1.0

No release notes provided.

v1.0.0

No release notes provided.

v0.12.0

No release notes provided.

... (truncated)

Changelog

Sourced from grunt-contrib-jshint's changelog.

v3.2.0: date: 2022-02-17 changes: - Bump dependencies, including jshint. v3.0.0: date: 2020-10-20 changes: - Bump dependencies. - Switch to GitHub actions. - Ensures errors in stdoutEqual callback are logged. - Requires Node 10+. v2.1.0: date: 2019-03-18 changes: - Bump dependencies. - Update to latest JSHint v2.0.0: date: 2018-09-22 changes: - Bump devDependencies. - Drop Node.js < 6 support. v1.1.0: date: 2016-11-23 changes: - Fix relative output - Bump minor version v1.0.0: date: 2016-02-16 changes: - Replace String prototype colors with chalk. - Update Grunt peerDep to >=0.4.0. v0.12.0: date: 2016-01-17 changes: - Update to JSHint ~2.9.0. v0.11.3: date: 2015-09-03 changes: - Update to JSHint ~2.8.0. v0.11.2: date: 2015-04-16 changes: - Fix default value of the reporter option. v0.11.1: date: 2015-03-20 changes: - Fix io.js compatibility issues. - Other fixes to pathing. v0.11.0: date: 2015-01-22

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vladikoff, a new releaser for grunt-contrib-jshint since your current version.


Updates grunt-contrib-coffee from 0.7.0 to 2.1.0

Changelog

Sourced from grunt-contrib-coffee's changelog.

v2.1.0: date: 2019-03-18 changes: - Updates to CoffeeScript 2.3.2. v2.0.0: date: 2017-09-27 changes: - Updates to CoffeeScript 2.0.1. v1.0.0: date: 2016-02-15 changes: - Updates to CoffeeScript 1.10.0. - Update other dependencies. - Use options.sourceMapDir when creating sourceRoot. - Logs information if no valid files were matched. v0.13.0: date: 2015-02-20 changes: - Updates to CoffeeScript 1.9.1. v0.12.0: date: 2014-10-04 changes: - Fixes litcoffee sourcemaps. - Updates to CoffeeScript 1.8.0. v0.11.1: date: 2014-08-15 changes: - Fixes summary logging. v0.11.0: date: 2014-08-06 changes: - Adds summary containing number of files created. - Move file creation logging to grunt.verbose. - Updates chalk to 0.5. v0.10.0: date: 2014-02-07 changes: - 'sourceMappingURL calculated correctly.' v0.9.0: date: 2014-01-29 changes: - Source mapping fixes. - Update CoffeeScript to 1.7.0. - Use lodash directly instead of deprecated grunt.util._. v0.8.2: date: 2014-01-17 changes: - Force CoffeeScript 1.6.3. - Use new sourceMappingUrl syntax. v0.8.1:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vladikoff, a new releaser for grunt-contrib-coffee since your current version.


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.

…atch, grunt-contrib-jshint and grunt-contrib-coffee

Bumps [lodash](https://github.com/lodash/lodash), [grunt-contrib-clean](https://github.com/gruntjs/grunt-contrib-clean), [grunt-contrib-copy](https://github.com/gruntjs/grunt-contrib-copy), [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch), [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint) and [grunt-contrib-coffee](https://github.com/gruntjs/grunt-contrib-coffee). These dependencies needed to be updated together.

Updates `lodash` from 0.9.2 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@0.9.2...4.17.21)

Updates `grunt-contrib-clean` from 0.4.1 to 2.0.1
- [Release notes](https://github.com/gruntjs/grunt-contrib-clean/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-clean/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt-contrib-clean@v0.4.1...v2.0.1)

Updates `grunt-contrib-copy` from 0.4.1 to 1.0.0
- [Release notes](https://github.com/gruntjs/grunt-contrib-copy/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-copy/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt-contrib-copy/commits/v1.0.0)

Updates `grunt-contrib-watch` from 0.4.4 to 1.1.0
- [Release notes](https://github.com/gruntjs/grunt-contrib-watch/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-watch/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt-contrib-watch@v0.4.4...v1.1.0)

Updates `grunt-contrib-jshint` from 0.5.4 to 3.2.0
- [Release notes](https://github.com/gruntjs/grunt-contrib-jshint/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-jshint/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt-contrib-jshint/commits/v3.2.0)

Updates `grunt-contrib-coffee` from 0.7.0 to 2.1.0
- [Release notes](https://github.com/gruntjs/grunt-contrib-coffee/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-coffee/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt-contrib-coffee/commits/v2.1.0)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
- dependency-name: grunt-contrib-clean
  dependency-type: direct:development
- dependency-name: grunt-contrib-copy
  dependency-type: direct:development
- dependency-name: grunt-contrib-watch
  dependency-type: direct:development
- dependency-name: grunt-contrib-jshint
  dependency-type: direct:development
- dependency-name: grunt-contrib-coffee
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 4, 2022
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