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

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


    omit 55760c4  Bump protobufjs from 7.2.3 to 7.2.4
     add 40d3663  Add runtime jvm info to startup banner.
     add 7035ead  Multiple debugger updates:
     add cfd1bba  Bump semver from 5.7.1 to 5.7.2
     add 6b4b01f  Fix hierarchy default values. Update how yarn scripts are ran.
     add c7b0b51  Multiple Launch Wizard updates:
     add 044fa77  Relay parse assertion failures to debug console.
     add 778d818  Multiple updates:
     add 7f6bc5e  Un-normalize (capitalize) the drive letter from 
showOpenDialog if we are on Windows
     add 6ab1290  Multiple svelte updates:
     add 127272f  Bump protobufjs from 7.2.3 to 7.2.4

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   (55760c4)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/protobufjs-7.2.4 
(127272f)

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:
 .gitignore                                         |    2 +
 .prettierignore                                    |    7 +-
 .prettierrc                                        |    1 +
 README.md                                          |    3 +-
 build/extension.webpack.config.js                  |   56 --
 build/package/.vscodeignore                        |   36 -
 build/scripts/package.ts                           |   93 --
 build/yarn-scripts.ts                              |  129 +++
 debugger/nodemon.json                              |   13 +
 debugger/src/main/resources/logback.xml            |   12 +-
 .../org.apache.daffodil.debugger.dap/DAPodil.scala |    2 +
 .../org.apache.daffodil.debugger.dap/Parse.scala   |   65 +-
 package.json                                       |  194 ++--
 project/Rat.scala                                  |    4 +-
 src/adapter/activateDaffodilDebug.ts               |   14 +-
 src/classes/artifact.ts                            |   14 +-
 src/classes/dataEditor.ts                          |    5 +-
 src/classes/{tdmlConfig.ts => dfdlDebugger.ts}     |    9 +-
 .../src/global.d.ts => classes/loggingConfig.ts}   |    5 +-
 src/classes/vscode-launch.ts                       |   10 +-
 src/daffodilDebugger/daffodil.ts                   |    1 +
 src/daffodilDebugger/debugger.ts                   |   79 +-
 src/daffodilDebugger/utils.ts                      |   31 +-
 src/launchWizard/launchWizard.js                   |   65 +-
 src/launchWizard/launchWizard.ts                   |   36 +-
 src/svelte/.prettierrc                             |    7 -
 src/svelte/package.json                            |   31 -
 src/svelte/rollup.config.js                        |   80 --
 src/svelte/src/components/dataEditor.svelte        |    2 +-
 src/svelte/webpack.config.js                       |  116 +++
 src/svelte/yarn.lock                               |  705 --------------
 src/tests/suite/daffodil.test.ts                   |    4 +-
 src/tests/suite/daffodilDebugger.test.ts           |   59 +-
 src/tests/suite/utils.test.ts                      |   25 +-
 src/tests/suite/version.test.ts                    |    7 +-
 src/utils.ts                                       |   79 +-
 tsconfig.json                                      |    2 +-
 webpack/ext-dev.webpack.config.js                  |  105 ++
 webpack/ext-package.webpack.config.js              |  157 +++
 yarn.lock                                          | 1020 +++++++++++++++++++-
 40 files changed, 1890 insertions(+), 1395 deletions(-)
 delete mode 100644 build/extension.webpack.config.js
 delete mode 100644 build/package/.vscodeignore
 delete mode 100644 build/scripts/package.ts
 create mode 100644 build/yarn-scripts.ts
 create mode 100644 debugger/nodemon.json
 copy src/classes/{tdmlConfig.ts => dfdlDebugger.ts} (87%)
 copy src/{svelte/src/global.d.ts => classes/loggingConfig.ts} (92%)
 delete mode 100644 src/svelte/.prettierrc
 delete mode 100644 src/svelte/package.json
 delete mode 100644 src/svelte/rollup.config.js
 create mode 100644 src/svelte/webpack.config.js
 delete mode 100644 src/svelte/yarn.lock
 create mode 100644 webpack/ext-dev.webpack.config.js
 create mode 100644 webpack/ext-package.webpack.config.js

Reply via email to