aurora-imui
aurora-imui copied to clipboard
Bump json5, react-native and jest in /ReactNative_JS/example
Removes json5. It's no longer used after updating ancestor dependencies json5, react-native and jest. These dependencies need to be updated together.
Removes json5
Updates react-native
from 0.57.4 to 0.57.8
Changelog
Sourced from react-native's changelog.
v0.57.8
NOTE WELL: when you upgrade to this version you NEED to upgrade
react
andreact-test-renderer
to version"16.6.3"
.Thanks everyone who contributed code or participated in the discussion for cherry-picking commits - you can participate to the decision process for the next release here.
Added
- Fix: Add displayName to ActivityIndicator (#22417) (53da585832)
Changed
- Switch: Improve Accessibility (0c8db08f51 by
@yungsters
)- React sync for revisions 3ff2c7c...6bf5e85 (073ad6a036 by
@yungsters
)iOS specific
- Extend reason message for
RCTFatalException
(#22532) (2831d9ef61 by@zackzachariah
)Removed
- Remove trailing slash from origin header if no port is specified (#22290) (cbe7d41f3f)
Fixed
- Fix text alpha bug (fd78eee11b by
@necolas
)- fix possible NPE in StatusBarModule (0f3be77b7d by
@mdvacca
)- Fixes animated gifs incorrectly looping/not stopping on last frame (#21999) (de759b949e by
@staufman
)- Fix ListEmptyComponent is rendered upside down when using inverted flag. (#21496) (198eb02697 by
@hyochans
)- Fix bug in comparison logic of object property (#22348) (c3b3eb7f73 by
@vreality64
)- Fix dispatch of OnLayout event for first render (844e11967d by
@mdvacca
)- KeyboardAvoidingView: Duration cannot be less then 10ms (#21858) (87b6533937)
- default hitSlop values to 0 (#22281) (f6d3a61677 by
@Taylor123
)iOS specific
- Fixed for supporting mediaPlaybackRequiresUserAction under iOS 10. (#22208) (c45d290b07 by
@ifsnow
)- Use main.jsbundle in iOS template for production build (#22531) (a2ef5b85d8 by
@radeno
)- Use relative path for SCRIPTDIR (#22598) (0314fca63a by
@sunnylqm
)- Fix UIScrollView crash (585f7b916d by
@shergin
)- Avoid using
-[UITextView setAttributedString:]
while user is typing (#19809) (f77aa4eb45)Security
- Bump ws package to 1.1.5 due to vulnerability issues (#21769) (96ce6f9538 by
@prog1dev
)v0.57.7
NOTE WELL: when you upgrade to this version you NEED to upgrade
react
andreact-test-renderer
to version"16.6.1"
.
... (truncated)
Commits
af79164
[0.57.8] Bump version numbers0301a2e
Use relative path for SCRIPTDIR (#22598)274f5b8
default hitSlop values to 0 (#22281)f7e3def
Remove trailing slash from origin header if no port is specified (#22290)ba50151
Extend reason message forRCTFatalException
(#22532)8ba5d4c
Use main.jsbundle in iOS template for production build (#22531)3576819
Fix dispatch of OnLayout event for first render79011d7
Fixed for supporting mediaPlaybackRequiresUserAction under iOS 10. (#22208)692fc2e
Fix bug in comparison logic of object property (#22348)30c2fb8
Fix ListEmptyComponent is rendered upside down when using inverted flag. (#21...- Additional commits viewable in compare view
Updates jest
from 23.6.0 to 29.3.1
Release notes
Sourced from jest's releases.
v29.3.1
Fixes
[jest-config]
Do not warn aboutpreset
inProjectConfig
#13583Performance
[jest-transform]
Defer creation of cache directory #13420v29.3.0
Features
[jest-runtime]
Support WebAssembly (Wasm) imports in ESM modules (#13505)Fixes
[jest-config]
Add config validation forprojects
option (#13565)[jest-mock]
Treat cjs modules as objects so they can be mocked (#13513)[jest-worker]
Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)Chore & Maintenance
[@jest/transform]
Updateconvert-source-map
(#13509)[docs]
MentiontoStrictEqual
in UsingMatchers docs. (#13560)New Contributors
@Tofandel
made their first contribution in facebook/jest#13513@RyWilliams
made their first contribution in facebook/jest#13520@waikoo
made their first contribution in facebook/jest#13447@kachkaev
made their first contribution in facebook/jest#13505@ibuibu
made their first contribution in facebook/jest#13565@necipallef
made their first contribution in facebook/jest#13560@ravshansbox
made their first contribution in facebook/jest#13533Full Changelog: https://github.com/facebook/jest/compare/v29.2.2...v29.3.0
v29.2.2
Fixes
[@jest/test-sequencer]
Make sure sharding does not produce empty groups (#13476)[jest-circus]
Test marked astodo
are shown as todo when inside a focussed describe (#13504)[jest-mock]
Ensure mock resolved and rejected values are promises from correct realm (#13503)[jest-snapshot]
Don't highlight passing asymmetric property matchers in snapshot diff (#13480)Chore & Maintenance
[docs]
Update link to Jest 28 upgrade guide in error message (#13483)[jest-runner, jest-watcher]
Updateemittery
(#13490)New Contributors
... (truncated)
Changelog
Sourced from jest's changelog.
29.3.1
Fixes
[jest-config]
Do not warn aboutpreset
inProjectConfig
(#13583)Performance
[jest-transform]
Defer creation of cache directory (#13420)29.3.0
Features
[jest-runtime]
Support WebAssembly (Wasm) imports in ESM modules (#13505)Fixes
[jest-config]
Add config validation forprojects
option (#13565)[jest-mock]
Treat cjs modules as objects so they can be mocked (#13513)[jest-worker]
Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)Chore & Maintenance
[@jest/transform]
Updateconvert-source-map
(#13509)[docs]
MentiontoStrictEqual
in UsingMatchers docs. (#13560)29.2.2
Fixes
[@jest/test-sequencer]
Make sure sharding does not produce empty groups (#13476)[jest-circus]
Test marked astodo
are shown as todo when inside a focussed describe (#13504)[jest-mock]
Ensure mock resolved and rejected values are promises from correct realm (#13503)[jest-snapshot]
Don't highlight passing asymmetric property matchers in snapshot diff (#13480)Chore & Maintenance
[docs]
Update link to Jest 28 upgrade guide in error message (#13483)[jest-runner, jest-watcher]
Updateemittery
(#13490)29.2.1
Features
[@jest/globals, jest-mock]
Addjest.Spied*
utility types (#13440)Fixes
[jest-environment-node]
makeglobalThis.performance
writable for Node 19 and fake timers (#13467)
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.