Skip to content

chore(deps-dev): bump the dev group with 3 updates#1141

Merged
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-f073f92a2a
Dec 8, 2025
Merged

chore(deps-dev): bump the dev group with 3 updates#1141
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-f073f92a2a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the dev group with 3 updates: css-minimizer-webpack-plugin, eslint-plugin-jsdoc and lefthook.

Updates css-minimizer-webpack-plugin from 7.0.2 to 7.0.3

Release notes

Sourced from css-minimizer-webpack-plugin's releases.

v7.0.3

7.0.3 (2025-12-05)

Bug Fixes

  • respect errors and warnings from minimizer without code (933fb49)
Changelog

Sourced from css-minimizer-webpack-plugin's changelog.

7.0.3 (2025-12-05)

Bug Fixes

  • respect errors and warnings from minimizer without code (933fb49)
Commits

Updates eslint-plugin-jsdoc from 61.4.1 to 61.5.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.5.0

61.5.0 (2025-12-07)

Features

  • check-tag-names, require-template, check-template-names: make typeParam a non-preferred alias for template (3cd7cbd)

v61.4.2

61.4.2 (2025-12-06)

Bug Fixes

  • require-rejects: reflect proper tag name in error message (44b2631)
Commits
  • 3cd7cbd feat(check-tag-names, require-template, check-template-names): make `ty...
  • 44b2631 fix(require-rejects): reflect proper tag name in error message
  • See full diff in compare view

Updates lefthook from 2.0.7 to 2.0.8

Release notes

Sourced from lefthook's releases.

v2.0.8

Changelog

  • 0324368284009ac0946a529b021495ad6f7377cc fix: do not escape custom templates in command replacement (#1213)
Changelog

Sourced from lefthook's changelog.

2.0.8 (2025-12-05)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
eslint-plugin-jsdoc [>= 54.0.0.a, < 54.0.1]
eslint-plugin-jsdoc [>= 54.1.a, < 54.2]
eslint-plugin-jsdoc [>= 55.1.2.a, < 55.1.3]
eslint-plugin-jsdoc [>= 58.1.0.a, < 58.1.1]
eslint-plugin-jsdoc [>= 61.1.3.a, < 61.1.4]

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 will merge this PR once CI passes on it, as requested by @mdn-bot.


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

Bumps the dev group with 3 updates: [css-minimizer-webpack-plugin](https://github.com/webpack/css-minimizer-webpack-plugin), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [lefthook](https://github.com/evilmartians/lefthook).


Updates `css-minimizer-webpack-plugin` from 7.0.2 to 7.0.3
- [Release notes](https://github.com/webpack/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/css-minimizer-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/css-minimizer-webpack-plugin@v7.0.2...v7.0.3)

Updates `eslint-plugin-jsdoc` from 61.4.1 to 61.5.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v61.4.1...v61.5.0)

Updates `lefthook` from 2.0.7 to 2.0.8
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v2.0.7...v2.0.8)

---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
  dependency-version: 7.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: lefthook
  dependency-version: 2.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 8, 2025
@dependabot dependabot bot requested review from a team and mdn-bot as code owners December 8, 2025 01:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 8, 2025
@dependabot dependabot bot requested a review from caugner December 8, 2025 01:16
@mdn-bot
Copy link
Collaborator

mdn-bot commented Dec 8, 2025

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot squash and merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot merged commit 10f6fbf into main Dec 8, 2025
12 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-f073f92a2a branch December 8, 2025 01:22
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