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

dependabot[bot] pushed a change to branch dependabot/npm_and_yarn/ws-8.21.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


    omit 7c9ceb1f Bump ws from 8.18.3 to 8.21.0
     add 61d0fbd4 Update Wiki.md
     add 814fa9d6 Add Extension Settings Documentation
     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 7bde441d Bump vite from 6.4.2 to 6.4.3
     add c4a55913 Bump ws from 8.18.3 to 8.21.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   (7c9ceb1f)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/ws-8.21.0 
(c4a55913)

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  |  57 +++++----
 doc/Wiki.md                                        |  56 +++++----
 package.json                                       |  24 ++--
 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                                          |  45 ++++---
 20 files changed, 525 insertions(+), 113 deletions(-)

Reply via email to