Bump @0xtrails/api from 0.16.0 to 0.16.2#54
Conversation
Bumps [@0xtrails/api](https://github.com/0xsequence/trails) from 0.16.0 to 0.16.2. - [Commits](https://github.com/0xsequence/trails/commits) --- updated-dependencies: - dependency-name: "@0xtrails/api" dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 361c0d0401
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "0xtrails": "0.16.0", | ||
| "@0xsequence/typescript-sdk": "workspace:*", | ||
| "@0xtrails/api": "0.16.0", | ||
| "@0xtrails/api": "0.16.2", |
There was a problem hiding this comment.
Bump 0xtrails with the API client
Updating only the direct @0xtrails/api dependency makes pnpm install two API clients: this new 0.16.2 copy and the 0.16.0 copy that 0xtrails@0.16.0 still pins in the lockfile. The Trails Actions example passes the client created from @0xtrails/api into helpers imported from 0xtrails/actions, so the app can still execute code paths backed by the old generated client and may also see duplicate API-client types during the example build. Please update 0xtrails to a matching release or add an override so the whole example resolves one fixed API version.
Useful? React with 👍 / 👎.
Bumps @0xtrails/api from 0.16.0 to 0.16.2.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)