Skip to content

Installing dependencies via yarn produces the following warnings #845

@zancas

Description

@zancas
yarn
yarn install v1.22.22
info No lockfile found.
[1/4] Resolving packages...
warning @react-native/codegen > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning @react-native/codegen > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning patch-package > rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
warning patch-package > rimraf > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning react-native > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning react-native > babel-jest > babel-plugin-istanbul > test-exclude > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning react-native > @react-native/community-cli-plugin > @react-native/dev-middleware > chromium-edge-launcher > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning react-native > @react-native/community-cli-plugin > @react-native/dev-middleware > chromium-edge-launcher > rimraf > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning react-native-picker-select > lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
warning react-native-qrcode-svg > text-encoding@0.7.0: no longer maintained
warning react-native-toastier > @types/react-native@0.73.0: This is a stub types definition. react-native provides its own type definitions, so you do not need this installed.
warning Resolution field "@react-native/codegen@0.78.0" is incompatible with requested version "@react-native/codegen@0.79.2"
warning react-native-toastier > @types/react-native > react-native > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning @react-native-community/cli > @react-native-community/cli-tools > sudo-prompt@9.2.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning @types/i18n-js@4.0.1: This is a stub types definition. i18n-js provides its own type definitions, so you do not need this installed.
warning @types/react-native@0.73.0: This is a stub types definition. react-native provides its own type definitions, so you do not need this installed.
warning @types/react-native-keychain@3.1.0: This is a stub types definition. react-native-keychain provides its own type definitions, so you do not need this installed.
warning detox > glob@8.1.0: Glob versions prior to v9 are no longer supported
warning detox > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning detox > bunyan > mv > rimraf@2.4.5: Rimraf versions prior to v4 are no longer supported
warning detox > bunyan > mv > rimraf > glob@6.0.4: Glob versions prior to v9 are no longer supported
warning detox > bunyan > mv > rimraf > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning detox > tempfile > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
warning eslint > file-entry-cache > flat-cache > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning eslint > @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
warning eslint > @humanwhocodes/config-array > @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
warning jest > @jest/core > jest-config > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning jest > @jest/core > jest-runtime > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning jest > @jest/core > @jest/reporters > glob@7.2.3: Glob versions prior to v9 are no longer supported
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@react-navigation/bottom-tabs > @react-navigation/elements@2.4.2" has incorrect peer dependency "@react-navigation/native@^7.1.9".
warning " > react-native-context-menu-view@1.17.0" has incorrect peer dependency "react@^16.8.1 || ^17.0.0 || ^18.0.0".
warning "detox > @wix-pilot/detox@1.0.11" has unmet peer dependency "expect@29.x.x || 28.x.x || ^27.2.5".
warning Workspaces can only be enabled in private projects.
warning Workspaces can only be enabled in private projects.
warning Workspaces can only be enabled in private projects.
warning Workspaces can only be enabled in private projects.
warning Workspaces can only be enabled in private projects.
[4/4] Building fresh packages...
success Saved lockfile.
$ patch-package
patch-package 8.0.0
Applying patches...
@react-native-community/netinfo@11.4.1 ✔
@react-native-picker/picker@2.11.0 ✔
react-native-barcode-zxing-scan@1.0.2 ✔
react-native-biometrics@3.0.1 ✔
react-native-device-info@14.0.4 ✔
react-native-fs@2.20.0 ✔
react-native-gesture-handler@2.25.0 ✔
react-native-reanimated@3.17.2 ✔
react-native-reanimated@3.17.3 ✔
react-native-safe-area-context@5.3.0 ✔
react-native-screens@4.10.0 ✔
react-native-svg@15.11.2 ✔
Done in 42.86s.

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency file

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions