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 vue #4167

Merged
merged 2 commits into from
Sep 6, 2023
Merged

Bump vue #4167

merged 2 commits into from
Sep 6, 2023

Conversation

agualis
Copy link
Collaborator

@agualis agualis commented Sep 6, 2023

Description

Includes:

  • a typecheck fix in a test mock
  • a /* @vue-ignore */ hint to ignore an extended complex type that was working in vue 3.2 (similar example)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency changes
  • Code refactor / cleanup
  • Documentation or wording changes
  • Other

How should this be tested?

Please provide instructions so we can test. Please also list any relevant details for your test configuration.

  • Test A
  • Test B

Visual context

Please provide any relevant visual context for UI changes or additions. This could be static screenshots or a loom screencast.

Checklist:

  • I have performed a self-review of my own code
  • I have requested at least 1 review (If the PR is significant enough, use best judgement here)
  • I have commented my code where relevant, particularly in hard-to-understand areas
  • If package-lock.json has changes, it was intentional.
  • The base of this PR is master if hotfix, develop if not

@vercel
Copy link

vercel bot commented Sep 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
beta-app-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 6, 2023 10:32am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
app-v2 ⬜️ Ignored (Inspect) Visit Preview Sep 6, 2023 10:32am

Copy link
Collaborator

@garethfuller garethfuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't seem to break anything. Let's get it into develop so it's tested enough before next week.

