-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Update React (major) #469
base: master
Are you sure you want to change the base?
Update React (major) #469
Conversation
aaf42a7
to
17fdb44
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
17fdb44
to
df5aeb0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #469 +/- ##
=======================================
Coverage 60.21% 60.21%
=======================================
Files 46 46
Lines 945 945
Branches 189 189
=======================================
Hits 569 569
Misses 341 341
Partials 35 35 ☔ View full report in Codecov by Sentry. |
df5aeb0
to
f4143e7
Compare
063b4b9
to
44fedc1
Compare
3659f39
to
4a53c83
Compare
Quality Gate passedIssues Measures |
4a53c83
to
669161a
Compare
669161a
to
b0a58ec
Compare
b0a58ec
to
dbcbf9e
Compare
Quality Gate passedIssues Measures |
5a33239
to
030be00
Compare
030be00
to
e142ed1
Compare
Quality Gate passedIssues Measures |
e142ed1
to
9a030a8
Compare
9a030a8
to
3e85109
Compare
3e85109
to
7e9b09e
Compare
7e9b09e
to
191ce52
Compare
191ce52
to
612a57f
Compare
612a57f
to
d37e3f1
Compare
a39bd67
to
4161956
Compare
4161956
to
b00894f
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
11.18.6
->15.1.4
1.3.0
->2.0.0
Release Notes
i18next/react-i18next (react-i18next)
v15.1.4
Compare Source
v15.1.3
Compare Source
v15.1.2
Compare Source
v15.1.1
Compare Source
v15.1.0
Compare Source
<Trans />
warns 'Each child in a list should have a unique "key" prop.' for react 19 1806v15.0.3
Compare Source
v15.0.2
Compare Source
v15.0.1
Compare Source
v15.0.0
Compare Source
v14.1.3
Compare Source
v14.1.2
Compare Source
v14.1.1
Compare Source
v14.1.0
Compare Source
Trans
): add typechecking on context prop 1732 (might brake if using "internal"Trans
orTransProps
)v14.0.8
Compare Source
v14.0.7
Compare Source
v14.0.6
Compare Source
v14.0.5
Compare Source
v14.0.4
Compare Source
v14.0.3
Compare Source
v14.0.2
Compare Source
v14.0.1
Compare Source
CustomInstanceExtensions
1713v14.0.0
Compare Source
v13.5.0
Compare Source
v13.4.1
Compare Source
v13.4.0
Compare Source
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 was generated by Mend Renovate. View the repository job log.