You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2023/02/02 23:34:14 UTC

[daffodil-vscode] branch dependabot/npm_and_yarn/mocha-and-types/mocha-10.2.0 updated (2d08722 -> 14d2340)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/mocha-and-types/mocha-10.2.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


    omit 2d08722  Bump mocha and @types/mocha
     add d0674b5  Update README.md:
     add e405522  Use ClasspathJarPlugin for packaging.
     add 6ae48e5  Relay diagnostics in the "Parse" section of variables.
     add b588312  Update the launch config wizard manipulation of Daffodil Debugger Classpath:
     add 889f67b  Remove no longer needed dependencies:
     add bf2a5f6  Update omega-edit to allow configuration of the server port:
     add 31cffeb  Bump actions/github-script from 6.3.3 to 6.4.0
     add c705839  Bump prettier from 2.7.1 to 2.8.3
     add 14d2340  Bump mocha and @types/mocha

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   (2d08722)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/mocha-and-types/mocha-10.2.0 (14d2340)

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                           |   2 +-
 .gitignore                                         |   2 +-
 README.md                                          |  25 +++-
 build.sbt                                          |   4 +-
 build/package/.vscodeignore                        |   2 +-
 build/package/LICENSE                              |  39 ------
 build/package/NONOTICE                             |   5 -
 package.json                                       |   7 +-
 .../org.apache.daffodil.debugger.dap/Parse.scala   | 131 ++++++++++++--------
 src/launchWizard/launchWizard.js                   | 104 ++++++++--------
 src/launchWizard/launchWizard.ts                   |  73 ++++-------
 src/omega_edit/client.ts                           |  47 +++++--
 src/omega_edit/utils.ts                            |  30 ++++-
 src/styles/styles.css                              |  28 +++++
 src/tests/suite/omegaEdit.test.ts                  |  28 ++++-
 src/utils.ts                                       |  26 +++-
 yarn.lock                                          | 135 ++++++++++-----------
 17 files changed, 385 insertions(+), 303 deletions(-)