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 lint group across 1 directory with 3 updates #756

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the lint group with 3 updates in the / directory: eslint-plugin-oxlint, eslint-plugin-react-compiler and oxlint.

Updates eslint-plugin-oxlint from 0.10.1 to 0.11.1

Release notes

Sourced from eslint-plugin-oxlint's releases.

v0.11.1

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v0.11.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a61dd3b release: v0.11.1 (#239)
  • 0e2458a refactor: move duplicate constants between scripts and src to src (#237)
  • 27960a3 fix: put react-hooks plugin rules into own scope and not under react (#236)
  • 883be80 fix: detect rules with plugin alias name or no plugin name (#231)
  • 497cc5a refactor: simplify buildFromOxlint with isObject and isValueInSet (#235)
  • 1d67056 test: fix "skip deactivate rules, for custom enable category" test (#234)
  • 8fba0b7 fix: output rules-plugin-name @next/next instead of nextjs (#232)
  • 7961067 refactor: move generated code into own folder (#229)
  • 6359654 refactor: move configs to own file (#230)
  • 03ce789 fix: add missing types entry in package.json (#227)
  • Additional commits viewable in compare view

Updates eslint-plugin-react-compiler from 19.0.0-beta-6fc168f-20241025 to 19.0.0-beta-63b359f-20241101

Commits

Updates oxlint from 0.10.3 to 0.11.1

Release notes

Sourced from oxlint's releases.

oxlint v0.11.1

[0.11.1] - 2024-11-09

Features

  • 4dd9b60 editor/vscode: Replace existing output channel and trace output channel with a single LogOutputChannel (#7196) (Nicholas Rayburn)
  • 1fcd709 linter: Add jsx support for only-used-in-recursion (#7120) (no-yan)
  • 4d577cf linter: Add import/first rule (#7180) (Dmitry Zakharov)
  • 9b8973f linter: Add import/unambiguous rule (#7187) (Dmitry Zakharov)
  • 5ab1ff6 linter: Implement @​typescript-eslint/no-unsafe-function-type (#6989) (Orenbek)

Bug Fixes

  • eea8879 editor/vscode: Update language client id to fix the resolution of the oxc.trace.server setting (#7181) (Nicholas Rayburn)
  • b73cfd9 linter: Fix is_method_call with parentheses and chain expression (#7095) (tbashiyy)

Refactor

  • 8c0a362 linter: Use ctx.source_range(comment.content_span()) API (#7155) (Boshen)
  • c5485ae semantic: Add ancestor_kinds iterator function (#7217) (camchenry)
  • abf1602 semantic: Rename iter_parents to ancestors (#7216) (camchenry)
  • 42171eb semantic: Rename ancestors to ancestor_ids (#7215) (camchenry)

oxlint v0.11.0

[0.11.0] - 2024-11-03

  • 9fd9f4f linter: [BREAKING] Sync sindresorhus/globals; removed Object.prototype properties from builtin and es* globals (#6991) (Boshen)

Features

  • 6b619da editor: Listen to config file changes and trigger a didChangeConfiguration update (#6964) (Nicholas Rayburn)
  • 7872927 editor/vscode: Support window/showMessage event (#7085) (Nicholas Rayburn)
  • 2184588 linter: Do not bail for unmatched rules yet (#7093) (Boshen)
  • a6fcd81 linter: Add import/no-commonjs rule (#6978) (Dmitry Zakharov)
  • 1691cab linter: Support user-configurable secrets for oxc-security/api-keys (#5938) (DonIsaac)
  • 610621c linter: Implement react/style-prop-object (#6342) (Albert Kaaman)
  • 1e2f012 linter: Add oxc/no-map-spread (#6751) (DonIsaac)
  • 1c66473 linter: Implement eslint/prefer-object-has-own (#6905) (tomoya yanagibashi)

Bug Fixes

  • ebf3753 editor: Fix onConfigChange to send the correct config for didChangeConfiguration notification (#6962) (Nicholas Rayburn)
  • 79bf74a linter: Check is_reference_to_global_variable in no-array-constructor (#7067) (Naoya Yoshizawa)
  • 38d1f78 linter: Remove confusing help text for now (#7081) (Cam McHenry)
  • 147e2e4 linter: Allow replacing rule when none are enabled yet (#7014) (camchenry)
  • 7aa496a linter: Remove unsafe fixer of no-useless-spread (#6655) (dalaoshu)
  • f5a7134 linter/no-unused-vars: False positive for discarded reads within sequences (#6907) (DonIsaac)

Documentation

... (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.11.0] - 2024-11-03

Documentation

  • 4551baa linter: Document rules (#6983) (Boshen)
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 lint group with 3 updates in the / directory: [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint), [eslint-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/eslint-plugin-react-compiler) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint).


Updates `eslint-plugin-oxlint` from 0.10.1 to 0.11.1
- [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases)
- [Commits](oxc-project/eslint-plugin-oxlint@v0.10.1...v0.11.1)

Updates `eslint-plugin-react-compiler` from 19.0.0-beta-6fc168f-20241025 to 19.0.0-beta-63b359f-20241101
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/eslint-plugin-react-compiler)

Updates `oxlint` from 0.10.3 to 0.11.1
- [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.11.1/npm/oxlint)

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

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

Size Change: 0 B

Total Size: 7.32 MB

ℹ️ View Unchanged
Filename Size
build/100.js 91.8 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 455 kB
build/media-experiments-blocks-rtl.css 318 B
build/media-experiments-blocks.css 318 B
build/media-experiments-rtl.css 1.03 kB
build/media-experiments.css 1.03 kB
build/media-experiments.js 81.4 kB
build/pdf.js 579 B
build/subtitles.js 850 B
build/view-upload-request-view-rtl.css 697 B
build/view-upload-request-view.css 699 B
build/view-upload-request.js 18.9 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 0e93b85 into main Nov 11, 2024
27 checks passed
@swissspidy swissspidy deleted the dependabot/npm_and_yarn/lint-aca2a8d831 branch November 11, 2024 14:52
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