This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/uuid-9.0.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 6660e6c Bump uuid from 8.3.2 to 9.0.0
add f56b05f Complete the default namespace work
add c30bfd6 CI Build, Test, and Package task should be using Java 11, not
Java 8
add 3f9d860 Fix the spelling of initiated (currently intiated)
add 64bbb7e omega-edit updates:
add 37b8218 Bump uuid from 8.3.2 to 9.0.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 (6660e6c)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/uuid-9.0.0
(37b8218)
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 | 15 ++-
package.json | 6 +-
src/language/providers/attributeCompletion.ts | 89 ++++++++-----
src/language/providers/elementCompletion.ts | 2 +-
.../providers/intellisense/attributeItems.ts | 15 ++-
src/language/providers/intellisense/commonItems.ts | 3 +-
.../providers/intellisense/elementItems.ts | 28 ++--
src/language/providers/utils.ts | 43 ++++---
src/omega_edit/utils.ts | 125 ++++++++++--------
src/tests/suite/language/items.test.ts | 10 +-
yarn.lock | 143 +++++++++++++++++++--
11 files changed, 320 insertions(+), 159 deletions(-)