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/03 16:46:16 UTC

[daffodil-vscode] branch dependabot/npm_and_yarn/webpack-cli-5.0.1 updated (191473c -> aa82582)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/webpack-cli-5.0.1
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


 discard 191473c  Bump webpack-cli from 4.10.0 to 5.0.1
     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 0248bc3  upgrade omega-edit from 0.9.33 to 0.9.34
     add d1392d2  Update package names:
     add aa82582  Bump webpack-cli from 4.10.0 to 5.0.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   (191473c)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/webpack-cli-5.0.1 (aa82582)

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                              |  47 +----
 build/package/NONOTICE                             |   5 -
 package.json                                       |  13 +-
 .../org.apache.daffodil.debugger.dap/Parse.scala   | 131 +++++++-----
 src/adapter/daffodilDebug.ts                       |   4 +-
 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/adapter.test.ts                    |   3 +-
 src/tests/suite/omegaEdit.test.ts                  |  28 ++-
 src/utils.ts                                       |  26 ++-
 yarn.lock                                          | 227 ++++++++++-----------
 19 files changed, 442 insertions(+), 359 deletions(-)