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

Bump mikefarah/yq from 4.34.2 to 4.35.1 #1129

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps mikefarah/yq from 4.34.2 to 4.35.1.

Release notes

Sourced from mikefarah/yq's releases.

v4.35.1 - Lua Output!

  • Added Lua output support (Thanks @​Zash)!
  • Added BSD checksum format (Thanks @​viq)!
  • Bumped dependencies
Changelog

Sourced from mikefarah/yq's changelog.

4.35.1:

  • Added Lua output support (Thanks @​Zash)!
  • Added BSD checksum format (Thanks @​viq)!
  • Bumped dependencies
Commits

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 <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 14, 2023
@InoMurko InoMurko force-pushed the dependabot/github_actions/mikefarah/yq-4.35.1 branch from e7f9788 to 2c7c843 Compare August 16, 2023 12:54
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.34.2 to 4.35.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.34.2...v4.35.1)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@InoMurko InoMurko force-pushed the dependabot/github_actions/mikefarah/yq-4.35.1 branch from 2c7c843 to 07fbc9c Compare August 16, 2023 13:36
@InoMurko InoMurko merged commit 9669fd3 into develop Aug 16, 2023
5 of 6 checks passed
@InoMurko InoMurko deleted the dependabot/github_actions/mikefarah/yq-4.35.1 branch August 16, 2023 13:36
bobabot-enya-ai pushed a commit that referenced this pull request Aug 21, 2023
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.34.2 to 4.35.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.34.2...v4.35.1)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 9669fd3)
InoMurko pushed a commit that referenced this pull request Aug 21, 2023
* V2 earn stake (#1056)

* New Stake TransactionList component
* Remove Savelist component
* adding PlaceholderConnect component
* Implement Dayjs on time calculation
* update transactionlist styles
* implement stake modal + new layout
* adding preloader to placeholderConnect
* adding test for components
* adding preloader + remove fallback for button onClick when it's disable
* fixing preloader on light theme
* migrate props to selectors
* fixing state name
* New checkbox Label component
* update earn page start
* fixing types on button styles
* fixing extended types
* tab switcher component + actions + styles for token list
* migrating modal to redux state
* update logic on stake modal
* update just design
* Fixes for Mobile Devices (Dao page / Stake / Earn)
* test cases fixes
---------

Co-authored-by: Sahil K <86316370+sk-enya@users.noreply.github.com>
Co-authored-by: Sahil Kashetwar <sahil@enya.ai>
(cherry picked from commit 1f8975a)

* Jemeza/gtwy 2.5 history (#1007)

Redesign History table:
* adding a transactions table
* configured transactions
* work on transactions table
* added filter, optimized history page
* bringing branch up to date
* changed methods to get chain icons
* added connect button and no history icon for history page
* fixed connect button, simplified transaction resolver filter, refactored types in transaction resolver
* removing unnecessary files
* refactored constants to seperate file
* removed alt attribute from svg component and updated test/stories
* migrated history to typescript
* fixing types issues hook
* disable date picker for history page
* remove datepicker types
* disable datepicker on history page
* fix style import
* update snapshots for unit test

---------

Co-authored-by: Sahil K <86316370+sk-enya@users.noreply.github.com>
Co-authored-by: Sahil Kashetwar <sahil@enya.ai>
Co-authored-by: alvaro-ricotta <alvaro.e.ricotta@gmail.com>
(cherry picked from commit 79087b1)

* update QA issues (#1084)

* update QA issues

* update constant + page title

(cherry picked from commit 57973b3)

* Added block explorer links to the footer (#1082)

* added funcionality to add block explorer links in the footer

* linting and format fixes

* updated network picker icons on chains & history page

* update svg

* fixes for test snaps

---------

Co-authored-by: Sahil K <86316370+sk-enya@users.noreply.github.com>
Co-authored-by: Sahil Kashetwar <sahil@enya.ai>
(cherry picked from commit e4dc487)

* Fix/mobile view header design (#1087)

* change:
- chore: removed unused icons
- fix: moved all images unders assets folder to keep single source
- fix: updated the images, icon import

* header partial changes

* mobile header design partial fixes

* updated the assets path

* updated test case snapshot

* fix for nav / account address feeselector

* implementation of drawer bottom for user account to copy and discussone

* change:
 - cleanup consoles
 - move feeswitcher change to hook
 - add drawer for switch fees for mobile view
 - disable feeswitcher on nav in mobile view

* fix: fee switcher on desktop & mobile

* change:
 - design fixes for earn page
 - design fix light mode
 - switch icon on history page fixes

* modal change

* add to meta mask

* updated the copy

* added icons for network on network picker

* load the boba icon from getCoinImage

* fixes for icons

* revert of wagmi.md

* console cleanup

* fix for history test

(cherry picked from commit 6adeb89)

* Fix/date range picker history (#1088)

* add react date picker modal

* add date time range picker

* added new date picker

* adjust date picker style and functionality

* added test for date picker

* resolving remaining merge conflicts

* change:
 - removed breaking code in getCoinImage
 - added png files for boba icons
 - loaded the icons for network and coin wherever required.
 - fix console crash for gasSwitcher
 - fix hover issue on history page
 - fix classNames for avaxIcons.

* commented out the date picker as needs some more time

* add date picker back

* updated snapshot and breaking change

* navgation links for stake & dao only for ETH network

* boba logo update across app

---------

Co-authored-by: Sahil Kashetwar <sahil@enya.ai>
(cherry picked from commit 0a4f4e5)

* Fix/reported gateway issues (#1092)

* Fix: Icons on bridge success modal height fixes.
* Fix: classic bridge estimated time update

(cherry picked from commit f5717f3)

* Fix/date range picker history (#1094)

* add react date picker modal

* add date time range picker

* added new date picker

* adjust date picker style and functionality

* added test for date picker

* resolving remaining merge conflicts

* change:
 - removed breaking code in getCoinImage
 - added png files for boba icons
 - loaded the icons for network and coin wherever required.
 - fix console crash for gasSwitcher
 - fix hover issue on history page
 - fix classNames for avaxIcons.

* commented out the date picker as needs some more time

* add date picker back

* updated snapshot and breaking change

* navgation links for stake & dao only for ETH network

* boba logo update across app

* added functionality/styling to date picker

---------

Co-authored-by: Sahil Kashetwar <sahil@enya.ai>
Co-authored-by: Sahil K <86316370+sk-enya@users.noreply.github.com>
(cherry picked from commit e43f32a)

* Fix/add avalanche transaction history (#1096)

* added avalanche to history page

* refactored network names, increased robustness of history page

* updated image svgs and test

* refactoring names

* making correct svg show on from-to column

(cherry picked from commit 1b0cec9)

* change: (#1097)

* change:
 - fix: token balance is not showing on BNB & AVAX l2 network
 - fix: added emergency swap when there toosmallsec balance.

* moved style to separate fil

* updated snapshots

(cherry picked from commit bfa5f22)

* tiggler Selectors when account is anable only (#1099)

(cherry picked from commit e6b1868)

* Updated boba scope page (#1098)

* Fix: Crash on BobaScope
* Fix: updated the test cases for history page

---------
Co-authored-by: Sahil Kashetwar <sahil@enya.ai>

(cherry picked from commit 3cbc31c)

* Cleanup old PagerFooter and PagerHeader component (#1101)

(cherry picked from commit abf6109)

* Fix : usage of dispatch while withdrawing funds (#1128)

* fix : usage of dispatch while withdrawing funds

* fix: updated snapshot

(cherry picked from commit 3b00afe)

* Styling fix to history page (#1130)

* fixed styling, fixed mobile view of history page and updated test

* updated history snap shots

---------

Co-authored-by: Sahil K <86316370+sk-enya@users.noreply.github.com>
Co-authored-by: Sahil Kashetwar <sahil@enya.ai>
(cherry picked from commit a2d7314)

* Add files via upload (#1091)

(cherry picked from commit 93c4c92)

* Bump mikefarah/yq from 4.34.2 to 4.35.1 (#1129)

Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.34.2 to 4.35.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.34.2...v4.35.1)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 9669fd3)

* Bump @storybook/api from 7.0.18 to 7.2.1 (#1086)

Bumps [@storybook/api](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/manager-api-shim) from 7.0.18 to 7.2.1.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.2.1/code/deprecated/manager-api-shim)

---
updated-dependencies:
- dependency-name: "@storybook/api"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 13b45d5)

* Gateway: Feedback Issues fixes  (#1135)

* change:
 - fix: down chevron in light mode for select tokens
 - fix: Change "Show Testnet" to "Show Testnets"
 - fix: time estimation on bridging confirmation modal
 - fix: Change "Add token to metamask" to "Add token to wallet"
 - fix: Change network name from "Boba" to "Boba ETH'
 - fix: Dialog freezes when no wallet installed
 - fix for show to use testnets
 - fix for test
 - Reverted to show testnets

(cherry picked from commit eb17896)

* Gateway: Reported issues. (#1136)

* tiggler Selectors when account is anable only

* updating network switcher

* pushing changes for bidirectional wallet connect

* fixing dropdown for mobile devices + add switcher networks

* fixing layer on Network Selector header

* network issue

* fix listening to the network change

* update snapshot

---------

Co-authored-by: alvaro-ricotta <alvaro.e.ricotta@gmail.com>
(cherry picked from commit 562a21b)

---------

Co-authored-by: alvaro-ricotta <81116391+alvaro-ricotta@users.noreply.github.com>
Co-authored-by: jemeza <57341979+jemeza@users.noreply.github.com>
Co-authored-by: Sahil K <86316370+sk-enya@users.noreply.github.com>
Co-authored-by: Souradeep Das <dsouradeep2@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-reviewers dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code M-ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant