You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2022/11/03 17:27:02 UTC

[daffodil-vscode] branch dependabot/npm_and_yarn/webpack-5.74.0 updated (bbd260f -> 1bf3197)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/webpack-5.74.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


 discard bbd260f  Bump webpack from 5.73.0 to 5.74.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 1bf3197  Bump webpack from 5.73.0 to 5.74.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   (bbd260f)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/webpack-5.74.0 (1bf3197)

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                                          | 151 ++++++++++++++++++---
 11 files changed, 324 insertions(+), 163 deletions(-)