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 2022/07/20 17:31:52 UTC

[daffodil-vscode] branch dependabot/github_actions/actions/setup-node-3.4.1 updated (c75dbb6 -> 012a8e6)

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

github-bot pushed a change to branch dependabot/github_actions/actions/setup-node-3.4.1
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


 discard c75dbb6  Bump actions/setup-node from 3.3.0 to 3.4.1
     add e21d3f5  Update scala dependencies:
     add 448d288  Multiple Updates:
     add 2d6ad05  Bump actions/setup-java from 3.4.0 to 3.4.1
     add f6713ed  Update sbt to 1.7.1
     add 5c38f0c  Add debug option that uses configuration from last debug
     add d2c9700  Updates to README.md for artifact name changes
     add b8682fe  Update log4cats-slf4j to 2.4.0
     add ac30773  Create a new build script:
     add 012a8e6  Bump actions/setup-node from 3.3.0 to 3.4.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   (c75dbb6)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/actions/setup-node-3.4.1 (012a8e6)

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/scala-steward.yml                |   2 +-
 .gitignore                                         |   3 +
 .scalafmt.conf                                     |   2 +-
 README.md                                          |  16 ++--
 build.sbt                                          |  11 +--
 .vscodeignore => build/package/.vscodeignore       |   0
 build/{bin.LICENSE => package/LICENSE}             |   0
 build/{bin.NOTICE => package/NOTICE}               |   0
 build/scripts/package.ts                           |  81 +++++++++++++++++
 build/scripts/process_build.ts                     |  56 ------------
 package.json                                       |  32 +++++--
 project/Rat.scala                                  |   3 +-
 project/build.properties                           |  32 ++++---
 project/plugins.sbt                                |   8 +-
 .../Compiler.scala                                 |   9 +-
 .../org.apache.daffodil.debugger.dap/DAPodil.scala |  16 +++-
 .../org.apache.daffodil.debugger.dap/Parse.scala   | 100 ++++++++++++---------
 src/adapter/activateDaffodilDebug.ts               |  48 ++++++----
 src/classes/artifact.ts                            |   2 +-
 src/infoset.ts                                     |   4 +-
 src/omega_edit/interface.html                      |   2 +-
 src/utils.ts                                       |   6 +-
 23 files changed, 259 insertions(+), 182 deletions(-)
 copy .vscodeignore => build/package/.vscodeignore (100%)
 rename build/{bin.LICENSE => package/LICENSE} (100%)
 rename build/{bin.NOTICE => package/NOTICE} (100%)
 create mode 100644 build/scripts/package.ts
 delete mode 100644 build/scripts/process_build.ts