Closed dependabot[bot] closed 2 months ago
Latest commit: 29f2b366ef22ca8300a52bc3bc350b6dedb4e187
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The recent changes involve an upgrade of the typescript-eslint
package from version ^7.16.1
to ^8.1.0
in both the eslint-config-custom
and examples/react-swc
configurations. This upgrade aims to leverage improved TypeScript linting features, enhancements, and bug fixes, potentially leading to better code quality and developer experience in projects utilizing these configurations.
Files | Change Summary |
---|---|
configs/eslint-config-custom/package.json , examples/react-swc/package.json |
Updated typescript-eslint from ^7.16.1 to ^8.1.0 , enhancing TypeScript linting capabilities. |
sequenceDiagram
participant Developer
participant ESLint
participant TypeScript
Developer->>ESLint: Run linter
ESLint->>TypeScript: Analyze TypeScript code
TypeScript-->>ESLint: Provide linting results
ESLint-->>Developer: Return linting feedback
In the code where bunnies play,
New linting tools hop in today!
With types so bright, and errors few,
Our projects shine in every view.
So let’s rejoice, with swift delight,
For better code brings such delight! 🐰✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Triggered from https://github.com/mincho-js/mincho/pull/67 by @​dependabot[bot].
Checking if we can fast forward main
(3db93f706ee39bd4365891e5c8fd25c66609a99f) to dependabot/npm_and_yarn/typescript-eslint-8.1.0
(29f2b366ef22ca8300a52bc3bc350b6dedb4e187).
Target branch (main
):
commit 3db93f706ee39bd4365891e5c8fd25c66609a99f (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Thu Aug 15 23:40:10 2024 +0900
Chore: Release workflow #60
Pull request (dependabot/npm_and_yarn/typescript-eslint-8.1.0
):
commit 29f2b366ef22ca8300a52bc3bc350b6dedb4e187 (pull_request/dependabot/npm_and_yarn/typescript-eslint-8.1.0)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu Aug 15 14:53:35 2024 +0000
Chore(deps-dev): Bump typescript-eslint from 7.16.1 to 8.1.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.16.1 to 8.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
It is possible to fast forward main
(3db93f706ee39bd4365891e5c8fd25c66609a99f) to dependabot/npm_and_yarn/typescript-eslint-8.1.0
(29f2b366ef22ca8300a52bc3bc350b6dedb4e187). If you have write access to the target repository, you can add a comment with /fast-forward
to fast forward main
to dependabot/npm_and_yarn/typescript-eslint-8.1.0
.
Looks like typescript-eslint is up-to-date now, so this is no longer needed.
Bumps typescript-eslint from 7.16.1 to 8.1.0.
Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
3d78392
chore(release): publish 8.1.090576fa
feat(typescript-eslint): add JSDoc comments on generated configs (#9672)fb65883
chore: setreportUnusedDisableDirectives
level toerror
(#9743)e05c2e5
chore(release): publish 8.0.11db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'35cf3d2
chore(release): publish 7.18.06cebdf6
feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (#9662)f3dfc0a
Merge branch 'main' into v805c9cb8
chore(release): publish 7.17.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 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
Summary by CodeRabbit
typescript-eslint
package to incorporate various enhancements and bug fixes for linting in TypeScript projects.