Triex / react-native-web-browser-app

Not another wrapper around SFSafariViewController. A fully-featured, cross-platform web browser written in React Native.
Mozilla Public License 2.0
1 stars 0 forks source link

Update dependency react-native-web to ~0.19.0 #21

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-web ~0.13.12 -> ~0.19.0 age adoption passing confidence

Release Notes

necolas/react-native-web ### [`v0.19.5`](https://togithub.com/necolas/react-native-web/compare/0.19.4...0.19.5) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.19.4...0.19.5) ### [`v0.19.4`](https://togithub.com/necolas/react-native-web/compare/0.19.3...0.19.4) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.19.3...0.19.4) ### [`v0.19.3`](https://togithub.com/necolas/react-native-web/compare/0.19.2...0.19.3) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.19.2...0.19.3) ### [`v0.19.2`](https://togithub.com/necolas/react-native-web/compare/0.19.1...0.19.2) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.19.1...0.19.2) ### [`v0.19.1`](https://togithub.com/necolas/react-native-web/compare/0.19.0...0.19.1) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.19.0...0.19.1) ### [`v0.19.0`](https://togithub.com/necolas/react-native-web/releases/tag/0.19.0): 0.19 [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.12...0.19.0) Best compatibility: `react-native@>=0.71` #### React 18 support - \[change] React 18 `createRoot` support. - \[change] Update `Animated` to support React 18, including new `AnimatedColor` node. - \[change] Update `ScrollView` to Class component for React 18 support. #### New features - \[add] Map `'button'` and `'paragraph'` role to equivalent semantic HTML elements. - \[add] Add support for `aria-*` props. - \[add] Add support for `role` prop. - \[add] Add support for `id` prop. - \[add] Add support for `tabIndex` prop (only values `0` and `-1`). - \[add] Support for `PointerEvent` props. - \[add] Add support for `pointerEvents` style. - \[add] Add support for `userSelect` style. - \[add] Add polyfilled support for W3C logical styles (e.g., `insetInline`.) - \[add] Add `` support for `tintColor` prop. - \[add] Add `` support for `enterKeyHint` prop. - \[add] Add `` support for `inputMode` prop. - \[add] Add `` support for `readOnly` prop. - \[add] Add `` support for `rows` prop. #### Deprecations - \[change] Deprecate `Touchable*` components. Use `Pressable`. - \[change] Deprecate `Button` component. Use `Pressable`. - \[change] Deprecate `StyleSheet.compose()`. Use style array syntax. - \[change] Deprecate `accessibility*` props. Use `aria-*` and `role` props. - \[change] Deprecate `nativeId` prop. Use `id` prop. - \[change] Deprecate `focusable` props. Use `tabIndex` prop. - \[change] Deprecate `pointerEvents` prop. Use `pointerEvents` style. - \[change] Deprecate `selectable` prop. Use `userSelect` style. - \[change] Deprecate `fontVariant` style array values. Use space-separated string values. - \[change] Deprecate `textAlignVertical` style. Use `verticalAlign` style. - \[change] Deprecate `transform` style array values. Use space-separated string functions. - \[change] Deprecate non-standard logical styles, e.g., 'marginStart'. - \[change] Deprecate `` style `resizeMode`. Use `resizeMode` prop. - \[change] Deprecate `` style `tintColor`. Use `tintColor` prop. - \[change] Deprecate `` prop `keyboardType`. Use `inputMode` prop. - \[change] Deprecate `` prop `returnKeyType`. Use `enterKeyHint` prop. - \[change] Deprecate `` prop `editable`. Use `readOnly` prop. - \[change] Deprecate `` prop `numberOfLines`. Use `rows` prop. - \[change] Deprecate `BackHandler` API. #### Breaking changes - \[change] Remove previously deprecated Android/iOS platform-specific exports. - \[change] Remove previously deprecated `setNativeProps` API. - \[change] Remove previously deprecated `AppState.removeListener` API. - \[change] `` is `position:relative` by default. - \[change] Add task queue for `InteractionManager`. #### Fixes - \[fix] `Animated` now works with compiled styles. - \[fix] Text inheritance of `textAlign`. ### [`v0.18.12`](https://togithub.com/necolas/react-native-web/compare/0.18.11...0.18.12) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.11...0.18.12) ### [`v0.18.11`](https://togithub.com/necolas/react-native-web/compare/0.18.10...0.18.11) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.10...0.18.11) ### [`v0.18.10`](https://togithub.com/necolas/react-native-web/compare/0.18.9...0.18.10) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.9...0.18.10) ### [`v0.18.9`](https://togithub.com/necolas/react-native-web/compare/0.18.8...0.18.9) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.8...0.18.9) ### [`v0.18.8`](https://togithub.com/necolas/react-native-web/compare/0.18.7...0.18.8) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.7...0.18.8) ### [`v0.18.7`](https://togithub.com/necolas/react-native-web/compare/0.18.6...0.18.7) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.6...0.18.7) ### [`v0.18.6`](https://togithub.com/necolas/react-native-web/compare/0.18.5...0.18.6) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.5...0.18.6) ### [`v0.18.5`](https://togithub.com/necolas/react-native-web/compare/0.18.4...0.18.5) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.4...0.18.5) ### [`v0.18.4`](https://togithub.com/necolas/react-native-web/compare/0.18.3...0.18.4) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.3...0.18.4) ### [`v0.18.3`](https://togithub.com/necolas/react-native-web/compare/0.18.2...0.18.3) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.2...0.18.3) ### [`v0.18.2`](https://togithub.com/necolas/react-native-web/compare/0.18.1...0.18.2) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.1...0.18.2) ### [`v0.18.1`](https://togithub.com/necolas/react-native-web/compare/0.18.0...0.18.1) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.0...0.18.1) ### [`v0.18.0`](https://togithub.com/necolas/react-native-web/releases/tag/0.18.0): 0.18 [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.17.7...0.18.0) #### Breaking changes - [Browser support](https://necolas.github.io/react-native-web/docs/browser-compatibility/) has been reduced. Changes as follows: Safari 10.1+, Edge (Chromium), no IE, no legacy Android browser. - Styles are inserted on module eval, not component render. This is needed to account for changes to rendering in React 18. - Style sheets rendered on the server will now include styles from all the eval-ed modules, rather than only the styles produced by the initial render. - `StyleSheet.create()` is now the identify function, returning the input style objects. Previously, it replaced styles with numeric ids. This improves compatibility with React Native, but accessing the returned style objects at runtime is still *not recommended* as it can prevent static extraction to CSS. ([#​2068](https://togithub.com/necolas/react-native-web/issues/2068)) - `StyleSheet.getSheet()` can be used on the server to retrieve the current style sheet as a CSS string. ([#​2196](https://togithub.com/necolas/react-native-web/issues/2196)) - `I18nManager` is now a mock API included only for compatibility with React Native. The ability to flip left/right properties or values has now been removed entirely (use start/end instead). See below for new localization APIs. - Inline styles are no longer automatically vendor-prefixed. This improves inline style performance and discourages use of inline styles. This should have little effect in practice if your app is predominantly using `StyleSheet.create()`. - The deprecated `accessible`, `accessibilityState`, and `accessibilityValue` props have been removed. - The `:focus-visible` polyfill has been removed, as by default modern browsers no longer show focus rings for pointer interactions. - VirtualizedList, FlatList, and SectionList vendor components have been updated to match latest React Native. ([#​2241](https://togithub.com/necolas/react-native-web/issues/2241)) Thanks to [@​DavidRieman](https://togithub.com/DavidRieman). - The legacy jest preset and snapshot serializer has been removed from the npm package. - The `unstable_createElement` API has changed. Children are no longer accepted as the 3rd argument, they must be included in the props as the 2nd argument. The 3rd argument is now an options object with a field to set the expected writing direction (`{ writingDirection }`). #### New features - Localized LTR/RTL layouts can now be nesting to arbitrary depths simply by setting the `dir` or `lang` prop on a component. By default, layouts are rendering RTL. To render RTL you *must* set `dir="rtl"` on an outer element rendered by React. - Localized LTR/RTL layouts can be switched dynamically at runtime. - `useLocaleContext` is a new export API. Use it to query a component's locale and writing direction context for fine-grained control over localized layout. - Rendering into multiple windows and shadow roots in now supported. ([#​1517](https://togithub.com/necolas/react-native-web/issues/1517), [#​2138](https://togithub.com/necolas/react-native-web/issues/2138)) - Extraction to static CSS and consumption of external CSS is now possible but not yet recommended. The StyleSheet runtime can consume any styles that match an expected format, but `StyleSheet.flatten` cannot work with extracted styles. (See below for more details.) #### Fixes - Fixes static and dynamic shortform / longform deduplication. ([#​2007](https://togithub.com/necolas/react-native-web/issues/2007)) - Display the focus ring on `CheckBox` and `Switch` elements. ([#​2242](https://togithub.com/necolas/react-native-web/issues/2242)) - Prevent href navigation for disabled Pressables and Touchables. ([#​2299](https://togithub.com/necolas/react-native-web/issues/2299)) - `Linking.openURL` supports `target` value. ([#​2277](https://togithub.com/necolas/react-native-web/issues/2277)) #### Notes ##### StyleSheet runtime `StyleSheet` has been rewritten to better separate the runtime from the compiler. The performance of the new merging runtime is on par with using css-modules. The core runtime is a standalone package called styleQ; refer to the [styleQ documentation](https://togithub.com/necolas/styleq) for more details. image The performance of inline styles has also been significantly improved, although `StyleSheet` still has to perform extra work to transform non-standard React Native styles and polyfill logical styles. image The `StyleSheet` import is now a standalone module. `StyleSheet` itself is a function that can be called to resolve styles to DOM `className` and `style` values, e.g., ```js const [ className, inlineStyle ] = StyleSheet([ styles.root, prop.styles ]) ``` ##### StyleSheet extraction One of the benefits behind the new architecture is that `StyleSheet` can resolve compiled styles that conform to the expected format, whether they are produced by the built-in compiler or an external source. However, this is not yet recommended, as explained below. Style compilers must produce annotated objects that are treated as class name maps, and classes are de-duplicated based on whether they share the same key, e.g., ```js { $$css: true, display: 'display-class', opacity: 'opacity-class' } ``` This is the first step towards allowing 3rd party tools to extract styles to static CSS files, and optionally dropping the client-side compiler, without needing to integrate deeply with the `StyleSheet` runtime or having to modify props/prop values in the source code, i.e., only the `StyleSheet.create()` call needs transforming by the compiler. The existence of the `StyleSheet.flatten()` API is a problem for build-time compiling of some styles. Components that flatten styles (e.g., `Animated`, `Image`) expect to be able to work with the source styles, and use the source values at runtime. A compiler that aims to extract all styles and have no runtime transform would also need to disallow the use of `StyleSheet.flatten()` entirely. A future release of React Native for Web may remove use of `StyleSheet.flatten` from internal implementations, but cannot prevent this API from being used in product code or 3rd party packages. ### [`v0.17.7`](https://togithub.com/necolas/react-native-web/compare/0.17.6...0.17.7) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.17.6...0.17.7) ### [`v0.17.6`](https://togithub.com/necolas/react-native-web/compare/0.17.5...0.17.6) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.17.5...0.17.6) ### [`v0.17.5`](https://togithub.com/necolas/react-native-web/compare/0.17.4...0.17.5) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.17.4...0.17.5) ### [`v0.17.4`](https://togithub.com/necolas/react-native-web/compare/0.17.3...0.17.4) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.17.3...0.17.4) ### [`v0.17.3`](https://togithub.com/necolas/react-native-web/compare/0.17.2...0.17.3) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.17.2...0.17.3) ### [`v0.17.2`](https://togithub.com/necolas/react-native-web/compare/0.17.1...0.17.2) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.17.1...0.17.2) ### [`v0.17.1`](https://togithub.com/necolas/react-native-web/compare/0.17.0...0.17.1) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.17.0...0.17.1) ### [`v0.17.0`](https://togithub.com/necolas/react-native-web/releases/tag/0.17.0) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.16.5...0.17.0) Accessibility improvements and breaking changes to unstable APIs. #### Breaking changes - Remove special treatment of elements with `accessibilityRole="menuitem"`. It no longer adds elements to the tab flow. - Remove anchor element inference from `View` and `Text` with `accessibilityRole="link"`. Only requires addition of `href` prop. - Remove `unstable_createElement` element-type inference using `href`. Fixes use with svg elements. - Remove `unstable_createElement` keyboard shim for `onClick`. It no longer invokes `onClick` during `onKeyDown` for keyboard interactions on elements that are not natively interactive. #### Fixes - Fix `Pressable` support for keyboard interactions if element is unmounted during interaction. - Remove unnecessary CSS reset for input number spin buttons. - Fix `ProgressBar` & `Switch` rendering in Windows High Contrast mode - `Text` preserves white-space if `numberOfLines={1}`. ### [`v0.16.5`](https://togithub.com/necolas/react-native-web/compare/0.16.4...0.16.5) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.16.4...0.16.5) ### [`v0.16.4`](https://togithub.com/necolas/react-native-web/compare/0.16.3...0.16.4) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.16.3...0.16.4) ### [`v0.16.3`](https://togithub.com/necolas/react-native-web/compare/0.16.2...0.16.3) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.16.2...0.16.3) ### [`v0.16.2`](https://togithub.com/necolas/react-native-web/compare/0.16.1...0.16.2) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.16.1...0.16.2) ### [`v0.16.1`](https://togithub.com/necolas/react-native-web/compare/0.16.0...0.16.1) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.16.0...0.16.1) ### [`v0.16.0`](https://togithub.com/necolas/react-native-web/releases/tag/0.16.0): 0.16 [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.15.7...0.16.0) This release includes Flow type exports, updates vendored modules, and miscellaneous bug fixes. #### Breaking changes - `Animated` & `VirtualizedList` have been updated from React Native. - `Dimensions` has changed the source of `window` dimensions and works more reliably in Safari. - `NativeEventEmitter` no longer inherits from `EventEmitter` and does not include the `removeSubscription` method. #### New features - Flow types are now exported. Thanks [@​comp615](https://togithub.com/comp615) ### [`v0.15.7`](https://togithub.com/necolas/react-native-web/compare/0.15.6...0.15.7) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.15.6...0.15.7) ### [`v0.15.6`](https://togithub.com/necolas/react-native-web/compare/0.15.5...0.15.6) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.15.5...0.15.6) ### [`v0.15.5`](https://togithub.com/necolas/react-native-web/compare/0.15.4...0.15.5) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.15.4...0.15.5) ### [`v0.15.4`](https://togithub.com/necolas/react-native-web/compare/0.15.3...0.15.4) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.15.3...0.15.4) ### [`v0.15.3`](https://togithub.com/necolas/react-native-web/compare/0.15.2...0.15.3) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.15.2...0.15.3) ### [`v0.15.2`](https://togithub.com/necolas/react-native-web/compare/0.15.1...0.15.2) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.15.1...0.15.2) ### [`v0.15.1`](https://togithub.com/necolas/react-native-web/compare/0.15.0...0.15.1) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.15.0...0.15.1) ### [`v0.15.0`](https://togithub.com/necolas/react-native-web/releases/tag/0.15.0) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.13...0.15.0) This release introduces improved accessibility features and new documentation. It includes relatively minor breaking changes. #### Breaking changes - React 17 is a peer dependency. - The `I18nManager` API has removed the `isRTL` and `doLeftAndRightSwapInRTL` properties. They must now be accessed using the `getConstants()` method, which returns an object with the same properties. This was an undocumented breaking change in a previous version of React Native. - The `focusable` prop now determines whether an element appears in the keyboard tab flow. - The `hrefAttrs` prop has been added to `Text` and `View`. The value is an object with `rel`, `target`, and `download` properties. This replaces the undocumented `rel` and `target` props. - The automatic addition of `rel="noopener"` to anchors has been removed. - The `Linking.openURL(url)` API now opens the url in new tab. - The `Linking` API now includes the `addEventListener` methods. - The deprecated `importantForAccessibility` prop has been removed. Use `accessibilityHidden` instead. - The undocumented `data-focusable` attribute has also been removed from rendered DOM nodes. - The undocumented `disabled` prop has been removed from `View` and `Text`; use `accessibilityDisabled` instead. #### New features - Pressable has added `onHoverIn` and `onHoverOut` props. - All ARIA properties are now supported via equivalent `accessibility*` props. The undocumented support for `aria-*` prop forwarding remains and will be removed in a future version. - Additional `accessibilityRole` values are mapped to HTML element equivalents. - CSS `aspectRatio` property is now available in browsers with support. #### Deprecations - The `accessible` prop is deprecated and will be removed in the next minor release. React Native for Web will follow React Native for Windows/macOS in removing this prop. Use `focusable` instead. ### Documentation This release will include a rewrite of the documentation site and interactive examples. ##### https://necolas.github.io/react-native-web/ ![image](https://user-images.githubusercontent.com/239676/107107413-9af74480-67e5-11eb-8fcd-49cffced46fe.png) The examples will be embedded in relevant pages via a Next.js-powered codesandbox, making it easy for people to fork the example app from their browsers. ### [`v0.14.13`](https://togithub.com/necolas/react-native-web/compare/0.14.12...0.14.13) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.12...0.14.13) ### [`v0.14.12`](https://togithub.com/necolas/react-native-web/compare/0.14.11...0.14.12) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.11...0.14.12) ### [`v0.14.11`](https://togithub.com/necolas/react-native-web/compare/0.14.10...0.14.11) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.10...0.14.11) ### [`v0.14.10`](https://togithub.com/necolas/react-native-web/compare/0.14.9...0.14.10) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.9...0.14.10) ### [`v0.14.9`](https://togithub.com/necolas/react-native-web/compare/0.14.8...0.14.9) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.8...0.14.9) ### [`v0.14.8`](https://togithub.com/necolas/react-native-web/compare/0.14.7...0.14.8) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.7...0.14.8) ### [`v0.14.7`](https://togithub.com/necolas/react-native-web/compare/0.14.6...0.14.7) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.6...0.14.7) ### [`v0.14.6`](https://togithub.com/necolas/react-native-web/compare/0.14.5...0.14.6) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.5...0.14.6) ### [`v0.14.5`](https://togithub.com/necolas/react-native-web/compare/0.14.4...0.14.5) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.4...0.14.5) ### [`v0.14.4`](https://togithub.com/necolas/react-native-web/compare/0.14.3...0.14.4) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.3...0.14.4) ### [`v0.14.3`](https://togithub.com/necolas/react-native-web/compare/0.14.2...0.14.3) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.2...0.14.3) ### [`v0.14.2`](https://togithub.com/necolas/react-native-web/compare/0.14.1...0.14.2) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.1...0.14.2) ### [`v0.14.1`](https://togithub.com/necolas/react-native-web/compare/0.14.0...0.14.1) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.14.0...0.14.1) ### [`v0.14.0`](https://togithub.com/necolas/react-native-web/releases/tag/0.14.0) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.13.18...0.14.0) This is a relatively small release that introduces a couple of new features and makes a change to the default `flexBasis` value of `View`. There are no breaking API changes and it should be straight-forward to upgrade from 0.13. Thank you to Twitter Engineering and everyone else who tested and helped to improve the 0.14 release. #### Breaking changes ##### Default flex-basis value of Views React Native has an implementation of flexbox that does not quite follow the W3C spec for flexbox. Previously, React Native for Web attempted to replicate the React Native rendering by setting `flexBasis` to `0%`. However, this created its own problems where views could collapse down to `0px` in height on the web. This patch sets the default `flexBasis` back to `auto`. This will occasionally cause different rendering inconsistencies with React Native, which can be addressed by making changes small to existing React Native styles to set the `flexBasis` back to `0%` or the desired percentage. And ultimately, Yoga 2 intends to correct its flexbox implementation and this will make its way into React Native eventually. Fix [#​1640](https://togithub.com/necolas/react-native-web/issues/1640), [#​1604](https://togithub.com/necolas/react-native-web/issues/1604), [#​1264](https://togithub.com/necolas/react-native-web/issues/1264) #### New features ##### Modal implementation A `Modal` implementation using CSS animations and ARIA, courtesy of [@​imnotjames](https://togithub.com/imnotjames). When the modal is open the rest of the app is hidden from screen readers via `aria-modal`. Focus is contained within the modal. When the Escape key is pressed, the `onRequestClose` function is called on the top-most modal. Fix [#​1020](https://togithub.com/necolas/react-native-web/issues/1020) ##### Pressable support for hover state The `Pressable` component state now includes `hover`, which scoped is scoped to a `Pressable` instance and does not bubble to ancestor Pressables. This behavior aligns with the behavior of the focus and press states. ```js {} } style={ ({ pressed, hovered, focused }) => {} } /> ``` Fix [#​1708](https://togithub.com/necolas/react-native-web/issues/1708)

Configuration

📅 Schedule: 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.



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

renovate[bot] commented 1 year ago

âš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: reactNativeWebBrowserApp@0.0.1
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from react-native-web@0.19.1
npm ERR! node_modules/react-native-web
npm ERR!   react-native-web@"~0.19.0" 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! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/fed103/a3a87c/cache/others/npm/_logs/2023-03-28T05_43_38_923Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/worker/fed103/a3a87c/cache/others/npm/_logs/2023-03-28T05_43_38_923Z-debug-0.log
renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (~0.19.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.