Skip to content

deps: bump the eslint group across 1 directory with 2 updates#1880

Merged
achingbrain merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-7ed2058cc9
Apr 10, 2026
Merged

deps: bump the eslint group across 1 directory with 2 updates#1880
achingbrain merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-7ed2058cc9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 23, 2025

Bumps the eslint group with 2 updates in the / directory: eslint-formatter-unix and eslint-plugin-jsdoc.

Updates eslint-formatter-unix from 8.40.0 to 9.0.0

Commits

Updates eslint-plugin-jsdoc from 50.8.0 to 61.1.5

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.1.5

61.1.5 (2025-10-20)

Bug Fixes

  • update object-deep-merge, devDeps.; closes #1576 (7a45e99)

v61.1.4

61.1.4 (2025-10-15)

Bug Fixes

  • to-valid-identifier should be a dependency; fixes #1574 (89d37d0)

v61.1.3

61.1.3 (2025-10-15)

Bug Fixes

  • prefer-import-tag: ensure import is a valid identifier; fixes #1572 (4349209)

v61.1.2

61.1.2 (2025-10-13)

Bug Fixes

  • no-undefined-types: allow global prefixes; fixes #1566 (335450a)

v61.1.1

61.1.1 (2025-10-12)

Bug Fixes

  • valid-types: reallow const type (75c8127)

v61.1.0

61.1.0 (2025-10-09)

Features

  • ts-method-signature-style: add new rule (92bf39e)
  • ts-no-empty-object-type: new rule to prevent empty objects (a19af97)
  • ts-no-unnecessary-template-expression: create new rule to catch extra markup within template types (64082aa)
  • ts-prefer-function-type: add new rule (cbda8aa)

... (truncated)

Commits
  • 7a45e99 fix: update object-deep-merge, devDeps.; closes #1576
  • 93bb1f4 chore: update to-valid-identifier, devDeps.; lint
  • 89d37d0 fix: to-valid-identifier should be a dependency; fixes #1574
  • 4349209 fix(prefer-import-tag): ensure import is a valid identifier; fixes #1572
  • 0b3cbee docs(reject-function-type): add more examples; closes #1568
  • 335450a fix(no-undefined-types): allow global prefixes; fixes #1566
  • 75c8127 fix(valid-types): reallow const type
  • 64082aa feat(ts-no-unnecessary-template-expression): create new rule to catch extra...
  • a19af97 feat(ts-no-empty-object-type): new rule to prevent empty objects
  • ad97ccd docs: update
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 23, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-7ed2058cc9 branch from f4493b6 to 0a802a8 Compare December 8, 2025 10:04
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 19, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Bumps the eslint group with 2 updates in the / directory: [eslint-formatter-unix](https://github.com/fregante/eslint-formatters) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).


Updates `eslint-formatter-unix` from 8.40.0 to 9.0.0
- [Commits](https://github.com/fregante/eslint-formatters/commits)

Updates `eslint-plugin-jsdoc` from 50.8.0 to 61.1.5
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.8.0...v61.1.5)

---
updated-dependencies:
- dependency-name: eslint-formatter-unix
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-7ed2058cc9 branch from 0a802a8 to d07ad47 Compare January 23, 2026 10:04
@achingbrain achingbrain merged commit be25ad7 into main Apr 10, 2026
36 checks passed
@achingbrain achingbrain deleted the dependabot/npm_and_yarn/eslint-7ed2058cc9 branch April 10, 2026 08:31
github-actions Bot pushed a commit that referenced this pull request Apr 10, 2026
## [47.1.0](v47.0.26...v47.1.0) (2026-04-10)

### Features

* add module-sync to default package config ([#1921](#1921)) ([c7cc013](c7cc013))
* search for .aegir.mjs config file ([#1901](#1901)) ([a6c4790](a6c4790))

### Bug Fixes

* include link to NodeJS.CallSite in docs ([155ff85](155ff85))
* print stack trace on error ([#1852](#1852)) ([387c8d2](387c8d2))
* update default build files ([#1922](#1922)) ([6c4ee02](6c4ee02))

### Trivial Changes

* fix typo in comment ([#1920](#1920)) ([194d9ed](194d9ed))
* lint actions ([#1924](#1924)) ([5372055](5372055))

### Documentation

* fix link to types in readme ([#1923](#1923)) ([b7681c4](b7681c4))

### Dependencies

* bump @types/node from 22.19.7 to 25.2.0 ([#1919](#1919)) ([6a7a09d](6a7a09d))
* bump env-paths from 3.0.0 to 4.0.0 ([#1916](#1916)) ([bf19b4d](bf19b4d))
* bump esbuild from 0.25.12 to 0.27.2 ([#1908](#1908)) ([82dac8c](82dac8c))
* bump globby from 15.0.0 to 16.1.0 ([#1909](#1909)) ([4e5aa85](4e5aa85))
* bump the eslint group across 1 directory with 2 updates ([#1880](#1880)) ([be25ad7](be25ad7))
* **dev:** bump electron from 38.8.0 to 40.1.0 ([#1918](#1918)) ([9bc6d14](9bc6d14))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 47.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant