This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/setup-java-4.7.1 in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
omit 3bd07d6 Bump actions/setup-java from 4.6.0 to 4.7.1 add 9842988 Address ability to seek beyond EOF by disabling enter handler if seek error box is displayed add 00cbea0 Add Extension Dependencies to Recommendations JSON add d20e1e7 Add hoverable tooltip for Disk Size and Computed Size add 26e0e6e Increase Data Profiler Panel fixed min width to be 285px to show all bytes in graph add d70a844 Remove Byte value of 256 from CSV of profiled data add 0843692 Address Unable to Execute TDML Test Case on Ubuntu add 2c37609 Added Naga Panchumarty as a collaborater on the asf.yaml file add ede5e80 Address Incorrect Number of Fields for none TDML Action Upon First Opening add 216e795 Store relevant tdmlConfig properties depending on action specified in launch.json add 4d8e2fc Remove people who will no longer be collaborators or are now PMC members from .asf.yaml add 13a26fc Bump sass from 1.70.0 to 1.87.0 add 3a4536b Bump @tsconfig/svelte from 5.0.2 to 5.0.4 add 8adc813 Bump chai from 4.4.1 to 5.2.0 add 25de40c Update version to 1.4.1, in preparation for rc1 add e1dd005 Bump mocha from 10.2.0 to 11.5.0 add 3bccfb3 Regenerated yarn.lock file and upgrade vsce to 3.5.0 add dc12ff6 Add CI jobs for node LICENSEs. Add missing LICENESEs. add 047bbaa Bump windows runner to windows-2022 as windows-2019 is being removed add ccc4634 Change generated yarn test debugger log file location to temp directory and removel logic for removing them. add bc4899b Add Ryan Cover as contributor to .asf.yaml add eae9290 Bump actions/setup-node from 4.1.0 to 4.4.0 add 3714ef0 Bump actions/setup-java from 4.6.0 to 4.7.1 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 (3bd07d6) \ N -- N -- N refs/heads/dependabot/github_actions/actions/setup-java-4.7.1 (3714ef0) 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: .asf.yaml | 8 +- .github/workflows/CI.yml | 42 +- .github/workflows/{CI.yml => licenes.yml} | 120 +- .github/workflows/nightly.yml | 4 +- .github/workflows/release-candidate.yml | 4 +- .vscode/extensions.json | 4 +- VERSION | 2 +- build/license_data.json | 42 + build/package/LICENSE | 436 +++ build/package/NONOTICE | 5 + build/yarn-scripts.ts | 95 + .../main/scala/org.apache.daffodil.tdml/TDML.scala | 8 +- .../scala/org.apache.daffodil.tdml/TDMLSuite.scala | 9 +- package.json | 17 +- project/Rat.scala | 1 + src/launchWizard/launchWizard.ts | 2 +- src/launchWizard/script.js | 22 +- .../src/components/DataMetrics/DataMetrics.svelte | 6 +- .../components/Header/fieldsets/FileMetrics.svelte | 10 +- .../Header/fieldsets/SearchReplace.svelte | 2 +- src/tests/suite/daffodilDebugger.test.ts | 9 +- yarn.lock | 3914 ++++++++++++-------- 22 files changed, 2945 insertions(+), 1817 deletions(-) copy .github/workflows/{CI.yml => licenes.yml} (54%) create mode 100644 build/license_data.json