This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/setup-node-6.1.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 5dd0819 Apply suggestion from @Copilot
discard f2196df Bump actions/setup-node from 6.0.0 to 6.1.0
add 6dc58f6 Update version to 1.6.0-SNAPSHOT
add ef299fa Document PR approval and merge process
add ae5a5e3 Document DFDL relevant items in src/language and
src/language/providers/utils.ts
add 7b73dcd Bump jsonc-parser from 3.2.1 to 3.3.1
add 6cd4d99 Update data editor not to default to config
add ceef6c0 Bump @sveltejs/kit from 2.37.1 to 2.49.5
add 0bd5a71 Bump qs from 6.14.0 to 6.14.1
add ff2d691 Bump @vscode/test-electron from 2.3.8 to 2.5.2
add 294a769 Document IntelliSense AttributeHoverProvider + relevant files
add be2e199 Bump actions/checkout from 6.0.0 to 6.0.1
add 67e953d Bump actions/setup-java from 5.0.0 to 5.1.0
add 3ec9f1b Document IntelliSense functionallity for
CloseElementSlashProvider in closeElementSlashProvider.ts and closeUtils.ts.
add eed1c54 Document IntelliSense CloseElementProvider
add c758385 Update sbt-native-packager to 1.11.7
add 0b475c4 Bump css-loader from 6.11.0 to 7.1.2
add 6c962b4 Update sbt, scripted-plugin to 1.12.0
add 74a604e Update scalafmt-core to 3.10.4
add 214e7ab Squashed into one commit
add f56fe01 Bump actions/setup-node from 6.0.0 to 6.1.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 (5dd0819)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/setup-node-6.1.0 (f56fe01)
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 | 12 +-
.github/workflows/licenses.yml | 12 +-
.github/workflows/nightly.yml | 6 +-
.github/workflows/release-candidate.yml | 6 +-
.scalafmt.conf | 2 +-
DEVELOPMENT.md | 54 +++
VERSION | 2 +-
.../org.apache.daffodil.debugger.dap/Parse.scala | 28 +-
package.json | 10 +-
project/build.properties | 2 +-
project/plugins.sbt | 2 +-
src/dataEditor/dataEditorClient.ts | 7 +-
src/language/dfdl.ts | 45 ++
src/language/index.ts | 15 +
src/language/intellisense-development.md | 287 ++++++++++++-
src/language/providers/attributeHover.ts | 36 ++
src/language/providers/closeElement.ts | 155 ++++++-
src/language/providers/closeElementSlash.ts | 142 +++++--
src/language/providers/closeUtils.ts | 138 +++++-
src/language/providers/utils.ts | 469 ++++++++++++++++++++-
yarn.lock | 180 +++++---
21 files changed, 1421 insertions(+), 189 deletions(-)