This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/fast-xml-builder-1.2.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 6066128 Bump fast-xml-builder from 1.1.5 to 1.2.0
add 09d89ce - upgraded the Ωedit™ integration to `v2.0.0 - updated the
data editor to the Ωedit™ 2.x client APIs, including heartbeat and viewport
subscription helpers - adjusted server metrics and packaging to the new native
runtime fields and `@omega-edit/server/out` layout - refreshed the Ωedit™ test
startup call sites for the 2.x `startServer(..., { logConfigFile })` signature
add b52747b Document Data Editor debug launch options
add 02b0c7c Update sbt-tpolecat to 0.5.5
add 5203884 Bump @sveltejs/kit from 2.53.3 to 2.60.1
add 65b96c3 fix: PR checkbox validation logic in workflow
add 9a5b78d Bump tmp from 0.2.5 to 0.2.7
add cc5a3e8 Bump fast-xml-builder from 1.1.5 to 1.2.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 (6066128)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/fast-xml-builder-1.2.0 (cc5a3e8)
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/documentaion.yml | 12 +-
build/package/LICENSE | 62 +++
build/package/NONOTICE | 6 +
build/yarn-scripts.ts | 234 ++++++++-
doc/Wiki.md | 26 +-
package.json | 26 +-
src/dataEditor/config/Config.ts | 56 +-
src/dataEditor/config/Extract.ts | 13 +-
src/dataEditor/dataEditorClient.ts | 571 +++++++++++++++------
src/dataEditor/include/server/LogbackConfig.ts | 53 ++
src/dataEditor/include/server/ServerInfo.ts | 43 +-
src/dataEditor/include/server/Sessions.ts | 49 +-
.../include/server/heartbeat/HeartBeatInfo.ts | 9 +-
src/dataEditor/include/server/heartbeat/index.ts | 36 +-
src/dataEditor/svelteWebviewInitializer.ts | 22 +-
src/svelte/src/App.svelte | 20 +-
.../CustomByteDisplay/DataLineFeed.svelte | 2 +-
.../src/components/DataMetrics/DataMetrics.svelte | 14 +-
.../components/ServerMetrics/ServerMetrics.svelte | 54 +-
src/svelte/src/components/dataEditor.svelte | 19 +-
src/svelte/src/utilities/message.ts | 1 +
src/tests/omegaEditServerLifecycle.ts | 147 ++++++
src/tests/suite/dataEditor.test.ts | 44 +-
...rsion.test.ts => omegaEditClientLogger.test.ts} | 39 +-
src/tests/suite/utils.test.ts | 2 +-
src/utils.ts | 2 +-
vite.config.mjs | 10 +-
yarn.lock | 200 ++------
28 files changed, 1266 insertions(+), 506 deletions(-)
create mode 100644 src/dataEditor/include/server/LogbackConfig.ts
create mode 100644 src/tests/omegaEditServerLifecycle.ts
copy src/tests/suite/{version.test.ts => omegaEditClientLogger.test.ts} (56%)