paritytech / asset-transfer-api

Typescript API aiming to provide clear, and simple to use tools for transferring assets across common good parachains.
Apache License 2.0
44 stars 11 forks source link

chore(deps-dev): bump @substrate/dev from 0.7.1 to 0.8.0 #460

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps @substrate/dev from 0.7.1 to 0.8.0.

Release notes

Sourced from @​substrate/dev's releases.

v0.8.0

Breaking Changes

  • chore(deps): update deps (#126) (755ee6f)

    NOTE : This PR updates Typescript from ^5.4.5 to ^5.6.2 and in Typescript 5.5 release some deprecated options (mentioned in the announcement) are disabled. You can find an example in the related PR.

  • chore(deps): update deps (#122) (58fe47c)

    NOTE : This PR updates typescript-eslint packages from v6.X.X^ to v7.X.X which requires Node.js engine in versions ^18.18.0 || >=20.0.0. This means that support for Node 16, 19, and Node 18 versions prior to 18.18.0 are dropped (Note that this is the same requirement that ESLint v9 will impose). You can find more information in the related PR.

Chores

Changelog

Sourced from @​substrate/dev's changelog.

0.8.0 September 26, 2024

Breaking Changes

  • chore(deps): update deps (#126) (755ee6f)

    NOTE : This PR updates Typescript from ^5.4.5 to ^5.6.2 and in Typescript 5.5 release some deprecated options (mentioned in the announcement) are disabled. You can find an example in the related PR.

  • chore(deps): update deps (#122) (58fe47c)

    NOTE : This PR updates typescript-eslint packages from v6.X.X^ to v7.X.X which requires Node.js engine in versions ^18.18.0 || >=20.0.0. This means that support for Node 16, 19, and Node 18 versions prior to 18.18.0 are dropped (Note that this is the same requirement that ESLint v9 will impose). You can find more information in the related PR.

Chores

Commits
Maintainer changes

This version was pushed to npm by imod7, a new releaser for @​substrate/dev since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Imod7 commented 3 weeks ago

This needs some additional changes before merging.

ryanleecode commented 3 weeks ago

@dependabot recreate

dependabot[bot] commented 2 weeks ago

A newer version of @​substrate/dev exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

IkerAlus commented 2 weeks ago

what is the state with this? Is it as simple as a dep bump for substrate dev?