Skip to content

Commit

Permalink
Merge pull request #3982 from wordpress-mobile/try/tarball-for-forks
Browse files Browse the repository at this point in the history
Use tarball instead of git tag for forked dependencies
  • Loading branch information
fluiddot authored Sep 28, 2021
2 parents 076fe86 + aeca8fd commit 650ee9b
Show file tree
Hide file tree
Showing 16 changed files with 1,508 additions and 1,514 deletions.
2,968 changes: 1,481 additions & 1,487 deletions bundle/ios/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/ios/App.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 78 files
+4 −0 docs/contributors/code/testing-overview.md
+2 −2 docs/getting-started/tutorials/devenv/README.md
+43 −45 package-lock.json
+15 −5 packages/api-fetch/src/middlewares/media-upload.js
+35 −0 packages/api-fetch/src/middlewares/test/media-upload.js
+13 −0 packages/block-editor/README.md
+5 −0 packages/block-editor/src/components/block-alignment-control/style.scss
+15 −1 packages/block-editor/src/components/block-alignment-control/test/__snapshots__/index.js.snap
+94 −27 packages/block-editor/src/components/block-alignment-control/ui.js
+16 −10 packages/block-editor/src/components/block-alignment-control/use-available-alignments.js
+41 −0 packages/block-editor/src/components/colors/test/utils.js
+9 −5 packages/block-editor/src/components/colors/utils.js
+7 −4 packages/block-editor/src/components/editor-styles/index.js
+5 −1 packages/block-editor/src/components/use-on-block-drop/index.js
+3 −1 packages/block-editor/src/hooks/align.js
+8 −6 packages/block-editor/src/hooks/duotone.js
+50 −7 packages/block-editor/src/layouts/flow.js
+6 −0 packages/block-editor/src/store/defaults.native.js
+1 −0 packages/block-editor/src/style.scss
+1 −0 packages/block-editor/src/utils/index.js
+3 −1 packages/block-editor/src/utils/parse-css-unit-to-px.js
+1 −1 packages/block-editor/src/utils/test/parse-css-unit-to-px.js
+11 −1 packages/block-library/src/column/save.js
+1 −0 packages/block-library/src/gallery/edit.js
+1 −1 packages/block-library/src/gallery/editor.scss
+24 −38 packages/block-library/src/gallery/gallery.js
+7 −1 packages/block-library/src/navigation-link/edit.js
+2 −1 packages/block-library/src/reset.scss
+8 −1 packages/block-library/src/site-title/block.json
+35 −8 packages/block-library/src/site-title/edit/index.js
+12 −2 packages/block-library/src/site-title/index.php
+53 −0 packages/components/CONTRIBUTING.md
+17 −8 packages/components/src/font-size-picker/index.native.js
+2 −1 packages/components/src/index.native.js
+8 −0 packages/components/src/menu-item/README.md
+6 −2 packages/components/src/menu-item/index.js
+5 −3 packages/components/src/menu-item/style.scss
+2 −2 packages/components/src/menu-item/test/__snapshots__/index.js.snap
+12 −2 packages/components/src/mobile/bottom-sheet/range-cell.native.js
+6 −0 packages/components/src/mobile/global-styles-context/test/fixtures/theme.native.js
+44 −1 packages/components/src/mobile/global-styles-context/utils.native.js
+218 −0 packages/components/src/navigator/test/index.js
+1 −2 packages/e2e-tests/config/setup-test-framework.js
+1 −4 packages/e2e-tests/jest.config.js
+116 −105 packages/e2e-tests/specs/editor/plugins/align-hook.test.js
+2 −2 packages/e2e-tests/specs/editor/various/block-grouping.test.js
+4 −2 packages/e2e-tests/specs/editor/various/writing-flow.test.js
+0 −1 packages/edit-navigation/package.json
+0 −55 packages/edit-navigation/src/store/controls.js
+0 −2 packages/edit-navigation/src/store/index.js
+27 −20 packages/edit-navigation/src/store/resolvers.js
+68 −0 packages/edit-navigation/src/store/test/__snapshots__/resolvers.js.snap
+114 −271 packages/edit-navigation/src/store/test/resolvers.js
+3 −1 packages/edit-post/src/components/header/template-title/index.js
+44 −0 packages/edit-site/src/components/block-editor/back-button.js
+14 −1 packages/edit-site/src/components/block-editor/index.js
+26 −0 packages/edit-site/src/components/block-editor/style.scss
+2 −2 packages/edit-site/src/components/edit-template-part-menu-button/index.js
+24 −1 packages/edit-site/src/store/actions.js
+26 −12 packages/edit-site/src/store/reducer.js
+39 −5 packages/edit-site/src/store/selectors.js
+40 −23 packages/edit-site/src/store/test/reducer.js
+34 −3 packages/edit-site/src/store/test/selectors.js
+0 −1 packages/edit-widgets/package.json
+109 −145 packages/edit-widgets/src/store/actions.js
+0 −181 packages/edit-widgets/src/store/controls.js
+1 −2 packages/edit-widgets/src/store/index.js
+21 −27 packages/edit-widgets/src/store/resolvers.js
+1 −0 packages/icons/src/index.js
+12 −0 packages/icons/src/library/align-none.js
+1 −1 packages/icons/src/library/position-center.js
+5 −25 packages/interface/src/store/actions.js
+2 −0 packages/interface/src/store/index.js
+3 −3 packages/interface/src/store/reducer.js
+15 −4 packages/media-utils/src/components/media-upload/index.js
+34 −14 packages/react-native-bridge/android/react-native-bridge/build.gradle
+14 −14 packages/react-native-editor/package.json
+3 −1 test/integration/fixtures/blocks/core__site-title.json
4 changes: 2 additions & 2 deletions third-party-podspecs/BVLinearGradient.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BVLinearGradient",
"version": "2.5.6-wp",
"version": "2.5.6-wp-1",
"homepage": "https://github.com/brentvatne/react-native-linear-gradient",
"summary": "A <LinearGradient /> component for react-native",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-linear-gradient.git",
"tag": "v2.5.6-wp"
"tag": "v2.5.6-wp-1"
},
"source_files": "BVLinearGradient/*.{h,m}",
"preserve_paths": "**/*.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness",
"source": {
"git": "https://github.com/wordpress-mobile/gutenberg-mobile.git",
"commit": "443615b53af1fbe8b14fdf934256b6b5f4a44443",
"commit": "c4bc611f830faac62dc21915e920c9493c6cba23",
"submodules": "true"
},
"source_files": "third-party-podspecs/FBReactNativeSpec/**/*.{c,h,m,mm,cpp}",
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/RNCMaskedView.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNCMaskedView",
"version": "0.1.11-wp",
"version": "0.1.11-wp-1",
"summary": "React Native MaskedView component",
"license": "MIT",
"authors": "Mike Nedosekin <[email protected]>",
Expand All @@ -11,7 +11,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-masked-view.git",
"tag": "v0.1.11-wp"
"tag": "v0.1.11-wp-1"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/RNGestureHandler.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNGestureHandler",
"version": "1.10.1-wp",
"version": "1.10.1-wp-3",
"summary": "Experimental implementation of a new declarative API for gesture handling in react-native",
"homepage": "https://github.com/software-mansion/react-native-gesture-handler",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-gesture-handler",
"tag": "1.10.1-wp"
"tag": "1.10.1-wp-3"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/RNReanimated.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNReanimated",
"version": "1.9.0-wp",
"version": "1.9.0-wp-1",
"summary": "More powerful alternative to Animated library for React Native.",
"description": "RNReanimated",
"homepage": "https://github.com/software-mansion/react-native-reanimated",
Expand All @@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-reanimated.git",
"tag": "1.9.0-wp"
"tag": "1.9.0-wp-1"
},
"source_files": "ios/**/*.{h,m}",
"requires_arc": true,
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/RNSVG.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNSVG",
"version": "9.13.7-wp",
"version": "9.13.7-wp-1",
"summary": "SVG library for react-native",
"license": "MIT",
"homepage": "https://github.com/react-native-community/react-native-svg",
Expand All @@ -11,7 +11,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-svg.git",
"tag": "v9.13.7-wp"
"tag": "v9.13.7-wp-1"
},
"source_files": "ios/**/*.{h,m}",
"requires_arc": true,
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/RNScreens.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNScreens",
"version": "2.9.0-wp",
"version": "2.9.0-wp-1",
"summary": "Native navigation primitives for your React Native app.",
"description": "RNScreens - first incomplete navigation solution for your React Native app",
"homepage": "https://github.com/kmagiera/react-native-screens",
Expand All @@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-screens.git",
"tag": "2.9.0-wp"
"tag": "2.9.0-wp-1"
},
"source_files": "ios/**/*.{h,m}",
"requires_arc": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-get-random-values",
"version": "1.4.0-wp",
"version": "1.4.0-wp-1",
"summary": "getRandomValues for React Native",
"description": "A small implementation of `getRandomValues` for React Native.",
"homepage": "https://github.com/LinusU/react-native-get-random-values",
Expand All @@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-get-random-values.git",
"tag": "v1.4.0-wp"
"tag": "v1.4.0-wp-1"
},
"source_files": "ios/**/*.{h,m,swift}",
"requires_arc": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-aware-scroll-view",
"version": "0.8.8-wp",
"version": "0.8.8-wp-1",
"homepage": "https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme",
"summary": "A React Native ScrollView component that resizes when the keyboard appears.",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-keyboard-aware-scroll-view.git",
"tag": "v0.8.8-wp"
"tag": "v0.8.8-wp-1"
},
"source_files": "ios/RNTKeyboardAwareScrollView/*.{h,m}",
"preserve_paths": "**/*.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-safe-area-context",
"version": "3.2.0-wp",
"version": "3.2.0-wp-1",
"summary": "A flexible way to handle safe area, also works on Android and web.",
"license": "MIT",
"authors": "Janic Duplessis <[email protected]>",
Expand All @@ -11,7 +11,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-safe-area-context.git",
"tag": "v3.2.0-wp"
"tag": "v3.2.0-wp-1"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/react-native-slider.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-slider",
"version": "3.0.2-wp",
"version": "3.0.2-wp-1",
"summary": "React Native component used to select a single value from a range of values.",
"license": "MIT",
"authors": "react-native-community",
Expand All @@ -10,7 +10,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-slider.git",
"tag": "v3.0.2-wp"
"tag": "v3.0.2-wp-1"
},
"source_files": "src/ios/**/*.{h,m}",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/react-native-video.podspec.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-native-video",
"version": "5.0.2-wp",
"version": "5.0.2-wp-1",
"summary": "A <Video /> element for react-native",
"description": "A <Video /> element for react-native",
"license": "MIT",
"authors": "Brent Vatne <[email protected]> (https://github.com/brentvatne)",
"homepage": "https://github.com/brentvatne/react-native-video",
"source": {
"git": "https://github.com/wordpress-mobile/react-native-video.git",
"tag": "5.0.2-wp"
"tag": "5.0.2-wp-1"
},
"platforms": {
"ios": "8.0",
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/react-native-webview.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-webview",
"version": "11.6.5-wp",
"version": "11.6.5-wp-1",
"summary": "React Native WebView component for iOS, Android, macOS, and Windows",
"license": "MIT",
"authors": "Jamon Holmgren <[email protected]>",
Expand All @@ -11,7 +11,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-webview.git",
"tag": "v11.6.5-wp"
"tag": "v11.6.5-wp-1"
},
"source_files": "apple/**/*.{h,m}",
"dependencies": {
Expand Down

0 comments on commit 650ee9b

Please sign in to comment.