-
-
Notifications
You must be signed in to change notification settings - Fork 18
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: update ESLint #707
Chore: update ESLint #707
Conversation
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package.json
File name: package.json
File name: package.json
File name: package.json
File name: package.json
File name: package.json
File name: package.json
File name: package.json
File name: package.json
File name: package.json
|
🧪 Branch TestingThis pull request can be tested locally with the following command: npm exec --yes -- "github:emmercm/igir#renovate/eslint" [commands..] [options] Comment generated by the Pull Request Commenter workflow. |
21d8b8d
to
4f93b61
Compare
Codecov Report
@@ Coverage Diff @@
## main #707 +/- ##
=======================================
Coverage 93.53% 93.53%
=======================================
Files 82 82
Lines 4949 4949
Branches 1083 1083
=======================================
Hits 4629 4629
Misses 303 303
Partials 17 17 |
🔒 Inactive pull request lockThis pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Comment generated by the GitHub Lock Issues workflow. |
This PR contains the following updates:
6.4.1
->6.7.2
6.4.1
->6.7.2
8.48.0
->8.50.0
27.2.3
->27.4.0
46.5.0
->46.8.2
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.7.2
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.6.0
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.5.0
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
6.4.1 (2023-08-21)
Bug Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.7.2
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.7.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.6.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.5.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.4.1 (2023-08-21)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v8.50.0
Compare Source
Features
27d5a9e
feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)f9082ff
feat: flat-rule-tester make sure default config always matches (#17585) (fnx)83914ad
feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)22a5582
feat: add ruleno-object-constructor
, deprecateno-new-object
(#17576) (Francesco Trotta)85a3d9e
feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)Bug Fixes
cc4d26b
fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)1ea4cfb
fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)aa1b657
fix: wrong suggestion and message inno-misleading-character-class
(#17571) (Yosuke Ota)Documentation
1800537
docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)48a44a7
docs: Add correct/incorrect tags toprefer-arrow-callback
(#17589) (Francesco Trotta)20893d4
docs: fix incorrect tag's place (#17575) (Tanuj Kanti)bd7a71f
docs: Update README (GitHub Actions Bot)Chores
f8a8a2d
chore: upgrade @eslint/js@8.50.0 (#17599) (Milos Djermanovic)38ada6d
chore: package.json update for @eslint/js release (ESLint Jenkins)v8.49.0
Compare Source
Features
da09f4e
feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)32b2327
feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)acb7df3
feat: add newenforce
option tolines-between-class-members
(#17462) (Nitin Kumar)Documentation
ecfb54f
docs: Update README (GitHub Actions Bot)de86b3b
docs: updateno-promise-executor-return
examples (#17529) (Nitin Kumar)032c4b1
docs: add typescript template (#17500) (James)cd7da5c
docs: Update README (GitHub Actions Bot)Chores
b7621c3
chore: remove browser test fromnpm test
(#17550) (Milos Djermanovic)cac45d0
chore: upgrade @eslint/js@8.49.0 (#17549) (Milos Djermanovic)cd39508
chore: package.json update for @eslint/js release (ESLint Jenkins)203a971
ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])a40fa50
chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)926a286
test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)f591d2c
chore: Upgrade config-array (#17512) (Nicholas C. Zakas)jest-community/eslint-plugin-jest (eslint-plugin-jest)
v27.4.0
Compare Source
Features
v27.3.0
Compare Source
Features
no-confusing-set-time
rule (#1425) (ff8e482)27.2.3 (2023-07-13)
Bug Fixes
@typescript-eslint/eslint-plugin
v6 as peer dep (#1400) (04b2bf2), closes #139827.2.2 (2023-06-19)
Bug Fixes
27.2.1 (2023-01-06)
Bug Fixes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v46.8.2
Compare Source
Bug Fixes
getSourceCode()
; fixes #1159 (8374349)v46.8.1
Compare Source
Bug Fixes
require-description-complete-sentence
: allow all inline tags at beginning of sentence; fixes #1150 (e8b1475)v46.8.0
Compare Source
Features
require-returns
: addpublicOnly
option; fixes #1137 (8dbcb6f)v46.7.0
Compare Source
Features
require-returns
: add optional fixer (dfd2a8a)v46.6.0
Compare Source
Features
informative-docs
: addexcludedTags
; fixes #1153 (6f1b50b)v46.5.1
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "on the 28th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.