Skip to content

chore(deps): bump the mesh-sdk group across 1 directory with 3 updates#263

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mesh-sdk-3f0e69b510
Open

chore(deps): bump the mesh-sdk group across 1 directory with 3 updates#263
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mesh-sdk-3f0e69b510

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the mesh-sdk group with 1 update in the / directory: @meshsdk/core.

Updates @meshsdk/core from 1.9.0-beta.104 to 1.9.0

Release notes

Sourced from @​meshsdk/core's releases.

v1.9.0 - Van Rossem

Updates

Cost model updates

Now by default, the tx builder uses fetcher to fetch cost models when building transactions, this allows versions to persist through hard forks without having to hard code cost model changes.

Evaluator

Added OfflineEvaluatorScalus to core-cst, allowing an evaluation option without the use of wasm.

Bumped UPLC for OfflineEvaluator to uplc 1.1.22

Fetching cost models

It is now recommended to use a fetcher to fetch cost models before building every transaction. Since cost models can change through hard forks, it is not recommended to simply hard code them. There are APIs to set the cost models for evaluators, and transaction builders.

const costModels = await provider.fetchCostModels();
const txBuilder = new MeshTxBuilder({
  fetcher: provider,
  verbose: true,
  evaluator: new OfflineEvaluator(
    provider,
    "preprod",
    undefined,
    costModels,
  ),
});

const txHex = await txBuilder .mintPlutusScriptV3() .mint("1", alwaysSucceedHash, "") .mintRedeemerValue("") .mintingScript(alwaysSucceedCbor) .txOut( "addr_test1qpsjnpqljma4vdg67vtf8k4xv7umncum5lvrnlupfyyvmtawhmy5tqhkqm4lrwwm6wkykzsa2aafy25vevxhrc3fws0qszw7wl", [ { unit: alwaysSucceedHash, quantity: "1", }, ], ) .txIn(utxos[0].input.txHash, utxos[0].input.outputIndex) .txInCollateral(utxos[0].input.txHash, utxos[0].input.outputIndex) .changeAddress(await wallet.getChangeAddress()) .setCostModels(costModels) .complete();

Commits

Updates @meshsdk/core-csl from 1.9.0-beta.104 to 1.9.0

Commits

Updates @meshsdk/core-cst from 1.9.0-beta.104 to 1.9.0

@dependabot dependabot Bot added the dependencies Dependency updates label Jun 1, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
multisig Error Error Jun 5, 2026 1:31pm

Request Review

Bumps the mesh-sdk group with 1 update in the / directory: [@meshsdk/core](https://github.com/MeshJS/mesh).


Updates `@meshsdk/core` from 1.9.0-beta.104 to 1.9.0
- [Release notes](https://github.com/MeshJS/mesh/releases)
- [Commits](https://github.com/MeshJS/mesh/commits/1.9.0)

Updates `@meshsdk/core-csl` from 1.9.0-beta.104 to 1.9.0
- [Commits](https://github.com/MeshJS/mesh-core/commits)

Updates `@meshsdk/core-cst` from 1.9.0-beta.104 to 1.9.0

---
updated-dependencies:
- dependency-name: "@meshsdk/core"
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mesh-sdk
- dependency-name: "@meshsdk/core-csl"
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mesh-sdk
- dependency-name: "@meshsdk/core-cst"
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mesh-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the mesh-sdk group with 3 updates chore(deps): bump the mesh-sdk group across 1 directory with 3 updates Jun 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/mesh-sdk-3f0e69b510 branch from 6aff62d to f80aba9 Compare June 5, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants