Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Apr 18, 2024
1 parent 428a4a3 commit a84b69a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rename.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .haxerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.3.3",
"version": "4.3.4",
"resolveLibs": "scoped"
}
4 changes: 2 additions & 2 deletions haxe_libraries/haxeparser.hxml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions haxe_libraries/json2object.hxml
Original file line number Diff line number Diff line change
@@ -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
-cp ${HAXE_LIBCACHE}/json2object/3.11.0/haxelib/src
-D json2object=3.11.0
6 changes: 3 additions & 3 deletions haxe_libraries/test-adapter.hxml
Original file line number Diff line number Diff line change
@@ -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()
6 changes: 3 additions & 3 deletions haxe_libraries/tokentree.hxml
Original file line number Diff line number Diff line change
@@ -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
# @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
7 changes: 3 additions & 4 deletions haxe_libraries/utest.hxml
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit a84b69a

Please sign in to comment.