marigold-ui / marigold

Design System based on react-aria and Tailwind CSS
https://marigold-ui.io
MIT License
101 stars 7 forks source link

chore(deps): update eslint #3823

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 7.1.0 -> 7.1.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.1.0 -> 7.1.1 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.34.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.1.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#711-2024-03-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.0...v7.1.1) This was a version bump only for eslint-plugin to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.1.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#711-2024-03-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.0...v7.1.1) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.34.0`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7340---20240303) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.33.2...v7.34.0) ##### Added - \[`sort-prop-types`]: give errors on TS types ([#​3615][] [@​akulsr0](https://togithub.com/akulsr0)) - \[`no-invalid-html-attribute`]: add support for `apple-touch-startup-image` `rel` attributes in `link` tags ([#​3638][] [@​thomashockaday](https://togithub.com/thomashockaday)) - \[`no-unknown-property`]: add requireDataLowercase option ([#​3645][] [@​HermanBilous](https://togithub.com/HermanBilous)) - \[`no-unknown-property`]: add `displaystyle` on `` ([#​3652][] [@​lounsbrough](https://togithub.com/lounsbrough)) - \[`prefer-read-only-props`], \[`prop-types`], component detection: allow components to be async functions ([#​3654][] [@​pnodet](https://togithub.com/pnodet)) - \[`no-unknown-property`]: support `onResize` on audio/video tags ([#​3662][] [@​caesar1030](https://togithub.com/caesar1030)) - \[`jsx-wrap-multilines`]: add `never` option to prohibit wrapping parens on multiline JSX ([#​3668][] [@​reedws](https://togithub.com/reedws)) - \[`jsx-filename-extension`]: add `ignoreFilesWithoutCode` option to allow empty files ([#​3674][] [@​burtek](https://togithub.com/burtek)) - \[`jsx-boolean-value`]: add `assumeUndefinedIsFalse` option ([#​3675][] [@​developer-bandi](https://togithub.com/developer-bandi)) - `linkAttribute` setting, \[`jsx-no-target-blank`]: support multiple properties ([#​3673][] [@​burtek](https://togithub.com/burtek)) - \[`jsx-no-script-url`]: add `includeFromSettings` option to support `linkAttributes` setting ([#​3673][] [@​burtek](https://togithub.com/burtek)) - \[`jsx-one-expression-per-line`]: add `non-jsx` option to allow non-JSX children in one line ([#​3677][] [@​burtek](https://togithub.com/burtek)) - add \[`checked-requires-onchange-or-readonly`] rule ([#​3680][] [@​jaesoekjjang](https://togithub.com/jaesoekjjang)) ##### Fixed - \[`jsx-no-leaked-render`]: preserve RHS parens for multiline jsx elements while fixing ([#​3623][] [@​akulsr0](https://togithub.com/akulsr0)) - \[`jsx-key`]: detect conditional returns ([#​3630][] [@​yialo](https://togithub.com/yialo)) - \[`jsx-newline`]: prevent a crash when \`allowMultilines ([#​3633][] [@​ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: use a better regex to avoid a crash ([#​3666][] [@​ljharb](https://togithub.com/ljharb) [@​SCH227](https://togithub.com/SCH227)) - \[`prop-types`]: handle nested forwardRef + memo ([#​3679][] [@​developer-bandi](https://togithub.com/developer-bandi)) - \[`no-unknown-property`]: add `fetchPriority` ([#​3697][] [@​SevereCloud](https://togithub.com/SevereCloud)) - \[`forbid-elements`]: prevent a crash on `createElement()` ([#​3632][] [@​ljharb](https://togithub.com/ljharb)) ##### Changed - \[`jsx-boolean-value`]: make error messages clearer ([#​3691][] [@​developer-bandi](https://togithub.com/developer-bandi)) - \[Refactor] `propTypes`: extract type params to var ([#​3634][] [@​HenryBrown0](https://togithub.com/HenryBrown0)) - \[Refactor] \[`boolean-prop-naming`]: invert if statement ([#​3634][] [@​HenryBrown0](https://togithub.com/HenryBrown0)) - \[Refactor] \[`function-component-definition`]: exit early if no type params ([#​3634][] [@​HenryBrown0](https://togithub.com/HenryBrown0)) - \[Refactor] \[`jsx-props-no-multi-spaces`]: extract type parameters to var ([#​3634][] [@​HenryBrown0](https://togithub.com/HenryBrown0)) - \[Docs] \[`jsx-key`]: fix correct example ([#​3656][] [@​developer-bandi](https://togithub.com/developer-bandi)) - \[Tests] `jsx-wrap-multilines`: passing tests ([#​3545][] [@​burtek](https://togithub.com/burtek)) - \[Docs] \[`iframe-missing-sandbox`]: fix link to iframe attribute on mdn ([#​3690][] [@​nnmrts](https://togithub.com/nnmrts)) - \[Docs] \[`hook-use-state`]: fix an undefined variable ([#​3626][] [@​chentsulin](https://togithub.com/chentsulin)) [7.34.0]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.33.2...v7.34.0 [#​3697]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3697 [#​3691]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3691 [#​3690]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3690 [#​3680]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3680 [#​3679]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3679 [#​3677]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3677 [#​3675]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3675 [#​3674]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3674 [#​3673]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3673 [#​3668]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3668 [#​3666]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3666 [#​3662]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3662 [#​3656]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3656 [#​3654]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3654 [#​3652]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3652 [#​3645]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3645 [#​3638]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3638 [#​3634]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3634 [#​3633]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3633 [#​3632]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3632 [#​3630]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3630 [#​3626]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3626 [#​3623]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3623 [#​3615]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3615 [#​3545]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3545

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: d2f66d7fb541b01b1541e797875fb1846b54479e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 2 months ago

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

Name Status Preview Comments Updated (UTC)
marigold-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2024 8:20am
marigold-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2024 8:20am
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **marigold-production** | ⬜️ Ignored ([Inspect](https://vercel.com/marigold/marigold-production/HkwRGS7RCky7nYr8tv8JV6mGKAJS)) | [Visit Preview](https://marigold-production-git-renovate-eslint-marigold.vercel.app) | | Mar 13, 2024 8:20am |