react-native-mmkv icon indicating copy to clipboard operation
react-native-mmkv copied to clipboard

chore(deps-dev): bump react-native from 0.66.0 to 0.68.1

Open dependabot[bot] opened this issue 2 years ago • 1 comments

Bumps react-native from 0.66.0 to 0.68.1.

Release notes

Sourced from react-native's releases.

0.68.1

Changed

Android specific

Fixed

Android specific


You can participate in the conversation on the status of this release at this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.

0.68.0

0.68 stable is out!

This release includes 614 commits by 68 contributors! Thank you to all our contributors new and old! You can find the full changelog here.

0.68.0-rc.3

Includes improvements to the new architecture setup on Android and iOS, as well as dependency fixes for maccatalyst.


To test it, run:

npx react-native init RN068RC3 --version 0.68.0-rc.3

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.68.1

Changed

Android specific

Fixed

Android specific

v0.68.0

Breaking Changes

  • CI moved to Node 16. (f1488db109 by @​kelset). This change enforces Node >= 14 for React Native builds.
  • Bump Android Gradle Plugin to 7.0.1. (272cfe5d13 by @​dulmandakh) This version of Android Gradle plugin enforces JDK 11 for Android builds. Do not upgrade to AGP 7.1 as it is not supported by this version of react-native.
  • Removed fallbackResource from RCTBundleURLProvider API (0912ee179c) by @​philIip

New Architecture

If you are interested in enabling the new architecture, please refer to the dedicated documentation.

Android specific

iOS specific

Added

... (truncated)

