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 semver from 5.7.1 to 5.7.2 #62

Closed
wants to merge 44 commits into from

Conversation

dependabot[bot]
Copy link

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

Bumps semver from 5.7.1 to 5.7.2.

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

tsudmi and others added 30 commits May 27, 2022 17:23
* Implement ERC20Permit contract

* Update pre-commit hook

* Add mint gas test

* Remove total supply from ERC20 contract

* Implement Vault deposit function

* Upgrade solidity to 0.8.16

* Implement Withdrawals library

* Update ERC20 token

* Implement deposit and withdraw functionality

* Update snapshots, add unchecked to canUpdateExitQueue

* Fixes, gas optimisations

* Fix review comments
* Implement operator settings

* Upgrade solidity to 0.8.17, update packages

* Add interfaces for vault settings

* Remove exception for update exit queue

* Change vault settings to immutable

* Add deployment task for goerli
* Gas optimizations

* Implement harvest

* Refactor harvest

* WIP

* WIP

* Update tests for validator registration

* Add multiple validators registration

* Add command for exporting ABIs

* Add check for name and symbol length
* Upgrade openzeppelin contracts

* Implement vault upgrades

* Strict openzeppilin upgrades package
* Implement vault upgrades

* Review fixes

* Remove redudant snapshots
* Test CI

* Change order

* Add slither

* Update

* Add codecov

* Coverage

* Enable lint

* Update codecov

* Enable slither

* Try hardhat

* Test GAS

* Enable all tests

* Remove npm:run test
* Implement Signers contract

* Update Initializable in ERC20Permit

* Add vault param to EthFeesEscrow

* Remove non-zero check for upgrades in Registry

* Remove redundant check from Signers

* Use create2 for ETH Vaults creation

* Implement Oracle and EthOracle

* Update Vault and EthVault contracts

* Add slither config

* Rename Oracle to Keeper

* Move validators registry out of Keeper
* Implement Signers contract

* Update Initializable in ERC20Permit

* Add vault param to EthFeesEscrow

* Remove non-zero check for upgrades in Registry

* Remove redundant check from Signers

* Use create2 for ETH Vaults creation

* Implement Oracle and EthOracle

* Update Vault and EthVault contracts

* Add slither config

* Rename Oracle to Keeper

* Move validators registry out of Keeper
* Rename Signers to Oracles, re-enable multiproof tests

* Fix package-lock

* Refactor multiple validators registration

* Fix total oracles verification for validators registration

* Refactor code structure
* Rename Signers to Oracles, re-enable multiproof tests

* Fix package-lock

* Refactor multiple validators registration

* Fix total oracles verification for validators registration

* Refactor code structure

