This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/google-closure-compiler-20250520.0.0
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
discard ee235c7 chore: bump google-closure-compiler from 20240317.0.0 to
20250520.0.0
add cf51de9 chore: bump rollup from 4.24.3 to 4.41.0 (#31)
add ab20ad0 chore: Add pull request template (#33)
add 1627aeb chore: Enable integration tests (#34)
add 2d8b39c chore: bump typedoc from 0.28.4 to 0.28.5 (#37)
add 48d1c32 chore: bump @swc/core from 1.6.6 to 1.11.29 (#38)
add 0644749 chore: bump webpack from 5.96.1 to 5.99.9 (#40)
add f4b4ab1 chore: bump actions/setup-python from 5.3.0 to 5.6.0 (#43)
add 8905c20 chore: bump @rollup/plugin-node-resolve from 16.0.0 to 16.0.1
(#39)
add 5e62c4f chore: bump @types/jest from 29.5.12 to 29.5.14 (#42)
add b0e0c44 chore: Migrate ESLint 8 to 9 (#128)
add 62d1b52 chore: bump google-closure-compiler from 20240317.0.0 to
20250520.0.0
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 (ee235c7)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/google-closure-compiler-20250520.0.0
(62d1b52)
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:
.eslintignore | 6 -
.eslintrc.cjs | 114 ---
.github/pull_request_template.md | 7 +
.github/workflows/test.yaml | 86 +-
eslint.config.js | 95 ++
package.json | 23 +-
src/fb/.eslintrc.cjs | 25 -
src/io/adapters.ts | 9 +-
src/io/whatwg/iterable.ts | 4 +-
src/ipc/metadata/file.ts | 2 -
src/ipc/metadata/json.ts | 2 -
src/ipc/metadata/message.ts | 2 -
src/util/buffer.ts | 2 +
src/util/compat.ts | 2 +-
test/.eslintrc.cjs | 35 -
test/jest-extensions.ts | 6 +-
test/unit/bn-tests.ts | 4 +-
test/unit/builders/builder-tests.ts | 6 +-
test/unit/generated-data-validators.ts | 12 +-
test/unit/ipc/helpers.ts | 3 +-
test/unit/vector/numeric-vector-tests.ts | 6 +-
test/unit/vector/vector-tests.ts | 12 +-
yarn.lock | 1505 ++++++++++++++++--------------
23 files changed, 1020 insertions(+), 948 deletions(-)
delete mode 100644 .eslintignore
delete mode 100644 .eslintrc.cjs
create mode 100644 .github/pull_request_template.md
create mode 100644 eslint.config.js
delete mode 100644 src/fb/.eslintrc.cjs
delete mode 100644 test/.eslintrc.cjs