Skip to content

chore(deps): bump the react-native group across 1 directory with 16 updates - #1400

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-61e4a39edc
Open

chore(deps): bump the react-native group across 1 directory with 16 updates#1400
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-61e4a39edc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the react-native group with 16 updates in the / directory:

Package From To
@react-native-community/cli 20.1.3 20.2.0
react-native 0.86.2 0.87.0
react-native-gesture-handler 3.1.0 3.2.1
react-native-nitro-fetch 1.5.4 1.6.1
react-native-pager-view 8.0.4 9.0.0
react-native-pulsar 1.6.1 1.7.0
react-native-safe-area-context 5.8.0 5.9.0
react-native-worklets 0.10.2 0.11.4
@react-native-community/cli-platform-android 20.1.3 20.2.0
@react-native-community/cli-platform-ios 20.1.3 20.2.0
@react-native/babel-preset 0.86.2 0.87.0
@react-native/eslint-config 0.86.2 0.87.0
@react-native/eslint-plugin 0.86.2 0.87.0
@react-native/jest-preset 0.86.2 0.87.0
@react-native/metro-config 0.86.2 0.87.0
@react-native/typescript-config 0.86.2 0.87.0

Updates @react-native-community/cli from 20.1.3 to 20.2.0

Commits

Updates react-native from 0.86.2 to 0.87.0

Release notes

Sourced from react-native's releases.

0.87.0


Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.87.0-rc.4


Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


... (truncated)

Changelog

Sourced from react-native's changelog.

v0.87.0

Breaking

  • Appearance: Fix return type of useColorScheme() hook (now ColorSchemeName | null) (ef6463c25d by @​huntie)
  • Appearance: useColorScheme() no longer returns 'unspecified' (this was always the case, but is a breaking type change) (8ac88f481a by @​huntie)
  • CLI: The react-native/core-cli-utils package is no longer published. It remains available in the React Native repo as a reference implementation. (9c3fddf9cd by @​huntie)
  • Hermes: Remove Legacy Hermes from C++ code (f9476256bd by @​cipolleschi)
  • JavaScript API: Deep imports to 'react-native/src/private/...' have been restricted, and are no longer visible to TypeScript. These subpaths still exist, but do not have type coverage. (142b6172a9 by @​huntie)
  • JavaScript API: The NativeDialogManagerAndroid export is removed. (a793d21a7e by @​huntie)
  • JavaScript API: The Touchable root export (undocumented) is removed. If you are extending Touchable as a type, please use ViewProps instead. (6fbf3062f9 by @​huntie)
  • JavaScript API: react-native/rn-get-polyfills is removed — please use react-native/js-polyfills (package) (b6a535afee by @​huntie)
  • Jest: react-native/jest-preset is removed — all projects must now migrate to react-native/jest-preset (package) (9ee21ddd9b by @​huntie)
  • Legacy Architecture: Compile out RuntimeScheduler_Legacy under RCT_REMOVE_LEGACY_ARCH (d205267a5f by @​christophpurrer)
  • LogBox: Set max font scaling in LogBox to avoid layout breaking (4aef2b0126 by @​pchalupa)
  • Node: Require Node.js >= 22.13.0 (a0d39e7a9c by @​huntie)
  • React Native DevTools: Remove support for connecting to the standalone react-devtools package via WebSocket. Use React Native DevTools instead. (f1971caa44 by @​huntie)
  • Renderer: Remove RawPropsKey prefix and suffix (67381e157f by @​javache)
  • Runtime: Remove the SceneTracker module from Libraries/Utilities, stop setting the active scene from AppRegistry.runApplication, and pass the app key as an optional second argument to WrapperComponentProvider (bbb5be9b41 by @​rubennorte)
  • ScrollView: Remove deprecated boolean values support for ScrollView keyboardShouldPersistTaps (5bf3e38db2 by @​zoontek)
  • StatusBar: Remove deprecated StatusBar backgroundColor / translucent / networkActivityIndicatorVisible props and setBackgroundColor / setTranslucent / setNetworkActivityIndicatorVisible methods (6b45e579d6 by @​zoontek)
  • Strict TypeScript API: Remove legacy NativeMethods and NativeMethodsMixin types (b724611aec by @​huntie)
  • Strict TypeScript API: React Native's default JavaScript API is now the Strict TypeScript API. Use customConditions: ["react-native-legacy-deep-imports"] to opt out. (c948b61c05 by @​huntie)

Android specific

iOS specific

