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

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


 discard 78be7d0  Bump glob from 8.1.0 to 11.0.3
     add 4d4ac7f  Add support for multiple versions of the debugger
     add a7d1eee  Update DEVELOPMENT.md
     add 0ce9d0a  Update DEVELOPMENT.md
     add f97fd63  Update DEVELOPMENT.md
     add b900c74  Update DEVELOPMENT.md
     add 9c00227  Create Task GH Issue Template
     add 2fb844d  updated the extension's intellisense element and attribute 
suggestions based on the dfdl cross reference document updated the intellisense 
checklist to match the updated intellisense suggestions
     add 5380a29  Remove workflow_dispatch from main CI file as it doesn't work 
as expected.
     add a5bea69  Remove scala-steward workflow
     add b2e4d43  Stop creating a zip of the debugger source
     add b9fe15d  Remove duplicate data editor panel disposal calls
     add 0c322f4  Bump esbuild from 0.25.5 to 0.25.10
     add e6c13ed  Bump glob from 8.1.0 to 11.0.3

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   (78be7d0)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/glob-11.0.3 
(e6c13ed)

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/ISSUE_TEMPLATE/task.md                     |  23 ++
 .github/workflows/CI.yml                           | 129 +--------
 .github/workflows/licenses.yml                     |   2 +-
 .github/workflows/nightly.yml                      |   2 +-
 .github/workflows/release-candidate.yml            |   2 +-
 .github/workflows/scala-steward.yml                |  38 ---
 .gitignore                                         |   5 -
 .vscode/launch.json                                |   2 +-
 .vscode/tasks.json                                 |   2 +-
 DEVELOPMENT.md                                     |   6 +
 build.sbt                                          | 169 +++++++----
 .../Convert.scala}                                 |  20 +-
 .../Convert.scala}                                 |  20 +-
 .../org.apache.daffodil.debugger.dap/DAP.scala     |  35 +--
 .../org.apache.daffodil.debugger.dap/Support.scala |  71 +++++
 .../Convert.scala}                                 |  20 +-
 .../org.apache.daffodil.debugger.dap/DAP.scala}    |  29 +-
 .../org.apache.daffodil.debugger.dap/Support.scala |  63 ++++
 .../Compiler.scala                                 |  14 +-
 .../org.apache.daffodil.debugger.dap/DAPodil.scala |  19 +-
 .../org.apache.daffodil.debugger.dap/Parse.scala   |  49 ++--
 .../org.apache.daffodil.debugger.dap/Utils.scala   |   2 +-
 .../main/scala/org.apache.daffodil.tdml/TDML.scala |  18 +-
 debugger/src/templates/bash-template               |  17 +-
 debugger/src/templates/bat-template                |  22 +-
 .../org.apache.daffodil.debugger/ParseSuite.scala  |   8 +-
 package.json                                       |  35 ++-
 project/Rat.scala                                  |   1 +
 project/plugins.sbt                                |   1 +
 src/adapter/activateDaffodilDebug.ts               |  21 +-
 src/adapter/daffodilDebugErrors.ts                 |   3 +-
 src/adapter/daffodilEvent.ts                       |   4 +-
 src/classes/dfdlDebugger.ts                        |   2 +
 src/daffodilDebugger/daffodil.ts                   |   6 -
 src/daffodilDebugger/daffodilJars.ts               |  65 +++++
 src/daffodilDebugger/debugger.ts                   |  11 +-
 src/daffodilDebugger/utils.ts                      | 127 +++++---
 src/dataEditor/dataEditorClient.ts                 |   6 +-
 src/language/providers/attributeCompletion.ts      | 118 ++++++--
 src/language/providers/elementCompletion.ts        |  16 --
 .../providers/intellisense/attributeItems.ts       |  45 +++
 .../providers/intellisense/attributeValueItems.ts  |   3 +
 src/language/providers/intellisense/commonItems.ts |   6 +
 .../providers/intellisense/elementItems.ts         |   2 +-
 src/launchWizard/launchWizard.ts                   |   8 +-
 src/launchWizard/script.js                         |  16 ++
 src/tests/DfdlIntellisenseTestingChecklist.md      |  69 ++---
 src/tests/suite/daffodil.test.ts                   | 143 ++++-----
 src/tests/suite/daffodilDebugger.test.ts           | 269 +++++++++++------
 src/tests/suite/language/items.test.ts             |   9 +
 src/tests/suite/utils.test.ts                      |   2 +
 src/utils.ts                                       | 134 ++++++++-
 vite/package.vite.config.mjs => vite.config.mjs    | 177 ++++++------
 vite/dev.vite.config.mjs                           | 119 --------
 yarn.lock                                          | 318 ++++++++++-----------
 55 files changed, 1445 insertions(+), 1078 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/task.md
 delete mode 100644 .github/workflows/scala-steward.yml
 copy 
debugger/src/main/{scala/org.apache.daffodil.debugger.dap/Portability.scala => 
scala-2.12/org.apache.daffodil.debugger.dap/Convert.scala} (65%)
 copy 
debugger/src/main/{scala/org.apache.daffodil.debugger.dap/Portability.scala => 
scala-2.13/org.apache.daffodil.debugger.dap/Convert.scala} (65%)
 copy src/svelte/src/utilities/colorScheme.ts => 
debugger/src/main/scala-2/org.apache.daffodil.debugger.dap/DAP.scala (54%)
 create mode 100644 
debugger/src/main/scala-2/org.apache.daffodil.debugger.dap/Support.scala
 copy 
debugger/src/main/{scala/org.apache.daffodil.debugger.dap/Portability.scala => 
scala-3/org.apache.daffodil.debugger.dap/Convert.scala} (65%)
 copy debugger/src/main/{scala/org.apache.daffodil.debugger.dap/Next.scala => 
scala-3/org.apache.daffodil.debugger.dap/DAP.scala} (55%)
 create mode 100644 
debugger/src/main/scala-3/org.apache.daffodil.debugger.dap/Support.scala
 create mode 100644 src/daffodilDebugger/daffodilJars.ts
 rename vite/package.vite.config.mjs => vite.config.mjs (53%)
 delete mode 100644 vite/dev.vite.config.mjs

Reply via email to