{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":51905353,"defaultBranch":"main","name":"arrow","ownerLogin":"apache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-02-17T08:00:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714946176.0","currentOid":""},"activityList":{"items":[{"before":"ea46ad29fb45d0bd7321f52082302e9dee0525dc","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/js/swc/helpers-0.5.11","pushedAt":"2024-05-05T21:56:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"7cd9c6fbd313c9afa0673d85415a84fd199951c9","after":"2ba129f0a28e0ec93c7f383a64c54bef24e26f59","ref":"refs/heads/main","pushedAt":"2024-05-05T21:56:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"MINOR: [JS] Bump @swc/helpers from 0.5.10 to 0.5.11 in /js (#41486)\n\nBumps [@ swc/helpers](https://github.com/swc-project/swc) from 0.5.10 to 0.5.11.\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@ swc/helpers&package-manager=npm_and_yarn&previous-version=0.5.10&new-version=0.5.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@ dependabot rebase` will rebase this PR\n- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@ dependabot merge` will merge this PR after your CI passes on it\n- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@ dependabot reopen` will reopen this PR if it is closed\n- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@ 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)\n- `@ 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)\n- `@ 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)\n\n
\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"MINOR: [JS] Bump @swc/helpers from 0.5.10 to 0.5.11 in /js (#41486)"}},{"before":"e7f5f810ac1235ee835a6ec62fb25d2f05e5d542","after":"7cd9c6fbd313c9afa0673d85415a84fd199951c9","ref":"refs/heads/main","pushedAt":"2024-05-03T23:17:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lidavidm","name":"David Li","path":"/lidavidm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/327919?s=80&v=4"},"commit":{"message":"GH-41534: [Go] Fix mem leak importing 0 length C Array (#41535)\n\n\n\n### What changes are included in this PR?\nIf the `imp.alloc.bufCount` is 0, indicating we did not import any buffers from the provided C ArrowArray object, then we are free to not only call the release callback (which we already do) but also we need to free the temp ArrowArray we allocated to move the source to.\n\nThis was uncovered by https://github.com/apache/arrow-adbc/pull/1808\n* GitHub Issue: #41534\n\nAuthored-by: Matt Topol \nSigned-off-by: David Li ","shortMessageHtmlLink":"GH-41534: [Go] Fix mem leak importing 0 length C Array (#41535)"}},{"before":"493d456d8c6eff21659dc87a2dee32abd0be5ffd","after":"e7f5f810ac1235ee835a6ec62fb25d2f05e5d542","ref":"refs/heads/main","pushedAt":"2024-05-03T18:46:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sgilmore10","name":"Sarah Gilmore","path":"/sgilmore10","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74676073?s=80&v=4"},"commit":{"message":"GH-41531: [MATLAB][Packaging] Bump `matlab-actions/setup-matlab` and `matlab-actions/run-command` from `v1` to `v2` in the `crossbow` job (#41532)\n\n### Rationale for this change\n\nI noticed `dev/tasks/matlab/github.yml` is still using `matlab-actions/setup-matlab@ v1`, which is no longer supported. See this [log](https://github.com/ursacomputing/crossbow/actions/runs/8928507510/job/24524230971#step:4:11) file. We should use `matlab-actions/setup-matlab@ v2` instead. We should also use `matlab-actions/run-command@ v2` instead of `matlab-actions/run-command@ v1`.\n\n### What changes are included in this PR?\n\n1. Replaced `matlab-actions/setup-matlab@ v1` with `matlab-actions/setup-matlab@ v2` in `dev/tasks/matlab/github.yml`\n\n2. Replaced `matlab-actions/run-command@ v1` with `matlab-actions/run-command@ v2` in `dev/tasks/matlab/github.yml`\n\n### Are these changes tested?\n\nN/A (I will trigger a crossbow job to verify the packaging workflow works as expected still). \n\n### Are there any user-facing changes?\n\nNo.\n\n* GitHub Issue: #41531\n\nAuthored-by: Sarah Gilmore \nSigned-off-by: Sarah Gilmore ","shortMessageHtmlLink":"GH-41531: [MATLAB][Packaging] Bump matlab-actions/setup-matlab and …"}},{"before":"2b0647230536ffb2fd2d59af11acdb4674ed44c3","after":"493d456d8c6eff21659dc87a2dee32abd0be5ffd","ref":"refs/heads/main","pushedAt":"2024-05-03T18:43:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sgilmore10","name":"Sarah Gilmore","path":"/sgilmore10","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74676073?s=80&v=4"},"commit":{"message":"GH-41507: [MATLAB][CI] Pass `strict: true` to `matlab-actions/run-tests@v2` (#41530)\n\n### Rationale for this change\n\nThe MATLAB CI jobs should fail if any one of the unit tests issues a `warning`. Currently, the MATLAB CI jobs only fail if there is a verification failure. Passing the argument `strict: true` to `matlab-actions/run-tests@ v2` will ensure MATLAB jobs will fail if a test warning is issued.\n\nSee the [`matlab-actions/run-tests@ v2` documentation](https://github.com/matlab-actions/run-tests/?tab=readme-ov-file#run-matlab-tests) for more details.\n\n### What changes are included in this PR?\n\n1. Pass `strict: true` argument to `matlab-actions/setup-matlab@ v2`\n\n### Are these changes tested?\n\nN/A (relying on existing tests).\n\n### Are there any user-facing changes?\n\nNo.\n\n* GitHub Issue: #41507\n\nAuthored-by: Sarah Gilmore \nSigned-off-by: Sarah Gilmore ","shortMessageHtmlLink":"GH-41507: [MATLAB][CI] Pass strict: true to `matlab-actions/run-tes…"}},{"before":"37c4cb180d55a8410ff6032aae3d4b5a684c64dd","after":"66740281446322b84c3ddfa62600c5e65b8e4f6e","ref":"refs/heads/dependabot/go_modules/go/modernc.org/sqlite-1.29.8","pushedAt":"2024-05-03T16:37:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"MINOR: [Go] Bump modernc.org/sqlite from 1.29.6 to 1.29.8 in /go\n\nBumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.29.6 to 1.29.8.\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.6...v1.29.8)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"MINOR: [Go] Bump modernc.org/sqlite from 1.29.6 to 1.29.8 in /go"}},{"before":"95d38e279471815dc895ad8c46c46aaf88064eac","after":null,"ref":"refs/heads/dependabot/go_modules/go/google.golang.org/protobuf-1.34.0","pushedAt":"2024-05-03T16:36:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zeroshade","name":"Matt Topol","path":"/zeroshade","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/555095?s=80&v=4"}},{"before":"56437409d1f99852a6b9486b1620c3ed12ff3e5c","after":"2b0647230536ffb2fd2d59af11acdb4674ed44c3","ref":"refs/heads/main","pushedAt":"2024-05-03T16:36:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zeroshade","name":"Matt Topol","path":"/zeroshade","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/555095?s=80&v=4"},"commit":{"message":"MINOR: [Go] Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /go (#41513)\n\nBumps google.golang.org/protobuf from 1.33.0 to 1.34.0.\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.33.0&new-version=1.34.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@ dependabot rebase` will rebase this PR\n- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@ dependabot merge` will merge this PR after your CI passes on it\n- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@ dependabot reopen` will reopen this PR if it is closed\n- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@ 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)\n- `@ 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)\n- `@ 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)\n\n
\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Matt Topol ","shortMessageHtmlLink":"MINOR: [Go] Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in …"}},{"before":"154bdb86552f02a50b21c4019600aee35b95a3fa","after":null,"ref":"refs/heads/dependabot/go_modules/go/github.com/hamba/avro/v2-2.21.1","pushedAt":"2024-05-03T16:36:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zeroshade","name":"Matt Topol","path":"/zeroshade","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/555095?s=80&v=4"}},{"before":"cc9e65fb80db2e2d706b1776c52a88bb1c983533","after":"56437409d1f99852a6b9486b1620c3ed12ff3e5c","ref":"refs/heads/main","pushedAt":"2024-05-03T16:36:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zeroshade","name":"Matt Topol","path":"/zeroshade","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/555095?s=80&v=4"},"commit":{"message":"MINOR: [Go] Bump github.com/hamba/avro/v2 from 2.20.1 to 2.21.1 in /go (#41512)\n\nBumps [github.com/hamba/avro/v2](https://github.com/hamba/avro) from 2.20.1 to 2.21.1.\n
\nRelease notes\n

Sourced from github.com/hamba/avro/v2's releases.

\n
\n

v2.21.1

\n

What's Changed

\n\n

New Contributors

\n\n

Full Changelog: https://github.com/hamba/avro/compare/v2.21.0...v2.21.1

\n

v2.21.0

\n

What's Changed

\n\n

New Contributors

\n\n

Full Changelog: https://github.com/hamba/avro/compare/v2.20.1...v2.21.0

\n
\n
\n
\nCommits\n
    \n
  • 5dde47b fix: support 32bit builds (#390)
  • \n
  • ad836ba chore: bump golangci/golangci-lint-action from 4 to 5 in the all group (#388)
  • \n
  • e42dea1 fix: Union Decoder uses readInt (#387)
  • \n
  • 2461d45 fix: reader int/long setting head > tail (#385)
  • \n
  • 84f9b10 fix: readByte returns errors on unexpected EOF (#383)
  • \n
  • 141e857 fix: reader returns errors on unexpected EOF (#382)
  • \n
  • f138d7f fix: handle short read errors on arrays and maps (#379)
  • \n
  • b43fe48 feat: add max slice alloc size config (#376)
  • \n
  • 0b21284 Check for max allocation (#374)
  • \n
  • 7a2eb5f feat: support slices for nullable unions (#372)
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hamba/avro/v2&package-manager=go_modules&previous-version=2.20.1&new-version=2.21.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@ dependabot rebase` will rebase this PR\n- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@ dependabot merge` will merge this PR after your CI passes on it\n- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@ dependabot reopen` will reopen this PR if it is closed\n- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@ 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)\n- `@ 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)\n- `@ 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)\n\n
\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Matt Topol ","shortMessageHtmlLink":"MINOR: [Go] Bump github.com/hamba/avro/v2 from 2.20.1 to 2.21.1 in /go ("}},{"before":"7838a1e6dc8aeeb6b2018ba02a0ba24ac9568f1f","after":null,"ref":"refs/heads/dependabot/nuget/csharp/Grpc.Tools-2.63.0","pushedAt":"2024-05-03T14:58:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"c8bf9753d7423c3020ac66b97caf2099cda35110","after":"cc9e65fb80db2e2d706b1776c52a88bb1c983533","ref":"refs/heads/main","pushedAt":"2024-05-03T14:58:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CurtHagenlocher","name":"Curt Hagenlocher","path":"/CurtHagenlocher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904803?s=80&v=4"},"commit":{"message":"MINOR: [C#] Bump Grpc.Tools from 2.62.0 to 2.63.0 in /csharp (#41523)\n\nBumps [Grpc.Tools](https://github.com/grpc/grpc) from 2.62.0 to 2.63.0.\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Grpc.Tools&package-manager=nuget&previous-version=2.62.0&new-version=2.63.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@ dependabot rebase` will rebase this PR\n- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@ dependabot merge` will merge this PR after your CI passes on it\n- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@ dependabot reopen` will reopen this PR if it is closed\n- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@ 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)\n- `@ 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)\n- `@ 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)\n\n
\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Curt Hagenlocher ","shortMessageHtmlLink":"MINOR: [C#] Bump Grpc.Tools from 2.62.0 to 2.63.0 in /csharp (#41523)"}},{"before":"bc55b9e9f0c836e8efd4ac36e229124ad40e1d8f","after":"04422fb042fb5e449ea03d0453af050f75b2bd13","ref":"refs/heads/dependabot/npm_and_yarn/js/gulp-5.0.0","pushedAt":"2024-05-03T14:21:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"MINOR: [JS] Bump gulp from 4.0.2 to 5.0.0 in /js\n\nBumps [gulp](https://github.com/gulpjs/gulp) from 4.0.2 to 5.0.0.\n- [Release notes](https://github.com/gulpjs/gulp/releases)\n- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: gulp\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"MINOR: [JS] Bump gulp from 4.0.2 to 5.0.0 in /js"}},{"before":"be436f8e24ab7b5ed47b300e420b33407b34b379","after":"bc55b9e9f0c836e8efd4ac36e229124ad40e1d8f","ref":"refs/heads/dependabot/npm_and_yarn/js/gulp-5.0.0","pushedAt":"2024-05-03T14:19:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"MINOR: [JS] Bump gulp from 4.0.2 to 5.0.0 in /js\n\nBumps [gulp](https://github.com/gulpjs/gulp) from 4.0.2 to 5.0.0.\n- [Release notes](https://github.com/gulpjs/gulp/releases)\n- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: gulp\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"MINOR: [JS] Bump gulp from 4.0.2 to 5.0.0 in /js"}},{"before":"b36f2f73fe311025f2e46213a6503c9c06b58468","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/js/types/node-20.12.8","pushedAt":"2024-05-03T14:18:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"5959024e9c1094c096dee569c0a5016496b24b58","after":"c8bf9753d7423c3020ac66b97caf2099cda35110","ref":"refs/heads/main","pushedAt":"2024-05-03T14:18:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"MINOR: [JS] Bump @types/node from 20.12.7 to 20.12.8 in /js (#41526)\n\nBumps [@ types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.7 to 20.12.8.\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@ types/node&package-manager=npm_and_yarn&previous-version=20.12.7&new-version=20.12.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@ dependabot rebase` will rebase this PR\n- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@ dependabot merge` will merge this PR after your CI passes on it\n- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@ dependabot reopen` will reopen this PR if it is closed\n- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@ 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)\n- `@ 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)\n- `@ 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)\n\n
\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"MINOR: [JS] Bump @types/node from 20.12.7 to 20.12.8 in /js (#41526)"}},{"before":"4671e2a03b6ca2101e33525a1b211e2095cd7dd9","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/js/eslint-plugin-jest-28.4.0","pushedAt":"2024-05-03T14:18:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"b102aebb0a9eb05e94544fd1f15f85f660fc89be","after":"5959024e9c1094c096dee569c0a5016496b24b58","ref":"refs/heads/main","pushedAt":"2024-05-03T14:18:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"MINOR: [JS] Bump eslint-plugin-jest from 27.9.0 to 28.4.0 in /js (#41524)\n\nBumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.4.0.\n
\nRelease notes\n

Sourced from eslint-plugin-jest's releases.

\n
\n

v28.4.0

\n

28.4.0 (2024-05-03)

\n

Features

\n
    \n
  • valid-expect: supporting automatically fixing missing await in some cases (#1574) (a407098)
  • \n
\n

v28.3.0

\n

28.3.0 (2024-04-27)

\n

Features

\n
    \n
  • prefer importing jest globals for specific types (#1568) (c464ae3)
  • \n
\n

v28.2.0

\n

28.2.0 (2024-04-06)

\n

Features

\n
    \n
  • support providing aliases for @ jest/globals package (#1543) (744d4f6)
  • \n
\n

v28.1.1

\n

28.1.1 (2024-04-06)

\n

Bug Fixes

\n
    \n
  • max-expects: properly reset counter when exiting a test case (#1550) (b4b7cbc)
  • \n
\n

v28.1.0

\n

28.1.0 (2024-04-06)

\n

Features

\n\n

v28.0.0

\n

28.0.0 (2024-04-06)

\n

Bug Fixes

\n
    \n
  • allow ESLint 9 as peer dependency (#1547) (3c5e167)
  • \n
  • drop support for Node 19 (#1548) (c87e388)
  • \n
  • no-large-snapshots: avoid instanceof RegExp check for ESLint v9 compatibility (#1542) (af4a9c9)
  • \n
\n\n
\n

... (truncated)

\n
\n
\nChangelog\n

Sourced from eslint-plugin-jest's changelog.

\n
\n

28.4.0 (2024-05-03)

\n

Features

\n
    \n
  • valid-expect: supporting automatically fixing missing await in some cases (#1574) (a407098)
  • \n
\n

28.3.0 (2024-04-27)

\n

Features

\n
    \n
  • prefer importing jest globals for specific types (#1568) (c464ae3)
  • \n
\n

28.2.0 (2024-04-06)

\n

Features

\n
    \n
  • support providing aliases for @ jest/globals package (#1543) (744d4f6)
  • \n
\n

28.1.1 (2024-04-06)

\n

Bug Fixes

\n
    \n
  • max-expects: properly reset counter when exiting a test case (#1550) (b4b7cbc)
  • \n
\n

28.1.0 (2024-04-06)

\n

Features

\n\n

28.0.0 (2024-04-06)

\n

Bug Fixes

\n
    \n
  • allow ESLint 9 as peer dependency (#1547) (3c5e167)
  • \n
  • drop support for Node 19 (#1548) (c87e388)
  • \n
  • no-large-snapshots: avoid instanceof RegExp check for ESLint v9 compatibility (#1542) (af4a9c9)
  • \n
\n

Features

\n\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 27f7e74 chore(release): 28.4.0 [skip ci]
  • \n
  • a407098 feat(valid-expect): supporting automatically fixing missing await in some c...
  • \n
  • f47cc3c refactor: remove unneeded as consts (#1578)
  • \n
  • 6c1f921 refactor(prefer-lowercase-title): remove unneeded cast (#1577)
  • \n
  • aac5f03 refactor(prefer-importing-jest-globals): use AST_NODE_TYPES constant instea...
  • \n
  • df3202f chore(deps): update yarn to v3.8.2 (#1575)
  • \n
  • 8001fe7 chore(deps): lock file maintenance
  • \n
  • bd6b918 chore(release): 28.3.0 [skip ci]
  • \n
  • c464ae3 feat: prefer importing jest globals for specific types (#1568)
  • \n
  • 2f21f33 refactor(expect-expect): remove unneeded array (#1571)
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=27.9.0&new-version=28.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@ dependabot rebase` will rebase this PR\n- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@ dependabot merge` will merge this PR after your CI passes on it\n- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@ dependabot reopen` will reopen this PR if it is closed\n- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@ 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)\n- `@ 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)\n- `@ 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)\n\n
\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"MINOR: [JS] Bump eslint-plugin-jest from 27.9.0 to 28.4.0 in /js (#41524"}},{"before":"11baf95340cbd1fbb8ed1a1021bcf7098906f843","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/js/typescript-eslint/parser-7.8.0","pushedAt":"2024-05-03T14:17:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"32916f8355858ccea91df402f67696953f9dd298","after":"b102aebb0a9eb05e94544fd1f15f85f660fc89be","ref":"refs/heads/main","pushedAt":"2024-05-03T14:17:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"MINOR: [JS] Bump @typescript-eslint/parser from 7.7.0 to 7.8.0 in /js (#41522)\n\nBumps [@ typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.7.0 to 7.8.0.\n
\nRelease notes\n

Sourced from @​typescript-eslint/parser's releases.

\n
\n

v7.8.0

\n

7.8.0 (2024-04-29)

\n

🚀 Features

\n
    \n
  • rule-tester: assert suggestion messages are unique (#8995)
  • \n
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)
  • \n
\n

🩹 Fixes

\n
    \n
  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • \n
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • \n
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • \n
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • \n
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • \n
  • utils: export ESLint backwards-compat functions (#8976)
  • \n
\n

❤️ Thank You

\n\n

You can read about our versioning strategy and releases on our website.

\n

v7.7.1

\n

7.7.1 (2024-04-22)

\n

🩹 Fixes

\n
    \n
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
  • \n
  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
  • \n
  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559)
  • \n
  • eslint-plugin: [no-for-in-array] refine report location (#8874)
  • \n
  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)
  • \n
\n

❤️ Thank You

\n\n

You can read about our versioning strategy and releases on our website.

\n
\n
\n
\nChangelog\n

Sourced from @​typescript-eslint/parser's changelog.

\n
\n

7.8.0 (2024-04-29)

\n

This was a version bump only for parser to align it with other projects, there were no code changes.

\n

You can read about our versioning strategy and releases on our website.

\n

7.7.1 (2024-04-22)

\n

This was a version bump only for parser to align it with other projects, there were no code changes.

\n

You can read about our versioning strategy and releases on our website.

\n
\n
\n
\nCommits\n\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@ typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=7.7.0&new-version=7.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@ dependabot rebase` will rebase this PR\n- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@ dependabot merge` will merge this PR after your CI passes on it\n- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@ dependabot reopen` will reopen this PR if it is closed\n- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@ 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)\n- `@ 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)\n- `@ 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)\n\n
\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"MINOR: [JS] Bump @typescript-eslint/parser from 7.7.0 to 7.8.0 in /js ("}},{"before":"7ed3d6e094601db8ec5725af75b2262a6f6e04a7","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/js/swc/core-1.4.17","pushedAt":"2024-05-03T14:06:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"c8cf61c569886ff18c88e29c447a98ab6dedbd92","after":"32916f8355858ccea91df402f67696953f9dd298","ref":"refs/heads/main","pushedAt":"2024-05-03T14:06:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kou","name":"Sutou Kouhei","path":"/kou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27350?s=80&v=4"},"commit":{"message":"MINOR: [JS] Bump @swc/core from 1.4.14 to 1.4.17 in /js (#41519)\n\nBumps [@ swc/core](https://github.com/swc-project/swc) from 1.4.14 to 1.4.17.\n
\nChangelog\n

Sourced from @​swc/core's changelog.

\n
\n

[1.4.17] - 2024-04-23

\n

Bug Fixes

\n
    \n
  • \n

    (es) Ignore sourceMappingURL in string literals (#8879) (d7188cd)

    \n
  • \n
  • \n

    (es/codegen) Use Str.raw for es5 (#8873) (c7a06b1)

    \n
  • \n
  • \n

    (es/compat) Fix async generator (#8881) (063eabd)

    \n
  • \n
  • \n

    (es/resolver) Prioritze jsc.paths by length in tsc resolver (#8875) (e22c368)

    \n
  • \n
  • \n

    (html/codegen) Expand elements before which body isn’t elided (#8877) (5419a94)

    \n
  • \n
\n

[1.4.16] - 2024-04-18

\n

Bug Fixes

\n
    \n
  • (es/helpers) Fix resolving of usingCtx helper (#8874) (6e9d1a4)
  • \n
\n

[1.4.15] - 2024-04-17

\n

Bug Fixes

\n
    \n
  • \n

    (es/codegen) Fix ascii_only for identifiers (#8866) (2075a23)

    \n
  • \n
  • \n

    (es/minifier) Remove raw of strings after modification (#8865) (740c0bb)

    \n
  • \n
  • \n

    (es/parser) Fix span of BindingIdent (#8859) (fbd32fb)

    \n
  • \n
  • \n

    (es/proposal) Update explicit resource management to match spec (#8860) (6d24076)

    \n
  • \n
\n

Features

\n
    \n
  • (es/transforms) Allocate stacks dynamically (#8867) (a1c5415)
  • \n
\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • 3311da7 chore: Publish 1.4.17 with swc_core v0.90.37
  • \n
  • b1c22d5 chore: Improve publish script
  • \n
  • fedf06f chore: Publish 1.4.17-nightly-20240423.3
  • \n
  • 2c1e959 chore: Publish 1.4.17-nightly-20240423.2
  • \n
  • 7b08d38 chore: Update bindings
  • \n
  • 2fbb864 chore: Publish 1.4.17-nightly-20240423.1
  • \n
  • 6d3c41d chore: Bump crates
  • \n
  • c7a06b1 fix(es/codegen): Use Str.raw for es5 (#8873)
  • \n
  • f5e50c2 chore: Bump crates
  • \n
  • 063eabd fix(es/compat): Fix async generator (#8881)
  • \n
  • Additional commits viewable in compare view
  • \n
\n
\n
\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@ swc/core&package-manager=npm_and_yarn&previous-version=1.4.14&new-version=1.4.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@ dependabot rebase` will rebase this PR\n- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@ dependabot merge` will merge this PR after your CI passes on it\n- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@ dependabot reopen` will reopen this PR if it is closed\n- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@ 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)\n- `@ 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)\n- `@ 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)\n\n
\n\nAuthored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nSigned-off-by: Sutou Kouhei ","shortMessageHtmlLink":"MINOR: [JS] Bump @swc/core from 1.4.14 to 1.4.17 in /js (#41519)"}},{"before":"c0aade5f624e2ec64d5d8743df9b95c7eee50117","after":"c8cf61c569886ff18c88e29c447a98ab6dedbd92","ref":"refs/heads/main","pushedAt":"2024-05-03T13:42:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sgilmore10","name":"Sarah Gilmore","path":"/sgilmore10","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/74676073?s=80&v=4"},"commit":{"message":"GH-41385: [CI][MATLAB][Packaging] Add support for MATLAB `R2024a` in CI and crossbow packaging workflows (#41504)\n\n### Rationale for this change\n\nMATLAB `R2024a` is the latest available version of MATLAB as of April 2024.\n\nWe are currently building against MATLAB `R2023a` in CI and for the crossbow packaging workflow.\n\nWe should update the version of MATLAB we support to the latest available version.\n\nWe previously created an issue to use `R2023b` (https://github.com/apache/arrow/issues/37809). However, `R2024a` has become publicly available since then.\n\n### What changes are included in this PR?\n\n1. Changed the `release` argument supplied to `matlab-actions/setup-matlab@ v2` to `R2024a` from `R2023a` in `.github/workflows/matlab.yml` and `dev/tasks/matlab/github.yml`.\n\n2. Updated the script used to package the MLTBX file (`arrow/matlab/tools/packageMatlabInterface.m`) to specify the version of MATLAB currently running as the only compatible version of MATLAB for the interface. \n\n3. Updated display tests to react to a change in how class names are formatted when an objected is displayed in the Command Window.\n\n### Are these changes tested?\n\nYes. Existing tests used.\n\n### Are there any user-facing changes?\n\nThere are no changes to the MATLAB Arrow Interface. However, the MATLAB release used to build, test, and package the interface has been upgraded.\n\n### Future Work\n\n1. We may want to consider building and packaging against multiple versions of MATLAB in parallel, rather than just the latest. This would require some more thought on how many releases back to support over time, however.\n\n2. #41435\n\n* GitHub Issue: #41385\n\nLead-authored-by: Sarah Gilmore \nCo-authored-by: Sarah Gilmore <74676073+sgilmore10@users.noreply.github.com>\nCo-authored-by: Sutou Kouhei \nSigned-off-by: Sarah Gilmore ","shortMessageHtmlLink":"GH-41385: [CI][MATLAB][Packaging] Add support for MATLAB R2024a in …"}},{"before":"13b3a13aa80cbe2fb303d35d8da8b08d032e2d9e","after":null,"ref":"refs/heads/dependabot/maven/java/ch.qos.logback-logback-core-1.5.6","pushedAt":"2024-05-03T13:03:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"c591eed2e6d333fe5657cecd2592f2a32a7e0376","after":"cab381b2455203dbe43de9bba9267aa199a71124","ref":"refs/heads/dependabot/maven/java/org.jacoco-jacoco-maven-plugin-0.8.12","pushedAt":"2024-05-03T12:44:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"MINOR: [Java] Bump org.jacoco:jacoco-maven-plugin in /java\n\nBumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12.\n- [Release notes](https://github.com/jacoco/jacoco/releases)\n- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12)\n\n---\nupdated-dependencies:\n- dependency-name: org.jacoco:jacoco-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"MINOR: [Java] Bump org.jacoco:jacoco-maven-plugin in /java"}},{"before":"85f3edc72a047f44e7557a668b2c949fe206416b","after":"5c43efb6355ad765f7c5db61bef46470f8671c6a","ref":"refs/heads/maint-16.x.x","pushedAt":"2024-05-03T10:18:55.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41462: [CI] Temporary pin azurite to v3.29.0 (#41501)\n\n### Rationale for this change\n\ninstall_azurite.sh is failing to install the latest version of Azurite and azure tests were failing.\n\n### What changes are included in this PR?\n\nTemporarily pin azurite to v3.29.0 to unblock 16.1.0 release. A follow up issue is tracked here: https://github.com/apache/arrow/issues/41505\n\n### Are these changes tested?\n\nYes via archery\n\n### Are there any user-facing changes?\n\nNo\n* GitHub Issue: #41462\n\nAuthored-by: Raúl Cumplido \nSigned-off-by: Raúl Cumplido ","shortMessageHtmlLink":"GH-41462: [CI] Temporary pin azurite to v3.29.0 (#41501)"}},{"before":"85f3edc72a047f44e7557a668b2c949fe206416b","after":"5c43efb6355ad765f7c5db61bef46470f8671c6a","ref":"refs/heads/maint-16.1.0","pushedAt":"2024-05-03T10:18:49.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41462: [CI] Temporary pin azurite to v3.29.0 (#41501)\n\n### Rationale for this change\n\ninstall_azurite.sh is failing to install the latest version of Azurite and azure tests were failing.\n\n### What changes are included in this PR?\n\nTemporarily pin azurite to v3.29.0 to unblock 16.1.0 release. A follow up issue is tracked here: https://github.com/apache/arrow/issues/41505\n\n### Are these changes tested?\n\nYes via archery\n\n### Are there any user-facing changes?\n\nNo\n* GitHub Issue: #41462\n\nAuthored-by: Raúl Cumplido \nSigned-off-by: Raúl Cumplido ","shortMessageHtmlLink":"GH-41462: [CI] Temporary pin azurite to v3.29.0 (#41501)"}},{"before":"2eb47efc04707145edbf6a2ad8a750138a585682","after":"c0aade5f624e2ec64d5d8743df9b95c7eee50117","ref":"refs/heads/main","pushedAt":"2024-05-03T10:16:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"raulcd","name":"Raúl Cumplido","path":"/raulcd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/639755?s=80&v=4"},"commit":{"message":"GH-41462: [CI] Temporary pin azurite to v3.29.0 (#41501)\n\n### Rationale for this change\n\ninstall_azurite.sh is failing to install the latest version of Azurite and azure tests were failing.\n\n### What changes are included in this PR?\n\nTemporarily pin azurite to v3.29.0 to unblock 16.1.0 release. A follow up issue is tracked here: https://github.com/apache/arrow/issues/41505\n\n### Are these changes tested?\n\nYes via archery\n\n### Are there any user-facing changes?\n\nNo\n* GitHub Issue: #41462\n\nAuthored-by: Raúl Cumplido \nSigned-off-by: Raúl Cumplido ","shortMessageHtmlLink":"GH-41462: [CI] Temporary pin azurite to v3.29.0 (#41501)"}},{"before":null,"after":"b36f2f73fe311025f2e46213a6503c9c06b58468","ref":"refs/heads/dependabot/npm_and_yarn/js/types/node-20.12.8","pushedAt":"2024-05-03T06:48:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"MINOR: [JS] Bump @types/node from 20.12.7 to 20.12.8 in /js\n\nBumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.7 to 20.12.8.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/node\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"MINOR: [JS] Bump @types/node from 20.12.7 to 20.12.8 in /js"}},{"before":null,"after":"be436f8e24ab7b5ed47b300e420b33407b34b379","ref":"refs/heads/dependabot/npm_and_yarn/js/gulp-5.0.0","pushedAt":"2024-05-03T06:48:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"MINOR: [JS] Bump gulp from 4.0.2 to 5.0.0 in /js\n\nBumps [gulp](https://github.com/gulpjs/gulp) from 4.0.2 to 5.0.0.\n- [Release notes](https://github.com/gulpjs/gulp/releases)\n- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: gulp\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"MINOR: [JS] Bump gulp from 4.0.2 to 5.0.0 in /js"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQgf4EQA","startCursor":null,"endCursor":null}},"title":"Activity · apache/arrow"}