Added

  • Animated: Support native driven AnimatedValue interpolation easing (57ce6bc585 by @​zeyap)
  • Animated: Remove useNativeDriver under featureflag animatedForceNativeDriver (9cf30b6e4b by @​zeyap)
  • Animated: Remove useNativeDriver under featureflag animatedForceNativeDriver (cffe14ff57 by @​zeyap)
  • Animated: Add optimizedAnimatedPropUpdates feature flag (ed96b22af2 by Bartlomiej Bloniarz)
  • Assets: Introduce react-native/asset-utils package (relocates Android path utils for libraries/frameworks) (41d52189e2 by @​huntie)
  • JavaScript API: Deprecate 'react-native/Libraries/Core/InitializeCore'. Use 'react-native/setup-env' instead. (bfa679f0ea by @​huntie)
  • Legacy Architecture: Gate shared C++ and Android Java/Kotlin legacy view manager interop behind RCT_REMOVE_LEGACY_COMPONENT_INTEROP (9885fe95ef by @​christophpurrer)

... (truncated)

Commits
  • 4bc2473 Release 0.87.0
  • 01f752d Release 0.87.0-rc.4
  • 24353da fix(iOS): keep prebuilt Headers/ in place on a Debug/Release swap (#57814)
  • 329f864 fix(swiftpm): persist --config-command so the in-build sync keeps using it (#...
  • 4dd4d31 Write the prebuilt module-map flag to OTHER_CPLUSPLUSFLAGS too (#57742)
  • f3e11c2 Fix compat with extensionless scripts/* imports (#57718)
  • d8b52df SPM: allow overriding the autolinking config command (#57662)
  • 0cacb90 SPM: fix raw Flow type annotations in bare-node scripts (#57660)
  • 034245a fix(iOS): stage Hermes headers in prebuild compose job so ReactNativeHeaders ...
  • b67c5cf Release 0.87.0-rc.3
  • Additional commits viewable in compare view

Updates react-native-gesture-handler from 3.1.0 to 3.2.1

Release notes

Sourced from react-native-gesture-handler's releases.

v3.2.1

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-gesture-handler@v3.2.0...v3.2.1

v3.2.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

... (truncated)

Commits
  • 62f0f7d Release v3.2.1
  • 4716425 Merge branch '3.2-stable' of github.com:software-mansion/react-native-gesture...
  • f0ae48c Update Pressable props (#4421)
  • 5f0f0d8 Forward press handlers as testOnly_* in PressableWithTouchable (#4416)
  • 0a91db7 Release v3.2.0
  • 44046a6 [Android] Resolve the button event dispatcher by react tag (#4415)
  • 2469c1d Derive Pressable pressed state from testOnly_pressed (#4414)
  • 3f1bf74 Clear pending timers on unmount in StatefulPressable (#4413)
  • 50ae6a1 [General] Default GestureDetector moduleId to -1 (#4412)
  • 8b661c9 Implement Pressable based on Touchable (#4411)
  • Additional commits viewable in compare view

Updates react-native-nitro-fetch from 1.5.4 to 1.6.1

Release notes

Sourced from react-native-nitro-fetch's releases.

Release 1.6.1

What's Changed

New Contributors

Full Changelog: margelo/react-native-nitro-fetch@v1.6.0...v1.6.1

Release 1.6.0

  • chore: remove-node-modules (02dc849)
  • fix: make prefetch cache registration atomic and deadlock-free (#162) (f88854d)
  • feat: Opt out of dev tools reporting (#161) (b909263)
  • feat: add tvOS build support (#159) (2185517)
  • fix: stop sending fabricated Sec-WebSocket-Protocol and Origin headers on Android (#158) (a3777ac)
  • fix(ios): share URLCache across fetch transports (#157) (464d9d9)
  • chore: lockfiles (feff260)
  • fix: percent-decode file:// paths consistently on iOS and Android (#153) (2d4cdd8)
Commits
  • 43bd0ab fix: store the auto-prefetch queue encrypted at rest (#165)
  • 5a2de5d fix: import web-streams-polyfill via concrete dist path (#170)
  • 60a2ae4 fix: crash in websockets if closed during handshake (#169)
  • 96704d3 test: cover close() during WebSocket handshake (#163) (#168)
  • cfeb1bd fix: stop sending the internal prefetchKey header to the server (#167)
  • 9ad3674 fix: honor cache directives for streaming requests (#155)
  • 2942b0c chore: lockfiles
  • 02dc849 chore: remove-node-modules
  • f88854d fix: make prefetch cache registration atomic and deadlock-free (#162)
  • b909263 feat: Opt out of dev tools reporting (#161)
  • Additional commits viewable in compare view

Updates react-native-pager-view from 8.0.4 to 9.0.0

Release notes

Sourced from react-native-pager-view's releases.

v9.0.0

Changelog:

  • feat(android): jetpack compose support (#1092) (0a5ab16)

v9.0.0-rc.1

No release notes provided.

v9.0.0-rc.0

No release notes provided.

Commits

Updates react-native-pulsar from 1.6.1 to 1.7.0

Commits
  • 4bb77ed update version befoer release (#190)
  • ea5ce16 fix(ios): resolve Pulsar-Swift.h in local sources + static libraries mode (#189)
  • 3421970 new rn app (#188)
  • 8e4e25c feat(scripts): add example-app bootstrapper (#187)
  • 5c43419 fix(ios): patch fmt base.h to disable consteval under Xcode 26 (#185)
  • 4392d2a update (#186)
  • a1a5f4e ci: add configurable use_local_pulsar parameter to app-build workflows (#183)
  • 4066148 fix(ios): work around fmt 11.0.2 consteval build error on Xcode 26 (#184)
  • 21aa514 chore: make sdk-versions.json the single source of SDK versions (#182)
  • 2a30871 ci(ios): guard RN and Flutter under CocoaPods with and without use_frameworks...
  • Additional commits viewable in compare view

Updates react-native-safe-area-context from 5.8.0 to 5.9.0

Release notes

Sourced from react-native-safe-area-context's releases.

Release 5.9.0

5.9.0 (2026-08-12)

Bug Fixes

  • avoid NotFoundError when the measurement element is already detached (#746) (76dfb06)
  • make nested SafeAreaProvider report its own frame and insets on web (#737) (2fa707d)
  • update insets and frame on window resize on web (#736) (1fe7ec5)

Features

Release 5.8.1

5.8.1 (2026-08-03)

Bug Fixes

  • Move jest/mock into package build (fix TS under RN 0.87) (#745) (b9e2857)
  • skip Fabric SafeAreaView state updates while detached from window (#735) (ae0e83f)

Features

  • upgrade to react-native 0.85.0 with RNTA 5.3.2 (#732) (4d00f52)
Commits
  • f65d4d9 chore: release 5.9.0
  • 76dfb06 fix: avoid NotFoundError when the measurement element is already detached (#746)
  • 2fa707d fix: make nested SafeAreaProvider report its own frame and insets on web (#737)
  • 1fe7ec5 fix: update insets and frame on window resize on web (#736)
  • 42c50a6 feat: Adopt AGP v9 (#733)
  • b3cfc57 chore: release 5.8.1
  • 2f7f2e9 rm tea.yaml
  • b9e2857 fix: Move jest/mock into package build (fix TS under RN 0.87) (#745)
  • ae0e83f fix: skip Fabric SafeAreaView state updates while detached from window (#735)
  • 4d00f52 feat: upgrade to react-native 0.85.0 with RNTA 5.3.2 (#732)
  • Additional commits viewable in compare view

Updates react-native-worklets from 0.10.2 to 0.11.4

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.11.4

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.11.3...worklets-0.11.4

Worklets - 0.11.3

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.11.2...worklets-0.11.3

Worklets - 0.11.2

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.11.1...worklets-0.11.2

Worklets - 0.11.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.11.0...worklets-0.11.1

Worklets - 0.11.0

Key changes

Experimental bytecode worklets in Legacy Eval Mode

Legacy Eval Mode can now optionally evaluate worklets from Hermes bytecode instead of plain code in production builds. This is an opt-in workaround for the Hermes V1 memory issue (software-mansion/react-native-reanimated#9650).

https://docs.swmansion.com/react-native-worklets/docs/worklets-babel-plugin/plugin-options

Other changes

... (truncated)

Commits
  • 06ed7ee release(Worklets): 0.11.4 (#10225)
  • d093aaf fix(Worklets): UI loop not pausing when the app is backgrounded (#10196)
  • 8616206 fix(Worklets): missing autorelease drain on detached worklet threads (#10192)
  • e5ccb1e release(Worklets): 0.11.3
  • 6a426b6 fix(Worklets): don't mutate shared Babel options in plugin (#10032)
  • 470d425 release(Worklets): 0.11.2
  • f20aaac fix(Worklets): networking in Bundle Mode on some setups (#9897)
  • c9c7c17 fix: Prevent crashes on empty worklet source maps in debug builds (#9920)
  • afa43be release(Worklets): 0.11.1
  • 338b87c Changed error to warning in createSerializable unserializable code branch
  • Additional commits viewable in compare view

Updates @react-native-community/cli-platform-android from 20.1.3 to 20.2.0

Release notes

Sourced from @​react-native-community/cli-platform-android's releases.

v20.2.0

Changes

🚀 Features

🐛 Bug Fixes

…pdates

Bumps the react-native group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) | `20.1.3` | `20.2.0` |
| [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native) | `0.86.2` | `0.87.0` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `3.1.0` | `3.2.1` |
| [react-native-nitro-fetch](https://github.com/margelo/react-native-nitro-fetch) | `1.5.4` | `1.6.1` |
| [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | `8.0.4` | `9.0.0` |
| [react-native-pulsar](https://github.com/software-mansion/pulsar) | `1.6.1` | `1.7.0` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.8.0` | `5.9.0` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.10.2` | `0.11.4` |
| [@react-native-community/cli-platform-android](https://github.com/react-native-community/cli/tree/HEAD/packages/platform-android) | `20.1.3` | `20.2.0` |
| [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-platform-ios) | `20.1.3` | `20.2.0` |
| [@react-native/babel-preset](https://github.com/react/react-native/tree/HEAD/packages/react-native-babel-preset) | `0.86.2` | `0.87.0` |
| [@react-native/eslint-config](https://github.com/react/react-native/tree/HEAD/packages/eslint-config-react-native) | `0.86.2` | `0.87.0` |
| [@react-native/eslint-plugin](https://github.com/react/react-native/tree/HEAD/packages/eslint-plugin-react-native) | `0.86.2` | `0.87.0` |
| [@react-native/jest-preset](https://github.com/react/react-native/tree/HEAD/packages/jest-preset) | `0.86.2` | `0.87.0` |
| [@react-native/metro-config](https://github.com/react/react-native/tree/HEAD/packages/metro-config) | `0.86.2` | `0.87.0` |
| [@react-native/typescript-config](https://github.com/react/react-native/tree/HEAD/packages/typescript-config) | `0.86.2` | `0.87.0` |



Updates `@react-native-community/cli` from 20.1.3 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/cli)

Updates `react-native` from 0.86.2 to 0.87.0
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.0/packages/react-native)

Updates `react-native-gesture-handler` from 3.1.0 to 3.2.1
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v3.1.0...v3.2.1)

Updates `react-native-nitro-fetch` from 1.5.4 to 1.6.1
- [Release notes](https://github.com/margelo/react-native-nitro-fetch/releases)
- [Commits](margelo/react-native-nitro-fetch@v1.5.4...v1.6.1)

Updates `react-native-pager-view` from 8.0.4 to 9.0.0
- [Release notes](https://github.com/callstack/react-native-pager-view/releases)
- [Commits](callstack/react-native-pager-view@v8.0.4...v9.0.0)

Updates `react-native-pulsar` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/software-mansion/pulsar/releases)
- [Commits](software-mansion/pulsar@v1.6.1...v1.7.0)

Updates `react-native-safe-area-context` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](appandflow/react-native-safe-area-context@v5.8.0...v5.9.0)

Updates `react-native-worklets` from 0.10.2 to 0.11.4
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-worklets/CHANGELOG.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.11.4/packages/react-native-worklets)

Updates `@react-native-community/cli-platform-android` from 20.1.3 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/platform-android)

Updates `@react-native-community/cli-platform-ios` from 20.1.3 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-platform-ios/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/cli-platform-ios)

Updates `@react-native/babel-preset` from 0.86.2 to 0.87.0
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.0/packages/react-native-babel-preset)

Updates `@react-native/eslint-config` from 0.86.2 to 0.87.0
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.0/packages/eslint-config-react-native)

Updates `@react-native/eslint-plugin` from 0.86.2 to 0.87.0
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.0/packages/eslint-plugin-react-native)

Updates `@react-native/jest-preset` from 0.86.2 to 0.87.0
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.0/packages/jest-preset)

Updates `@react-native/metro-config` from 0.86.2 to 0.87.0
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.0/packages/metro-config)

Updates `@react-native/typescript-config` from 0.86.2 to 0.87.0
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.0/packages/typescript-config)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli"
  dependency-version: 20.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native
  dependency-version: 0.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-gesture-handler
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-nitro-fetch
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-pager-view
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: react-native-pulsar
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-safe-area-context
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-worklets
  dependency-version: 0.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native-community/cli-platform-android"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native-community/cli-platform-ios"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/babel-preset"
  dependency-version: 0.87.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/eslint-config"
  dependency-version: 0.87.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/eslint-plugin"
  dependency-version: 0.87.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/jest-preset"
  dependency-version: 0.87.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/metro-config"
  dependency-version: 0.87.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/typescript-config"
  dependency-version: 0.87.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants