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

Bump the oxlint group with 2 updates #632

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the oxlint group with 2 updates: eslint-plugin-oxlint and oxlint.

Updates eslint-plugin-oxlint from 0.7.2 to 0.9.0

Release notes

Sourced from eslint-plugin-oxlint's releases.

v0.9.0

No significant changes

    View changes on GitHub

v0.8.0

   🚀 Features

    View changes on GitHub
Commits

Updates oxlint from 0.7.2 to 0.9.0

Release notes

Sourced from oxlint's releases.

oxlint v0.9.0

[0.9.0] - 2024-08-26

This release introduces no-unused-vars as a correctness rule and parsing regular expressions for syntax errors, both may produce false positives. Feel free to submit an issue.

  • 5946748 linter: [BREAKING] Parse and display syntax errors for regular expressions (#5214) (Boshen)

image

  • b894d3b linter: [BREAKING] Make no-unused-vars correctness (#5081) (DonIsaac)

Features

  • 1ce9630 linter/config: Implement FromIterator for LintPluginOptions (#5102) (DonIsaac)
  • 34bfaf6 linter/react: Add fixer to jsx-props-no-spread-multi (#5145) (camc314)
  • 982bd6e linter/unicorn: Add fixer to require-array-join-separator (#5152) (camc314)
  • a6704bd linter/unicorn: Add fixer to prefer-set-size (#5149) (camc314)
  • ac7edcc linter/unicorn: Add fixer to prefer-array-some (#5153) (camc314)
  • 1d01aa3 linter/unicorn: Add partial fixer for prefer-array-flat (#5143) (camc314)
  • 22d57f9 linter/unicorn: Add fixer to prefer-string-slice (#5150) (Cameron)
  • 2fe4415 linter/unicorn: Add fixer to no-redundant-roles (#5146) (Cameron)
  • d35c6f5 linter/unicorn: Add fixer to prefer-regexp-test (#5151) (Cameron)
  • 27db769 linter/unicorn: Add fixer to text-encoding-identifier-case (#5154) (Cameron)
  • f7958c4 linter/unicorn: Add prefer-structured-clone (#5095) (Jelle van der Waa)
  • 004ffa0 linter/vitest: Implement prefer-each (#5203) (dalaoshu)

Bug Fixes

  • aaaf26c linter: Error in fixer for prefer-to-have-length (#5197) (dalaoshu)
  • 1f5b6b6 linter: Bug in fixer for prefer-to-have-length (#5164) (dalaoshu)
  • 7eb052e linter: no-hex-escape fixer removing regex flags (#5137) (Cameron)
  • 76c66b4 linter/max-lines: Point span to end of file for disable directive to work (#5117) (Boshen)
  • 8ff6f2c linter/no-unused-vars: Panic on UsingDeclarations (#5206) (DonIsaac)
  • d29042e linter/no-unused-vars: Function expression in implicit arrow function return (#5155) (DonIsaac)
  • 36e4a28 linter/no-unused-vars: Panic in variable declarator usage checks (#5160) (DonIsaac)
  • ba62a71 linter/react: Fixed false positive with missing key inside React.Children.toArray() for fragments (#5133) (Earl Chase)
  • fd1031a linter/unicorn: Breaking fixer in case statements for no-null (#5176) (DonIsaac)
  • 7b86ed6 linter/unicorn: Handle type casts and parens in no-null (#5175) (Don Isaac)
  • b629e16 linter/unicorn: Improve diagnostic message for no-null (#5172) (DonIsaac)

Performance

  • ce454cf Use simdutf8 to validate UTF-8 when reading files (#5196) (dalaoshu)

Refactor

  • 543cad6 codegen: Remove some pub APIs (Boshen)
  • 0d3661a linter: Remove meaningless span0 (#5209) (dalaoshu)
  • 2a91ef1 linter: eslint/no_redeclare rule use run_on_symbol not run_once (#5201) (overlookmotel)
  • 33599b0 linter: Split options into multiple files (#5101) (DonIsaac)
  • 7ab6152 linter/unicorn: Clean up no-null (#5174) (DonIsaac)

... (truncated)

Changelog

Sourced from oxlint's changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.

[0.8.0] - 2024-08-23

Features

  • a0effab linter: Support more flexible config.globals values (#4990) (Don Isaac)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the oxlint group with 2 updates: [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint).


Updates `eslint-plugin-oxlint` from 0.7.2 to 0.9.0
- [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases)
- [Commits](oxc-project/eslint-plugin-oxlint@v0.7.2...v0.9.0)

Updates `oxlint` from 0.7.2 to 0.9.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.9.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: eslint-plugin-oxlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: oxlint
- dependency-name: oxlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: oxlint
...

Signed-off-by: dependabot[bot] <[email protected]>
@swissspidy swissspidy enabled auto-merge (squash) August 26, 2024 16:20
Copy link

Size Change: 0 B

Total Size: 7.31 MB

ℹ️ View Unchanged
Filename Size
build/100.js 88.7 kB
build/699.js 2.35 MB
build/ai.worker.js 178 kB
build/blurhash.worker.js 3.23 kB
build/canvas.worker.js 2.79 kB
build/chunk-ffmpeg.js 5.92 kB
build/chunk-selfie-segmentation.js 16.3 kB
build/dominant-color.worker.js 4.45 kB
build/ffmpeg.js 1.09 kB
build/heif.worker.js 450 kB
build/media-experiments-blocks-rtl.css 297 B
build/media-experiments-blocks.css 296 B
build/media-experiments-rtl.css 1.04 kB
build/media-experiments.css 1.04 kB
build/media-experiments.js 77.5 kB
build/pdf.js 579 B
build/subtitles.js 850 B
build/view-upload-request-view-rtl.css 716 B
build/view-upload-request-view.css 717 B
build/view-upload-request.js 18.5 kB
build/vips-heif.********.wasm 1.27 MB
build/vips-jxl.********.wasm 800 kB
build/vips.********.wasm 2 MB
build/vips.worker.js 37.9 kB

compressed-size-action

@swissspidy swissspidy merged commit 17082b0 into main Aug 26, 2024
22 checks passed
@swissspidy swissspidy deleted the dependabot/npm_and_yarn/oxlint-724eb9b1e7 branch August 26, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant