Skip to content

build(deps): bump shelljs and grunt-contrib-jshint - #371

Merged
kgogov merged 2 commits into
masterfrom
dependabot/npm_and_yarn/multi-2ab5e6a6d5
Aug 14, 2026
Merged

build(deps): bump shelljs and grunt-contrib-jshint#371
kgogov merged 2 commits into
masterfrom
dependabot/npm_and_yarn/multi-2ab5e6a6d5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Removes shelljs. It's no longer used after updating ancestor dependency grunt-contrib-jshint. These dependencies need to be updated together.

Removes shelljs

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

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+.

Commits
  • d9c3b35 Merge pull request #307 from gruntjs/hotfix-main
  • f3eb299 Patch Update 3.1.1
  • 1910674 3.1.0
  • b7edf02 update jshint to ~2.13.0
  • 270d8dd Merge pull request #303 from gruntjs/dependabot/npm_and_yarn/path-parse-1.0.7
  • 77dca66 Bump path-parse from 1.0.6 to 1.0.7
  • 1028d82 Merge pull request #301 from gruntjs/dependabot/npm_and_yarn/hosted-git-info-...
  • eb0314f Bump hosted-git-info from 2.8.8 to 2.8.9
  • 337623c Merge pull request #300 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.21
  • 51e07d4 Bump lodash from 4.17.20 to 4.17.21
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-2ab5e6a6d5 branch from 32c8ece to a4fec2d Compare August 14, 2026 13:53
@kgogov
kgogov force-pushed the dependabot/npm_and_yarn/multi-2ab5e6a6d5 branch from a4fec2d to 99dd265 Compare August 14, 2026 14:14
Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint). These dependencies need to be updated together.


Removes `shelljs`

Updates `grunt-contrib-jshint` from 2.1.0 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@v2.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: grunt-contrib-jshint
  dependency-version: 3.2.0
  dependency-type: direct:development
- dependency-name: shelljs
  dependency-version:
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@kgogov
kgogov force-pushed the dependabot/npm_and_yarn/multi-2ab5e6a6d5 branch from 99dd265 to fd45ce3 Compare August 14, 2026 14:23
@kgogov
kgogov self-requested a review August 14, 2026 14:24
…nt bump

The bump to grunt-contrib-jshint 3.2.0 (jshint ~2.13) starts enforcing
W074 on three pre-existing functions that were already above the
configured maxcomplexity of 13. Add scoped inline directives so the
dependency upgrade in this PR can land green; refactoring the functions
is out of scope here.
@kgogov
kgogov merged commit dde2ca3 into master Aug 14, 2026
2 checks passed
@kgogov
kgogov deleted the dependabot/npm_and_yarn/multi-2ab5e6a6d5 branch August 14, 2026 14:46
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.

2 participants