Skip to content

Update dependency eslint-plugin-react to v7.37.5#83

Open
renovate[bot] wants to merge 1 commit into
dependency-updatesfrom
renovate/eslint-plugin-react-7.x
Open

Update dependency eslint-plugin-react to v7.37.5#83
renovate[bot] wants to merge 1 commit into
dependency-updatesfrom
renovate/eslint-plugin-react-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2022

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.30.07.37.5 age adoption passing confidence

Release Notes

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.5

Compare Source

Fixed
Changed

v7.37.4

Compare Source

Fixed

v7.37.3

Compare Source

Fixed
Changed
  • [Tests] [jsx-no-script-url]: Improve tests (#​3849 @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#​3841 @​bastiendmt)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)

v7.37.1

Compare Source

Fixed
Changed

v7.37.0

Compare Source

Added
Changed

v7.36.1

Compare Source

Fixed

v7.36.0

Compare Source

Added
Fixed
  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#​3629 @​HenryBrown0)
  • JSX pragma: fail gracefully (#​3632 @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#​3799 @​ljharb)
Changed

v7.35.2

Compare Source

Fixed
  • [jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#​3814 @​ljharb)

v7.35.1

Compare Source

Fixed
  • [jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#​3798 @​akulsr0)

v7.35.0

Compare Source

Added
Fixed
Changed

v7.34.4

Compare Source

Fixed

v7.34.3

Compare Source

Fixed
  • [prop-types]: null-check rootNode before calling getScope (#​3762 @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#​3733 @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#​3757 @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#​3768 @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#​3769 @​akulsr0)

v7.34.2

Compare Source

Fixed
Changed

v7.34.1

Compare Source

Fixed
Changed
  • [boolean-prop-naming]: improve error message (@​ljharb)

v7.34.0

Compare Source

Added
Fixed
Changed

v7.33.2

Compare Source

Fixed
  • [no-deprecated]: prevent false positive on commonjs import (#​3614 @​akulsr0)
  • [no-unsafe]: report on the method instead of the entire component (@​ljharb)
  • [no-deprecated]: report on the destructured property instead of the entire variable declarator (@​ljharb)
  • [no-deprecated]: report on the imported specifier instead of the entire import statement (@​ljharb)
  • [no-invalid-html-attribute]: report more granularly (@​ljharb)

v7.33.1

Compare Source

Fixed

v7.33.0

Compare Source

Added
Fixed
Changed

v7.32.2

Compare Source

Fixed

v7.32.1

Compare Source

Fixed
  • prevent circular dependency in index and "all" config (#​3519 @​ljharb)
  • [destructuring-assignment]: do not force destructuring of optionally chained properties (#​3520 @​ljharb)

v7.32.0

Compare Source

Added
Fixed
Changed

v7.31.11

Compare Source

Fixed
Changed

v7.31.10

Compare Source

Fixed

v7.31.9

Compare Source

Fixed
  • [no-unknown-property]: add dialog attributes (#​3436 @​ljharb)
  • [no-arrow-function-lifecycle]: when converting from an arrow, remove the semi and wrapping parens (#​3337 @​ljharb)
  • [jsx-key]: Ignore elements inside React.Children.toArray() (#​1591 @​silvenon)
  • [jsx-no-constructed-context-values]: fix false positive for usage in non-components (#​3448 @​golopot)
  • [static-property-placement]: warn on nonstatic expected-statics (#​2581 @​ljharb)
  • [no-unknown-property]: properly tag-restrict case-insensitive attributes (@​ljharb)
  • [no-unknown-property]: allow webkitDirectory on input, case-insensitive (#​3454 @​ljharb)
Changed

v7.31.8

Compare Source

Fixed
Changed

v7.31.7

Compare Source

Fixed

v7.31.6

Compare Source

Fixed
  • [no-unknown-property]: onError and onLoad both work on img and script (#​3388 @​ljharb)
  • [no-unknown-property]: data-* attributes can have numbers (#​3390 @​sjarva)
  • [no-unknown-property]: add more audio/video attributes (#​3390 @​sjarva)
  • [no-unknown-property]: move allowfullscreen to case ignored attributes (#​3390 @​sjarva)
  • [no-unknown-property]: fill works on line, mask, and use elements (#​3390 @​sjarva)
  • [no-unknown-property]: add onMouseMoveCapture as valid react-specific attribute (#​3390 @​sjarva)
  • [no-unknown-property]: make onLoad and onError be accepted on more elements (#​3390 @​sjarva)
Changed
  • [Docs] [no-unknown-property]: add a mention about using ignores properties with libraries that add props (#​3390 @​sjarva)

v7.31.5

Compare Source

Fixed
  • [no-unknown-property]: add properties onToggle, fill, as, and pointer events (#​3385 @​sjarva)
  • [no-unknown-property]: add defaultChecked property (#​3385 @​sjarva)
  • [no-unknown-property]: add touch and media event related properties (#​3385 @​sjarva)
  • [no-unknown-property]: children is always an acceptable prop; iframes have scrolling; video has playsInline (#​3385 @​ljharb)

v7.31.4

Compare Source

Fixed

v7.31.3

Compare Source

Fixed

v7.31.2

Compare Source

Fixed
  • [jsx-key]: avoid a crash with optional chaining ([#​3371][] @​ljharb)
  • [jsx-sort-props]: avoid a crash with spread props ([#​3376][] @​ljharb)
  • [no-unknown-property]: properly recognize valid data- and aria- attributes ([#​3377][] [@​sjarva](

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 67a4e5b to eb80394 Compare September 25, 2022 11:11
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.30.1 Update dependency eslint-plugin-react to v7.31.8 Sep 25, 2022
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from eb80394 to 0e5879c Compare November 20, 2022 17:53
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.31.8 Update dependency eslint-plugin-react to v7.31.11 Nov 20, 2022
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.31.11 chore(deps): update dependency eslint-plugin-react to v7.32.2 Mar 11, 2023
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0e5879c to 5055d3c Compare March 11, 2023 11:36
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.2 chore(deps): update dependency eslint-plugin-react to v7.32.2 - autoclosed Apr 3, 2023
@renovate renovate Bot closed this Apr 3, 2023
@renovate renovate Bot deleted the renovate/eslint-plugin-react-7.x branch April 3, 2023 23:12
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.2 - autoclosed chore(deps): update dependency eslint-plugin-react to v7.32.2 Apr 4, 2023
@renovate renovate Bot reopened this Apr 4, 2023
@renovate renovate Bot restored the renovate/eslint-plugin-react-7.x branch April 4, 2023 11:16
@socket-security

socket-security Bot commented Apr 4, 2023

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn Critical
Critical CVE: Exposure of Sensitive Information in npm eventsource

CVE: GHSA-6h5x-7c5m-7cr7 Exposure of Sensitive Information in eventsource (CRITICAL)

Affected versions: < 1.1.1; >= 2.0.0 < 2.0.2

Patched version: 1.1.1

From: web-client/package-lock.jsonnpm/eventsource@1.1.0

ℹ Read more on: This package | This alert | What is a critical CVE?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/eventsource@1.1.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn Critical
Critical CVE: Prototype pollution in webpack npm loader-utils

CVE: GHSA-76p3-8jx3-jpfq Prototype pollution in webpack loader-utils (CRITICAL)

Affected versions: >= 2.0.0 < 2.0.3; < 1.4.1

Patched version: 1.4.1

From: web-client/package-lock.jsonnpm/babel-loader@8.2.5npm/html-webpack-plugin@4.5.2npm/loader-utils@1.4.0

ℹ Read more on: This package | This alert | What is a critical CVE?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/loader-utils@1.4.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm damerau-levenshtein is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: web-client/package-lock.jsonnpm/eslint-plugin-jsx-a11y@6.5.1npm/damerau-levenshtein@1.0.7

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/damerau-levenshtein@1.0.7. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm es-abstract is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: auth/package-lock.jsonnpm/eslint-plugin-react@7.37.5npm/eslint-config-airbnb@18.2.1npm/eslint-plugin-import@2.26.0npm/eslint-config-airbnb-typescript@12.3.1npm/eslint-plugin-jsx-a11y@6.5.1npm/es-abstract@1.18.0-next.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/es-abstract@1.18.0-next.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm es-abstract is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: auth/package-lock.jsonnpm/eslint-plugin-react@7.37.5npm/eslint-config-airbnb@18.2.1npm/eslint-plugin-import@2.26.0npm/eslint-config-airbnb-typescript@12.3.1npm/eslint-plugin-jsx-a11y@6.5.1npm/es-abstract@1.18.0-next.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/es-abstract@1.18.0-next.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm eslint-plugin-jest is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: web-client/package-lock.jsonnpm/eslint-plugin-jest@24.7.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/eslint-plugin-jest@24.7.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm eslint-plugin-react is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: web-client/package-lock.jsonnpm/eslint-plugin-react@7.37.5

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/eslint-plugin-react@7.37.5. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm is-bigint is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: auth/package-lock.jsonnpm/is-bigint@1.0.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/is-bigint@1.0.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm is-core-module is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: auth/package-lock.jsonnpm/@babel/core@7.18.0npm/@babel/preset-env@7.18.0npm/eslint-plugin-react@7.37.5npm/eslint-plugin-import@2.26.0npm/jest@26.6.3npm/@babel/plugin-transform-runtime@7.18.0npm/is-core-module@2.2.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/is-core-module@2.2.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm object.getownpropertydescriptors is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: web-client/package-lock.jsonnpm/object.getownpropertydescriptors@2.1.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/object.getownpropertydescriptors@2.1.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.2 Update dependency eslint-plugin-react to v7.32.2 Jun 12, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.32.2 chore(deps): update dependency eslint-plugin-react to v7.32.2 Jun 15, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.2 Update dependency eslint-plugin-react to v7.32.2 Jun 25, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.32.2 chore(deps): update dependency eslint-plugin-react to v7.32.2 Jun 30, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.2 Update dependency eslint-plugin-react to v7.32.2 Jul 2, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.32.2 chore(deps): update dependency eslint-plugin-react to v7.32.2 Jul 7, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.2 Update dependency eslint-plugin-react to v7.32.2 Jul 13, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.32.2 chore(deps): update dependency eslint-plugin-react to v7.32.2 Jul 17, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.2 Update dependency eslint-plugin-react to v7.32.2 Jul 19, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.32.2 chore(deps): update dependency eslint-plugin-react to v7.32.2 Jul 20, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.2 chore(deps): update dependency eslint-plugin-react to v7.33.0 Jul 21, 2023
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5055d3c to f0fb6ef Compare July 21, 2023 02:33
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.0 Update dependency eslint-plugin-react to v7.33.0 Jul 22, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.0 chore(deps): update dependency eslint-plugin-react to v7.33.0 Jul 28, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.0 Update dependency eslint-plugin-react to v7.33.1 Jul 30, 2023
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from f0fb6ef to a7421cf Compare July 30, 2023 04:56
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.1 chore(deps): update dependency eslint-plugin-react to v7.33.1 Aug 2, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Oct 16, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.33.2 Oct 19, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Oct 24, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.33.2 Oct 27, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Nov 6, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.33.2 Nov 8, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Nov 16, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.33.2 Nov 19, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Dec 3, 2023
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.33.2 Dec 6, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Jan 5, 2024
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.33.2 Jan 8, 2024
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Jan 9, 2024
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.33.2 Feb 1, 2024
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Feb 5, 2024
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.33.2 Feb 7, 2024
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Feb 18, 2024
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.33.2 Feb 22, 2024
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Feb 26, 2024
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.33.2 Feb 28, 2024
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.33.2 Mar 1, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from fc84902 to 792026a Compare March 5, 2024 02:48
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.34.0 Mar 5, 2024
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.0 Update dependency eslint-plugin-react to v7.34.0 Mar 8, 2024
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.34.0 chore(deps): update dependency eslint-plugin-react to v7.34.0 Mar 13, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 792026a to 1bdbc36 Compare March 16, 2024 14:49
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.0 chore(deps): update dependency eslint-plugin-react to v7.34.1 Mar 16, 2024
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.1 Update dependency eslint-plugin-react to v7.34.1 Mar 17, 2024
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.

0 participants