Skip to content

Bump @typescript-eslint/parser from 4.32.0 to 4.33.0#4

Open
dependabot[bot] wants to merge 20 commits intomainfrom
dependabot/npm_and_yarn/typescript-eslint/parser-4.33.0
Open

Bump @typescript-eslint/parser from 4.32.0 to 4.33.0#4
dependabot[bot] wants to merge 20 commits intomainfrom
dependabot/npm_and_yarn/typescript-eslint/parser-4.33.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 31, 2022

Bumps @typescript-eslint/parser from 4.32.0 to 4.33.0.

Release notes

Sourced from @​typescript-eslint/parser's releases.

v4.33.0

4.33.0 (2021-10-04)

Bug Fixes

  • eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65)
  • eslint-plugin: [no-confusing-void-expression] support optional chaining (#3937) (c40dd13)
  • eslint-plugin: [no-restricted-imports] fix crash when no options given (#3947) (edaa3c1)
  • eslint-plugin: [non-nullable-type-assertion-style] false-positive with non-nullish as assertions and types (#3940) (40760f9)
  • eslint-plugin: [padding-line-between-statements] TSModuleBlock should change scope (#3944) (f8f534e)
  • eslint-plugin: [prefer-regexp-exec] check RegExp without flags (#3946) (0868725)
  • experimental-utils: add getPhysicalFilename() to RuleContext (#3934) (ee5dfd4)
  • experimental-utils: require fix in suggestions (#3949) (f022fb1)

Features

  • experimental-utils: extract isNodeOfTypeWithConditions out of ast-utils' predicates (#3837) (214f898)
Changelog

Sourced from @​typescript-eslint/parser's changelog.

4.33.0 (2021-10-04)

Note: Version bump only for package @​typescript-eslint/parser

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

muiux and others added 20 commits February 3, 2022 18:30
* fix: hide featured pools section

* fix: remove comments for featured farms and set the addresses as false
* fix: ui issues on stake page

* fix: lint issues
* import StyledNavMenu from BridgeMenuGroup

* refactor StyledNavMenu as a seperate component
* async await useMultiRewardPool hook created to dynamically generate list

* usePairMultiStakingInfo now using useMultiRewardPool over hardcoded array

* utilize Promise.all for quicker fetching

* remove hardcoded multiRewardPool list

* address code styling and cleanup

* log error if code is unexpected

* refactor new Contract for MoolaStakingRewards__factory

* remove > 0 check in if statement

* remove farms.ts file and move MultiRewardPool to stake/hooks
This reverts commit 88e252def18bde8338c8b82c808271a2e3e8d1d3.
* async await useMultiRewardPool hook created to dynamically generate list

* usePairMultiStakingInfo now using useMultiRewardPool over hardcoded array

* utilize Promise.all for quicker fetching

* remove hardcoded multiRewardPool list

* address code styling and cleanup

* log error if code is unexpected

* refactor new Contract for MoolaStakingRewards__factory

* remove > 0 check in if statement

* remove farms.ts file and move MultiRewardPool to stake/hooks

* determine if underlying external pools are active if top level pool is inactive
* upgrade @celo-tools/use-contractkit to latest version

* remove unsupported types after @celo-tools/use-contractkit upgrade

* update gitignore to ignore testing certs

* upgrade use-contractkit to 3.0.1
… (#525)

This reverts commit ecc070cd8d5be79423d39e31e6678caaa7b36dbc.
* Provide chainId to doTransaction

* Remove chainId override
* upgrade @celo-tools/use-contractkit to latest version

* Initial limit order

* Remove settings from limit order

* Update limit order contracts and rename 1inch -> Ubeswap

* Update UI to support order placement fee

* Make inputs less buggy

* attempting to fetch OrderBroadcasted Events

* Fix approvals

* useOrderBroadcasted WIP

* use orderBookFactory to get maker and taker asset addresses and amounts

* displaying all orders on UI

* open / completed tabs are functional on UI

* cancel limit order transaction hook is setup

* display remaining order to fill for open orders

* update Open/Completed styling

* address styling bugs

* remove debug code and general code cleanup

* adding types

* Update LimitOrderProtocol and UbeswapOrderBook

* center align tabs

* Update limit order addresses again

* Update limit order fetching

* Update contract addresses

* Refactor limitorderhistory

* Update limitorderhistory hooks

* Fix cancel order

* Throw error if orderhash not found

* Fix price input

* Add new alfajores and celo deployments

* Fix typechain

* Change from alfajores back to mainnet

* Fix BPS denominator

* Fix double approval UX

* add amount of open / completed orders to tab and include order placement fee for each limit order historical item

* Refactor TabButton

* Remove OpticsWarning from limit order

* Remaining Order to Fill is not shown for completed orders

* Update LimitOrder UI

* Remove 'Sell' text

* Fix approve undefined

* Fix floating point rounding issue in limitorderitem

* Show order details as soon as user enters tokenamount

* add link to tx for open orders

* Fix approve undefined

* Remove LimitOrderTrade

* Update UbeswapOrderBook

* open and completed orders sorted in descending time

* Update OrderBook with modularized reward distrubtion

* fix cancel button styling for light mode

* wip using reward address from order book contract

* fix async calls to orderbook contract for rewards address

* fix naming conventions

* create hook to get currency for limit order rewards

* filter duplicate maker assets for rewardRate singleContractMultipleData call

* order rewards displaying on open and completed orders

* Update the LOP deployment

* Add loading state to place order

* Bold total

* Remove orderBookFee hardcode

* Add Order Placement Reward

* Add to order fee to order total

* Rename Order Placement

* Update start script to use HTTPS

* Update limit order pricing to use price of 1

* Fix tsc

Co-authored-by: Zakariya Ahmed <zakariya.ahmed34@gmail.com>
Co-authored-by: Zakariya Ahmed <zakariya@zak.local>
* upgrade @celo-tools/use-contractkit to latest version

* Initial limit order

* Remove settings from limit order

* Update limit order contracts and rename 1inch -> Ubeswap

* Update UI to support order placement fee

* Make inputs less buggy

* attempting to fetch OrderBroadcasted Events

* Fix approvals

* useOrderBroadcasted WIP

* use orderBookFactory to get maker and taker asset addresses and amounts

* displaying all orders on UI

* open / completed tabs are functional on UI

* cancel limit order transaction hook is setup

* display remaining order to fill for open orders

* update Open/Completed styling

* address styling bugs

* remove debug code and general code cleanup

* adding types

* Update LimitOrderProtocol and UbeswapOrderBook

* center align tabs

* Update limit order addresses again

* Update limit order fetching

* Update contract addresses

* Refactor limitorderhistory

* Update limitorderhistory hooks

* Fix cancel order

* Throw error if orderhash not found

* Fix price input

* Add new alfajores and celo deployments

* Fix typechain

* Change from alfajores back to mainnet

* Fix BPS denominator

* Fix double approval UX

* add amount of open / completed orders to tab and include order placement fee for each limit order historical item

* Refactor TabButton

* Remove OpticsWarning from limit order

* Remaining Order to Fill is not shown for completed orders

* Update LimitOrder UI

* Remove 'Sell' text

* Fix approve undefined

* Fix floating point rounding issue in limitorderitem

* Show order details as soon as user enters tokenamount

* add link to tx for open orders

* Fix approve undefined

* Remove LimitOrderTrade

* Update UbeswapOrderBook

* open and completed orders sorted in descending time

* Update OrderBook with modularized reward distrubtion

* fix cancel button styling for light mode

* wip using reward address from order book contract

* fix async calls to orderbook contract for rewards address

* fix naming conventions

* create hook to get currency for limit order rewards

* filter duplicate maker assets for rewardRate singleContractMultipleData call

* order rewards displaying on open and completed orders

* Update the LOP deployment

* Add loading state to place order

* Bold total

* Remove orderBookFee hardcode

* Add Order Placement Reward

* Add to order fee to order total

* Rename Order Placement

* Update start script to use HTTPS

* Update limit order pricing to use price of 1

* Fix tsc

* add dividers between orders

* add banner warning when walletType is not metamask

* code and style cleanup

* align jsx items and update text color dynamically

* fix mobile header

* update UI to show market price diff under limit order price

* adding margin for readability

* Remove chainId override

* Fix lint

Co-authored-by: Zakariya Ahmed <zakariya.ahmed34@gmail.com>
Co-authored-by: Zakariya Ahmed <zakariya@zak.local>
* Fix buttons

* Fix walletType check
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.32.0 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants