-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix(deps): update dependency eslint to v8.57.0 - autoclosed #641
Closed
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
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.51.0
fix(deps): update dependency eslint to v8.52.0
Oct 20, 2023
renovate
bot
force-pushed
the
renovate/eslint-8.x-lockfile
branch
from
October 20, 2023 23:22
f50ca4a
to
7bf62b4
Compare
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.52.0
fix(deps): update dependency eslint to v8.53.0
Nov 4, 2023
renovate
bot
force-pushed
the
renovate/eslint-8.x-lockfile
branch
from
November 4, 2023 01:13
7bf62b4
to
5fc44e5
Compare
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.53.0
fix(deps): update dependency eslint to v8.54.0
Nov 18, 2023
renovate
bot
force-pushed
the
renovate/eslint-8.x-lockfile
branch
from
November 18, 2023 00:03
5fc44e5
to
f0843eb
Compare
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.54.0
fix(deps): update dependency eslint to v8.54.0 - autoclosed
Nov 25, 2023
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.54.0 - autoclosed
fix(deps): update dependency eslint to v8.54.0
Dec 2, 2023
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.54.0
fix(deps): update dependency eslint to v8.55.0
Dec 2, 2023
renovate
bot
force-pushed
the
renovate/eslint-8.x-lockfile
branch
from
December 2, 2023 00:33
f0843eb
to
fd876f3
Compare
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.55.0
fix(deps): update dependency eslint to v8.55.0 - autoclosed
Dec 14, 2023
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.55.0 - autoclosed
fix(deps): update dependency eslint to v8.55.0
Dec 16, 2023
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.55.0
fix(deps): update dependency eslint to v8.56.0
Dec 16, 2023
renovate
bot
force-pushed
the
renovate/eslint-8.x-lockfile
branch
from
December 16, 2023 01:57
fd876f3
to
e4c27e9
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
renovate
bot
force-pushed
the
renovate/eslint-8.x-lockfile
branch
4 times, most recently
from
February 17, 2024 17:08
761db0b
to
2a362d5
Compare
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.56.0
fix(deps): update dependency eslint to v8.56.0 - autoclosed
Feb 17, 2024
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.56.0 - autoclosed
fix(deps): update dependency eslint to v8.56.0
Feb 23, 2024
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.56.0
fix(deps): update dependency eslint to v8.57.0
Feb 23, 2024
renovate
bot
force-pushed
the
renovate/eslint-8.x-lockfile
branch
from
February 23, 2024 22:08
2a362d5
to
09850fe
Compare
Quality Gate passedIssues Measures |
renovate
bot
force-pushed
the
renovate/eslint-8.x-lockfile
branch
9 times, most recently
from
April 9, 2024 15:27
5011abc
to
c13128c
Compare
renovate
bot
force-pushed
the
renovate/eslint-8.x-lockfile
branch
from
April 9, 2024 16:02
c13128c
to
38b6b24
Compare
Quality Gate passedIssues Measures |
renovate
bot
changed the title
fix(deps): update dependency eslint to v8.57.0
fix(deps): update dependency eslint to v8.57.0 - autoclosed
May 9, 2024
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.0
->8.57.0
Release Notes
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)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.