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

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


 discard 3d3c9c1  Bump copy-webpack-plugin from 12.0.2 to 13.0.0
     add 8387831  -fixes an issue where the data editor server failed to close 
at the completion of debugging
     add 5a720ad  Update popup messages for debugger errors.
     add 1e879e4  Bump tar-fs from 1.16.3 to 1.16.4
     add 33a1f57  Add GitHub action to create release candidates
     add 496ff94  Fix typo in release-candidate action name
     add e379eae  Create script to update the version inside of package.json 
and VERSION
     add b2fd9a5  Address Inserting dfdl:defineEscapeScheme Discrepancies
     add cd2f20a  Resolve issue that could cause the debugger to hang
     add fd950d3  Address incorrect relative paths when Copying or Appending 
TDML
     add ca82be0  Fixes an issue where the incorrect nsprefix was applies to 
dfdl element tags
     add 4b5ad25  Test if release candidate SVN secrets are set correctly
     add 18cba5f  Revert "Test if release candidate SVN secrets are set 
correctly"
     add 9842988  Address ability to seek beyond EOF by disabling enter handler 
if seek error box is displayed
     add 00cbea0  Add Extension Dependencies to Recommendations JSON
     add d20e1e7  Add hoverable tooltip for Disk Size and Computed Size
     add 26e0e6e  Increase Data Profiler Panel fixed min width to be 285px to 
show all bytes in graph
     add d70a844  Remove Byte value of 256 from CSV of profiled data
     add 0843692  Address Unable to Execute TDML Test Case on Ubuntu
     add 2c37609  Added Naga Panchumarty as a collaborater on the asf.yaml file
     add ede5e80  Address Incorrect Number of Fields for none TDML Action Upon 
First Opening
     add 216e795  Store relevant tdmlConfig properties depending on action 
specified in launch.json
     add 4d8e2fc  Remove people who will no longer be collaborators or are now 
PMC members from .asf.yaml
     add 13a26fc  Bump sass from 1.70.0 to 1.87.0
     add 29b6e42  Bump copy-webpack-plugin from 12.0.2 to 13.0.0

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   (3d3c9c1)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/copy-webpack-plugin-13.0.0 (29b6e42)

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:
 .asf.yaml                                          |   7 +-
 .github/workflows/release-candidate.yml            |  75 +++++++++
 .vscode/extensions.json                            |   4 +-
 VERSION                                            |   1 +
 build.sbt                                          |   8 +-
 build/yarn-scripts.ts                              |  57 +++++++
 .../org.apache.daffodil.debugger.dap/Parse.scala   |  30 +++-
 .../main/scala/org.apache.daffodil.tdml/TDML.scala |   8 +-
 .../scala/org.apache.daffodil.tdml/TDMLSuite.scala |   9 +-
 package.json                                       |   5 +-
 project/Rat.scala                                  |   2 +
 src/adapter/activateDaffodilDebug.ts               |  20 +--
 src/adapter/daffodilDebugErrors.ts                 |  56 +++++++
 src/adapter/daffodilEvent.ts                       |   4 +-
 src/daffodilDebugger/daffodil.ts                   |   9 ++
 src/dataEditor/dataEditorClient.ts                 |   2 +-
 src/dataEditor/include/server/Sessions.ts          |   2 +
 .../providers/intellisense/elementItems.ts         |  30 ++--
 src/launchWizard/launchWizard.ts                   |   2 +-
 src/launchWizard/script.js                         |  22 ++-
 .../src/components/DataMetrics/DataMetrics.svelte  |   6 +-
 .../components/Header/fieldsets/FileMetrics.svelte |  10 +-
 .../Header/fieldsets/SearchReplace.svelte          |   2 +-
 src/tdmlEditor/utilities/tdmlXmlUtils.ts           |  34 +++-
 yarn.lock                                          | 172 +++++++++++++++++----
 25 files changed, 455 insertions(+), 122 deletions(-)
 create mode 100644 .github/workflows/release-candidate.yml
 create mode 100644 VERSION
 create mode 100644 src/adapter/daffodilDebugErrors.ts

Reply via email to