Skip to content

Commit

Permalink
Merge branch 'develop' into re-2428/add-cicd-changeset
Browse files Browse the repository at this point in the history
* develop:
  Update Nix apple sdk usage (#12758)
  [KS-136] Update staging (#12703)
  update changelog path (#12757)
  Add support for dynamic pipeline runs with persistence (#12367)
  Fix nix mac issues building core missing newer apple sdk libs (#12746)
  Fix issues in package.json (#12748)
  [fix] Install jq when building plugins image (#12750)
  Automatic gas in load tests (#12416)
  remove VERSION file to use version from package.json (#12663)
  update package.json version (#12745)
  • Loading branch information
momentmaker committed Apr 9, 2024
2 parents c0b7932 + a21c5f4 commit 493da85
Show file tree
Hide file tree
Showing 66 changed files with 1,969 additions and 776 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-pets-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

Provides support for dynamic pipeline runs with persistence.
16 changes: 8 additions & 8 deletions .github/actions/split-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"ts-node": "^10.9.1",
"zx": "^7.0.8"
"@actions/core": "^1.10.1",
"ts-node": "^10.9.2",
"zx": "^7.2.3"
},
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/node": "^18.8.2",
"jest": "^29.1.2",
"ts-jest": "^29.0.3",
"typescript": "^5.2.2"
"@types/jest": "^29.5.12",
"@types/node": "^18.19.31",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.4"
}
}
Loading

0 comments on commit 493da85

Please sign in to comment.