generated from ChainSafe/dapp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 90
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 parse-url from 6.0.0 to 6.0.5 #277
Open
dependabot
wants to merge
35
commits into
main
Choose a base branch
from
dependabot/npm_and_yarn/parse-url-6.0.5
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* created draft of widget * added early MVP of widget and widget example packages
Bumps [simple-get](https://github.com/feross/simple-get) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/feross/simple-get/releases) - [Commits](feross/simple-get@v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: simple-get dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.4...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* removing logs * Wallet connect intregration and refactor on connection logic * Wallet connect intregration and refactor on connection logic * Replacing old modal with MUI v5 dialog component * merging setWallet and setNetwork with provider initialization * adding button if user wants to use another wallet after being connected to wallet connect, creation of two helper functions to deal in separate ways with wallet qr modal * reload page when disconnecting from wallet connect to avoid modal with ws connection, passing current saved wallet to hook to avoid having metamask as a default initializer, changes on reducer actions and simplification of custom hook * fixing some issues with connection in general * Disconnecting after tx is sent using wallet connect to avoid having excesives calls to ws * Addressing comments from Nikolay * Addressing comments from Nikolay part 2
* created draft of widget * added early MVP of widget and widget example packages * convert chainbridgeConfig to function
* created draft of widget * added early MVP of widget and widget example packages * convert chainbridgeConfig to function * added responsive markup * finish responsive markup * small cleanup * address input cleanup from commented code
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* removing logs * Local guide on README * local guide: adding explanation of all the stack previous to run the UI * Adding details related to the commands previous to run the UI * updating readme for local guide * removing tiny section * final fixes to readme for local guide
* initial external wallet connect * widget example fixes * remove unusued code from local web3 context * added readmes for widget * extract getNetworkInfo to localhelpers
* added web3react * added web3-react * added icons to web3 and update activating logic * move connection dialog to the modules * remove commented code * adde support for extrenal provider for widget
…233) * new files and moving some type definitions * logic from network provider has transfered to localweb3 * changed useNetworkManager to useWeb3 * conflicts resolved * commented code removed Co-authored-by: Nicolas Riquelme <nrriquelme@gmail.com>
* wip: explorer ui spliting * rendering data for explorer UI * Header, change of the routes and minor tweaks * script for config, favicons and icons * transfer detail view for explorer and removing explorer code from UI * adding URL to runtime config and modifying the components * updating README * minor modification on package.json for example * removing transfer detail page from swap UI * removing transaction page from UI * removing transaction page from index file
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](EventSource/eventsource@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* package.json modification * Bridge context provider refactored * Bridge context and reducer * bridge hook call implementation and adding the provider on top of evmhome context * changes on makeDeposit function using SDK instance * updated make deposit function with new signature and passing from and to to deposit function * passing callback to handle proposal events * update on makeDeposit function * latest changes for SDK integration
* dockerfile for explorer ui * update docker file for explorer ui
* package.json modification * Bridge context provider refactored * Bridge context and reducer * bridge hook call implementation and adding the provider on top of evmhome context * changes on makeDeposit function using SDK instance * updated make deposit function with new signature and passing from and to to deposit function * passing callback to handle proposal events * update on makeDeposit function * latest changes for SDK integration * added deposit with fee data * added fee support * uncommented supplies check Co-authored-by: Nicolas Riquelme <nrriquelme@gmail.com>
* created server for getting params from AWS SSM * gitignore for config server * added getChainbridgeConfig func for aws or local config * added config-server packages for getting config from AWS * added error handing and final fixes * new config examples * updated readme and created docker configuration
* added sdk events support * cleanup * cleanup commented code and renamed sdk package
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jul 25, 2022
* published new version of core and fixing the imports to unblock the pipeline * changed to sygma-ui-core Co-authored-by: Nicolas Riquelme <nrriquelme@gmail.com>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/parse-url-6.0.5
branch
from
July 27, 2022 13:22
68fccff
to
386656d
Compare
* readme draft * fix the links * fix paragraphs * added deployment section to config-server and transfer-ui
* ecs services v1 * ecs services v1 * ecs services v1 * ecs services v1 * ecs services v1 * ecs services v1 * ecs services v1 * ecs services v1 * ecs services v1 * added /health to config server * Fix ssm param name * remove ARG and ENV from server.dockerfile * added docker secrets for config server * cleanup * ecs services v1 * added /health to the transfer-ui * Fix ssm env value * fix task definition for transfer-ui * change ports to 8000 * add arguments to docker build * changed 80 to 443 port for transfer-ui * change target branch to main Co-authored-by: Nikolay Topkaridi <enemycnt@gmail.com> Co-authored-by: mace <mak@chainsafe.io>
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. - [Release notes](https://github.com/IonicaBizau/parse-url/releases) - [Commits](https://github.com/IonicaBizau/parse-url/commits) --- updated-dependencies: - dependency-name: parse-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/parse-url-6.0.5
branch
from
August 11, 2022 14:16
386656d
to
5ebb952
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps parse-url from 6.0.0 to 6.0.5.
Commits
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)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.