This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/ts-jest-29.3.4 in repository https://gitbox.apache.org/repos/asf/arrow-js.git
discard ccb3801 chore: bump ts-jest from 29.1.4 to 29.3.4 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 e8d1428 chore: bump esbuild from 0.25.0 to 0.25.5 (#134) add 7defcc9 chore: Add CODE_OF_CONDUCT.md (#141) add 9b2638d chore: bump rollup from 4.41.0 to 4.42.0 (#150) add 489c10f chore: bump eslint from 9.27.0 to 9.28.0 (#151) add 061b8c5 chore: bump @swc/core from 1.11.29 to 1.11.31 (#152) add 90bc0b6 chore: bump ts-jest from 29.1.4 to 29.3.4 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 (ccb3801) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/ts-jest-29.3.4 (90bc0b6) 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 +- CODE_OF_CONDUCT.md | 24 + dev/release/check_rat_report.py | 59 ++ .../release/rat_exclude_files.txt | 4 +- dev/release/run_rat.sh | 54 ++ package.json | 10 +- yarn.lock | 920 ++++++++++----------- 10 files changed, 635 insertions(+), 511 deletions(-) copy ci/scripts/test.sh => .pre-commit-config.yaml (64%) mode change 100755 => 100644 create mode 100644 CODE_OF_CONDUCT.md 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