Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @okp4/ui from 3.0.0 to 5.1.0 #260

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps @okp4/ui from 3.0.0 to 5.1.0.

Release notes

Sourced from @​okp4/ui's releases.

v5.1.0

5.1.0 (2023-06-08)

Features

  • captcha: separate google captcha implementation and captcha component (f39bf9b)
  • faucet: add grecaptcha (2bfbdfa)
  • faucet: improve address action wording (1c5edb0)
  • grecaptcha: add grecaptcha component and hook (ba642fb)
  • grecaptcha: extend window type (ac93415)

v5.0.0

5.0.0 (2023-01-25)

⚠ BREAKING CHANGES

  • redux: update task selectors

Features

  • adapter: add taskProgressValueSetReceived event listener (37965e3)
  • adapter: create fileRegistryGateway (c07635b)
  • adapter: create s3 client (7816af7)
  • adapter: create S3FileGateway (f0231aa)
  • adapter: export new file gateways (4031e7b)
  • add event argument to components onClick property (b80e938)
  • core: add UploadFiles command (b945d5e)
  • core: add UploadFiles use case (37e3130)
  • core: declare file port interfaces (f232587)
  • core: declare new task events and action creators (9007cd7)
  • core: enhance error entity (2ab3447)
  • redux: modify store builder to handle thunk dependencies (49776db)
  • redux: modify store to inject dependencies in thunk (da5431e)

Bug Fixes

  • adapter: switch cosmjs AccountData type to @​keplr-wallet/types (f107bbf)
  • couple select value props with select value hook (796cba6)
  • i18n: add CustomTypeOptions for returnNull config (ea74fd7)
  • rearrange textfield width properties & handle side effects (b596063)
  • remove circular dependency import (7cc3206)

Code Refactoring

  • redux: update task selectors (c97dd2c)

... (truncated)

Changelog

Sourced from @​okp4/ui's changelog.

5.1.0 (2023-06-08)

Features

  • captcha: separate google captcha implementation and captcha component (f39bf9b)
  • faucet: add grecaptcha (2bfbdfa)
  • faucet: improve address action wording (1c5edb0)
  • grecaptcha: add grecaptcha component and hook (ba642fb)
  • grecaptcha: extend window type (ac93415)

5.0.0 (2023-01-25)

⚠ BREAKING CHANGES

  • redux: update task selectors

Features

  • adapter: add taskProgressValueSetReceived event listener (37965e3)
  • adapter: create fileRegistryGateway (c07635b)
  • adapter: create s3 client (7816af7)
  • adapter: create S3FileGateway (f0231aa)
  • adapter: export new file gateways (4031e7b)
  • add event argument to components onClick property (b80e938)
  • core: add UploadFiles command (b945d5e)
  • core: add UploadFiles use case (37e3130)
  • core: declare file port interfaces (f232587)
  • core: declare new task events and action creators (9007cd7)
  • core: enhance error entity (2ab3447)
  • redux: modify store builder to handle thunk dependencies (49776db)
  • redux: modify store to inject dependencies in thunk (da5431e)

Bug Fixes

  • adapter: switch cosmjs AccountData type to @​keplr-wallet/types (f107bbf)
  • couple select value props with select value hook (796cba6)
  • i18n: add CustomTypeOptions for returnNull config (ea74fd7)
  • rearrange textfield width properties & handle side effects (b596063)
  • remove circular dependency import (7cc3206)

Code Refactoring

  • redux: update task selectors (c97dd2c)

4.0.0 (2022-10-27)

... (truncated)

Commits
  • c2fea20 chore(release): perform release 5.1.0
  • 5bc5e00 ci(release): make it work by downgrading node
  • 3b0b442 ci(release): upgrade semantic release
  • faa00df Merge pull request #681 from okp4/feat/improve-faucet-wording
  • 1c5edb0 feat(faucet): improve address action wording
  • 3af9abf Merge pull request #680 from okp4/feat/faucet-recaptcha
  • a2fd14f docs(storybook): add captcha story for faucet
  • f39bf9b feat(captcha): separate google captcha implementation and captcha component
  • 2bfbdfa feat(faucet): add grecaptcha
  • ba642fb feat(grecaptcha): add grecaptcha component and hook
  • 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)

Bumps [@okp4/ui](https://github.com/okp4/ui) from 3.0.0 to 5.1.0.
- [Release notes](https://github.com/okp4/ui/releases)
- [Changelog](https://github.com/okp4/ui/blob/main/CHANGELOG.md)
- [Commits](okp4/ui@v3.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: "@okp4/ui"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 12, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2023

Dependabot tried to add @ccamel, @fredericvilcot, @ErikssonJoakim, @lolottetheclash and @JoeyDjr as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/okp4/portal-web/pulls/260/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the okp4/portal-web repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2023

Superseded by #262.

@dependabot dependabot bot closed this Jun 19, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/okp4/ui-5.1.0 branch June 19, 2023 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants