forked from renovatebot/renovate
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #5
Open
plural-renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/linters
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
plural-renovate
bot
force-pushed
the
renovate/linters
branch
from
January 16, 2024 16:16
fc5cc15
to
a6d9843
Compare
plural-renovate
bot
changed the title
chore(deps): update linters to v6.18.1
chore(deps): update linters to v6.19.0
Jan 16, 2024
plural-renovate
bot
force-pushed
the
renovate/linters
branch
12 times, most recently
from
January 23, 2024 17:00
ac7957f
to
7ca22d3
Compare
plural-renovate
bot
force-pushed
the
renovate/linters
branch
2 times, most recently
from
January 29, 2024 19:00
5603a34
to
5f5ed71
Compare
plural-renovate
bot
changed the title
chore(deps): update linters to v6.19.0
chore(deps): update linters to v6.19.1
Jan 29, 2024
plural-renovate
bot
force-pushed
the
renovate/linters
branch
from
February 5, 2024 18:29
5f5ed71
to
540300a
Compare
plural-renovate
bot
changed the title
chore(deps): update linters to v6.19.1
chore(deps): update linters to v6.20.0
Feb 5, 2024
plural-renovate
bot
force-pushed
the
renovate/linters
branch
from
February 12, 2024 18:02
540300a
to
50908a2
Compare
plural-renovate
bot
changed the title
chore(deps): update linters to v6.20.0
chore(deps): update linters to v6.21.0
Feb 12, 2024
plural-renovate
bot
force-pushed
the
renovate/linters
branch
4 times, most recently
from
February 16, 2024 20:50
27669d5
to
0f1b28c
Compare
plural-renovate
bot
force-pushed
the
renovate/linters
branch
from
February 20, 2024 17:49
0f1b28c
to
20bf63d
Compare
plural-renovate
bot
changed the title
chore(deps): update linters to v6.21.0
chore(deps): update linters
Feb 20, 2024
plural-renovate
bot
force-pushed
the
renovate/linters
branch
2 times, most recently
from
February 23, 2024 20:36
c74f389
to
3ac4c83
Compare
plural-renovate
bot
force-pushed
the
renovate/linters
branch
from
February 29, 2024 22:53
3ac4c83
to
c5400b4
Compare
plural-renovate
bot
force-pushed
the
renovate/linters
branch
3 times, most recently
from
March 7, 2024 02:48
3e545a5
to
83140a6
Compare
plural-renovate
bot
force-pushed
the
renovate/linters
branch
from
March 26, 2024 10:34
83140a6
to
193b6e4
Compare
plural-renovate
bot
force-pushed
the
renovate/linters
branch
from
April 9, 2024 05:30
193b6e4
to
9ed0fca
Compare
plural-renovate
bot
force-pushed
the
renovate/linters
branch
2 times, most recently
from
April 26, 2024 08:00
cbb0b2a
to
20a55e3
Compare
plural-renovate
bot
force-pushed
the
renovate/linters
branch
from
May 20, 2024 15:05
20a55e3
to
82e5f87
Compare
plural-renovate
bot
force-pushed
the
renovate/linters
branch
from
June 3, 2024 09:53
82e5f87
to
1a1cb73
Compare
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------- | | npm | @types/eslint | 8.56.2 | 8.56.10 | | npm | @typescript-eslint/eslint-plugin | 6.18.1 | 6.21.0 | | npm | @typescript-eslint/parser | 6.18.1 | 6.21.0 | | npm | eslint | 8.56.0 | 8.57.0 | | npm | eslint-formatter-gha | 1.4.3 | 1.5.0 | | npm | eslint-plugin-jest | 27.6.3 | 27.9.0 | | npm | eslint-plugin-promise | 6.1.1 | 6.4.0 |
plural-renovate
bot
force-pushed
the
renovate/linters
branch
from
July 8, 2024 02:19
1a1cb73
to
9ee461a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
8.56.2
->8.56.10
6.18.1
->6.21.0
6.18.1
->6.21.0
8.56.0
->8.57.0
1.4.3
->1.5.0
27.6.3
->27.9.0
6.1.1
->6.4.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0
Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: false
eslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
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
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0
Compare Source
🚀 Features
parserOptions.project: false
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.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.
v6.19.1
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.
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.
eslint/eslint (eslint)
v8.57.0
Compare Source
Features
1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0f
feat: Enableeslint.config.mjs
andeslint.config.cjs
(#18066) (Nitin Kumar)Bug Fixes
2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064) (Nitin Kumar)69dd1d1
fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31
fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0
fix: allow circular references in config (#18056) (Milos Djermanovic)Documentation
84922d0
docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363
docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9
docs: show NEXT in version selectors (#18052) (Milos Djermanovic)Chores
1813aec
chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bb
chore: package.json update for @eslint/js release (Jenkins)f4a1fe2
test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aef
ci: Enable CI forv8.x
branch (#18047) (Milos Djermanovic)sjinks/eslint-gha-formatter (eslint-formatter-gha)
v1.5.0
Compare Source
What's Changed
689fdc5
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/65466b90a5
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/655407ffaf
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/662c0d1daa
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/673305f654
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/675f44cd7b
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/683012739e
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/685e5f05b8
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/6926b208ae
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/6941eb3cb2
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/6960b21cf2
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/704694cdab
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/70526f96df
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/707b7bf0a3
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/710e8893c5
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/719eaceaf8
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7215d5d22a
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/722e675ced
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7263796146
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/728e2e140a
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/73247b3d88
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/73487c5514
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7368a470fd
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/741c850b93
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7423ab4101
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/75105963f4
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7561b1aada
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7604355270
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/769df5a14d
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/778c7f9125
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7798caf195
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7801746f4a
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7819c19ed7
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7856546280
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/7868f596b4
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/78765a9edc
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/788d39d31e
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/790ccf74c9
by @renovate in https://github.com/sjinks/eslint-gha-formatter/pull/796Full Changelog: sjinks/eslint-gha-formatter@1.4.3...v1.5.0
jest-community/eslint-plugin-jest (eslint-plugin-jest)
v27.9.0
Compare Source
Features
v27.8.0
Compare Source
Features
failing.each
(#1499) (9e9cf83)v27.7.0
Compare Source
Features
[@typescript-eslint](https://togithub.com/typescript-eslint)
v7 (#1500) (6be2928)27.6.3 (2024-01-12)
Bug Fixes
27.6.2 (2024-01-10)
Reverts
tsconfig.json
(#1476)" (5e6199d), closes #147627.6.1 (2024-01-01)
Bug Fixes
meta
information with snapshot processor for ESLint v9 (#1484) (067e246)eslint-community/eslint-plugin-promise (eslint-plugin-promise)
v6.4.0
Compare Source
Features
v6.3.0
Compare Source
Features
v6.2.0
Compare Source
Bug Fixes
Features
getAncestors
andgetScope
calls in eslint v9 (#466) (c0c716b)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.
This PR has been generated by Renovate Bot.