This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/js/esbuild-0.19.8
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard 9110d3fde8 MINOR: [JS] Bump esbuild from 0.19.2 to 0.19.8 in /js
add 9fdcc60f52 GH-39113: [Integration][Flight][Java] Fix occasional
failure starting Java server (#39115)
add 8aed9fed9f MINOR: [CI] Bump actions/setup-python from 4 to 5 (#39101)
add f266639447 MINOR: [Java] Bump dep.junit.jupiter.version from 5.9.0 to
5.10.1 in /java (#39102)
add ef3797d997 MINOR: [Java] Bump com.google.protobuf:protobuf-java from
3.20.3 to 3.25.1 in /java (#39105)
add 70ccf33bc5 GH-38705: [C++][FS][Azure] Implement CopyFile() (#39058)
add 6e7fa6df06 MINOR: [Java] Bump joda-time:joda-time from 2.10.14 to
2.12.5 in /java (#39104)
add 307fbc5113 MINOR: [Java] Bump com.google.guava:guava-bom from 31.1-jre
to 32.1.3-jre in /java (#39106)
add f2a494ee7b MINOR: [JS] Bump @typescript-eslint/eslint-plugin from
5.59.9 to 5.62.0 in /js (#39107)
add cd952873e2 MINOR: [JS] Bump @types/pad-left from 2.1.1 to 2.1.3 in /js
(#39109)
add c7e621ec58 MINOR: [JS] Bump glob from 10.2.7 to 10.3.10 in /js (#39110)
add 3ffbe438ee MINOR: [JS] Bump esbuild from 0.19.2 to 0.19.8 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 (9110d3fde8)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/js/esbuild-0.19.8
(3ffbe438ee)
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:
.github/workflows/archery.yml | 2 +-
.github/workflows/comment_bot.yml | 2 +-
.github/workflows/cpp.yml | 4 +-
.github/workflows/dev.yml | 4 +-
.github/workflows/docs.yml | 2 +-
.github/workflows/docs_light.yml | 2 +-
.github/workflows/go.yml | 6 +-
.github/workflows/integration.yml | 2 +-
.github/workflows/java.yml | 2 +-
.github/workflows/java_jni.yml | 4 +-
.github/workflows/java_nightly.yml | 2 +-
.github/workflows/js.yml | 2 +-
.github/workflows/pr_bot.yml | 2 +-
.github/workflows/python.yml | 4 +-
.github/workflows/r.yml | 4 +-
.github/workflows/r_nightly.yml | 2 +-
.github/workflows/ruby.yml | 2 +-
cpp/src/arrow/filesystem/azurefs.cc | 39 +++++++++---
cpp/src/arrow/filesystem/azurefs_test.cc | 45 ++++++++++++++
dev/archery/archery/integration/tester_java.py | 2 +
java/flight/flight-sql-jdbc-driver/pom.xml | 2 +-
java/gandiva/pom.xml | 2 +-
java/pom.xml | 4 +-
js/package.json | 4 +-
js/yarn.lock | 86 ++++++++++----------------
25 files changed, 140 insertions(+), 92 deletions(-)