upleveled / eslint-config-upleveled

UpLeveled ESLint defaults for programming in JavaScript, TypeScript, React, Next.js, Node.js, Postgres.js
https://www.npmjs.com/package/eslint-config-upleveled
42 stars 12 forks source link

Update dependency upgrades - non-major #428

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/eslint-plugin-next (source) 14.2.9 -> 14.2.10 age adoption passing confidence
eslint-config-upleveled 8.6.20 -> 8.7.0 age adoption passing confidence
eslint-plugin-react 7.35.2 -> 7.36.1 age adoption passing confidence
eslint-plugin-react-x (source) 1.14.0 -> 1.14.1 age adoption passing confidence
next (source) 14.2.9 -> 14.2.10 age adoption passing confidence

Release Notes

vercel/next.js (@​next/eslint-plugin-next) ### [`v14.2.10`](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10)
upleveled/eslint-config-upleveled (eslint-config-upleveled) ### [`v8.7.0`](https://redirect.github.com/upleveled/eslint-config-upleveled/releases/tag/v8.7.0) [Compare Source](https://redirect.github.com/upleveled/eslint-config-upleveled/compare/v8.6.21...v8.7.0) - Enable Next.js TypeScript plugin ([#​427](https://redirect.github.com/upleveled/eslint-config-upleveled/issues/427)) [`fd424b8`](https://redirect.github.com/upleveled/eslint-config-upleveled/commit/fd424b8) - Upgrade tests [`3bbcd0f`](https://redirect.github.com/upleveled/eslint-config-upleveled/commit/3bbcd0f) ### [`v8.6.21`](https://redirect.github.com/upleveled/eslint-config-upleveled/releases/tag/v8.6.21) [Compare Source](https://redirect.github.com/upleveled/eslint-config-upleveled/compare/v8.6.20...v8.6.21) - Update dependency upgrades - non-major ([#​426](https://redirect.github.com/upleveled/eslint-config-upleveled/issues/426)) [`203dc2d`](https://redirect.github.com/upleveled/eslint-config-upleveled/commit/203dc2d) - Upgrade to eslint-plugin-react-x@1.14.0, switch to default import [`20eb199`](https://redirect.github.com/upleveled/eslint-config-upleveled/commit/20eb199) - Upgrade tests [`879b4bf`](https://redirect.github.com/upleveled/eslint-config-upleveled/commit/879b4bf)
jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.36.1`](https://redirect.github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7361---20240912) [Compare Source](https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.0...v7.36.1) ##### Fixed - \[`no-is-mounted`]: fix logic in method name check ([#​3821][] [@​Mathias-S](https://redirect.github.com/Mathias-S)) - \[`jsx-no-literals`]: Avoid crashing on valueless boolean props ([#​3823][] [@​reosarevok](https://redirect.github.com/reosarevok)) [7.36.1]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.0...v7.36.1 [#​3823]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3823 [#​3821]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3821 ### [`v7.36.0`](https://redirect.github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7360---20240912) [Compare Source](https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.2...v7.36.0) ##### Added - \[`no-string-refs`]: allow this.refs in > 18.3.0 ([#​3807][] [@​henryqdineen](https://redirect.github.com/henryqdineen)) - \[`jsx-no-literals`] Add `elementOverrides` option and the ability to ignore this rule on specific elements ([#​3812][] [@​Pearce-Ropion](https://redirect.github.com/Pearce-Ropion)) - \[`forward-ref-uses-ref`]: add rule for checking ref parameter is added (\[[#​3667](https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3667)]\[] [@​NotWoods](https://redirect.github.com/NotWoods)) ##### Fixed - \[`function-component-definition`], \[`boolean-prop-naming`], \[`jsx-first-prop-new-line`], \[`jsx-props-no-multi-spaces`], `propTypes`: use type args ([#​3629][] [@​HenryBrown0](https://redirect.github.com/HenryBrown0)) - JSX pragma: fail gracefully ([#​3632][] [@​ljharb](https://redirect.github.com/ljharb)) - \[`jsx-props-no-spreading`]: add `explicitSpread` option to schema ([#​3799][] [@​ljharb](https://redirect.github.com/ljharb)) ##### Changed - \[Tests] add [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) v6 ([#​3629][] [@​HenryBrown0](https://redirect.github.com/HenryBrown0)) - \[Tests] add [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) v7 and v8 ([#​3629][] [@​hampustagerud](https://redirect.github.com/hampustagerud)) - \[Docs] \[`no-danger`]: update broken link ([#​3817][] [@​lucasrmendonca](https://redirect.github.com/lucasrmendonca)) - \[types] add jsdoc type annotations ([#​3731][] [@​y-hsgw](https://redirect.github.com/y-hsgw)) - \[Tests] `button-has-type`: add test case with spread ([#​3731][] [@​y-hsgw](https://redirect.github.com/y-hsgw)) [7.36.0]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.2...v7.36.0 [#​3799]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3799 [#​3632]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3632 [#​3812]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3812 [#​3731]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3731 [#​3694]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3667 [#​3629]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3629 [#​3817]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3817 [#​3807]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3807
Rel1cx/eslint-react (eslint-plugin-react-x) ### [`v1.14.1`](https://redirect.github.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1141-Thu-12-Sep-2024) [Compare Source](https://redirect.github.com/Rel1cx/eslint-react/compare/v1.14.0...v1.14.1) ##### 🐞 Fixes - Fixed false positives in rule `web-api/no-leaked-resize-observer`.
vercel/next.js (next) ### [`v14.2.10`](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.9...v14.2.10)

Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

codesandbox-ci[bot] commented 2 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

socket-security[bot] commented 2 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@next/eslint-plugin-next@14.2.10 filesystem Transitive: environment, shell +33 3.01 MB vercel-release-bot
npm/eslint-plugin-react-x@1.14.1 Transitive: environment, filesystem +45 4.94 MB rel1cx
npm/eslint-plugin-react@7.36.1 Transitive: environment, eval, filesystem +106 6.08 MB ljharb, yannickcr
npm/next@14.2.10 environment, filesystem, network, shell, unsafe +15 92.8 MB vercel-release-bot

🚮 Removed packages: npm/eslint-config-upleveled@8.6.20, npm/next@14.2.9

View full report↗︎