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 react-native-pager-view from 5.4.25 to 6.2.3 in /login-workflow #309

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps react-native-pager-view from 5.4.25 to 6.2.3.

Release notes

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

v6.2.3

  • fix(ios): Use install_modules_dependencies in the podspec (#796) (8dee28a)
  • fix(android): add buildFeatures.buildConfig on for AGP8+ compatibility (#790) (276101d)

v6.2.2

What's Changed

New Contributors

Full Changelog: callstack/react-native-pager-view@v6.2.1...v6.2.2

v6.2.1

  • gitignore update (2c72ac4)
  • fix(ios): return when user navigates to the same page (#760) (28973cc)
  • fix(ios): rename setScrollEnabled to setScrollEnabledImperatively on old arch (#761) (a03e44e)
  • chore(deps): bump activesupport from 6.1.7.3 to 6.1.7.6 in /example (#758) (b962980)
  • chore(deps): bump activesupport in /fabricexample (#759) (53b66be)
  • feat(chore): registration compat for 0.68/0.69 (#753) (9c662b1)
  • feat(android): 🌟 add support for React Native 0.73 (#736) (45d4530)
  • chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.7 in /example (#755) (5790904)
  • chore: add test id to the example (#731) (de2c067)
  • chore(deps): bump vm2 from 3.9.17 to 3.9.19 (#728) (dc65cd0)
  • chore(deps): bump fast-xml-parser from 4.2.2 to 4.2.4 in /example (#735) (f882dd8)
  • chore(deps): bump semver from 5.7.1 to 5.7.2 in /example (#741) (6013bf7)
  • chore(deps): bump semver from 5.7.1 to 5.7.2 in /fabricexample (#742) (c7b91a0)
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#747) (6fcbd2b)
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /example (#748) (ec80ed4)
  • chore: upgrade example to 71 (#725) (2946c1c)
  • chore(ci): E2E setup (#716) (e1dd3ef)
  • fix(android): stop debouncing onPageSelected (#719) (16173bd)
  • Merge pull request #717 from callstack/feat/@​okwasniewski/locale (9b4b87e)
  • feat: add button to quickly switch layout direction (d292995)
  • Fix issues reported by QA (#715) (e9e9f36)
  • Merge pull request #711 from callstack/fix-safe-area (3d00044)
  • apply suggestions and fix fabric examples (9a37131)
  • remove unnecessary ignore (f9a96c3)
  • fix @​types/react (7dacf41)
  • ignore error (31d5b31)
  • chore: update @​type/react in root folder (16ff477)
  • fix: safe area in examples (05d6a05)
  • chore: update @​type/react (d1555ee)

... (truncated)

Commits
  • 7c30957 Release 6.2.3
  • 8dee28a fix(ios): Use install_modules_dependencies in the podspec (#796)
  • 276101d fix(android): add buildFeatures.buildConfig on for AGP8+ compatibility (#790)
  • e5a2f7e chore(deps): bump @​babel/traverse from 7.21.5 to 7.23.2 (#780)
  • df62869 chore(deps): bump @​babel/traverse from 7.21.5 to 7.23.2 in /example (#781)
  • a60cf4d chore(deps): bump react-devtools-core from 4.28.0 to 4.28.4 in /example (#782)
  • c62dec7 Release 6.2.2
  • 09761d7 Merge pull request #777 from osdnk/@​osdnk/bump-rm-0.72.5
  • bff84c1 fix: bump hermes
  • 858681a fix: podfile for the old arch
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-native-pager-view](https://github.com/callstack/react-native-pager-view) from 5.4.25 to 6.2.3.
- [Release notes](https://github.com/callstack/react-native-pager-view/releases)
- [Changelog](https://github.com/callstack/react-native-pager-view/blob/master/release-it.json)
- [Commits](callstack/react-native-pager-view@v5.4.25...v6.2.3)

---
updated-dependencies:
- dependency-name: react-native-pager-view
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the external-dependency Depends on an upstream package or library label Jan 1, 2024
@dependabot dependabot bot requested a review from joebochill as a code owner January 1, 2024 18:41
@github-actions github-actions bot added the brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering label Jan 1, 2024
@ektaghag-eaton ektaghag-eaton merged commit 41243a9 into dev Jan 2, 2024
4 checks passed
@ektaghag-eaton ektaghag-eaton deleted the dependabot/npm_and_yarn/login-workflow/dev/react-native-pager-view-6.2.3 branch January 2, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering external-dependency Depends on an upstream package or library
Development

Successfully merging this pull request may close these issues.

1 participant