You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR! dev react@">=16.12.0" from the root project
npm ERR! peerOptional react@"^16.8.0 || ^17.0.0" from @storybook/addon-actions@6.2.9
npm ERR! node_modules/@storybook/addon-actions
npm ERR! dev @storybook/addon-actions@"^6.0.21" from the root project
npm ERR! @storybook/addon-actions@"6.2.9" from @storybook/addon-essentials@6.2.9
npm ERR! node_modules/@storybook/addon-essentials
npm ERR! dev @storybook/addon-essentials@"^6.0.21" from the root project
npm ERR! 6 more (@storybook/addon-essentials, @storybook/addon-links, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! @xstate/react@"^0.8.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: react@16.14.0
npm ERR! node_modules/react
npm ERR! peer react@"^16.8.0" from @xstate/react@0.8.1
npm ERR! node_modules/@xstate/react
npm ERR! @xstate/react@"^0.8.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2021-05-01T01_58_06_153Z-debug.log
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR! dev react@">=16.12.0" from the root project
npm ERR! peerOptional react@"^16.8.0 || ^17.0.0" from @storybook/addon-actions@6.2.9
npm ERR! node_modules/@storybook/addon-actions
npm ERR! dev @storybook/addon-actions@"^6.0.21" from the root project
npm ERR! @storybook/addon-actions@"6.2.9" from @storybook/addon-essentials@6.2.9
npm ERR! node_modules/@storybook/addon-essentials
npm ERR! dev @storybook/addon-essentials@"^6.0.21" from the root project
npm ERR! 6 more (@storybook/addon-essentials, @storybook/addon-links, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! @xstate/react@"^0.8.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: react@16.14.0
npm ERR! node_modules/react
npm ERR! peer react@"^16.8.0" from @xstate/react@0.8.1
npm ERR! node_modules/@xstate/react
npm ERR! @xstate/react@"^0.8.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2021-05-12T22_16_09_999Z-debug.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.22.0->7.23.2Release Notes
yannickcr/eslint-plugin-react
v7.23.2Compare Source
Fixed
jsx-max-depth]: Prevent getting stuck in circular references (#2957 @AriPerkkio)jsx-no-target-blank]: fix handling ofwarnOnSpreadAttributesbeing false (#2953 @Nokel81)forbid-dom-props]: supportJSXNamespacedName(#2961 @mrtnzlml)forbid-component-props]: supportJSXNamespacedName(@ljharb)Changed
v7.23.1Compare Source
Fixed
v7.23.0Compare Source
Added
jsx-no-target-blank]: add fixer (#2862 @Nokel81)jsx-pascal-case]: support minimatchignoreoption (#2906 @bcherny)jsx-pascal-case]: supportallowNamespaceoption (#2917 @kev-y-huang)jsx-newline]: Add prevent option (#2935 @jsphstls)no-unstable-nested-components]: Prevent creating unstable components inside components (#2750 @AriPerkkio)jsx-runtimeconfig, for the modern JSX runtime transform (@ljharb)Fixed
jsx-no-constructed-context-values]: avoid a crash withas XTS code (#2894 @ljharb)jsx-no-constructed-context-values]: avoid a crash with boolean shorthand (#2895 @ljharb)static-property-placement]: do not report non-components (#2893 @golopot)no-array-index-key]: support optional chaining (#2897 @SyMind)no-typos]: avoid a crash on bindinglessprop-typesimport; add warning (#2899 @ljharb)jsx-curly-brace-presence]: ignore containers with comments (#2900 @golopot)destructuring-assignment]: fix a false positive for local prop namedcontextin SFC (#2929 @SyMind)jsx-no-target-blank]: Allow rel="noreferrer" whenallowReferreris true (#2925 @edemaine)boolean-prop-naming]: add check for typescript "boolean" type (#2930 @vedadeepta)jsx-curly-newline]: Update error messages (#2933 @jbrower2)Changed
jsx-no-constructed-context-values][]: fix invalid example syntax (#2910 @kud)Configuration
📅 Schedule: "before 4am on the first day of the month" (UTC).
🚦 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.