Skip to content
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.2.0 #107

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
oxlint (source) ^0.1.0 -> ^0.2.0 age adoption passing confidence

Release Notes

oxc-project/oxc (oxlint)

v0.2.0: oxlint v0.2.0

Compare Source

Try it out!

Better configuration support

oxlint -c ./eslintrc.json

will use the rules field for rule configuration, as documented in ESLint's documentation.

Unfortunately, only the json format is supported right now.

The extends field will not take effect; normal -D and -A flags still apply.

To add / remove / configure a rule:

{
  "rules": {
      "no-empty": "off", // removes the rule
      "no-empty": "error", // adds the rule
      "no-empty": ["error", { "allowEmptyCatch": true }]` configures the rule
  }
}

Next.js Plugin

oxlint --nextjs-plugin

Vscode

New Rules

correctness
restriction
style

Fixes

Linter
Parser

Improvements

New Contributors

Full Changelog: oxc-project/oxc@oxlint_v0.1.2...oxlint_v0.2.0


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

cloudflare-workers-and-pages bot commented Jan 12, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: a5d1f60
Status: ✅  Deploy successful!
Preview URL: https://682646c2.lrc-maker.pages.dev
Branch Preview URL: https://renovate-oxlint-0-x.lrc-maker.pages.dev

View logs

Copy link

vercel bot commented Jan 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lrc-maker ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 28, 2024 6:09am

Copy link

netlify bot commented Jan 12, 2024

Deploy Preview for lrc-maker ready!

Name Link
🔨 Latest commit a5d1f60
🔍 Latest deploy log https://app.netlify.com/sites/lrc-maker/deploys/65b5ef81e8c66e0008604c0f
😎 Deploy Preview https://deploy-preview-107--lrc-maker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@magic-akari magic-akari merged commit a5d1f60 into master Feb 8, 2024
5 checks passed
@renovate renovate bot deleted the renovate/oxlint-0.x branch February 8, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant