-
Notifications
You must be signed in to change notification settings - Fork 733
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
chore(deps): bump react-devtools-core from 4.27.8 to 4.28.5 #3901
Merged
bkrem
merged 2 commits into
v2.0
from
dependabot/npm_and_yarn/react-devtools-core-4.28.5
Nov 23, 2023
Merged
chore(deps): bump react-devtools-core from 4.27.8 to 4.28.5 #3901
bkrem
merged 2 commits into
v2.0
from
dependabot/npm_and_yarn/react-devtools-core-4.28.5
Nov 23, 2023
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
dependabot
bot
added
the
type: dependencies
Pull requests that update a dependency file
label
Nov 10, 2023
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/react-devtools-core-4.28.5
branch
10 times, most recently
from
November 16, 2023 08:22
0b9c511
to
aca1f82
Compare
Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.27.8 to 4.28.5. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core) --- updated-dependencies: - dependency-name: react-devtools-core dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/react-devtools-core-4.28.5
branch
from
November 16, 2023 08:34
aca1f82
to
62d0a27
Compare
dependabot
bot
deleted the
dependabot/npm_and_yarn/react-devtools-core-4.28.5
branch
November 23, 2023 14:53
20 tasks
633kh4ck
pushed a commit
to ExodusMovement/walletconnect-monorepo
that referenced
this pull request
Jan 30, 2024
* feat: added native module to get bundle id and check installed apps * refactor: improved native code * chore: moved module conditions to react-native-compat * chore: added isAppInstalled function to polyfill * fix: optional modal import * chore: sending bundleid as origin * fix: makes `@walletconnect/modal` an explicit dependency in ethereum provider * fix(deps): update dependency @walletconnect/keyvaluestorage to v1.1.0 * chore: adds packages * fix: small delay for disconnect to finish * fix(deps): update dependency @walletconnect/jsonrpc-ws-connection to v1.0.14 * chore: updates `@walletconnect/jsonrpc-ws-connection` to latest * fix(deps): update dependency @walletconnect/jsonrpc-ws-connection to v1.0.14 * chore: updates lock * chore: fixed prettier * fix: export module folder * chore: added ios/android folders as ignored paths in renovate config (WalletConnect#3915) * chore(deps): update node.js to v21 (WalletConnect#3810) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: run codemod on packages/sign-client/**/*.ts * chore: format * chore(deps): replace AWS SDK for JavaScript v2 with v3 * chore(deps): update actions/setup-node action to v4 (WalletConnect#3840) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: updates keyvaluestorage to latest * chore: prep for `2.10.5` release * chore: lock * chore(deps): bump @babel/traverse from 7.22.4 to 7.23.2 (WalletConnect#3788) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kremer <[email protected]> * chore(deps-dev): bump axios from 1.4.0 to 1.6.2 (WalletConnect#3935) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kremer <[email protected]> * chore(deps-dev): bump postcss from 8.4.21 to 8.4.31 (WalletConnect#3747) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kremer <[email protected]> * chore(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 (WalletConnect#3839) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kremer <[email protected]> * feat: adds fallback to localStorage if deep link is missing from storage * chore: silence error log * fix: subscribes to pairing topic after storing the pairing * feat: tests * fix: adds `session_properties` to fabricated proposal * refactor: moves expect outside of event listener * fix: throws when URI is provided without relay-protocol * chore: tests * feat: adds additional uri validation for `symKey` * feat: tests * chore(deps): bump react-devtools-core from 4.27.8 to 4.28.5 (WalletConnect#3901) Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.27.8 to 4.28.5. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core) --- updated-dependencies: - dependency-name: react-devtools-core dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kremer <[email protected]> * feat: implements `registerDeviceToken` in `Echo` * feat: expose error types * chore: prep for `2.10.6` release * sendAsync result response formatted * feat: export session store from sign * feat: implements static `decrypt notifications` & `getMetadata` utils * feat: tests * chore: rm unused import * chore: remove logs * refactor: types * refactor: renames `echo` to `echoClient` * fix: polyfill `fetch` * Revert "fix: polyfill `fetch`" This reverts commit 7391142. * fix: uses `[email protected]` * fix: fixes modal types and updates to latest * refactor: restructure exports * feat: clear class instances after work done * fix: added extra condition in isBrowser function * fix: captures `respond` rejection when session is disconnect & remove the pending request * feat: tests * refactor: removes any pending requests when session is disconnected * refactor: moves cleanup in `isValidRespond` * refactor: uses try/catch to handle async and explicitly checks if id is provided before trying to cleanup pending request * chore: prep for `2.11.0` * fix: lint * fix: install deps * fix: build * fix: remove duplicate tsconfig target * fix: use logger from client * fix: do not override topic * fix: set isonline to true temporarily * fix: use audited netinfo package * Revert "fix: use audited netinfo package" This reverts commit 137ad4b. * fix: update netinfo props from forked package - @exodus/netinfo uses isconnected.fetch() * fix: silent error from Application reference * chore: bump packages @exodus/[email protected] @exodus/[email protected] @exodus/[email protected] @exodus/[email protected] * fix: failing test from mismatched topic * fix: add hashkey import * chore: get rid of some unwanted dependencies * fix(core): bump @exodus/wlalet-connect-utils * chore: bump packages @exodus/[email protected] @exodus/[email protected] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: ignaciosantise <[email protected]> Co-authored-by: Gancho Radkov <[email protected]> Co-authored-by: Gancho Radkov <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ignaciosantise <[email protected]> Co-authored-by: Kamat, Trivikram <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kremer <[email protected]> Co-authored-by: Tuditi <[email protected]> Co-authored-by: kr-nikunj <[email protected]> Co-authored-by: Matias Lang <[email protected]>
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 react-devtools-core from 4.27.8 to 4.28.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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.