This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/typescript-5.8.3
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
discard 0bc9207 chore: bump typescript from 5.4.5 to 5.8.3
add b0e0c44 chore: Migrate ESLint 8 to 9 (#128)
add 8502fe5 chore: bump typescript from 5.4.5 to 5.8.3
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 (0bc9207)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/typescript-5.8.3
(8502fe5)
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/workflows/test.yaml | 17 +-
eslint.config.js | 95 +++++
package.json | 9 +-
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 | 711 ++++++++++++++++---------------
22 files changed, 514 insertions(+), 570 deletions(-)
delete mode 100644 .eslintignore
delete mode 100644 .eslintrc.cjs
create mode 100644 eslint.config.js
delete mode 100644 src/fb/.eslintrc.cjs
delete mode 100644 test/.eslintrc.cjs