Skip to content

sync with upstream v13.13.5 #47

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

Merged
merged 108 commits into from
May 19, 2025
Merged

sync with upstream v13.13.5 #47

merged 108 commits into from
May 19, 2025

Conversation

tommasini
Copy link

No description provided.

lgaches and others added 30 commits January 2, 2024 13:48
…ative-webview#3231)

* update podspec to be compatible with RN 0.72

* improved fallback
## [13.6.4](react-native-webview/react-native-webview@v13.6.3...v13.6.4) (2024-01-02)

### Bug Fixes

* **android:** add buildFeatures.buildConfig true for AGP8+ compat ([react-native-webview#3219](react-native-webview#3219)) ([f849077](react-native-webview@f849077))
* **iOS:** update podspec to use install_modules_dependencies ([react-native-webview#3231](react-native-webview#3231)) ([b4f047a](react-native-webview@b4f047a))
…3047)

* Update podspec

* Remove `react` block from `build.gradle`

---------

Co-authored-by: Thibault Malbranche <thibault@brigad.co>
…penWindow` to Windows

* Add WindowsWebViewCommands and implement releaseFocus

* Fixes to setup request methos, added helpers class to visual studio project and fixed missing FocusManager namespace

* Add LinkHandlingEnabled property to allow application to handle request by the webview to open new windows

* Refactor cookie handling in ReactWebView2.cpp

* Fix WebView source handling and add new commands

* Add linkHandlingEnabled property to nativeProps

* Add postMessage and loadUrl commands to command list

* Add loadUrl function to WebViewComponent

* Refactor string manipulation functions in ReactWebViewHelpers

* Refactor cookie handling in ReactWebView2.cpp

* Update RNCWebViewUIManagerWindows type in WebViewTypes.ts

* Fix WebView messaging functionality

* Add useWebView2 prop to WebView component

* Update test to include alert support in WebView2

* Create Windows specific example components for testing webview scenarios

* Update documentation

---------

Co-authored-by: Kennedy Mumo <kemumo@microsoft.com>
# [13.7.0](react-native-webview/react-native-webview@v13.6.4...v13.7.0) (2024-01-31)

### Features

* **Windows:** Add support for custom headers, POST requests and `onOpenWindow` to Windows ([9e2794e](react-native-webview@9e2794e))
…parameter (react-native-webview#3319)

Co-authored-by: Kennedy Mumo <kemumo@microsoft.com>
## [13.7.1](react-native-webview/react-native-webview@v13.7.0...v13.7.1) (2024-02-06)

### Bug Fixes

* **Windows:** Refactor ReactWebView2.cpp to handle optional 'method' parameter ([react-native-webview#3319](react-native-webview#3319)) ([f0791d8](react-native-webview@f0791d8))
…S/macOS (react-native-webview#3234)

* Suspend media playback when destroying WebView on iOS/macOS

* Fixes crash on iOS <15.0 and macOS <12.0 when pausing playback on dismount

---------

Co-authored-by: Thibault Malbranche <thibault@brigad.co>
…ED (react-native-webview#3296)

* Replace UIKit with RCTUIKit on MacOS for RCT_NEW_ARCH_ENABLED

* Exclude iOS specific destroy handler.

* Fix `Non-constant-expression cannot be narrowed from type 'BOOL' (aka 'signed char') to 'bool' in initializer` when building for Release

* Minor fix (typo)
## [13.7.2](react-native-webview/react-native-webview@v13.7.1...v13.7.2) (2024-02-13)

### Bug Fixes

* **iOS:** Replace UIKit with RCTUIKit on MacOS for RCT_NEW_ARCH_ENABLED ([react-native-webview#3296](react-native-webview#3296)) ([cb9fb9c](react-native-webview@cb9fb9c))
* **ios, macos:** Suspend media playback when destroying WebView on iOS/macOS ([react-native-webview#3234](react-native-webview#3234)) ([7af398c](react-native-webview@7af398c))
* feat(ios): injectedJavaScriptObject props connect

* feat(ios): injectedJavaScriptObject ios component props

* feat(ios): injectedObjectJsonScript addUserScript

* refactor(ios): type position lines

* revert: src/WebViewTypes.ts

* docs: support injectedJavaScriptObject ios

* remove log

* fix(ios): return string single quote
Co-authored-by: Thibault Malbranche <thibault@brigad.co>
## [13.8.1](react-native-webview/react-native-webview@v13.8.0...v13.8.1) (2024-02-13)

### Bug Fixes

* **android:** Fix WebViewManager can no longer be customized ([react-native-webview#3315](react-native-webview#3315)) ([0068588](react-native-webview@0068588))
* Use correct double type for shouldStartLoadWithLockIdentifier

* remove CatalystInstance access

* fix lint errors
…webview#3347)

* chore: Bump example app to 0.73 and use babel to build

Using babel enables new arch static view config to be properly generated

* Update android-ci.yml

* bump ci things

* wip

* Update detox.yml

* Update react-native.config.js

* lint tests

* clean

* Update jest.config.js

* Update WebView.android.tsx

* update lint to match create library
## [13.8.3](react-native-webview/react-native-webview@v13.8.2...v13.8.3) (2024-03-28)

### Bug Fixes

* issue on bridgeless when accessing ReactContext (preparing RN74) ([react-native-webview#3366](react-native-webview#3366)) ([ab420a0](react-native-webview@ab420a0))
## [13.8.4](react-native-webview/react-native-webview@v13.8.3...v13.8.4) (2024-03-28)

### Bug Fixes

* Remove log statement that breaks react-native-community autolinking config ([react-native-webview#3367](react-native-webview#3367)) ([81fe8e0](react-native-webview@81fe8e0))
Copy link

socket-security bot commented May 15, 2025

Copy link

socket-security bot commented May 15, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Ignoring alerts on:

  • npm/prettier@2.8.8
  • npm/glob@7.2.3
  • npm/minimatch@3.1.2
  • npm/is-wsl@2.2.0
  • npm/is-docker@2.2.1
  • npm/js-yaml@4.1.0
  • npm/open@7.4.2
  • npm/querystring@0.2.1
  • npm/@nodelib/fs.stat@2.0.5
  • npm/@nodelib/fs.walk@1.2.8
  • npm/@nodelib/fs.scandir@2.1.5
  • npm/json-buffer@3.0.1
  • npm/define-properties@1.2.1
  • npm/function-bind@1.1.1
  • npm/is-callable@1.2.7
  • npm/functions-have-names@1.2.3
  • npm/isarray@2.0.5
  • npm/node-forge@1.3.1
  • npm/type-fest@0.20.2
  • npm/is-binary-path@2.1.0
  • npm/readdirp@3.6.0
  • npm/keyv@4.5.4
  • npm/depd@1.1.2
  • npm/@babel/plugin-proposal-logical-assignment-operators@7.20.7
  • npm/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6
  • npm/@babel/plugin-proposal-numeric-separator@7.18.6
  • npm/@babel/plugin-proposal-optional-chaining@7.21.0
  • npm/@humanwhocodes/module-importer@1.0.1
  • npm/glob-parent@6.0.2
  • npm/graphemer@1.4.0
  • npm/lodash.merge@4.6.2
  • npm/natural-compare-lite@1.4.0
  • npm/node-abort-controller@3.1.1
  • npm/queue@6.0.2
  • npm/resolve@2.0.0-next.5
  • npm/eslint-plugin-jest@26.9.0
  • npm/eslint-plugin-prettier@4.2.1
  • npm/prettier-linter-helpers@1.0.0
  • npm/fast-diff@1.3.0
  • npm/@typescript-eslint/types@5.62.0
  • npm/string-natural-compare@3.0.1
  • npm/@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1
  • npm/@typescript-eslint/utils@5.62.0
  • npm/@typescript-eslint/scope-manager@5.62.0
  • npm/@typescript-eslint/visitor-keys@5.62.0
  • npm/@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3
  • npm/@typescript-eslint/type-utils@5.62.0
  • npm/diff-sequences@29.6.3
  • npm/fs-readdir-recursive@1.1.0
  • npm/slash@2.0.0
  • npm/http-errors@1.7.2
  • npm/inherits@2.0.3
  • npm/setprototypeof@1.1.1
  • npm/toidentifier@1.0.0
  • npm/destroy@1.0.4
  • npm/shell-quote@1.7.3
  • npm/send@0.17.1
  • npm/serve-static@1.14.1
  • npm/pretty-format@29.7.0
  • npm/@jest/expect-utils@29.7.0
  • npm/create-jest@29.7.0
  • npm/eslint-plugin-eslint-comments@3.2.0
  • npm/expect@29.7.0
  • npm/jest-diff@29.7.0
  • npm/jest-matcher-utils@29.7.0
  • npm/@azure/core-rest-pipeline@1.10.1
  • npm/read-yaml-file@2.1.0
  • npm/babel-plugin-transform-flow-enums@0.0.2
  • npm/eslint-plugin-ft-flow@2.0.3
  • npm/@react-native/assets-registry@0.73.1
  • npm/has-symbols@1.0.1
  • npm/@isaacs/ttlcache@1.4.1
  • npm/lighthouse-logger@1.4.2
  • npm/string.prototype.repeat@1.0.0
  • npm/chrome-launcher@0.15.2
  • npm/@react-native/normalize-colors@0.73.2
  • npm/@azure/core-util@1.2.0
  • npm/@react-native/js-polyfills@0.73.1
  • npm/flow-enums-runtime@0.0.6
  • npm/undici-types@5.26.5
  • npm/selfsigned@2.4.1
  • npm/@eslint/eslintrc@2.1.4
  • npm/@react-native/gradle-plugin@0.73.4
  • npm/chromium-edge-launcher@1.0.0
  • npm/globals@13.24.0
  • npm/@react-native/debugger-frontend@0.73.3
  • npm/@react-native/virtualized-lists@0.73.4
  • npm/@react-native/typescript-config@0.73.1
  • npm/@react-native/eslint-plugin@0.73.1
  • npm/@types/node-forge@1.3.11
  • npm/@react-native/dev-middleware@0.73.7
  • npm/@react-native/eslint-config@0.73.2
  • npm/@humanwhocodes/config-array@0.11.14
  • npm/@react-native-community/cli-platform-apple@13.5.1
  • npm/has-tostringtag@1.0.2
  • npm/@react-native/babel-preset@0.73.21
  • npm/@react-native/babel-plugin-codegen@0.73.4
  • npm/@react-native/codegen@0.73.3
  • npm/@react-native/community-cli-plugin@0.73.16
  • npm/@react-native/metro-babel-transformer@0.73.15
  • npm/chokidar@3.6.0
  • npm/@react-native/metro-config@0.73.5
  • npm/set-function-name@2.0.2
  • npm/available-typed-arrays@1.0.7
  • npm/@react-native/dev-middleware@0.73.8
  • npm/@rnx-kit/chromium-edge-launcher@1.0.0
  • npm/@eslint/js@8.57.0
  • npm/@react-native/community-cli-plugin@0.73.17
  • npm/@ampproject/remapping@2.3.0
  • npm/@react-native/babel-preset@0.74.0-nightly-20240131-82e9a5e4f
  • npm/@react-native/babel-plugin-codegen@0.74.0-nightly-20240131-82e9a5e4f
  • npm/@react-native/codegen@0.74.0-nightly-20240131-82e9a5e4f
  • npm/is-map@2.0.3
  • npm/is-set@2.0.3
  • npm/is-weakmap@2.0.2
  • npm/which-collection@1.0.2
  • npm/@react-native-mac/virtualized-lists@0.73.3
  • npm/@rnx-kit/metro-config@1.3.15
  • npm/array.prototype.findlast@1.2.5
  • npm/pure-rand@6.1.0
  • npm/string.prototype.trimstart@1.0.8
  • npm/acorn-import-attributes@1.9.5
  • npm/@humanwhocodes/object-schema@2.0.3
  • npm/@rnx-kit/console@1.1.0
  • npm/@rnx-kit/tools-workspaces@0.1.6
  • npm/@azure/abort-controller@2.1.2
  • npm/@react-native/dev-middleware@0.74.0-nightly-20240131-82e9a5e4f
  • npm/@react-native/debugger-frontend@0.74.0-nightly-20240131-82e9a5e4f
  • npm/@react-native/metro-babel-transformer@0.74.0-nightly-20240131-82e9a5e4f
  • npm/@react-native/community-cli-plugin@0.74.0-nightly-20240131-82e9a5e4f
  • npm/globalthis@1.0.4
  • npm/array.prototype.tosorted@1.1.4
  • npm/istanbul-lib-instrument@6.0.3
  • npm/@callstack/react-native-visionos@0.73.8
  • npm/@types/shimmer@1.2.0
  • npm/@microsoft/applicationinsights-web-snippet@1.2.1
  • npm/@rnx-kit/tools-node@2.1.2
  • npm/escalade@3.2.0
  • npm/@rnx-kit/tools-react-native@1.4.2
  • npm/picocolors@1.1.1
  • npm/@eslint-community/regexpp@4.12.1
  • npm/typed-array-length@1.0.7
  • npm/es-to-primitive@1.3.0
  • npm/has-symbols@1.1.0
  • npm/is-bigint@1.1.0
  • npm/gopd@1.2.0
  • npm/call-bind@1.0.8
  • npm/has-proto@1.2.0
  • npm/es-define-property@1.0.1
  • npm/node-releases@2.0.19
  • npm/side-channel-map@1.0.1
  • npm/side-channel-list@1.0.0
  • npm/side-channel-weakmap@1.0.2
  • npm/jsesc@3.1.0
  • npm/string.prototype.trimend@1.0.9
  • npm/string.prototype.trim@1.2.10
  • npm/safe-array-concat@1.1.3
  • npm/is-data-view@1.0.2
  • npm/is-regex@1.2.1
  • npm/safe-regex-test@1.1.0
  • npm/is-date-object@1.1.0
  • npm/is-symbol@1.1.1
  • npm/which-builtin-type@1.2.1
  • npm/internal-slot@1.1.0
  • npm/arraybuffer.prototype.slice@1.0.4
  • npm/array.prototype.flat@1.3.3
  • npm/array.prototype.flatmap@1.3.3
  • npm/is-number-object@1.1.1
  • npm/which-boxed-primitive@1.1.1
  • npm/unbox-primitive@1.1.0
  • npm/is-array-buffer@3.0.5
  • npm/dunder-proto@1.0.1
  • npm/is-finalizationregistry@1.1.1
  • npm/is-weakset@2.0.4
  • npm/get-symbol-description@1.1.0
  • npm/typed-array-byte-length@1.0.3
  • npm/typed-array-buffer@1.0.3
  • npm/is-shared-array-buffer@1.0.4
  • npm/is-typed-array@1.1.15
  • npm/has-bigints@1.1.0
  • npm/object.assign@4.1.7
  • npm/math-intrinsics@1.1.0
  • npm/typed-array-byte-offset@1.0.4
  • npm/data-view-byte-offset@1.0.1
  • npm/resolve@1.22.10
  • npm/array-buffer-byte-length@1.0.2
  • npm/data-view-byte-length@1.0.2
  • npm/data-view-buffer@1.0.2
  • npm/function.prototype.name@1.1.8
  • npm/string.prototype.matchall@4.0.12
  • npm/es-iterator-helpers@1.2.1
  • npm/is-core-module@2.16.1
  • npm/safe-push-apply@1.0.0
  • npm/own-keys@1.0.1
  • npm/set-proto@1.0.0
  • npm/es-set-tostringtag@2.1.0
  • npm/iterator.prototype@1.1.5
  • npm/es-abstract@1.23.9
  • npm/is-generator-function@1.1.0
  • npm/get-proto@1.0.1
  • npm/reflect.getprototypeof@1.0.10
  • npm/regexp.prototype.flags@1.5.4
  • npm/es-object-atoms@1.1.1
  • npm/is-async-function@2.1.1
  • npm/async-function@1.0.0
  • npm/@ungap/structured-clone@1.3.0
  • npm/is-weakref@1.1.1
  • npm/is-boolean-object@1.2.2
  • npm/possible-typed-array-names@1.1.0
  • npm/for-each@0.3.5
  • npm/@azure/opentelemetry-instrumentation-azure-sdk@1.0.0-beta.8
  • npm/es-shim-unscopables@1.1.0
  • npm/call-bind-apply-helpers@1.0.2
  • npm/@opentelemetry/api-logs@0.57.2
  • npm/@opentelemetry/instrumentation@0.57.2
  • npm/fast-xml-parser@4.5.3
  • npm/require-in-the-middle@7.5.2
  • npm/get-intrinsic@1.3.0
  • npm/update-browserslist-db@1.1.3
  • npm/strnum@1.1.2
  • npm/call-bound@1.0.4
  • npm/which-typed-array@1.1.19
  • npm/@types/semver@7.7.0
  • npm/marky@1.3.0
  • npm/module-details-from-path@1.0.4
  • npm/@babel/types@7.27.1
  • npm/@babel/helper-string-parser@7.27.1
  • npm/@babel/helper-validator-identifier@7.27.1
  • npm/@babel/traverse@7.27.1
  • npm/@babel/helper-plugin-utils@7.27.1
  • npm/@babel/core@7.27.1
  • npm/@babel/code-frame@7.27.1
  • npm/@babel/helpers@7.27.1
  • npm/@babel/helper-validator-option@7.27.1
  • npm/@babel/plugin-transform-parameters@7.27.1
  • npm/@babel/generator@7.27.1
  • npm/@babel/helper-module-imports@7.27.1
  • npm/@babel/helper-skip-transparent-expression-wrappers@7.27.1
  • npm/@babel/helper-annotate-as-pure@7.27.1
  • npm/@babel/helper-remap-async-to-generator@7.27.1
  • npm/@babel/helper-member-expression-to-functions@7.27.1
  • npm/@babel/helper-optimise-call-expression@7.27.1
  • npm/@babel/helper-replace-supers@7.27.1
  • npm/@babel/helper-module-transforms@7.27.1
  • npm/@babel/helper-wrap-function@7.27.1
  • npm/@babel/helper-create-class-features-plugin@7.27.1
  • npm/@babel/plugin-transform-private-methods@7.27.1
  • npm/@babel/plugin-transform-private-property-in-object@7.27.1
  • npm/@babel/plugin-syntax-flow@7.27.1
  • npm/@babel/plugin-transform-flow-strip-types@7.27.1
  • npm/@babel/eslint-parser@7.27.1
  • npm/@azure/core-util@1.12.0
  • npm/@typespec/ts-http-runtime@0.2.2
  • npm/@eslint-community/eslint-utils@4.7.0
  • npm/browserslist@4.24.5
  • npm/@babel/compat-data@7.27.2
  • npm/@babel/helper-compilation-targets@7.27.2
  • npm/@babel/parser@7.27.2
  • npm/@babel/template@7.27.2
  • npm/@babel/cli@7.27.2
  • npm/@types/node@18.19.100
  • npm/semver@7.7.2
  • npm/caniuse-lite@1.0.30001718
  • npm/import-in-the-middle@1.13.2
  • npm/debug@4.4.1
  • npm/yaml@2.8.0
  • npm/electron-to-chromium@1.5.155
  • npm/espree@9.6.1
  • npm/@jridgewell/sourcemap-codec@1.4.15
  • npm/levn@0.4.1
  • npm/prelude-ls@1.2.1
  • npm/type-check@0.4.0
  • npm/file-entry-cache@6.0.1
  • npm/fsevents@2.3.3
  • npm/ast-types@0.15.2
  • npm/flow-parser@0.206.0
  • npm/jscodeshift@0.14.0
  • npm/recast@0.21.5
  • npm/eslint-visitor-keys@3.4.3
  • npm/eslint-visitor-keys@2.1.0
  • npm/anymatch@3.1.3
  • npm/deepmerge@4.3.1
  • npm/eslint-scope@7.2.2
  • npm/deep-is@0.1.4
  • npm/jest-get-type@29.6.3
  • npm/jest-regex-util@29.6.3
  • npm/acorn-jsx@5.3.2
  • npm/ajv@6.12.6
  • npm/import-fresh@3.3.0
  • npm/jsx-ast-utils@3.3.5
  • npm/@jest/source-map@29.6.3
  • npm/jest-docblock@29.7.0
  • npm/@jest/schemas@29.6.3
  • npm/@jest/types@29.6.3
  • npm/@sinclair/typebox@0.27.8
  • npm/jest-mock@29.7.0
  • npm/jest-util@29.7.0
  • npm/scheduler@0.24.0-canary-efb381bbf-20230505
  • npm/@jest/create-cache-key-function@29.7.0
  • npm/jest@29.7.0
  • npm/@babel/plugin-proposal-object-rest-spread@7.20.7
  • npm/@jest/console@29.7.0
  • npm/@jest/core@29.7.0
  • npm/@jest/reporters@29.7.0
  • npm/@jest/test-result@29.7.0
  • npm/@jest/test-sequencer@29.7.0
  • npm/babel-jest@29.7.0
  • npm/babel-plugin-jest-hoist@29.6.3
  • npm/babel-preset-jest@29.6.3
  • npm/jest-changed-files@29.7.0
  • npm/jest-circus@29.7.0
  • npm/jest-cli@29.7.0
  • npm/jest-config@29.7.0
  • npm/jest-each@29.7.0
  • npm/jest-environment-node@29.7.0
  • npm/jest-leak-detector@29.7.0
  • npm/jest-resolve@29.7.0
  • npm/jest-resolve-dependencies@29.7.0
  • npm/jest-runner@29.7.0
  • npm/jest-runtime@29.7.0
  • npm/jest-watcher@29.7.0
  • npm/diagnostic-channel@1.1.1
  • npm/@jest/environment@29.7.0
  • npm/@jest/expect@29.7.0
  • npm/@jest/fake-timers@29.7.0
  • npm/@jest/globals@29.7.0
  • npm/@jest/transform@29.7.0
  • npm/jest-haste-map@29.7.0
  • npm/jest-message-util@29.7.0
  • npm/jest-snapshot@29.7.0
  • npm/jest-validate@29.7.0
  • npm/jest-worker@29.7.0
  • npm/diagnostic-channel-publishers@1.0.7
  • npm/applicationinsights@2.7.3
  • npm/flat-cache@3.2.0
  • npm/@typescript-eslint/eslint-plugin@5.62.0
  • npm/@typescript-eslint/parser@5.62.0
  • npm/eslint-config-prettier@8.10.0
  • npm/@typescript-eslint/typescript-estree@5.62.0
  • npm/deprecated-react-native-prop-types@5.0.0
  • npm/eslint-plugin-react-native@4.1.0
  • npm/@react-native-windows/codegen@0.73.0
  • npm/@react-native-windows/fs@0.73.0
  • npm/@react-native-windows/package-utils@0.73.0
  • npm/@react-native-windows/find-repo-root@0.73.0
  • npm/@react-native-windows/telemetry@0.73.1
  • npm/@jridgewell/resolve-uri@3.1.2
  • npm/@react-native-windows/cli@0.73.2
  • npm/react-native-windows@0.73.8
  • npm/eslint@8.57.0
  • npm/react-native@0.73.5
  • npm/@react-native-community/cli@13.5.1
  • npm/@react-native-community/cli@12.3.2
  • npm/@react-native-community/cli@12.3.6
  • npm/@react-native-community/cli-platform-android@13.5.1
  • npm/@react-native-community/cli-platform-android@12.3.6
  • npm/@react-native-community/cli-platform-android@12.3.2
  • npm/@react-native-community/cli-platform-ios@13.5.1
  • npm/@react-native-community/cli-platform-ios@12.3.6
  • npm/@react-native-community/cli-platform-ios@12.3.2
  • npm/@react-native-community/cli-clean@13.5.1
  • npm/@react-native-community/cli-clean@12.3.6
  • npm/@react-native-community/cli-clean@12.3.2
  • npm/@react-native-community/cli-config@13.5.1
  • npm/@react-native-community/cli-config@12.3.6
  • npm/@react-native-community/cli-config@12.3.2
  • npm/@react-native-community/cli-debugger-ui@12.3.2
  • npm/@react-native-community/cli-debugger-ui@13.5.1
  • npm/@react-native-community/cli-debugger-ui@12.3.6
  • npm/@react-native-community/cli-doctor@13.5.1
  • npm/@react-native-community/cli-doctor@12.3.6
  • npm/@react-native-community/cli-doctor@12.3.2
  • npm/@react-native-community/cli-hermes@13.5.1
  • npm/@react-native-community/cli-hermes@12.3.2
  • npm/@react-native-community/cli-hermes@12.3.6
  • npm/@react-native-community/cli-plugin-metro@12.3.2
  • npm/@react-native-community/cli-plugin-metro@12.3.6
  • npm/@react-native-community/cli-server-api@13.5.1
  • npm/@react-native-community/cli-server-api@12.3.6
  • npm/@react-native-community/cli-server-api@12.3.2
  • npm/@react-native-community/cli-tools@13.5.1
  • npm/@react-native-community/cli-tools@12.3.6
  • npm/@react-native-community/cli-tools@12.3.2
  • npm/@react-native-community/cli-types@12.3.2
  • npm/@react-native-community/cli-types@13.5.1
  • npm/@react-native-community/cli-types@12.3.6
  • npm/@types/react@18.2.61
  • npm/object.fromentries@2.0.8
  • npm/array-includes@3.1.8
  • npm/react-native-macos@0.73.17
  • npm/eslint-plugin-react-hooks@4.6.2
  • npm/react-refresh@0.14.2
  • npm/optionator@0.9.4
  • npm/braces@3.0.3
  • npm/fill-range@7.1.1
  • npm/react-native-test-app@3.7.2
  • npm/@opentelemetry/api@1.9.0
  • npm/esquery@1.6.0
  • npm/hermes-parser@0.18.2
  • npm/hermes-parser@0.23.1
  • npm/hermes-parser@0.15.0
  • npm/hermes-estree@0.15.0
  • npm/hermes-estree@0.18.2
  • npm/hermes-estree@0.23.1
  • npm/ignore@5.3.2
  • npm/@rnx-kit/react-native-host@0.4.12
  • npm/metro-runtime@0.80.12
  • npm/metro-source-map@0.80.12
  • npm/metro-symbolicate@0.80.12
  • npm/ob1@0.80.12
  • npm/metro@0.80.12
  • npm/metro-babel-transformer@0.80.12
  • npm/metro-cache@0.80.12
  • npm/metro-cache-key@0.80.12
  • npm/metro-config@0.80.12
  • npm/metro-core@0.80.12
  • npm/metro-file-map@0.80.12
  • npm/metro-minify-terser@0.80.12
  • npm/metro-resolver@0.80.12
  • npm/metro-transform-plugins@0.80.12
  • npm/metro-transform-worker@0.80.12
  • npm/envinfo@7.14.0
  • npm/@azure/core-tracing@1.2.0
  • npm/@azure/core-auth@1.9.0
  • npm/@types/jest@29.5.14
  • npm/tslib@2.8.1
  • npm/side-channel@1.1.0
  • npm/is-string@1.1.1
  • npm/object.values@1.2.1
  • npm/@opentelemetry/core@1.30.1
  • npm/@opentelemetry/resources@1.30.1
  • npm/@opentelemetry/sdk-trace-base@1.30.1
  • npm/object-inspect@1.13.4
  • npm/object-inspect@1.8.0
  • npm/stacktrace-parser@0.1.11
  • npm/flatted@3.3.3
  • npm/acorn@8.14.1
  • npm/object.entries@1.1.9
  • npm/image-size@1.2.1
  • npm/eslint-plugin-react@7.37.5
  • npm/@babel/runtime@7.27.1
  • npm/@babel/plugin-transform-destructuring@7.27.1
  • npm/@babel/plugin-transform-async-to-generator@7.27.1
  • npm/dedent@1.6.0
  • npm/@opentelemetry/semantic-conventions@1.33.0
  • npm/@opentelemetry/semantic-conventions@1.28.0

View full report

@joaoloureirop joaoloureirop force-pushed the merge-master-into-fork branch from 5245310 to a92298e Compare May 15, 2025 16:49
@joaoloureirop
Copy link

@SocketSecurity ignore-all

We've experiencing intermitent android build failures on CI
so lets try to resolve that by keeping the android ci as close
to upstream as possible
@joaoloureirop joaoloureirop force-pushed the merge-master-into-fork branch from 09b5411 to 1b4248f Compare May 16, 2025 12:11
Signed-off-by: João Loureiro <175489935+joaoloureirop@users.noreply.github.com>
@joaoloureirop joaoloureirop force-pushed the merge-master-into-fork branch from 1b4248f to cca4281 Compare May 16, 2025 12:12
@tommasini tommasini merged commit 6ecb808 into main May 19, 2025
10 checks passed
@joaoloureirop joaoloureirop mentioned this pull request May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.