@agualis agualis merged commit 4bf6180 into develop Sep 6, 2023
4 checks passed
@agualis agualis deleted the chore/bump-vue branch September 6, 2023 10:53
@agualis agualis mentioned this pull request Sep 6, 2023
14 tasks
agualis added a commit that referenced this pull request Sep 11, 2023
* Add missing avax logo (#4157)

Co-authored-by: Tim Robinson <[email protected]>

* Bump vue (#4167)

* Bump vue

* Fix compex extended type in props

* fix: use prop in prefetch links (#4168)

* hotfix: Remove create pool popup (dm) (#4170)

* Add missing avax logo (#4155)

* 1.122.1

* chore: Add ECLP-wstETH-rETH pool to ethereum allowlist (#4159)

Co-authored-by: balopco <[email protected]>

* 1.122.2

* chore: Add 50WETH-50cbXEN pool to base allowlist (#4151)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.3

* chore: Add B-50wstETH-50NEXT pool to gnosis-chain allowlist (#4163)

Co-authored-by: balopco <[email protected]>

* 1.122.4

* chore: Remove intro modal from create pool

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* hotfix: update bal address (dm) (#4182)

* Add missing avax logo (#4155)

* 1.122.1

* chore: Add ECLP-wstETH-rETH pool to ethereum allowlist (#4159)

Co-authored-by: balopco <[email protected]>

* 1.122.2

* chore: Add 50WETH-50cbXEN pool to base allowlist (#4151)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.3

* chore: Add B-50wstETH-50NEXT pool to gnosis-chain allowlist (#4163)

Co-authored-by: balopco <[email protected]>

* 1.122.4

* chore: Remove intro modal from create pool (#4169)

* 1.122.5

* chore: Add B-50USD-50bIB01 pool to gnosis-chain allowlist (#4171)

Co-authored-by: balopco <[email protected]>

* 1.122.6

* chore: Add B-50USD-50bCSPX pool to gnosis-chain allowlist (#4173)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.7

* chore: Add B-50USD-50bIBTA pool to gnosis-chain allowlist (#4174)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.8

* chore: Add 50GOLD/25WETH/25USDC pool to base allowlist (#4176)

Co-authored-by: balopco <[email protected]>

* 1.122.9

* chore: Add USDC/USDbC/axlUSDC pool to base allowlist (#4175)

Co-authored-by: balopco <[email protected]>

* 1.122.10

* chore: Add GOLD/BAL/USDC pool to base allowlist (#4177)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.11

* weekly gauge add (#4178)

* 1.122.12

* add 3pool to stakable (#4179)

* 1.122.13

* chore: Update BAL address

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* feat:  add improvements on portfolio page (#3700)

* feat: add staked pools gauges request

* feat: add check working balance for staked pools

* feat: add pools table selector

* feat: add checkpointer contract

* feat: add poke all gauges modal

* feat: add checkpoint logic on portfolio page

* feat: add proper checkpoint 1 gauge flow

* feat: add actions for unstaked pools table

* fix: review

* fix: test

* feat: add action enum

* feat: fix problem with tables

* fix: styles

* fix: align of actions column

* fix: remove overflow hidden

* feat: add isKilled in user gauges query

* fix: tests

* feat: hide actions for deprecated pools

* feat: remove actions if pool deprecated

* 1.123.0

---------

Co-authored-by: Gareth Fuller <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Anastasios <[email protected]>
garethfuller added a commit that referenced this pull request Sep 14, 2023
* Add missing avax logo (#4155)

* 1.122.1

* chore: Add ECLP-wstETH-rETH pool to ethereum allowlist (#4159)

Co-authored-by: balopco <[email protected]>

* 1.122.2

* chore: Add 50WETH-50cbXEN pool to base allowlist (#4151)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.3

* chore: Add B-50wstETH-50NEXT pool to gnosis-chain allowlist (#4163)

Co-authored-by: balopco <[email protected]>

* 1.122.4

* chore: Remove intro modal from create pool (#4169)

* 1.122.5

* chore: Add B-50USD-50bIB01 pool to gnosis-chain allowlist (#4171)

Co-authored-by: balopco <[email protected]>

* 1.122.6

* chore: Add B-50USD-50bCSPX pool to gnosis-chain allowlist (#4173)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.7

* chore: Add B-50USD-50bIBTA pool to gnosis-chain allowlist (#4174)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.8

* chore: Add 50GOLD/25WETH/25USDC pool to base allowlist (#4176)

Co-authored-by: balopco <[email protected]>

* 1.122.9

* chore: Add USDC/USDbC/axlUSDC pool to base allowlist (#4175)

Co-authored-by: balopco <[email protected]>

* 1.122.10

* chore: Add GOLD/BAL/USDC pool to base allowlist (#4177)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.11

* weekly gauge add (#4178)

* 1.122.12

* add 3pool to stakable (#4179)

* 1.122.13

* hotfix: Update BAL address (#4181)

* 1.122.14

* chore: Add 50USDbC-50axlUSDC pool to base allowlist (#4180)

Co-authored-by: balopco <[email protected]>

* 1.122.15

* chore: Add 50WETH-50USDbC pool to base allowlist (#4186)

Co-authored-by: balopco <[email protected]>

* 1.122.16

* chore: Add 20RBW-80UNIM pool to polygon allowlist (#4183)

Co-authored-by: balopco <[email protected]>

* 1.122.17

* chore: Add 50USDbC-50axlUSDC pool to base allowlist (#4184)

Co-authored-by: balopco <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>

* 1.122.18

* chore: Add 50BAL-50DAI pool to base allowlist (#4185)

Co-authored-by: balopco <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>

* 1.122.19

* Release/1.123.0 (#4188)

* Add missing avax logo (#4157)

Co-authored-by: Tim Robinson <[email protected]>

* Bump vue (#4167)

* Bump vue

* Fix compex extended type in props

* fix: use prop in prefetch links (#4168)

* hotfix: Remove create pool popup (dm) (#4170)

* Add missing avax logo (#4155)

* 1.122.1

* chore: Add ECLP-wstETH-rETH pool to ethereum allowlist (#4159)

Co-authored-by: balopco <[email protected]>

* 1.122.2

* chore: Add 50WETH-50cbXEN pool to base allowlist (#4151)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.3

* chore: Add B-50wstETH-50NEXT pool to gnosis-chain allowlist (#4163)

Co-authored-by: balopco <[email protected]>

* 1.122.4

* chore: Remove intro modal from create pool

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* hotfix: update bal address (dm) (#4182)

* Add missing avax logo (#4155)

* 1.122.1

* chore: Add ECLP-wstETH-rETH pool to ethereum allowlist (#4159)

Co-authored-by: balopco <[email protected]>

* 1.122.2

* chore: Add 50WETH-50cbXEN pool to base allowlist (#4151)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.3

* chore: Add B-50wstETH-50NEXT pool to gnosis-chain allowlist (#4163)

Co-authored-by: balopco <[email protected]>

* 1.122.4

* chore: Remove intro modal from create pool (#4169)

* 1.122.5

* chore: Add B-50USD-50bIB01 pool to gnosis-chain allowlist (#4171)

Co-authored-by: balopco <[email protected]>

* 1.122.6

* chore: Add B-50USD-50bCSPX pool to gnosis-chain allowlist (#4173)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.7

* chore: Add B-50USD-50bIBTA pool to gnosis-chain allowlist (#4174)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.8

* chore: Add 50GOLD/25WETH/25USDC pool to base allowlist (#4176)

Co-authored-by: balopco <[email protected]>

* 1.122.9

* chore: Add USDC/USDbC/axlUSDC pool to base allowlist (#4175)

Co-authored-by: balopco <[email protected]>

* 1.122.10

* chore: Add GOLD/BAL/USDC pool to base allowlist (#4177)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.11

* weekly gauge add (#4178)

* 1.122.12

* add 3pool to stakable (#4179)

* 1.122.13

* chore: Update BAL address

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* feat:  add improvements on portfolio page (#3700)

* feat: add staked pools gauges request

* feat: add check working balance for staked pools

* feat: add pools table selector

* feat: add checkpointer contract

* feat: add poke all gauges modal

* feat: add checkpoint logic on portfolio page

* feat: add proper checkpoint 1 gauge flow

* feat: add actions for unstaked pools table

* fix: review

* fix: test

* feat: add action enum

* feat: fix problem with tables

* fix: styles

* fix: align of actions column

* fix: remove overflow hidden

* feat: add isKilled in user gauges query

* fix: tests

* feat: hide actions for deprecated pools

* feat: remove actions if pool deprecated

* 1.123.0

---------

Co-authored-by: Gareth Fuller <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Anastasios <[email protected]>

* hotfix: remove stake and migrate actions for branded redirect pools

* 1.123.1

* fix: Fix pool lookup for aura gauges

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Anastasios <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants