superfaceai / station

Comlink metadata for self-integrating applications.
https://superface.ai/catalog
MIT License
22 stars 5 forks source link

chore(deps-dev): bump @superfaceai/one-sdk from 1.4.1 to 1.5.0 #268

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @superfaceai/one-sdk from 1.4.1 to 1.5.0.

Release notes

Sourced from @​superfaceai/one-sdk's releases.

v1.5.0

1.5.0 - 2022-06-09

Added

  • SuperfaceClient supports passing SuperJson as constructor parameter
  • Pass security values in perform

v1.5.0-rc.0

No release notes provided.

Changelog

Sourced from @​superfaceai/one-sdk's changelog.

[1.5.0] - 2022-06-09

Added

  • SuperfaceClient supports passing SuperJson as constructor parameter
  • Pass security values in perform
Commits
  • b0861a5 chore: release v1.5.0
  • 634a9be Merge pull request #241 from superfaceai/dev
  • 2f47e81 chore: release v1.5.0-rc.0
  • 4ef2ba2 Merge pull request #238 from superfaceai/fix/provider-config-resolution
  • 6605273 fix: function structure
  • 73bb797 chore: changelog
  • 31d08b8 Merge pull request #222 from superfaceai/feat/pass-security-values
  • 36e6ecc chore: move to separate function
  • c3eb7c6 Merge pull request #221 from superfaceai/feat/perform-configuration
  • dee9430 chore: format
  • Additional commits viewable in compare view


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 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)
Jakub-Vacek commented 2 years ago

@jnv @martinalbert do you see any reason for not merging this? In 1.5.0 we added only the super.json as a Client parameter and security as perform parameter.

jnv commented 2 years ago

@Jakub-Vacek I am okay with this, although mind the CLI dependency version drift.

Jakub-Vacek commented 2 years ago

I am not sure if the drift is really an issue here - CLI is used to check, lint and publish in CI. It is not real "dependency".