Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade react-native-web from 0.11.7 to 0.19.9 #337

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

X-oss-byte
Copy link
Owner

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.11.7 to 0.19.9.

ℹ️ 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 83 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2023-09-19.
Release notes
Package name: react-native-web
  • 0.19.9 - 2023-09-19

    0.19.9

  • 0.19.8 - 2023-08-24

    0.19.8

  • 0.19.7 - 2023-07-20

    0.19.7

  • 0.19.6 - 2023-06-28

    0.19.6

  • 0.19.5 - 2023-06-16

    0.19.5

  • 0.19.4 - 2023-04-12

    0.19.4

  • 0.19.3 - 2023-04-12

    0.19.3

  • 0.19.2 - 2023-04-05

    0.19.2

  • 0.19.1 - 2023-03-27

    0.19.1

  • 0.19.0 - 2023-03-27

    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 <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.
  • 0.18.12 - 2023-01-25
  • 0.18.11 - 2023-01-24
  • 0.18.10 - 2022-11-02
  • 0.18.9 - 2022-08-30
  • 0.18.8 - 2022-08-25
  • 0.18.7 - 2022-07-19
  • 0.18.6 - 2022-07-06
  • 0.18.5 - 2022-07-06
  • 0.18.4 - 2022-07-03
  • 0.18.3 - 2022-07-02
  • 0.18.2 - 2022-06-27
  • 0.18.1 - 2022-06-14
  • 0.18.0 - 2022-06-10
  • 0.17.7 - 2022-03-01
  • 0.17.6 - 2022-02-18
  • 0.17.5 - 2021-09-29
  • 0.17.4 - 2021-09-29
  • 0.17.3 - 2021-09-29
  • 0.17.2 - 2021-09-28
  • 0.17.1 - 2021-06-23
  • 0.17.0 - 2021-06-17
  • 0.16.5 - 2021-06-08
  • 0.16.4 - 2021-06-08
  • 0.16.3 - 2021-05-13
  • 0.16.2 - 2021-05-03
  • 0.16.1 - 2021-04-23
  • 0.16.0 - 2021-04-20
  • 0.15.7 - 2021-04-13
  • 0.15.6 - 2021-04-07
  • 0.15.5 - 2021-03-31
  • 0.15.4 - 2021-03-30
  • 0.15.3 - 2021-03-29
  • 0.15.2 - 2021-03-29
  • 0.15.1 - 2021-03-26
  • 0.15.0 - 2021-02-12
  • 0.14.13 - 2021-02-05
  • 0.14.12 - 2021-02-04
  • 0.14.11 - 2021-01-29
  • 0.14.10 - 2020-12-17
  • 0.14.9 - 2020-12-04
  • 0.14.8 - 2020-11-09
  • 0.14.7 - 2020-10-30
  • 0.14.6 - 2020-10-30
  • 0.14.5 - 2020-10-27
  • 0.14.4 - 2020-10-22
  • 0.14.3 - 2020-10-19
  • 0.14.2 - 2020-10-16
  • 0.14.1 - 2020-10-12
  • 0.14.0 - 2020-10-09
  • 0.13.18 - 2020-10-09
  • 0.13.17 - 2020-10-08
  • 0.13.16 - 2020-10-06
  • 0.13.15 - 2020-10-05
  • 0.13.14 - 2020-09-24
  • 0.13.13 - 2020-09-21
  • 0.13.12 - 2020-09-09
  • 0.13.11 - 2020-09-08
  • 0.13.10 - 2020-09-08
  • 0.13.9 - 2020-08-25
  • 0.13.8 - 2020-08-17
  • 0.13.7 - 2020-08-12
  • 0.13.6 - 2020-08-10
  • 0.13.5 - 2020-08-03
  • 0.13.4 - 2020-07-20
  • 0.13.3 - 2020-07-07
  • 0.13.2 - 2020-07-07
  • 0.13.1 - 2020-06-29
  • 0.13.0 - 2020-06-26
  • 0.12.3 - 2020-06-02
  • 0.12.2 - 2020-02-24
  • 0.12.1 - 2020-02-06
  • 0.12.0 - 2020-01-24
  • 0.12.0-rc.1 - 2019-12-20
  • 0.11.7 - 2019-08-16
from react-native-web GitHub release notes

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

@vercel
Copy link

vercel bot commented Oct 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-js-next-plugin-storybook ❌ Failed (Inspect) Oct 11, 2023 2:10am
next-js-next-plugin-storybook-g5dx ❌ Failed (Inspect) Oct 11, 2023 2:10am
next-js-next-plugin-storybook-y5ka ❌ Failed (Inspect) Oct 11, 2023 2:10am
next-x-storybook ❌ Failed (Inspect) Oct 11, 2023 2:10am

@stackblitz
Copy link

stackblitz bot commented Oct 11, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@changeset-bot
Copy link

changeset-bot bot commented Oct 11, 2023

⚠️ No Changeset found

Latest commit: 82e69a1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Oct 11, 2023

Deployment failed with the following error:

Could not parse File as JSON: vercel.json

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.

2 participants