You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2023/03/16 23:17:29 UTC

[daffodil-vscode] branch dependabot/npm_and_yarn/wait-port-1.0.4 updated (ca5665d -> 1e83df0)

This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a change to branch dependabot/npm_and_yarn/wait-port-1.0.4
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


 discard ca5665d  Bump wait-port from 0.3.1 to 1.0.4
     add 45d21cb  Catch arbitrary exception thrown during CI - Added err callback for catching "Call cancelled" for   `viewportSubscribe()`
     add 159208f  Bump actions/checkout from 3.0.2 to 3.3.0
     add e07d1b7  Bump actions/setup-java from 3.4.1 to 3.10.0
     add db98853  Bump actions/setup-node from 3.3.0 to 3.6.0
     add 38c2ccf  Bump scala-steward-org/scala-steward-action from 2.47.0 to 2.50.0
     add a7e21df  Bump webpack from 5.75.0 to 5.76.0
     add 05af0eb   Change the behavior of inserting the format tag    * added additional attribute snippets    * modified attribution completion for format to include most attributes    * fixed a bug where xml version and schema tags did not autocomplete
     add 1e83df0  Bump wait-port from 0.3.1 to 1.0.4

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   (ca5665d)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/wait-port-1.0.4 (1e83df0)

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                           |   6 +-
 .github/workflows/nightly.yml                      |   6 +-
 .github/workflows/scala-steward.yml                |   2 +-
 package.json                                       |   2 +-
 src/language/providers/attributeCompletion.ts      | 157 +++++++++-----
 src/language/providers/closeElement.ts             |  27 ++-
 src/language/providers/closeUtils.ts               |   4 +-
 src/language/providers/elementCompletion.ts        |  36 +++-
 .../providers/intellisense/attributeItems.ts       | 236 ++++++++++++++++++---
 src/language/providers/intellisense/commonItems.ts |   2 +-
 .../providers/intellisense/elementItems.ts         |  29 +--
 src/language/providers/utils.ts                    |  13 +-
 src/omega_edit/utils.ts                            |   4 +
 src/tests/suite/language/items.test.ts             |  91 +++++---
 yarn.lock                                          |   8 +-
 15 files changed, 446 insertions(+), 177 deletions(-)