-
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
Update devDependencies #17
Closed
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
Update dependency vitest to v0.34.4
Update devDependencies
Sep 11, 2023
renovate
bot
force-pushed
the
renovate/devdependencies
branch
5 times, most recently
from
September 16, 2023 02:00
a807ad8
to
8e33382
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
9 times, most recently
from
September 25, 2023 16:42
b469ca4
to
640374d
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
5 times, most recently
from
October 3, 2023 04:32
c47f940
to
3d4408e
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
October 8, 2023 13:52
fa8d1d6
to
e06ef61
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
5 times, most recently
from
October 21, 2023 00:10
3db8bb3
to
1f3d006
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
October 26, 2023 19:03
a223052
to
8fc0bf0
Compare
renovate
bot
changed the title
Update devDependencies to v7.6.14
Update devDependencies
Feb 13, 2024
renovate
bot
force-pushed
the
renovate/devdependencies
branch
3 times, most recently
from
February 16, 2024 19:31
3af871c
to
a01ff36
Compare
renovate
bot
changed the title
Update devDependencies
Update dependency vitest to v1.3.0
Feb 16, 2024
renovate
bot
changed the title
Update dependency vitest to v1.3.0
Update dependency vitest to v1.3.0 - autoclosed
Feb 18, 2024
renovate
bot
changed the title
Update dependency vitest to v1.3.0 - autoclosed
Update dependency vitest to v1.3.0
Feb 19, 2024
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
February 19, 2024 22:16
a01ff36
to
0a01cfd
Compare
renovate
bot
changed the title
Update dependency vitest to v1.3.0
Update devDependencies to v7.0.2
Feb 19, 2024
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
February 20, 2024 13:27
0a01cfd
to
3a795d0
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
February 25, 2024 09:06
e652144
to
3de9627
Compare
renovate
bot
changed the title
Update devDependencies
Update devDependencies - autoclosed
Feb 25, 2024
renovate
bot
changed the title
Update devDependencies - autoclosed
Update devDependencies
Feb 26, 2024
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
February 26, 2024 23:04
3de9627
to
343bd4a
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
February 29, 2024 14:05
343bd4a
to
57bd872
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.3
->8.56.5
20.11.19
->20.11.23
18.2.55
->18.2.61
7.0.2
->7.1.0
7.0.2
->7.1.0
8.56.0
->8.57.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.1.0
Compare Source
🚀 Features
eslint-plugin: add *-type-checked-only configs
eslint-plugin: [naming-convention] support the auto-accessor syntax
eslint-plugin: [consistent-return] add new rule
🩹 Fixes
eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error
eslint-plugin: [no-misused-promises] improve check union types
eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.1.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)Configuration
📅 Schedule: Branch creation - "after 11am on Monday" in timezone Asia/Tokyo, 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.
👻 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.