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.1.0 #103

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

oxc-project/oxc (oxlint)

v0.1.2: oxlint v0.1.2

Compare Source

Try it out!

Svelte support

<script> tag is linted by default.

Features

Fixes

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

v0.1.1: oxlint v0.1.1

Compare Source

Try it out!

Vue support

<script> and <script setup> are linted by default.

Astro support

Frontmatter component script --- and all <script> tags are linted by default.

Configuration files (experimental)

-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.

New Rules

Correctness
Suspicious
Restriction

Fixes

New Contributors

Full Changelog: oxc-project/oxc@oxlint_v0.0.22...oxlint_v0.1.1

v0.1.0: CLI v0.1.0 Ezno Type Checker

Compare Source

npx oxidation-compiler@latest check ./test.ts

image

New Contributors

Full Changelog: https://github.com/Boshen/oxc/compare/v0.0.7...

v0.0.22: oxlint v0.0.22

Compare Source

What's Changed

New Rules

Reports errors when a comparison is redundant, or impossible.

A redundant check would be foo > 5 && foo > 10
An impossible check would be foo > 5 && foo < 5

Screenshot 2023-12-17 at 21 18 34

https://rust-lang.github.io/rust-clippy/master/index.html#/redundant_comparisons
https://rust-lang.github.io/rust-clippy/master/index.html#/impossible

https://rust-lang.github.io/rust-clippy/master/index.html#/double_comparisons

Screenshot 2023-12-17 at 22 34 06

Performance

10 - 20% faster than the previous version.

Sampling from an internal codebase (119900 files) - Before 12.8s vs 11.2s after.

Improvements

Fixes

parser

New Contributors

Full Changelog: oxc-project/oxc@oxlint_v0.0.21...oxlint_v0.0.22

v0.0.21: oxlint v0.0.21

Compare Source

What's Changed

Features

Read eslint JSON configuration (experimental)

Added the configuration flag -c .eslintrc.json.

Oxlint will override all the enabled rules to what's specified in rules, e.g.

{
    "rules": {
        "eqeqeq": "off",
        "curly": "error",
        "quotes": ["error", "double"]
    }
}
New Rules

vscode

Fixes

New Contributors

Full Changelog: oxc-project/oxc@oxlint_v0.0.20...oxlint_v0.0.21

v0.0.20: oxlint v0.0.20

Compare Source

What's Changed

Full Changelog: oxc-project/oxc@oxlint_v0.0.19...oxlint_v0.0.20

v0.0.19: oxlint v0.0.19

Compare Source

Try it out!

New Rules

Performance

This is a new category turned off by default. See it in action with

npx --yes oxlint@latest -D perf

Did you know that the reudce + ...spread combo is an O(n^2) operation?

image

Read https://prateeksurana.me/blog/why-using-object-spread-with-reduce-bad-idea/ for detailed explaination.

noAccumulatingSpread is also part of Biome since v1.

Correctness
Pedantic
Suspicious
Restriction
Style
Fixes

New Contributors

Full Changelog: oxc-project/oxc@oxlint_v0.0.18...oxlint_v0.0.19


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 Dec 8, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

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

View logs

Copy link

vercel bot commented Dec 8, 2023

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 6, 2024 9:13am

Copy link

netlify bot commented Dec 8, 2023

Deploy Preview for lrc-maker ready!

Name Link
🔨 Latest commit e911d1d
🔍 Latest deploy log https://app.netlify.com/sites/lrc-maker/deploys/659919a71c7f4e0008aa2b50
😎 Deploy Preview https://deploy-preview-103--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.

@renovate renovate bot force-pushed the renovate/oxlint-0.x branch from 6cc75cb to 68d102a Compare December 13, 2023 06:37
@renovate renovate bot changed the title chore(deps): update dependency oxlint to ^0.0.19 chore(deps): update dependency oxlint to ^0.0.20 Dec 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency oxlint to ^0.0.20 chore(deps): update dependency oxlint to ^0.0.21 Dec 18, 2023
@renovate renovate bot force-pushed the renovate/oxlint-0.x branch from 68d102a to 6ece7e8 Compare December 18, 2023 10:57
@renovate renovate bot force-pushed the renovate/oxlint-0.x branch from 6ece7e8 to e1a6329 Compare December 25, 2023 06:24
@renovate renovate bot changed the title chore(deps): update dependency oxlint to ^0.0.21 chore(deps): update dependency oxlint to ^0.0.22 Dec 25, 2023
@renovate renovate bot force-pushed the renovate/oxlint-0.x branch from e1a6329 to 08a5ee5 Compare December 26, 2023 15:52
@renovate renovate bot force-pushed the renovate/oxlint-0.x branch from 08a5ee5 to e911d1d Compare January 6, 2024 09:13
@renovate renovate bot changed the title chore(deps): update dependency oxlint to ^0.0.22 chore(deps): update dependency oxlint to ^0.1.0 Jan 6, 2024
@magic-akari magic-akari merged commit e3109e9 into master Jan 9, 2024
5 checks passed
@renovate renovate bot deleted the renovate/oxlint-0.x branch January 9, 2024 10:01
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