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:
11.18.6
->13.3.2
1.3.0
->2.0.0
Release Notes
i18next/react-i18next (react-i18next)
v13.3.2
Compare Source
v13.3.1
Compare Source
v13.3.0
Compare Source
v13.2.2
Compare Source
v13.2.1
Compare Source
v13.2.0
Compare Source
v13.1.2
Compare Source
v13.1.1
Compare Source
v13.1.0
Compare Source
v13.0.3
Compare Source
v13.0.2
Compare Source
v13.0.1
Compare Source
v13.0.0
Compare Source
v12.3.1
Compare Source
v12.3.0
Compare Source
v12.2.2
Compare Source
v12.2.1
Compare Source
v12.2.0
Compare Source
v12.1.5
Compare Source
v12.1.4
Compare Source
v12.1.3
Compare Source
v12.1.2
Compare Source
v12.1.1
Compare Source
v12.1.0
Compare Source
v12.0.0
Compare Source
charpeni/react-native-url-polyfill (react-native-url-polyfill)
v2.0.0
Compare Source
Highlights
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., viareact-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 onsetupPolyfill
directly as such: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 useglobalThis
. See https://github.com/charpeni/react-native-url-polyfill/pull/373 and https://github.com/charpeni/react-native-url-polyfill/pull/413.What's Changed
bundle-size
script by @charpeni in https://github.com/charpeni/react-native-url-polyfill/pull/455New Contributors
Full Changelog: charpeni/react-native-url-polyfill@v1.3.0...v2.0.0
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.