-
Notifications
You must be signed in to change notification settings - Fork 497
Bump the eslint group across 1 directory with 5 updates #4912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
tdonohue
merged 2 commits into
dspace-9_x
from
dependabot/npm_and_yarn/dspace-9_x/eslint-21933f8eae
Dec 5, 2025
Merged
Bump the eslint group across 1 directory with 5 updates #4912
tdonohue
merged 2 commits into
dspace-9_x
from
dependabot/npm_and_yarn/dspace-9_x/eslint-21933f8eae
Dec 5, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
@dependabot recreate |
2a2cf62 to
6c6bff5
Compare
Bumps the eslint group with 4 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@typescript-eslint/eslint-plugin` from 8.47.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.47.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/parser) Updates `@typescript-eslint/rule-tester` from 8.47.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/rule-tester/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/rule-tester) Updates `@typescript-eslint/utils` from 8.47.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/utils) Updates `eslint-plugin-jsdoc` from 61.2.1 to 61.4.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v61.2.1...v61.4.1) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/rule-tester" dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/utils" dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 61.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
6c6bff5 to
1375241
Compare
…ts because it causes a large number of errors in our code
tdonohue
approved these changes
Dec 5, 2025
Member
tdonohue
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Passes all tests & lint testing. Note, however, I did have to disable a newly added rule (@typescript-eslint/no-redundant-type-constituents) because enabling that rule caused a large number of errors in our codebase.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the eslint group with 4 updates in the / directory: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @typescript-eslint/rule-tester and eslint-plugin-jsdoc.
Updates
@typescript-eslint/eslint-pluginfrom 8.47.0 to 8.48.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.Commits
6fb1551chore(release): publish 8.48.0d26e9dechore(eslint-plugin): correct TODO comment on the wrong line (#11773)5f04910fix(typescript-estree): disallow binding patterns in parameter properties (#1...a4dc42achore: migrate to nx 22 (#11780)2ffb168feat(eslint-plugin): [no-redundant-type-constituents] use assignability check...5ea21f1fix(eslint-plugin): [consistent-generic-constructors] ignore when constructor...Updates
@typescript-eslint/parserfrom 8.47.0 to 8.48.0Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
6fb1551chore(release): publish 8.48.0a4dc42achore: migrate to nx 22 (#11780)Updates
@typescript-eslint/rule-testerfrom 8.47.0 to 8.48.0Release notes
Sourced from
@typescript-eslint/rule-tester's releases.Changelog
Sourced from
@typescript-eslint/rule-tester's changelog.Commits
6fb1551chore(release): publish 8.48.0c7119b5feat(rule-tester): remove workaround for jest circular structure error (#11772)a4dc42achore: migrate to nx 22 (#11780)Updates
@typescript-eslint/utilsfrom 8.47.0 to 8.48.0Release notes
Sourced from
@typescript-eslint/utils's releases.Changelog
Sourced from
@typescript-eslint/utils's changelog.Commits
6fb1551chore(release): publish 8.48.0a4dc42achore: migrate to nx 22 (#11780)2ffb168feat(eslint-plugin): [no-redundant-type-constituents] use assignability check...Updates
eslint-plugin-jsdocfrom 61.2.1 to 61.4.1Release notes
Sourced from eslint-plugin-jsdoc's releases.
Commits
f776d63fix(require-rejects): do not treat synchronous throw as rejection; fixes #1603af2d940Implement "always" mode support for list indentation preservationda2c872Add support for preserving list indentation in check-line-alignment (never mode)18e236eAdd support for preserving list indentation in check-line-alignment (never mode)30b6335Add support for preserving list indentation in check-line-alignment (never mode)99c7fbdfeat: addrequire-rejectsrule; fixes #75503adf63refactor: forbid inconsistent indentation with new optionedaf615feat:allowIndentedSectionsoption; fixes #541bba6dd8chore(deps-dev): bump glob from 11.0.3 to 11.1.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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