Skip to content
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

chore(deps): update linters #26655

Merged
merged 2 commits into from
Jan 16, 2024
Merged

chore(deps): update linters #26655

merged 2 commits into from
Jan 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/eslint (source) 8.56.1 -> 8.56.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.18.1 -> 6.19.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.18.1 -> 6.19.0 age adoption passing confidence
eslint-plugin-jest 27.6.1 -> 27.6.3 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.6.3

Compare Source

Bug Fixes

v27.6.2

Compare Source

Reverts

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge January 16, 2024 01:58
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 16, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 16, 2024
@renovate renovate bot force-pushed the renovate/linters branch 5 times, most recently from 7a8cc49 to 2e364ce Compare January 16, 2024 08:53
| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| npm        | @types/eslint                    | 8.56.1 | 8.56.2 |
| npm        | @typescript-eslint/eslint-plugin | 6.18.1 | 6.19.0 |
| npm        | @typescript-eslint/parser        | 6.18.1 | 6.19.0 |
| npm        | eslint-plugin-jest               | 27.6.1 | 27.6.3 |
@rarkins
Copy link
Collaborator

rarkins commented Jan 16, 2024

Seems more like an eslint bug than linting error:

10:43 $ pnpm eslint

> [email protected] eslint /home/rhys/src/github/renovatebot/renovate
> eslint . --cache --cache-location .cache/eslint --report-unused-disable-directives


Oops! Something went wrong! :(

ESLint: 8.56.0

TypeError: Cannot read properties of undefined (reading 'some')
Occurred while linting /home/rhys/src/github/renovatebot/renovate/lib/modules/manager/bundler/artifacts.ts:221
Rule: "@typescript-eslint/prefer-nullish-coalescing"
    at LogicalExpression[operator = "||"] (/home/rhys/src/github/renovatebot/renovate/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js:267:32)
    at ruleErrorHandler (/home/rhys/src/github/renovatebot/renovate/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/linter.js:1076:28)
    at /home/rhys/src/github/renovatebot/renovate/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/safe-emitter.js:45:58
    at Array.forEach (<anonymous>)
    at Object.emit (/home/rhys/src/github/renovatebot/renovate/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/safe-emitter.js:45:38)
    at NodeEventGenerator.applySelector (/home/rhys/src/github/renovatebot/renovate/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/node-event-generator.js:297:26)
    at NodeEventGenerator.applySelectors (/home/rhys/src/github/renovatebot/renovate/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/node-event-generator.js:326:22)
    at NodeEventGenerator.enterNode (/home/rhys/src/github/renovatebot/renovate/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/node-event-generator.js:340:14)
    at CodePathAnalyzer.enterNode (/home/rhys/src/github/renovatebot/renovate/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js:803:23)
    at /home/rhys/src/github/renovatebot/renov

@rarkins
Copy link
Collaborator

rarkins commented Jan 16, 2024

Copy link
Contributor Author

renovate bot commented Jan 16, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot added this pull request to the merge queue Jan 16, 2024
Merged via the queue into main with commit d57187d Jan 16, 2024
36 checks passed
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 37.136.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

zT-1337 pushed a commit to scm-manager/renovate that referenced this pull request Jan 22, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <[email protected]>
zT-1337 pushed a commit to scm-manager/renovate that referenced this pull request Jan 24, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <[email protected]>
zT-1337 pushed a commit to scm-manager/renovate that referenced this pull request Jan 24, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants