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

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


    omit a3bd1ba4 Bump esbuild from 0.25.10 to 0.28.1
     add 65b96c39 fix: PR checkbox validation logic in workflow
     add 9a5b78dc Bump tmp from 0.2.5 to 0.2.7
     add 6d65313e Searching results highlighting appear as expected.
     add f512836b Implement step over and step out
     add 7c999862 Adding tunables to wizard. If this is acceptable will add 
variables in the same manner
     add ad6dfce2 add fetch retry logic
     add 8fc5bdb7 Update sbt-scalafmt to 2.6.1
     add 5f5a2da3 Update scalafmt-core to 3.11.1
     add 2877674e add feature to prevent invalid tunables
     add 06c14363 DFDL-1555: insteading of erroring yet, change to warning
     add 8def66ec Bump protobufjs from 7.5.8 to 7.6.4
     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 0d6b75fb Update sbt-scalafmt to 2.6.2
     add 388823f5 Bump protobufjs from 7.6.4 to 7.6.5
     add 6aee75bc Bump immutable from 5.1.5 to 5.1.9
     add cc10ab8e Bump @sveltejs/kit from 2.60.1 to 2.69.1
     add 5b88925c Bump actions/checkout from 6.0.2 to 7.0.1
     add 87a16944 Bump postcss from 8.5.14 to 8.5.25
     add 10d584aa Bump ws from 8.18.3 to 8.21.3
     add 05540939 Bump undici from 7.24.4 to 7.29.0
     add 1e86d7ae Update sbt, scripted-plugin to 1.12.15
     add becad07a Bump esbuild from 0.25.10 to 0.28.1

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   (a3bd1ba4)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/esbuild-0.28.1 
(becad07a)

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                           |   8 +-
 .github/workflows/documentaion.yml                 |  10 +-
 .github/workflows/licenses.yml                     |   6 +-
 .github/workflows/nightly.yml                      |   4 +-
 .github/workflows/release-candidate.yml            |   2 +-
 .scalafmt.conf                                     |   2 +-
 .vscode/settings.json                              |   2 +-
 CHANGELOG.md                                       |   9 +-
 README.md                                          |  18 +-
 build.sbt                                          |   6 +-
 build/package/LICENSE                              | 252 ++++++++++++++++
 build/yarn-scripts.ts                              |  38 +++
 constants/tunables.json                            |  76 +++++
 .../org.apache.daffodil.debugger.dap/Support.scala |  20 +-
 .../org.apache.daffodil.debugger.dap/Support.scala |  43 ++-
 .../org.apache.daffodil.debugger.dap/Parse.scala   | 336 +++++++++++++++++----
 .../org.apache.daffodil.debugger/ParseSuite.scala  |   4 +
 doc/Introduction-to-Daffodil-VS-Code-Extension.md  |  56 ++--
 doc/Wiki.md                                        | 121 ++++++--
 package.json                                       |  44 ++-
 project/Rat.scala                                  |   1 +
 project/build.properties                           |   2 +-
 project/plugins.sbt                                |   4 +-
 src/adapter/activateDaffodilDebug.ts               | 269 ++++++++++++++++-
 src/adapter/daffodilDebug.ts                       | 127 +++++++-
 src/adapter/daffodilEvent.ts                       |   4 +
 src/adapter/extension.ts                           |  13 +
 src/classes/vscode-launch.ts                       |   2 +
 src/daffodilDebugger/daffodil.ts                   |   8 +
 src/daffodilDebugger/daffodilJars.ts               |  30 +-
 src/infoset.ts                                     |  17 ++
 src/launchWizard/launchWizard.ts                   |  98 +++++-
 src/launchWizard/script.js                         | 282 ++++++++++++++++-
 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                                       |  43 ++-
 yarn.lock                                          | 149 +++++----
 39 files changed, 1889 insertions(+), 293 deletions(-)
 create mode 100644 constants/tunables.json

Reply via email to