This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/eslint-plugin-unicorn-63.0.0
in repository https://gitbox.apache.org/repos/asf/arrow-js.git


 discard dd2eee8  chore: bump eslint-plugin-unicorn from 59.0.1 to 63.0.0
     add f203cfb  feat: Add custom metadata support for IPC messages and 
RecordBatch (#361)
     add a843e7e  chore: bump @swc/helpers from 0.5.18 to 0.5.19 (#386)
     add 0f42837  chore: bump @types/node from 25.2.0 to 25.3.0 (#387)
     add c6ca45c  chore: bump rollup from 4.50.2 to 4.59.0 (#391)
     add 3502054  chore: migrate from Yarn to npm (#393)
     add 97dbf1b  chore: bump actions/download-artifact from 7.0.0 to 8.0.0 
(#394)
     add 96d8d7a  chore: bump eslint-plugin-unicorn from 59.0.1 to 63.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   (dd2eee8)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/eslint-plugin-unicorn-63.0.0 (96d8d7a)

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/rc.yaml                      |    16 +-
 .github/workflows/test.yaml                    |    12 +-
 .gitignore                                     |     5 +-
 DEVELOP.md                                     |    34 +-
 ci/scripts/build.sh                            |     8 +-
 ci/scripts/test.sh                             |     4 +-
 dev/release/rat_exclude_files.txt              |     2 +-
 dev/release/verify_rc.sh                       |     2 +-
 package-lock.json                              | 13644 +++++++++++++++++++++++
 package.json                                   |     2 +-
 src/ipc/metadata/message.ts                    |    40 +-
 src/ipc/reader.ts                              |    12 +-
 src/ipc/writer.ts                              |     6 +-
 src/recordbatch.ts                             |    25 +-
 test/data/test_message_metadata.arrow          |   Bin 0 -> 7154 bytes
 test/unit/ipc/reader/message-metadata-tests.ts |    97 +
 test/unit/ipc/writer/message-metadata-tests.ts |   255 +
 yarn.lock                                      |  6654 -----------
 18 files changed, 14101 insertions(+), 6717 deletions(-)
 create mode 100644 package-lock.json
 create mode 100644 test/data/test_message_metadata.arrow
 create mode 100644 test/unit/ipc/reader/message-metadata-tests.ts
 create mode 100644 test/unit/ipc/writer/message-metadata-tests.ts
 delete mode 100644 yarn.lock

Reply via email to