This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a change to branch dependabot/npm_and_yarn/jsonc-parser-3.2.1
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 62874e1 Bump jsonc-parser from 3.2.0 to 3.2.1
add e0d4c65 Fix profiler with Ωedit update to v0.9.82
add bc86057 Resolved Windows Lingering OE Server
add 4999e1a Update to Apache Daffodil 3.7.0
add 188dd3f Refactor to fix event delivery guarantees.
add dc48421 Bump actions/setup-java from 4.0.0 to 4.2.1
add 3848bc5 Bump scala-steward-org/scala-steward-action from 2.61.0 to
2.65.0
add 3ca9b5c Resolved Selection Highlighting Rescend - Updated selection
partition calculations to calculate against the `VIEWPORT_CAPACITY_MAX`.
add 50a1bda Bump jsonc-parser from 3.2.0 to 3.2.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 (62874e1)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/jsonc-parser-3.2.1 (50a1bda)
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/nightly.yml | 4 +-
.github/workflows/scala-steward.yml | 2 +-
.../org.apache.daffodil.debugger.dap/DAPodil.scala | 41 +-
.../org.apache.daffodil.debugger.dap/Parse.scala | 771 +++++++++++----------
.../org.apache.daffodil.debugger.dap/logging.scala | 2 +
package.json | 4 +-
src/dataEditor/dataEditorClient.ts | 21 +-
src/dataEditor/include/server/ServerInfo.ts | 10 +-
src/svelte/src/utilities/highlights.ts | 2 +-
src/tests/suite/dataEditor.test.ts | 4 +-
yarn.lock | 82 ++-
12 files changed, 487 insertions(+), 464 deletions(-)