mmomtchev / react-native-settings

React Native Universal Settings Screen
ISC License
3 stars 0 forks source link

[Snyk] Upgrade react-native-web from 0.18.12 to 0.19.7 #77

Closed mmomtchev closed 1 year ago

mmomtchev commented 1 year ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade react-native-web from 0.18.12 to 0.19.7.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **8 versions** ahead of your current version. - The recommended version was released **2 months ago**, on 2023-07-20.
Release notes
Package name: react-native-web
  • 0.19.7 - 2023-07-20

    0.19.7

      </li>
      <li>
        <b>0.19.6</b> - <a href="https://snyk.io/redirect/github/necolas/react-native-web/releases/tag/0.19.6">2023-06-28</a></br><p>0.19.6</p>
      </li>
      <li>
        <b>0.19.5</b> - <a href="https://snyk.io/redirect/github/necolas/react-native-web/releases/tag/0.19.5">2023-06-16</a></br><p>0.19.5</p>
      </li>
      <li>
        <b>0.19.4</b> - <a href="https://snyk.io/redirect/github/necolas/react-native-web/releases/tag/0.19.4">2023-04-12</a></br><p>0.19.4</p>
      </li>
      <li>
        <b>0.19.3</b> - <a href="https://snyk.io/redirect/github/necolas/react-native-web/releases/tag/0.19.3">2023-04-12</a></br><p>0.19.3</p>
      </li>
      <li>
        <b>0.19.2</b> - <a href="https://snyk.io/redirect/github/necolas/react-native-web/releases/tag/0.19.2">2023-04-05</a></br><p>0.19.2</p>
      </li>
      <li>
        <b>0.19.1</b> - <a href="https://snyk.io/redirect/github/necolas/react-native-web/releases/tag/0.19.1">2023-03-27</a></br><p>0.19.1</p>
      </li>
      <li>
        <b>0.19.0</b> - <a href="https://snyk.io/redirect/github/necolas/react-native-web/releases/tag/0.19.0">2023-03-27</a></br><p>Best compatibility: <code>react-native@&gt;=0.71</code></p>

    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 <Image> support for tintColor prop.
    • [add] Add <TextInput> support for enterKeyHint prop.
    • [add] Add <TextInput> support for inputMode prop.
    • [add] Add <TextInput> support for readOnly prop.
    • [add] Add <TextInput> 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 <Image> style resizeMode. Use resizeMode prop.
    • [change] Deprecate <Image> style tintColor. Use tintColor prop.
    • [change] Deprecate <TextInput> prop keyboardType. Use inputMode prop.
    • [change] Deprecate <TextInput> prop returnKeyType. Use enterKeyHint prop.
    • [change] Deprecate <TextInput> prop editable. Use readOnly prop.
    • [change] Deprecate <TextInput> 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] <Text> is position:relative by default.
    • [change] Add task queue for InteractionManager.

    Fixes

    • [fix] Animated now works with compiled styles.
    • [fix] Text inheritance of textAlign.
      </li>
      <li>
        <b>0.18.12</b> - <a href="https://snyk.io/redirect/github/necolas/react-native-web/releases/tag/0.18.12">2023-01-25</a></br><p>0.18.12</p>
      </li>
    </ul>
    from <a href="https://snyk.io/redirect/github/necolas/react-native-web/releases">react-native-web GitHub release notes</a>

Commit messages
Package name: react-native-web
  • ef95fc0 0.19.7
  • 617b438 [fix] Only stringify numeric aspectRatio
  • 213b616 [fix] Switch uses aria-label on native control
  • a8a0c17 [fix] Pressable button click regression
  • 3babcc4 [fix] Remove StyleSheet.compose(a, b) in FlatList
  • 9d7dca1 Bump word-wrap from 1.2.3 to 1.2.4
  • 15f7899 Bump tough-cookie from 4.1.2 to 4.1.3
  • b04ca26 Force install react-integration workflow dependencies
  • b10c663 0.19.6
  • 869c416 [fix] Animated fix transforms on null values
  • d200276 [fix] Missing @ react-native/normalize-color updates
  • 80e83fa [fix] Update normalize-color
  • 1c376db [fix] Add support for caretHidden prop in TextInput
  • c350d82 0.19.5
  • 6dbef6e Fix website undesired vertical scrollbar on Windows
  • 14204b0 Use correct "NativeBase" name in website docs
  • 6ab9b61 [fix] Dimensions measurements with window zoom
  • 9b69c73 [fix] Make children pressable when parent is disabled
  • 2a901e5 [fix] Image: style resolving
  • c43b629 Bump socket.io-parser from 4.2.2 to 4.2.3
  • 3acbbd8 Bump nunjucks from 3.2.3 to 3.2.4
  • f06c8b5 Bump yaml from 2.2.1 to 2.2.2
  • 3af715a Bump engine.io from 6.4.0 to 6.4.2
  • 39b94b1 Remove internal createEventHandle module
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

codecov-commenter commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (e746c35) 100.00% compared to head (abd9a6d) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 177 177 Branches 39 39 ========================================= Hits 177 177 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.