Skip to content
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

Bump the production-dependencies group across 1 directory with 18 updates #299

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the production-dependencies group with 18 updates in the / directory:

Package From To
@octokit/rest 21.0.2 21.1.0
@react-native-async-storage/async-storage 2.1.0 2.1.1
@react-native-clipboard/clipboard 1.15.0 1.16.1
@reduxjs/toolkit 2.5.0 2.5.1
@shopify/flash-list 1.7.2 1.7.3
expo 52.0.19 52.0.28
fuse.js 7.0.0 7.1.0
i18next 24.1.2 24.2.2
react-i18next 15.2.0 15.4.0
react-native-localize 3.3.0 3.4.1
react-native-paper 5.12.5 5.13.1
react-native-paper-dates 0.22.28 0.22.33
react-native-reanimated 3.16.5 3.16.7
react-native-safe-area-context 5.0.0 5.2.0
react-native-screens 4.3.0 4.6.0
react-native-svg 15.10.1 15.11.1
styled-components 6.1.13 6.1.14
uuid 11.0.3 11.0.5

Updates @octokit/rest from 21.0.2 to 21.1.0

Release notes

Sourced from @​octokit/rest's releases.

v21.1.0

21.1.0 (2025-01-08)

Features

  • new endpoints, bump Octokit deps to fix Deno (#477) (908b1c8)
Commits
  • 908b1c8 feat: new endpoints, bump Octokit deps to fix Deno (#477)
  • 751b522 chore(deps): update dependency fetch-mock to v12 (#470)
  • 5ad12fd chore(deps): update dependency @​types/node to v22 (#472)
  • c88980a ci(action): update actions/checkout digest to 11bd719 (#469)
  • 94443df ci(action): update actions/checkout digest to eef6144 (#467)
  • c59fcf6 chore(deps): update dependency @​octokit/tsconfig to v4 (#464)
  • 2f97e4c build(deps): Bump body-parser and express (#465)
  • 2dec6cc chore(deps): update dependency esbuild to ^0.24.0 (#463)
  • See full diff in compare view

Updates @react-native-async-storage/async-storage from 2.1.0 to 2.1.1

Release notes

Sourced from @​react-native-async-storage/async-storage's releases.

@​react-native-async-storage/async-storage@​2.1.1

Patch Changes

  • 5042047: Mark some methods as nonnull
Commits

Updates @react-native-clipboard/clipboard from 1.15.0 to 1.16.1

Commits

Updates @reduxjs/toolkit from 2.5.0 to 2.5.1

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.5.1

This bugfix release fixes a logic issue with the new upsertQueryEntries util that sometimes kept entries in a pending state indefinitely.

Changelog

upsertQueryEntries fixes

Users reported that in some cases, use of upsertQueryEntries to insert RTKQ cache entries prevented any further refetches of that data from happening. After investigation, we found a logic mismatch for how we handle upserts vs the existing upsertQueryData util, which meant that sometimes the entry would be left in a pending state expecting a fulfilled action from a request ID that would never happen.

This release fixes that issue and ensures the updates and refetches happen correctly.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.5.0...v2.5.1

Commits

Updates @shopify/flash-list from 1.7.2 to 1.7.3

Release notes

Sourced from @​shopify/flash-list's releases.

v1.7.3

What's Changed

New Contributors

Full Changelog: Shopify/flash-list@v1.7.2...v1.7.3

Changelog

Sourced from @​shopify/flash-list's changelog.

[1.7.3] - 2025-01-30

Commits

Updates expo from 52.0.19 to 52.0.28

Changelog

Sourced from expo's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Replace inferred rest spread arguments types (and other inferred types) for changes in newer TypeScript versions. (#34132 by @​kitten)

💡 Others

  • Remove "shortcut" from rel="icon" from favicon injection. (#33696 by @​EvanBacon)
  • Fixed compatibility for React Native 0.78 nightlies. (#33718 by @​kudo)
  • Added a debug only warning and style for zero height DOM components. (#34375 by @​kudo)
  • [Android] Started using expo modules gradle plugin. (#34176 by @​lukmccall)
  • [apple] Migrate remaining expo-module.config.json to unified platform syntax. (#34445 by @​reichhartd)

52.0.23 - 2024-12-24

This version does not introduce any user-facing changes.

52.0.22 - 2024-12-24

This version does not introduce any user-facing changes.

52.0.21 - 2024-12-19

This version does not introduce any user-facing changes.

52.0.20 - 2024-12-19

This version does not introduce any user-facing changes.

Commits

Updates fuse.js from 7.0.0 to 7.1.0

Release notes

Sourced from fuse.js's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: krisk/Fuse@v7.0.0...v7.1.0

Changelog

Sourced from fuse.js's changelog.

7.1.0 (2025-02-03)

Features

  • add ignore diacritics (e0fcdb1)
  • add option to ignore diacritics (fb012b7)

Bug Fixes

Commits
  • 8119c18 chore(release): 7.1.0
  • ef16371 Merge branch 'ignore-diacritics'
  • e0fcdb1 feat: add ignore diacritics
  • d89d15e chore: clarify index support
  • ef34425 docs: document input to parseIndex explicitly
  • 72b6e25 fix(typescript): clarify input to parseIndex
  • 4e30d3e Update CHANGELOG.md, fix typos
  • 40e27de chore: update copyright year
  • 47e4d67 chore: add sponsor
  • d753d85 docs: add litslink
  • Additional commits viewable in compare view

Updates i18next from 24.1.2 to 24.2.2

Release notes

Sourced from i18next's releases.

v24.2.2

  • fix: Interpolation fails with arrays (TypeError) and doesn't work with objects in defaultValue 1829

v24.2.1

  • Standardize null/undefined checks across codebase 2275
  • fix(typescript): make TFunction augmentable again 2279, fixes 2278

v24.2.0

  • feat(typescript): Add strictKeyChecks option to enforce checking key existence when defaultValue is used 2274, fixes 2043
Changelog

Sourced from i18next's changelog.

24.2.2

  • fix: Interpolation fails with arrays (TypeError) and doesn't work with objects in defaultValue 1829

24.2.1

  • Standardize null/undefined checks across codebase 2275
  • fix(typescript): make TFunction augmentable again 2279, fixes 2278

24.2.0

  • feat(typescript): Add strictKeyChecks option to enforce checking key existence when defaultValue is used 2274, fixes 2043
Commits

Updates react-i18next from 15.2.0 to 15.4.0

Changelog

Sourced from react-i18next's changelog.

15.4.0

feat: add meta with codes on warnings to allow conditional logging 1826

15.3.0

Uses the i18next logger instead of the default console logger, if there is a valid i18next instance. Now the debug i18next option is respected, and you can also inject your own logger module: https://www.i18next.com/misc/creating-own-plugins#logger

Commits

Updates react-native-localize from 3.3.0 to 3.4.1

Release notes

Sourced from react-native-localize's releases.

3.4.1

  • Don't include react-native-builder-bob emitted package.json in the release (fix #289)
  • Add openAppLanguageSettings to the test mock

3.4.0

New Contributors

Commits

Updates react-native-paper from 5.12.5 to 5.13.1

Release notes

Sourced from react-native-paper's releases.

Release 5.13.1

5.13.1 (2025-01-10)

Release 5.13.0

5.13.0 (2025-01-09)

Features

Commits

Updates react-native-paper-dates from 0.22.28 to 0.22.33

Release notes

Sourced from react-native-paper-dates's releases.

Release 0.22.33

What's Changed

Full Changelog: web-ridge/react-native-paper-dates@v0.22.32...v0.22.33

Release 0.22.32

What's Changed

Full Changelog: web-ridge/react-native-paper-dates@v0.22.31...v0.22.32

Release 0.22.31

What's Changed

Full Changelog: web-ridge/react-native-paper-dates@v0.22.30...v0.22.31

Release 0.22.30

What's Changed

Full Changelog: web-ridge/react-native-paper-dates@v0.22.29...v0.22.30

Release 0.22.29

What's Changed

New Contributors

Full Changelog: web-ridge/react-native-paper-dates@v0.22.28...v0.22.29

Commits
  • a769dab chore: release 0.22.33
  • 9a0836f Merge pull request #452 from web-ridge/fix-save-label-truncation-android
  • a5fe374 Fix linting error
  • b883a66 Fixed issue where android truncates longer button labels
  • f5261e5 chore: release 0.22.32
  • f32b8ea Merge pull request #451 from web-ridge/minor-fixes
  • cd01fbb Fix warning and android issue where save label gets truncated
  • 193debd chore: release 0.22.31
  • 953fadd Merge pull request #450 from web-ridge/react-native-76
  • 36e577f Update node version to LTS
  • Additional commits viewable in compare view

Updates react-native-reanimated from 3.16.5 to 3.16.7

Release notes

Sourced from react-native-reanimated's releases.

3.16.7

What's changed

3.16.6

What's changed

Commits
  • 8a7d4c8 Bump version to 3.16.7
  • 684c0c3 Add missing null-check to findHostInstanceFastPath (#6884)
  • b9e55ed Compatibility with 0.77 for findHostInstance (#6883)
  • 49f5db1 Workaround for V8EXECUTOR_LIB NOTFOUND error in worklets CMakeLists.txt (#6603)
  • eb62ecb Fix typo
  • e2f3705 Use COPY_CAPTURE_WITH_THIS
  • 687cc08 Use JSCallInvoker instead of RuntimeExecutor
  • 8a18aff Remove CoreFeatures.h include (#6875)
  • 95dc926 Remove shouldYield commit option (#6876)
  • 161f50e Add comment for canOverrideExistingModule in ReactModuleInfo constructor ...
  • Additional commits viewable in compare view

Updates react-native-safe-area-context from 5.0.0 to 5.2.0

Release notes

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

Release 5.2.0

5.2.0 (2025-02-03)

Release 5.2.0-beta.0

5.2.0-beta.0 (2025-01-24)

Release to support RN 0.78, contains breaking changes for new arch.

Features

Release 5.1.0

5.1.0 (2025-01-08)

Fix compat with RN 0.77

Commits

Updates react-native-screens from 4.3.0 to 4.6.0

Release notes

Sourced from react-native-screens's releases.

4.6.0

What's Changed

Minor release providing few important fixes, including these for pressables on new architecture and FullWindowOverlay.

⚠️ Deprecations

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-screens@4.5.0...4.6.0

4.6.0-beta.1

What's Changed

These changes are relative to beta.0

⚠️ Deprecations

... (truncated)

Commits
  • a8ae962 Release 4.6.0
  • 8982286 chore: bump react-navigation submodule version (#2658)
  • a8f1be3 Release 4.6.0-beta.1
  • ec7afd0 fix(Android): fix draw ordering in transparent modal & stack nested in tabs i...
  • c0b5586 fix(Android): Restore focus on page transitions (#2640)
  • 9d9e797 chore(CI): fix linting (#2645)
  • ea56038 chore: fix code editing (add dev dependency on eslint-plugin-ft-flow (#2644)
  • 0f411ac fix(iOS,Fabric): fix invalid position of FullWindowOverlay in certain scenari...
  • 4bfc959 chore(types): update information on nested stack rendering support (#2639)
  • 3c589b1 refactor(iOS): update view controller once per transaction when adding header...
  • Additional commits viewable in compare view

Updates react-native-svg from 15.10.1 to 15.11.1

Release notes

Sourced from react-native-svg's releases.

v15.11.1

Hotfix for v15.11.0 where the podspec was corrupted due to missing scripts folder in package.

What's Changed

Full Changelog: software-mansion/react-native-svg@v15.11.0...v15.11.1

v15.11.0

Get ready for [email protected], which includes some minor fixes and improvements. On the new architecture, onLayout will now fire only once and provide the correct dimensions.

What's Changed

New Contributors

Full Changelog: software-mansion/react-native-svg@v15.10.1...v15.11.0

Commits

…ates

Bumps the production-dependencies group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@octokit/rest](https://github.com/octokit/rest.js) | `21.0.2` | `21.1.0` |
| [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/default-storage-backend) | `2.1.0` | `2.1.1` |
| [@react-native-clipboard/clipboard](https://github.com/react-native-clipboard/clipboard) | `1.15.0` | `1.16.1` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.5.0` | `2.5.1` |
| [@shopify/flash-list](https://github.com/Shopify/flash-list) | `1.7.2` | `1.7.3` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `52.0.19` | `52.0.28` |
| [fuse.js](https://github.com/krisk/Fuse) | `7.0.0` | `7.1.0` |
| [i18next](https://github.com/i18next/i18next) | `24.1.2` | `24.2.2` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.2.0` | `15.4.0` |
| [react-native-localize](https://github.com/zoontek/react-native-localize) | `3.3.0` | `3.4.1` |
| [react-native-paper](https://github.com/callstack/react-native-paper) | `5.12.5` | `5.13.1` |
| [react-native-paper-dates](https://github.com/web-ridge/react-native-paper-dates) | `0.22.28` | `0.22.33` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `3.16.5` | `3.16.7` |
| [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | `5.0.0` | `5.2.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.3.0` | `4.6.0` |
| [react-native-svg](https://github.com/react-native-community/react-native-svg) | `15.10.1` | `15.11.1` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.13` | `6.1.14` |
| [uuid](https://github.com/uuidjs/uuid) | `11.0.3` | `11.0.5` |



Updates `@octokit/rest` from 21.0.2 to 21.1.0
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v21.0.2...v21.1.0)

Updates `@react-native-async-storage/async-storage` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/react-native-async-storage/async-storage/releases)
- [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/[email protected]/packages/default-storage-backend)

Updates `@react-native-clipboard/clipboard` from 1.15.0 to 1.16.1
- [Release notes](https://github.com/react-native-clipboard/clipboard/releases)
- [Changelog](https://github.com/react-native-clipboard/clipboard/blob/master/.releaserc)
- [Commits](react-native-clipboard/clipboard@v1.15.0...v1.16.1)

Updates `@reduxjs/toolkit` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.5.0...v2.5.1)

Updates `@shopify/flash-list` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/Shopify/flash-list/releases)
- [Changelog](https://github.com/Shopify/flash-list/blob/main/CHANGELOG.md)
- [Commits](Shopify/flash-list@v1.7.2...v1.7.3)

Updates `expo` from 52.0.19 to 52.0.28
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `fuse.js` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md)
- [Commits](krisk/Fuse@v7.0.0...v7.1.0)

Updates `i18next` from 24.1.2 to 24.2.2
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v24.1.2...v24.2.2)

Updates `react-i18next` from 15.2.0 to 15.4.0
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.2.0...v15.4.0)

Updates `react-native-localize` from 3.3.0 to 3.4.1
- [Release notes](https://github.com/zoontek/react-native-localize/releases)
- [Commits](zoontek/react-native-localize@3.3.0...3.4.1)

Updates `react-native-paper` from 5.12.5 to 5.13.1
- [Release notes](https://github.com/callstack/react-native-paper/releases)
- [Changelog](https://github.com/callstack/react-native-paper/blob/main/.release-it.json)
- [Commits](callstack/react-native-paper@v5.12.5...v5.13.1)

Updates `react-native-paper-dates` from 0.22.28 to 0.22.33
- [Release notes](https://github.com/web-ridge/react-native-paper-dates/releases)
- [Commits](web-ridge/react-native-paper-dates@v0.22.28...v0.22.33)

Updates `react-native-reanimated` from 3.16.5 to 3.16.7
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/3.16.7/packages/react-native-reanimated)

Updates `react-native-safe-area-context` from 5.0.0 to 5.2.0
- [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v5.0.0...v5.2.0)

Updates `react-native-screens` from 4.3.0 to 4.6.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.3.0...4.6.0)

Updates `react-native-svg` from 15.10.1 to 15.11.1
- [Release notes](https://github.com/react-native-community/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.10.1...v15.11.1)

Updates `styled-components` from 6.1.13 to 6.1.14
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/[email protected])

Updates `uuid` from 11.0.3 to 11.0.5
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.3...v11.0.5)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@react-native-async-storage/async-storage"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-native-clipboard/clipboard"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@shopify/flash-list"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: expo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fuse.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-localize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-paper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-paper-dates
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-reanimated
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-safe-area-context
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-screens
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-svg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-23d380a2fc branch February 17, 2025 21:53
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
Status: Done
Development

Successfully merging this pull request may close these issues.

0 participants