This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/types/node-25.6.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 06a15cf Bump @types/node from 24.3.1 to 25.8.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 ab2771b Bump @types/node from 24.3.1 to 25.8.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 (06a15cf)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/types/node-25.6.0
(ab2771b)
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:
build/package/LICENSE | 62 +++
build/package/NONOTICE | 6 +
build/yarn-scripts.ts | 234 ++++++++-
package.json | 24 +-
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 | 182 ++-----
26 files changed, 1229 insertions(+), 485 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%)