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

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/lang/js/mocha-11.8.0
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard 6004e11024 Bump mocha from 11.7.6 to 11.8.0 in /lang/js
     add cff8d11d0d AVRO-4332: [java] Add support for enum default values in 
IDL serialization
     add 326950f40c AVRO-4332: [java] Enable and fix the dormant IdlUtils tests
     add ff4c4b3fad [site] Announce Avro  release (#3945)
     add 2b5fe02502 AVRO-4348: Use infra-approved action for toolchain (#3953)
     add a9b88f538c AVRO-4349: Add coding agent directories to .gitignore 
(#3968)
     add d02512a5d7 AVRO-4350: [JavaScript] Restore underscore dependency 
(#3970)
     add 55049a99c9 Bump mocha from 11.7.6 to 11.8.0 in /lang/js

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   (6004e11024)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/lang/js/mocha-11.8.0 (55049a99c9)

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:
 .../{test-docker.yml => asf-allowlist-check.yml}   |  34 ++---
 .github/workflows/deploy-docs.yml                  |   2 +-
 .gitignore                                         |   7 ++
 doc/config.toml                                    |   4 +-
 .../en/blog/releases/avro-1.12.2-released.md       | 140 +++++++++++++++++++++
 .../main/java/org/apache/avro/idl/IdlUtils.java    |   9 +-
 .../idl/{IdlUtilsTest.java => TestIdlUtils.java}   |  75 +++++++++--
 .../avro/idl/idl_utils_test_enum_default.avdl      |  10 ++
 .../{util => idl}/idl_utils_test_protocol.avdl     |   6 +-
 .../org/apache/avro/idl/idl_utils_test_schema.avdl |  35 ++++++
 .../apache/avro/util/idl_utils_test_schema.avdl    |  35 ------
 lang/js/package-lock.json                          |   9 ++
 lang/js/package.json                               |   4 +-
 .../{etc/browser/crypto.js => test/test_index.js}  |  21 ++--
 14 files changed, 313 insertions(+), 78 deletions(-)
 copy .github/workflows/{test-docker.yml => asf-allowlist-check.yml} (61%)
 create mode 100755 doc/content/en/blog/releases/avro-1.12.2-released.md
 rename lang/java/idl/src/test/java/org/apache/avro/idl/{IdlUtilsTest.java => 
TestIdlUtils.java} (67%)
 create mode 100644 
lang/java/idl/src/test/resources/org/apache/avro/idl/idl_utils_test_enum_default.avdl
 rename lang/java/idl/src/test/resources/org/apache/avro/{util => 
idl}/idl_utils_test_protocol.avdl (90%)
 create mode 100644 
lang/java/idl/src/test/resources/org/apache/avro/idl/idl_utils_test_schema.avdl
 delete mode 100644 
lang/java/idl/src/test/resources/org/apache/avro/util/idl_utils_test_schema.avdl
 copy lang/js/{etc/browser/crypto.js => test/test_index.js} (78%)

Reply via email to