* Add fee recipient to the BaseVault (#23)

* Add fee recipient to the BaseVault

* Remove reentrancy check from BaseVault

* Remove updateHarvestedState
* Fix eth-full-deploy task

* Deploy to Goerli

* Fix slither errors

* Update vault deployment
* Add counter to validators for each root

* Add slither ignore comment
* Fix vault collaterization

* Remove redundant error definition

* Add ipfs config for oracles and metadata for vaults

* Fix EthFeesEscrow deployment snapshot

* Fix coverage

* add zero validators count test

* Update snapshots
* Deploy to Goerli

* Fix linting errors
* Add exit queue abi

* Fix FeesEscrow abi
* Refactor Oracles, Registry

* Update BaseKeeper rewards harvesting

* Refactor EthVaultFactory

* Refactor Keeper

* Renam FeesEscrow to VaultMevEscrow

* Split vault into modules

* Update libraries ABI collection

* Add withdraw function

* Update VaultCreated event

* Deploy to Goerli
* Remove unused var

* Fix vault upgrades

* Fix slither

* Fix gas

* Fix gas for KeeperValidators
* Implement private vaults

* Fix gas snapshots, slither error

* Review fixes, update deployment task

* Update packages, deploy to goerli

* remover redundant command
* Add security deposit

* Add whitelister to the whitelist

* Remove redundant variable

* Fix snapshots

* Update node version

* Update snapshot

* update snapshots

* Update package
* Update contract addresses

* Update snapshots
* Remove validators IPFS hash

* Re-deploy on goerli
* Upgrade to solidity 0.8.18

* Apply gas optimization

* Fix capacity
tsudmi and others added 14 commits February 18, 2023 19:42
* Deploy contracts to goerli

* Update license year

* Revert feeRecipient param name

* Prevent zero address operator

* Re-deploy contracts
* Upgrade solidity and packages

* Rename VaultMevEscrow to OwnMevEscrow

* Add SharedMevEscrow contract

* Implement shared MEV execution rewards in Keeper

* Add docstring to Oracles contract

* Update Keeper rewards

* Add function for updating exit signatures in Keeper

* Add shared mev escrow deployment option to factory

* Update Vault settings test

* Update _convertToAssets & _convertToShares in vault token

* Update validators snapshot

* Optimize validator registration

* Remove mevEscrow from VaultEthStaking module

* WIP

* Remove HarvestDeltas from KeeperRewards

* Remove pause, add inflation test

* Rename sharedMevReward to unlockedMevReward
* Deploy goerli contracts

* Refactor CheckpointCreated event

* Add depositing from fallback function, deploy contracts

* Fix comment

* Add fallback function test

* Re-deploy contracts

* Update snapshots

* Add slither ignore comments

* Fix OwnMevEscrow snapshot
* Remove joining whitelist, optimize contracts size

* Fix receive function deposit to private vault, apply contract size optimizations

* Fix withdraw function

* Remove immutables interface

* Apply audit fixes, reduce contracts size

* Fix test

* Add increase/decrease allowance

* Fix tests for increase/decrease allowance

* Move increase/decrease allowance to IERC20Permit

* Add halborn audit report
* Fix receive function deposit to private vault, apply contract size optimizations

* Fix withdraw function

* Apply audit fixes, reduce contracts size

* Fix test

* Add increase/decrease allowance

* Fix tests for increase/decrease allowance

* Move increase/decrease allowance to IERC20Permit

* Upgrade packages to latest

* Refactor osToken liquidations and redemptions

* Refactor Versioned to display impl version

* Fix exit queue naming

* Fix multicall test

* Update packages to latest

* Fix tests

* Update gas snapshots

* Add contracts verification util

* Fix VaultsRegistry tests

* Fix keeper tests, move avgRewardPerSecond to OsToken

* Cover OsTokenConfig with tests

* Cover OsToken and VaultOsToken with tests

* Update packages, fix snapshots

* Upgrade solidity to 0.8.20
* Remove keeper upgrades, deploy to goerli

* Implement OsToken price oracle

* Fix SharedMevEscrow snapshot

* Fix OsToken snapshot

* Fix OsToken snapshot

* Move interface for chainlink outside price oracle

* Redeploy on goerli

* Remove redundant keeper comments
* Revert IKeeper interface

* Re-deploy to goerli
* Extract vault token to module

* Fix snapshots

* Review fixes

* Merge Keeper and Oracles contracts

* Update deps

* Review fixes

* Fix tests
* Fix EthGenesisVault

* Add eth-full-deploy-local task
* Remove receiver from claimExitedAssets

* Deploy contracts

* Update oracles config
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 12, 2023
@tsudmi tsudmi closed this Aug 21, 2023
@tsudmi tsudmi force-pushed the dependabot/npm_and_yarn/semver-5.7.2 branch from 3a6b8ed to 7a536c4 Compare August 21, 2023 19:08
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 21, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/semver-5.7.2 branch August 21, 2023 19:08
@tsudmi tsudmi restored the dependabot/npm_and_yarn/semver-5.7.2 branch August 21, 2023 19:09
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.

2 participants