This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/chai-5.1.2
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
omit bd52178 Bump chai from 4.4.1 to 5.1.2
add 861cf2d Output TDML errors via vscode pop-up
add 25a9460 Update .asf.yaml to add JeremyYao as collaborator
add 848cfce Enable reproducible JAXB generated TDML code
add df5b87d Bump esbuild from 0.19.9 to 0.25.0
add 27c6e02 Bump @vscode/vsce from 2.22.0 to 3.2.2
add cbc2217 Bump chai from 4.4.1 to 5.1.2
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 (bd52178)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/chai-5.1.2
(cbc2217)
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 | 1 +
.github/workflows/CI.yml | 38 +-
.github/workflows/nightly.yml | 4 +-
README.md | 2 +-
build.sbt | 112 ++-
debugger/src/main/resources/bindings.xjb | 84 --
.../main/scala/org.apache.daffodil.tdml/TDML.scala | 8 +-
.../scala/org.apache.daffodil.tdml/TDMLSuite.scala | 11 +-
package.json | 10 +-
src/tdmlEditor/utilities/tdmlXmlUtils.ts | 22 +
src/tests/runTest.ts | 2 +
yarn.lock | 887 +++++++++++++++++----
12 files changed, 851 insertions(+), 330 deletions(-)
delete mode 100644 debugger/src/main/resources/bindings.xjb