Skip to content

Bump the dev-grunt group with 13 updates#316

Closed
dependabot[bot] wants to merge 109 commits intotrunkfrom
dependabot/npm_and_yarn/dev-grunt-49613465d7
Closed

Bump the dev-grunt group with 13 updates#316
dependabot[bot] wants to merge 109 commits intotrunkfrom
dependabot/npm_and_yarn/dev-grunt-49613465d7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps the dev-grunt group with 13 updates:

Package From To
grunt 1.6.0 1.6.1
grunt-banner 0.5.0 0.6.0
grunt-contrib-clean 2.0.0 2.0.1
grunt-contrib-concat 2.0.0 2.1.0
grunt-contrib-copy 0.8.2 1.0.0
grunt-contrib-imagemin 3.1.0 4.0.0
grunt-contrib-jshint 3.1.1 3.2.0
grunt-contrib-watch 1.0.1 1.1.0
grunt-file-append 0.0.6 0.0.7
grunt-jsdoc 2.4.0 2.4.1
grunt-legacy-util 2.0.0 2.0.1
grunt-patch-wordpress 3.0.1 4.0.0
grunt-replace-lts 1.0.3 1.1.0

Updates grunt from 1.6.0 to 1.6.1

Release notes

Sourced from grunt's releases.

v1.6.1

  • Changelog updates 72f6f03
  • Merge pull request #1755 from gruntjs/rm-dep 8d4c183
  • Add recursive 1c7d483
  • Merge pull request #1756 from gruntjs/downgrade-glob 2d4fd38
  • Downgrade glob 902db7c
  • Fix syntax 494f243
  • remove mkdirp b01389e
  • remove dep on rimraf and mkdirp 0072510

gruntjs/grunt@v1.6.0...v1.6.1

Changelog

Sourced from grunt's changelog.

v1.6.1 date: 2023-01-31 changes: - Downgrades to glob 7 for Windows compatability - Removes mkdirp and rimraf in favour of node.js APIs.

Commits

Updates grunt-banner from 0.5.0 to 0.6.0

Changelog

Sourced from grunt-banner's changelog.

0.6.0 / 29-09-2015

  • update docs [GerHobbelt] [scottyeck]
  • update replace options [GerHobbelt]
  • add replace [scottyeck]
  • update node v4 testing
Commits

Updates grunt-contrib-clean from 2.0.0 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.

Commits

Updates grunt-contrib-concat from 2.0.0 to 2.1.0

Release notes

Sourced from grunt-contrib-concat's releases.

v2.1.0

  • Update readme 1437c62
  • Merge pull request #195 from gruntjs/new-deps-3 5bb6ed3
  • Update deps e2e9345
  • Merge pull request #194 from gruntjs/dependabot/npm_and_yarn/minimist-1.2.6 021d809
  • Bump minimist from 1.2.5 to 1.2.6 b43b373

gruntjs/grunt-contrib-concat@v2.0.0...v2.1.0

Changelog

Sourced from grunt-contrib-concat's changelog.

v2.1.0: date: 2022-04-03 changes: - Updated dependencies

Commits

Updates grunt-contrib-copy from 0.8.2 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.

Commits
  • 85150c7 v1.0.0
  • ee90273 Merge pull request #271 from gruntjs/dev
  • 16b2852 Bump devDependencies.
  • 829032d Merge pull request #268 from nalajcie/master
  • 147a84b tests: disable testing timestamp equity under windows
  • 217819f fix syncing utimes when copying files
  • ade2465 Merge pull request #258 from ricog/patch-1
  • 3a95e08 Add example of using relative path
  • 053e169 Merge pull request #259 from ricog/patch-2
  • 53d78fa Specify expand: true for single file tree example
  • Additional commits viewable in compare view
Maintainer changes

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


Updates grunt-contrib-imagemin from 3.1.0 to 4.0.0

Commits

Updates grunt-contrib-jshint from 3.1.1 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

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

Updates grunt-contrib-watch from 1.0.1 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

Commits

Updates grunt-file-append from 0.0.6 to 0.0.7

Updates grunt-jsdoc from 2.4.0 to 2.4.1

Release notes

Sourced from grunt-jsdoc's releases.

v2.4.1

Release notes :

Commits

Updates grunt-legacy-util from 2.0.0 to 2.0.1

Release notes

Sourced from grunt-legacy-util's releases.

