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 2023/12/05 18:04:53 UTC

(daffodil-vscode) branch dependabot/npm_and_yarn/svelte-check-3.6.2 updated (1bdb102 -> 10dc145)

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

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


 discard 1bdb102  Bump svelte-check from 3.5.2 to 3.6.2
     add 8ba1714  add ability to save segments of the file (#800)
     add 5868292  Launch Wizard - Allow copying of configs
     add 8e682aa  upgrade to Ωedit™ v0.9.76
     add 10dc145  Bump svelte-check from 3.5.2 to 3.6.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   (1bdb102)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/svelte-check-3.6.2 (10dc145)

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/nightly.yml                      |   2 +-
 package.json                                       |   2 +-
 src/dataEditor/dataEditorClient.ts                 | 100 ++++++++++
 src/launchWizard/launchWizard.js                   | 211 +++++++++++++++------
 src/launchWizard/launchWizard.ts                   | 119 ++++++++++--
 src/styles/styles.css                              |  14 ++
 .../src/components/DataMetrics/DataMetrics.svelte  |  22 ++-
 .../components/Header/fieldsets/FileMetrics.svelte |   3 +
 src/svelte/src/utilities/message.ts                |   1 +
 yarn.lock                                          |  78 +++++---
 10 files changed, 447 insertions(+), 105 deletions(-)