This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/glob-11.0.2
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
discard 0b04cbc chore: bump glob from 10.4.1 to 11.0.2
add 685399d chore: Run Release Audit Tool in CI (#129)
add 958dab9 chore: bump @swc/helpers from 0.5.15 to 0.5.17 (#131)
add c9ee085 chore: bump typescript-eslint from 8.32.1 to 8.33.1 (#132)
add 8ed3643 chore: bump glob from 10.4.1 to 11.0.2
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 (0b04cbc)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/glob-11.0.2
(8ed3643)
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/test.yaml | 26 ++-
.gitignore | 5 +
.npmrc | 17 ++
ci/scripts/test.sh => .pre-commit-config.yaml | 27 +--
dev/release/check_rat_report.py | 59 +++++++
.../release/rat_exclude_files.txt | 4 +-
dev/release/run_rat.sh | 54 ++++++
package.json | 2 +-
yarn.lock | 184 +++++++++------------
9 files changed, 253 insertions(+), 125 deletions(-)
copy ci/scripts/test.sh => .pre-commit-config.yaml (64%)
mode change 100755 => 100644
create mode 100755 dev/release/check_rat_report.py
copy .github/ISSUE_TEMPLATE/config.yml => dev/release/rat_exclude_files.txt
(93%)
create mode 100755 dev/release/run_rat.sh