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

dependabot[bot] pushed a change to branch 
dependabot/github_actions/actions/setup-node-7.0.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


 discard ae0fa1ab Bump actions/setup-node from 6.4.0 to 7.0.0
     add 7f2696ec Bump qs from 6.14.2 to 6.15.2
     add c6822d1f Bump form-data from 4.0.5 to 4.0.6
     add f269740b Update scala3-library to 3.3.8
     add 17e36467 changed restrictions on when the "open infoset" options 
appear in the Daffodil Explorer. Also borrowed page from the wiki for inclusion 
in the New User's Guide that explains the Daffodil Exporer.
     add 9741cdd5 Update copyrights to 2026
     add 52ddf25b Added support for Daffodil 4.1.0 and 4.2.0, including support 
for Scala 3.3.7
     add 2ce77fb1 Bump sbt/setup-sbt from 1.1.22 to 1.5.6
     add cbd54c86 Update munit to 1.3.5
     add fc5c9023 Bump js-yaml from 4.1.1 to 4.3.1
     add cc8e674a Bump actions/setup-node from 6.4.0 to 7.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   (ae0fa1ab)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/setup-node-7.0.0 (cc8e674a)

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/CI.yml                           |   4 +-
 .github/workflows/nightly.yml                      |   2 +-
 CHANGELOG.md                                       |   9 +-
 README.md                                          |  18 ++-
 build.sbt                                          |   6 +-
 .../org.apache.daffodil.debugger.dap/Parse.scala   | 139 +++++++++++++++++++--
 .../org.apache.daffodil.debugger/ParseSuite.scala  |   4 +
 doc/Introduction-to-Daffodil-VS-Code-Extension.md  |   5 +
 package.json                                       |  22 ++--
 src/adapter/daffodilDebug.ts                       | 127 ++++++++++++++++++-
 src/daffodilDebugger/daffodilJars.ts               |  20 ++-
 src/launchWizard/launchWizard.ts                   |  26 +++-
 src/launchWizard/script.js                         |  23 +++-
 src/tests/runTest.ts                               |  37 +++++-
 src/tests/suite/daffodilDebugger.test.ts           |  10 +-
 src/tests/suite/utils.test.ts                      |   2 +-
 src/tests/suite/version.test.ts                    |  27 ++++
 src/utils.ts                                       |   2 +-
 yarn.lock                                          |  31 +++--
 19 files changed, 457 insertions(+), 57 deletions(-)

Reply via email to