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-url-polyfill from 1.3.0 to 2.0.0 #59

Closed

Conversation

leanBuildBot
Copy link

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


Snyk has created this PR to upgrade react-native-url-polyfill from 1.3.0 to 2.0.0.

ℹ️ 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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 3 months ago, on 2023-07-13.
Release notes
Package name: react-native-url-polyfill
  • 2.0.0 - 2023-07-13

    Highlights

    ⚠️ It was released as a major version because it contains significant changes, but we don't expect any breaking changes. The upgrade should be seamless.

    Official support for Expo & web.

    We're now testing react-native-url-polyfill against latest versions of Expo to prevent any issues.

    Also, previously, relying on react-native-url-polyfill/auto would also apply the polyfill if executed on the web (e.g., via react-native-web). Starting from now, react-native-url-polyfill/auto won't apply on the web platform and will be a no-op. If you would like to still apply it on web, you'll need to rely on setupPolyfill directly as such:

    import { setupURLPolyfill } from 'react-native-url-polyfill';

    setupURLPolyfill();

    Moving away from React Native's internals

    To better support different versions of React Native and web usages, we moved away from using polyfillGlobal, which is part of React Native's internals. Instead, we use globalThis. See #373 and #413.

    What's Changed

    New Contributors

    Full Changelog: v1.3.0...v2.0.0

  • 1.3.0 - 2021-03-04
from react-native-url-polyfill GitHub release notes
Commit messages
Package name: react-native-url-polyfill
  • 4c906dd 2.0.0
  • 42d0f46 Fix expo setup for Android
  • 50b5945 Update bundle size
  • 7216c64 Remove old versions of Expo (#459)
  • 86334a8 Only default export is available soon (#458)
  • bc5eb5f Don't auto polyfill on web (#456)
  • 8cb3eb1 Add `bundle-size` script (#455)
  • 9e77668 Fix Typescript error (#444)
  • 3b313f4 Use globalThis instead of global in auto.js (#413)
  • 3b0eebb Upgrade dev dependencies (#454)
  • f4b8bde Add test for Expo 48 (#453)
  • 8897878 Add test for React Native 0.72 (#452)
  • c5bbb39 Bump dependencies used by CircleCI (#451)
  • d0ad5c2 Remove deprecated/non-working jobs from CircleCI (#450)
  • 5902b21 Use larger resource class on CircleCI (#443)
  • 1e1bed8 Fix a phrasing issue in README (#442)
  • b10dcbb Add tests for React Native 0.68 (#438)
  • 642b833 Upgrade Node, Yarn, and Xcode (#436)
  • ef54c70 Remove deprecated Cocoapods Spec mirror repo (#437)
  • e7f31ac Add tests for React Native 0.67 (#394)
  • 80cb122 Add expo 44 (#389)
  • e242d04 Add expo as a platform (#384)
  • 23527a0 Bump Xcode and node version (#383)
  • f398365 Cache by Xcode version (#382)

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

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.

3 participants