This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/js/webpack-5.96.1
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard d8d2957c8b MINOR: [JS] Bump webpack from 5.91.0 to 5.96.1 in /js
add 277df0ec4b GH-44601: [GLib] Fix the wrong GARROW_AVAILABLE_IN
declaration (#44602)
add 11c11a4823 GH-44603: [GLib] Add GArrowDecimal64Array and
GArrowDecimal64ArrayBuilder (#44605)
add ab0c857695 GH-44578: [Release][Packaging] Verify wheel version (#44593)
add e76082dc9b MINOR: [JS] Bump memfs from 4.9.2 to 4.14.0 in /js (#44609)
add 2312eff1ac MINOR: [JS] Bump rollup from 4.22.4 to 4.24.3 in /js
(#44610)
add 3ea3eeb8f7 MINOR: [JS] Bump webpack from 5.91.0 to 5.96.1 in /js
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d8d2957c8b)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/js/webpack-5.96.1
(3ea3eeb8f7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/array-builder.cpp | 105 +++++++++
c_glib/arrow-glib/array-builder.h | 30 +++
c_glib/arrow-glib/basic-array.cpp | 62 +++++
c_glib/arrow-glib/basic-array.h | 20 ++
c_glib/arrow-glib/decimal.h | 2 +-
...decimal128-array.rb => test-decimal64-array.rb} | 14 +-
ci/scripts/python_wheel_unix_test.sh | 7 +
dev/release/verify-release-candidate.sh | 27 ++-
js/package.json | 4 +-
js/yarn.lock | 260 ++++++++++-----------
10 files changed, 388 insertions(+), 143 deletions(-)
copy c_glib/test/{test-decimal128-array.rb => test-decimal64-array.rb} (75%)