v2.0.1

  • Update changelog 03900b4
  • Update nodeunit (#36) 5bf51f2
  • Bump ini from 1.3.5 to 1.3.8 (#33) eb3f00e
  • Update getobject dep (#35) 59a9539
  • Update new deps (#34) 8af67b8
  • Update dev deps, switch to Github Actions (#32) 468e7d7

gruntjs/grunt-legacy-util@v2.0.0...v2.0.1

Changelog

Sourced from grunt-legacy-util's changelog.

v2.0.1: date: 2021-04-22 changes: - Update dependencies - Fix security warnings

Commits

Updates grunt-patch-wordpress from 3.0.1 to 4.0.0

Commits

Updates grunt-replace-lts from 1.0.3 to 1.1.0

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-grunt-49613465d7 branch from 3d76366 to 536246d Compare February 4, 2025 19:19
desrosj and others added 3 commits February 4, 2025 15:01
Bumps the dev-grunt group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [grunt](https://github.com/gruntjs/grunt) | `1.6.0` | `1.6.1` |
| [grunt-banner](https://github.com/mattstyles/grunt-banner) | `0.5.0` | `0.6.0` |
| [grunt-contrib-clean](https://github.com/gruntjs/grunt-contrib-clean) | `2.0.0` | `2.0.1` |
| [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat) | `2.0.0` | `2.1.0` |
| [grunt-contrib-copy](https://github.com/gruntjs/grunt-contrib-copy) | `0.8.2` | `1.0.0` |
| [grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin) | `3.1.0` | `4.0.0` |
| [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint) | `3.1.1` | `3.2.0` |
| [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch) | `1.0.1` | `1.1.0` |
| [grunt-file-append](http://dej.in.ua/grunt-file-append/) | `0.0.6` | `0.0.7` |
| [grunt-jsdoc](https://github.com/krampstudio/grunt-jsdoc) | `2.4.0` | `2.4.1` |
| [grunt-legacy-util](https://github.com/gruntjs/grunt-legacy-util) | `2.0.0` | `2.0.1` |
| [grunt-patch-wordpress](https://github.com/wordpress/grunt-patch-wordpress) | `3.0.1` | `4.0.0` |
| [grunt-replace-lts](https://github.com/whyisjake/grunt-replace) | `1.0.3` | `1.1.0` |


Updates `grunt` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v1.6.0...v1.6.1)

Updates `grunt-banner` from 0.5.0 to 0.6.0
- [Changelog](https://github.com/mattstyles/grunt-banner/blob/master/History.md)
- [Commits](mattstyles/grunt-banner@0.5.0...0.6.0)

Updates `grunt-contrib-clean` from 2.0.0 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@v2.0.0...v2.0.1)

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

Updates `grunt-contrib-copy` from 0.8.2 to 1.0.0
- [Changelog](https://github.com/gruntjs/grunt-contrib-copy/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt-contrib-copy@v0.8.2...v1.0.0)

Updates `grunt-contrib-imagemin` from 3.1.0 to 4.0.0
- [Release notes](https://github.com/gruntjs/grunt-contrib-imagemin/releases)
- [Commits](gruntjs/grunt-contrib-imagemin@v3.1.0...v4.0.0)

Updates `grunt-contrib-jshint` from 3.1.1 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](gruntjs/grunt-contrib-jshint@v3.1.1...v3.2.0)

Updates `grunt-contrib-watch` from 1.0.1 to 1.1.0
- [Changelog](https://github.com/gruntjs/grunt-contrib-watch/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt-contrib-watch@v1.0.1...v1.1.0)

Updates `grunt-file-append` from 0.0.6 to 0.0.7

Updates `grunt-jsdoc` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/krampstudio/grunt-jsdoc/releases)
- [Commits](krampstudio/grunt-jsdoc@2.4.0...v2.4.1)

Updates `grunt-legacy-util` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/gruntjs/grunt-legacy-util/releases)
- [Changelog](https://github.com/gruntjs/grunt-legacy-util/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt-legacy-util@v2.0.0...v2.0.1)

Updates `grunt-patch-wordpress` from 3.0.1 to 4.0.0
- [Commits](https://github.com/wordpress/grunt-patch-wordpress/commits)

Updates `grunt-replace-lts` from 1.0.3 to 1.1.0
- [Commits](https://github.com/whyisjake/grunt-replace/commits/v1.1.0)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-grunt
- dependency-name: grunt-banner
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-grunt
- dependency-name: grunt-contrib-clean
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-grunt
- dependency-name: grunt-contrib-concat
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-grunt
- dependency-name: grunt-contrib-copy
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-grunt
- dependency-name: grunt-contrib-imagemin
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-grunt
- dependency-name: grunt-contrib-jshint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-grunt
- dependency-name: grunt-contrib-watch
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-grunt
- dependency-name: grunt-file-append
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-grunt
- dependency-name: grunt-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-grunt
- dependency-name: grunt-legacy-util
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-grunt
- dependency-name: grunt-patch-wordpress
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-grunt
- dependency-name: grunt-replace-lts
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-grunt
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-grunt-49613465d7 branch from e7bb919 to 1f6ac9f Compare February 5, 2025 03:41
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-grunt-49613465d7 branch February 5, 2025 14:17
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments