Closed dependabot[bot] closed 2 months ago
Latest commit: fc54af8ee0cecc7afaa119672522b669743893e7
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 updating the @typescript-eslint/eslint-plugin
version in the package.json
of the React SWC example project. The version has been upgraded from ^7.16.1
to ^8.1.0
, enhancing linting capabilities for TypeScript while maintaining the existing parser version at ^7.16.1
. This aims to leverage improvements in linting features without altering the core parsing functionality.
Files | Change Summary |
---|---|
examples/react-swc/package.json | Updated @typescript-eslint/eslint-plugin from ^7.16.1 to ^8.1.0 ; @typescript-eslint/parser remains ^7.16.1 . |
🐰 In the garden of code, I hop with glee,
New linting features, oh joy for me!
Upgraded plugin, so sleek and bright,
My TypeScript dances, a wonderful sight!
With every tweak, our code will sing,
Hopping along, let the improvements spring! 🌼✨
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/68 by @​dependabot[bot].
Checking if we can fast forward main
(3db93f706ee39bd4365891e5c8fd25c66609a99f) to dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.1.0
(fc54af8ee0cecc7afaa119672522b669743893e7).
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/eslint-plugin-8.1.0
):
commit fc54af8ee0cecc7afaa119672522b669743893e7 (pull_request/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.1.0)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu Aug 15 14:53:38 2024 +0000
Chore(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) 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/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
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/eslint-plugin-8.1.0
(fc54af8ee0cecc7afaa119672522b669743893e7). 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/eslint-plugin-8.1.0
.
Looks like @typescript-eslint/eslint-plugin is up-to-date now, so this is no longer needed.
Bumps @typescript-eslint/eslint-plugin from 7.16.1 to 8.1.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
3d78392
chore(release): publish 8.1.0abe351d
fix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)6a1c177
feat(eslint-plugin): [no-misused-promises] check subtype methods against heri...fc3ba92
fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)c20bd2f
feat(eslint-plugin): [no-unsafe-return] check promise any (#8693)3d9ae44
fix(eslint-plugin): [member-ordering] get accessor member name & take into ac...fe56157
fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function b...278697f
fix(eslint-plugin): [no-unsafe-enum-comparison] typo in test (#9779)a4992ff
feat(typescript-estree): restrict variable declarator definite/init combinati...a26e3c7
chore: enable prefer-regexp-test (#9658)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 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
New Features
@typescript-eslint/eslint-plugin
to version 8.1.0, enhancing linting capabilities for TypeScript projects.Bug Fixes