-
-
Notifications
You must be signed in to change notification settings - Fork 104
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 dependency oxlint to ^0.0.17 #93
Merged
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for lrc-maker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
renovate
bot
force-pushed
the
renovate/oxlint-0.x
branch
from
November 4, 2023 18:36
97883af
to
c934876
Compare
renovate
bot
force-pushed
the
renovate/oxlint-0.x
branch
from
November 4, 2023 18:38
c934876
to
acce7e5
Compare
renovate
bot
force-pushed
the
renovate/oxlint-0.x
branch
from
November 4, 2023 18:40
acce7e5
to
1b86a5b
Compare
renovate
bot
changed the title
chore(deps): update dependency oxlint to ^0.0.15
chore(deps): update dependency oxlint to ^0.0.16
Nov 8, 2023
renovate
bot
force-pushed
the
renovate/oxlint-0.x
branch
from
November 8, 2023 04:40
1b86a5b
to
01b6867
Compare
renovate
bot
changed the title
chore(deps): update dependency oxlint to ^0.0.16
chore(deps): update dependency oxlint to ^0.0.17
Nov 9, 2023
renovate
bot
force-pushed
the
renovate/oxlint-0.x
branch
from
November 9, 2023 06:33
01b6867
to
ceb0618
Compare
magic-akari
approved these changes
Nov 9, 2023
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:
^0.0.14
->^0.0.17
Release Notes
web-infra-dev/oxc (oxlint)
v0.0.17
: oxlint v0.0.17Compare Source
Try it out!
npx --yes oxlint@latest
from your terminalWhat's Changed
Features
The final dot is no longer required by the CLI https://github.com/web-infra-dev/oxc/pull/1201:
This is the same as
npx oxlint@latest .
, where the current working directory will be scanned.This is an alignment with ESLint v9, see https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/#running-eslint-with-no-file-arguments
What's Changed
New rules by category
Style
Fixes
Full Changelog: oxc-project/oxc@oxlint_v0.0.16...oxlint_v0.0.17
v0.0.16
: oxlint v0.0.16Compare Source
Try it out!
npx --yes oxlint@latest .
from your terminalWhat's Changed
Features
Use the following cli flags to enable the import / jest / jsx-a11y plugins
New rules by category (19 in total)
Correctness (turned on by default)
Suspicious
Pedantic
Style
Nursery
Fixes
New Contributors
Full Changelog: oxc-project/oxc@oxlint_v0.0.15...oxlint_v0.0.16
v0.0.15
: oxlint v0.0.15Compare Source
Try it out!
Run
npx --yes oxlint@latest .
in your JavaScript / TypeScript codebase and see it complete in milliseconds. No configurations required.npx oxlint@latest --help
for usage instructions.npx oxlint@latest --rules
for list of rules.What's Changed
Features
Lint files owned by you:
npx oxlint@latest --codeowners-file=PATH --codeowners=NAME .
New rules by category
Correctness
Pedantic
Style
Fixes
CLI
New Contributors
Full Changelog: oxc-project/oxc@oxlint_v0.0.14...oxlint_v0.0.15
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.