Commits
  • b5f1b26 [0.68.1] Bump version numbers
  • 48113b5 Merge pull request #33628 from fortmarek/fix/yarn-lock-gradle-plugin
  • faaf256 Update yarn.lock with the new react-native-gradle-plugin version
  • 387ee70 Use NDK 23 only for Windows users. (#33611)
  • 3fd3fe0 react-native-gradle-plugin should not depend on react-native-codegen NPM package
  • fdd7848 Replaced windowsAwareYarn with windowsAwareCommandLine for node calls (#33530)
  • 1f48b7b Bump React Native Gradle plugin to 0.0.6 (#33581)
  • 6268836 Improve support for Android users on M1 machine (#33588)
  • 9efcaff Pin use-subscription to < 1.6.0 (#33541)
  • 8400590 Template: Specify abiFilters if enableSeparateBuildPerCPUArchitecture is not ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by fb, a new releaser for react-native since your current version.


Dependabot compatibility score

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[bot] avatar Apr 14 '22 04:04 dependabot[bot]

yarn.lock changes

Summary

Status Count
ADDED 9
UPDATED 90
REMOVED 11
Click to toggle table visibility
Name Status Previous Current
@ampproject/remapping ADDED - 2.1.2
@babel/code-frame UPDATED 7.15.8 7.16.7
@babel/compat-data UPDATED 7.15.0 7.17.7
@babel/generator UPDATED 7.15.8 7.17.9
@babel/helper-annotate-as-pure UPDATED 7.15.4 7.16.7
@babel/helper-compilation-targets UPDATED 7.15.4 7.17.7
@babel/helper-create-class-features-plugin UPDATED 7.15.4 7.17.9
@babel/helper-environment-visitor ADDED - 7.16.7
@babel/helper-function-name UPDATED 7.15.4 7.17.9
@babel/helper-hoist-variables UPDATED 7.15.4 7.16.7
@babel/helper-member-expression-to-functions UPDATED 7.15.4 7.17.7
@babel/helper-module-imports UPDATED 7.15.4 7.16.7
@babel/helper-module-transforms UPDATED 7.15.8 7.17.7
@babel/helper-optimise-call-expression UPDATED 7.15.4 7.16.7
@babel/helper-plugin-utils UPDATED 7.14.5 7.16.7
@babel/helper-replace-supers UPDATED 7.15.4 7.16.7
@babel/helper-simple-access UPDATED 7.15.4 7.17.7
@babel/helper-skip-transparent-expression-wrappers UPDATED 7.15.4 7.16.0
@babel/helper-split-export-declaration UPDATED 7.15.4 7.16.7
@babel/helper-validator-identifier UPDATED 7.15.7 7.16.7
@babel/helper-validator-option UPDATED 7.14.5 7.16.7
@babel/helpers UPDATED 7.15.4 7.17.9
@babel/highlight UPDATED 7.14.5 7.17.9
@babel/parser UPDATED 7.15.8 7.17.9
@babel/plugin-syntax-flow UPDATED 7.14.5 7.16.7
@babel/plugin-syntax-typescript UPDATED 7.14.5 7.16.7
@babel/plugin-transform-flow-strip-types UPDATED 7.14.5 7.16.7
@babel/plugin-transform-typescript UPDATED 7.15.8 7.16.8
@babel/preset-flow UPDATED 7.14.5 7.16.7
@babel/preset-typescript UPDATED 7.15.0 7.16.7
@babel/register UPDATED 7.15.3 7.17.7
@babel/template UPDATED 7.15.4 7.16.7
@babel/traverse UPDATED 7.15.4 7.17.9
@babel/types UPDATED 7.15.6 7.17.0
@cnakazawa/watch REMOVED 1.0.4 -
@jest/types UPDATED 27.2.4 27.5.1
@jridgewell/resolve-uri ADDED - 3.0.5
@jridgewell/sourcemap-codec ADDED - 1.4.11
@jridgewell/trace-mapping ADDED - 0.3.9
@react-native-community/cli-debugger-ui UPDATED 6.0.0-rc.0 7.0.3
@react-native-community/cli-hermes UPDATED 6.1.0 6.3.0
@react-native-community/cli-platform-android UPDATED 6.1.0 7.0.1
@react-native-community/cli-platform-ios UPDATED 6.1.0 7.0.1
@react-native-community/cli-plugin-metro UPDATED 6.1.0 7.0.3
@react-native-community/cli-server-api UPDATED 6.1.0 7.0.3
@react-native-community/cli-tools UPDATED 6.1.0 7.0.1
@react-native-community/cli UPDATED 6.1.0 7.0.3
@react-native/normalize-color UPDATED 1.0.0 2.0.0
big-integer UPDATED 1.6.49 1.6.51
bplist-creator UPDATED 0.0.8 0.1.0
bplist-parser UPDATED 0.2.0 0.3.1
browserslist UPDATED 4.17.3 4.20.2
caniuse-lite UPDATED 1.0.30001265 1.0.30001332
capture-exit REMOVED 2.0.0 -
ci-info UPDATED 3.2.0 3.3.0
colors REMOVED 1.4.0 -
deprecated-react-native-prop-types ADDED - 2.3.0
electron-to-chromium UPDATED 1.3.861 1.4.116
exec-sh REMOVED 0.3.6 -
graceful-fs UPDATED 4.2.8 4.2.10
hermes-engine UPDATED 0.9.0 0.11.0
hermes-estree ADDED - 0.5.0
hermes-parser UPDATED 0.4.7 0.5.0
jest-haste-map UPDATED 26.6.2 27.5.1
jest-regex-util UPDATED 26.0.0 27.5.1
jest-serializer UPDATED 26.6.2 27.5.1
jest-util UPDATED 26.6.2 27.5.1
jest-worker UPDATED 26.6.2 27.5.1
jscodeshift UPDATED 0.11.0 0.13.1
json5 UPDATED 2.2.0 2.2.1
metro-babel-register REMOVED 0.66.2 -
metro-babel-transformer UPDATED 0.66.2 0.67.0
metro-cache-key UPDATED 0.66.2 0.67.0
metro-cache UPDATED 0.66.2 0.67.0
metro-config UPDATED 0.66.2 0.67.0
metro-core UPDATED 0.66.2 0.67.0
metro-hermes-compiler UPDATED 0.66.2 0.67.0
metro-inspector-proxy UPDATED 0.66.2 0.67.0
metro-minify-uglify UPDATED 0.66.2 0.67.0
metro-react-native-babel-preset UPDATED 0.66.2 0.67.0
metro-react-native-babel-transformer UPDATED 0.66.2 0.67.0
metro-resolver UPDATED 0.66.2 0.67.0
metro-runtime UPDATED 0.66.2 0.67.0
metro-source-map UPDATED 0.66.2 0.67.0
metro-symbolicate UPDATED 0.66.2 0.67.0
metro-transform-plugins UPDATED 0.66.2 0.67.0
metro-transform-worker UPDATED 0.66.2 0.67.0
metro UPDATED 0.66.2 0.67.0
node-modules-regexp REMOVED 1.0.0 -
node-releases UPDATED 1.1.77 2.0.3
ob1 UPDATED 0.66.2 0.67.0
options REMOVED 0.0.6 -
picocolors UPDATED 0.2.1 1.0.0
pirates UPDATED 4.0.1 4.0.5
plist UPDATED 3.0.4 3.0.5
react-devtools-core UPDATED 4.19.1 4.24.4
react-native-codegen UPDATED 0.0.7 0.0.13
react-native-gradle-plugin ADDED - 0.0.6
react-native UPDATED 0.66.0 0.68.1
react-shallow-renderer ADDED - 16.14.1
remove-trailing-separator REMOVED 1.1.0 -
rsvp REMOVED 4.8.5 -
sane REMOVED 4.1.0 -
shell-quote UPDATED 1.7.2 1.7.3
simple-plist UPDATED 1.1.1 1.3.1
supports-color UPDATED 7.2.0 8.1.1
temp UPDATED 0.8.3 0.8.4
ultron REMOVED 1.0.2 -
ws UPDATED 7.5.5 7.5.7
xcode UPDATED 2.1.0 3.0.1

github-actions[bot] avatar Apr 14 '22 04:04 github-actions[bot]