Bump @babel/runtime from 7.21.0 to 7.27.0 in /Example#584
Merged
computerjazz merged 1 commit intomainfrom Apr 4, 2025
Merged
Conversation
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.27.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
thai99hanoi
added a commit
to thai99hanoi/react-native-draggable-flatlist
that referenced
this pull request
Jul 3, 2025
…erjazz#584)" This reverts commit d700c26.
molchanovskiy
added a commit
to molchanovskiy/react-native-draggable-flatlist
that referenced
this pull request
Jul 24, 2025
commit 5a9291d Author: Froredion <72370451+Froredion@users.noreply.github.com> Date: Sun Apr 27 10:01:19 2025 +0800 final compatibility fix for SDK 52 commit 209b36a Author: Froredion <72370451+Froredion@users.noreply.github.com> Date: Sun Apr 27 00:46:27 2025 +0800 compatibility for SDK 52 v2 commit 215f53c Author: Froredion <72370451+Froredion@users.noreply.github.com> Date: Sun Apr 27 00:36:48 2025 +0800 compatibility for SDK 52 commit 2cf9a7e Merge: 892db96 debd2ca Author: Arpit Verma <111184979+arpitv96171@users.noreply.github.com> Date: Wed Apr 23 13:38:22 2025 +0100 Merge branch 'main' into upgrade-reanimated-3xx commit debd2ca Author: Daniel Merrill <daniel.r.merrill@gmail.com> Date: Tue Apr 8 15:43:25 2025 -0700 Update README.md commit 6ccfab5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Apr 3 18:35:24 2025 -0700 Bump @babel/helpers from 7.18.2 to 7.27.0 in /Example (computerjazz#582) Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.18.2 to 7.27.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit d31aa63 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Apr 3 18:35:13 2025 -0700 Bump nanoid from 3.3.4 to 3.3.11 in /Example (computerjazz#583) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.4 to 3.3.11. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.4...3.3.11) --- updated-dependencies: - dependency-name: nanoid dependency-version: 3.3.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit d700c26 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Apr 3 18:35:02 2025 -0700 Bump @babel/runtime from 7.21.0 to 7.27.0 in /Example (computerjazz#584) Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.27.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit d733391 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Apr 3 13:40:50 2025 -0700 Bump body-parser from 1.20.2 to 1.20.3 in /Example (computerjazz#554) Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 763a7b6 Author: computerjazz <daniel.r.merrill@gmail.com> Date: Thu Apr 3 13:38:49 2025 -0700 v4.0.2 commit e38a361 Author: Elliott Kember <elliott.kember@gmail.com> Date: Thu Mar 27 07:45:03 2025 +1300 Tried to modify key current of an object which has been already passed to a worklet (computerjazz#551) * Apply patches from computerjazz#539 * Incorporate changes from https://github.com/computerjazz/react-native-draggable-flatlist/issues/539\#issuecomment-2507728809 commit 892db96 Author: Arpit Verma <arpitverma101967@gmail.com> Date: Thu Sep 5 13:48:18 2024 +0100 [fix]: upgrading to expo 49 commit 63cc23a Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:12:49 2024 +0100 [fix]: revert more not needed changes commit 7b00c4c Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:11:30 2024 +0100 [fix]: revert more not needed changes commit 64d9d3f Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:11:07 2024 +0100 [fix]: revert more not needed changes commit 7bf05fc Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:09:46 2024 +0100 [fix]: revert more not needed changes commit cf5ccf0 Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:05:53 2024 +0100 [fix]: revert not required changes commit 617ee7c Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 23:03:10 2024 +0100 [fix]: revert example to expo 48 commit 3bc9de5 Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 22:43:20 2024 +0100 [fix]: remove unused code commit 9939196 Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 22:42:18 2024 +0100 [fix]: remove experimental property commit 8d2e44d Author: Arpit Verma <arpitverma101967@gmail.com> Date: Wed Sep 4 22:31:15 2024 +0100 [fix]: upgrade to reanimated 3.x.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @babel/runtime from 7.21.0 to 7.27.0.
Release notes
Sourced from
@babel/runtime's releases.... (truncated)
Changelog
Sourced from
@babel/runtime's changelog.... (truncated)
Commits
5c350eav7.27.0ca4865aFix: align behaviour to tscrewriteRelativeImportExtensions(#17118)e1ce99dv7.26.10d5952e8Fix processing of replacement pattern with named capture groups (#17173)64bca7bv7.26.92d95140v7.26.763d3038v7.26.0b07957ev7.25.9af91759fix: Accidentally publishing useless files (#16917)2533cfbv7.25.7Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.