This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/lodash-4.17.23
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard e266ad1 Bump lodash from 4.17.21 to 4.17.23
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 969bb8d Bump lodash from 4.17.21 to 4.17.23
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 (e266ad1)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/lodash-4.17.23
(969bb8d)
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:
.scalafmt.conf | 2 +-
.../org.apache.daffodil.debugger.dap/Parse.scala | 28 +--
package.json | 2 +-
project/build.properties | 2 +-
project/plugins.sbt | 2 +-
src/language/intellisense-development.md | 187 +++++++++++++++++++++
src/language/providers/closeElement.ts | 155 +++++++++++++++--
src/language/providers/closeElementSlash.ts | 142 ++++++++++++----
src/language/providers/closeUtils.ts | 138 +++++++++++++--
yarn.lock | 8 +-
10 files changed, 590 insertions(+), 76 deletions(-)