From a84b69acf0e2a05aeac00ea6498c90321009aa8e Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Thu, 18 Apr 2024 21:19:57 +0200 Subject: [PATCH] updated dependencies --- .github/workflows/rename.yml | 4 ++-- .haxerc | 2 +- haxe_libraries/haxeparser.hxml | 4 ++-- haxe_libraries/json2object.hxml | 6 +++--- haxe_libraries/test-adapter.hxml | 6 +++--- haxe_libraries/tokentree.hxml | 6 +++--- haxe_libraries/utest.hxml | 7 +++---- 7 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/workflows/rename.yml b/.github/workflows/rename.yml index 77f8d7e..e4d5383 100644 --- a/.github/workflows/rename.yml +++ b/.github/workflows/rename.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - haxe-version: ['4.2.5', 'nightly'] + haxe-version: ['4.3.4', 'nightly'] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -45,5 +45,5 @@ jobs: - name: Run Nodejs tests run: npx haxe -D codecov_json test.hxml - name: Upload results to codecov - if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version == '4.1.5' + if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version == '4.3.4' run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" diff --git a/.haxerc b/.haxerc index 3ee99dd..22c3a57 100644 --- a/.haxerc +++ b/.haxerc @@ -1,4 +1,4 @@ { - "version": "4.3.3", + "version": "4.3.4", "resolveLibs": "scoped" } \ No newline at end of file diff --git a/haxe_libraries/haxeparser.hxml b/haxe_libraries/haxeparser.hxml index c55c6ed..4c88822 100644 --- a/haxe_libraries/haxeparser.hxml +++ b/haxe_libraries/haxeparser.hxml @@ -1,4 +1,4 @@ -# @install: lix --silent download "gh://github.com/HaxeCheckstyle/haxeparser#aaba9287c53af55b253b2d1069582731ffa5f93f" into haxeparser/4.3.0-rc.1/github/aaba9287c53af55b253b2d1069582731ffa5f93f +# @install: lix --silent download "gh://github.com/HaxeCheckstyle/haxeparser#a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2" into haxeparser/4.3.0-rc.1/github/a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2 -lib hxparse --cp ${HAXE_LIBCACHE}/haxeparser/4.3.0-rc.1/github/aaba9287c53af55b253b2d1069582731ffa5f93f/src +-cp ${HAXE_LIBCACHE}/haxeparser/4.3.0-rc.1/github/a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2/src -D haxeparser=4.3.0-rc.1 \ No newline at end of file diff --git a/haxe_libraries/json2object.hxml b/haxe_libraries/json2object.hxml index a994f9b..897b5a3 100644 --- a/haxe_libraries/json2object.hxml +++ b/haxe_libraries/json2object.hxml @@ -1,4 +1,4 @@ -# @install: lix --silent download "gh://github.com/elnabo/json2object#64b46769a143207f266010997ea24aa9764505ce" into json2object/3.10.0/github/64b46769a143207f266010997ea24aa9764505ce +# @install: lix --silent download "haxelib:/json2object#3.11.0" into json2object/3.11.0/haxelib -lib hxjsonast --cp ${HAXE_LIBCACHE}/json2object/3.10.0/github/64b46769a143207f266010997ea24aa9764505ce/src --D json2object=3.10.0 \ No newline at end of file +-cp ${HAXE_LIBCACHE}/json2object/3.11.0/haxelib/src +-D json2object=3.11.0 \ No newline at end of file diff --git a/haxe_libraries/test-adapter.hxml b/haxe_libraries/test-adapter.hxml index bf0c653..2551a21 100644 --- a/haxe_libraries/test-adapter.hxml +++ b/haxe_libraries/test-adapter.hxml @@ -1,5 +1,5 @@ -# @install: lix --silent download "haxelib:/test-adapter#2.0.6" into test-adapter/2.0.6/haxelib +# @install: lix --silent download "haxelib:/test-adapter#2.0.7" into test-adapter/2.0.7/haxelib -lib json2object --cp ${HAXE_LIBCACHE}/test-adapter/2.0.6/haxelib/ --D test-adapter=2.0.6 +-cp ${HAXE_LIBCACHE}/test-adapter/2.0.7/haxelib/ +-D test-adapter=2.0.7 --macro _testadapter.Macro.init() \ No newline at end of file diff --git a/haxe_libraries/tokentree.hxml b/haxe_libraries/tokentree.hxml index 33ff084..02d86c4 100644 --- a/haxe_libraries/tokentree.hxml +++ b/haxe_libraries/tokentree.hxml @@ -1,3 +1,3 @@ -# @install: lix --silent download "haxelib:/tokentree#1.2.10" into tokentree/1.2.10/haxelib --cp ${HAXE_LIBCACHE}/tokentree/1.2.10/haxelib/src --D tokentree=1.2.10 \ No newline at end of file +# @install: lix --silent download "haxelib:/tokentree#1.2.11" into tokentree/1.2.11/haxelib +-cp ${HAXE_LIBCACHE}/tokentree/1.2.11/haxelib/src +-D tokentree=1.2.11 \ No newline at end of file diff --git a/haxe_libraries/utest.hxml b/haxe_libraries/utest.hxml index 4bb6be7..f077685 100644 --- a/haxe_libraries/utest.hxml +++ b/haxe_libraries/utest.hxml @@ -1,5 +1,4 @@ -# @install: lix --silent download "gh://github.com/haxe-utest/utest#5de48a964ca75c8e6321ac9706346a24958af2a4" into utest/1.13.2/github/5de48a964ca75c8e6321ac9706346a24958af2a4 --cp ${HAXE_LIBCACHE}/utest/1.13.2/github/5de48a964ca75c8e6321ac9706346a24958af2a4/src --D utest=1.13.2 ---macro utest.utils.Macro.checkHaxe() +# @install: lix --silent download "gh://github.com/haxe-utest/utest#bdb5fec4b8e77d9a3c079d9cfb108f29f153721a" into utest/2.0.0-alpha/github/bdb5fec4b8e77d9a3c079d9cfb108f29f153721a +-cp ${HAXE_LIBCACHE}/utest/2.0.0-alpha/github/bdb5fec4b8e77d9a3c079d9cfb108f29f153721a/src +-D utest=2.0.0-alpha --macro utest.utils.Macro.importEnvSettings()