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

fix(deps): update dependency @lit-protocol/constants to v2.2.61 #506

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lit-protocol/constants (source) 2.1.62 -> 2.2.61 age adoption passing confidence

Release Notes

LIT-Protocol/js-sdk (@​lit-protocol/constants)

v2.2.61

Compare Source

v2.2.60

Compare Source

v2.2.59

Compare Source

v2.2.58

Compare Source

v2.2.57

Compare Source

v2.2.56

Compare Source

v2.2.55

Compare Source

v2.2.54

Compare Source

v2.2.53

Compare Source

v2.2.52

Compare Source

v2.2.51

Compare Source

v2.2.50

Compare Source

v2.2.49

Compare Source

v2.2.48

Compare Source

v2.2.47

Compare Source

v2.2.46

Compare Source

v2.2.45

Compare Source

v2.2.44

Compare Source

v2.2.43

Compare Source

v2.2.42

Compare Source

v2.2.41

Compare Source

v2.2.40

Compare Source

v2.2.39

Compare Source

v2.2.38

Compare Source

v2.2.37

Compare Source

v2.2.36

Compare Source

v2.2.35

Compare Source

v2.2.34

Compare Source

v2.2.33

Compare Source

  • 95c7258 Removed wallet connect from lit-connect-modal temporarily

v2.2.32

Compare Source

v2.2.31

Compare Source

v2.2.30

Compare Source

v2.2.29

Compare Source

v2.2.28

Compare Source

v2.2.27

Compare Source

v2.2.26

Compare Source

v2.2.25

Compare Source

v2.2.24

Compare Source

v2.2.23

Compare Source

v2.2.22

Compare Source

v2.2.21

Compare Source

v2.2.20

Compare Source

  • #​106 New pkp-walletconnect package to connect PKPs and dApps using WalletConnect V2

v2.2.19

Compare Source

v2.2.18

Compare Source

v2.2.17

Compare Source

v2.2.16

Compare Source

v2.2.15

Compare Source

  • #​122 Added demo for email/sms
  • #​123 Added Apple JWT Auth Provider

[2.2.0] - 2023-05-12

  • #​88 Breaking change introduced to lit-node-client-nodejs regarding session signature generation and usage. Introduced auth-helpers package, which contains objects for working with session capability objects for session signatures.

[2.1.160] - 2023-05-05

  • #​90 Fixed the issue where it was unable to regenerate the authSig when it had expired.

[2.1.156] - 2023-05-04

  • #​67 Introduced the lit-auth-client package, enabling social logins, Ethereum wallet signing, WebAuthn registration and authentication, and management of PKPs tied to auth methods

  • #​57 Introducing the pkp-client package, which serves as an abstraction of the pkp-ether, pkp-cosmos, and pkp-base packages. This enables the creation of Ether and Cosmos signers through PKPClient.

  • #​97 Fixed warn - ./node_modules/@​lit-protocol/ecdsa-sdk/src/lib/ecdsa-sdk.js Critical dependency: the request of a dependency is an expression

[2.1.114] - 2023-04-08

  • #​77 Added support for Leap Cosmos wallet

[2.1.100] - 2023-03-29

  • #​40 Added sessionSigs support to the remaining SDK functions. Now users have the option to use sessionSigs in place of authSigs.

[2.1.94] - 2023-03-21

  • #​40 Simplified the multi-step process of encrypting & decrypting static content and storing all its metadata on IPFS in a single function encryptToIPFS & decryptFromIpfs.

[2.1.84] - 2023-03-16

  • #​47 Upgraded @walletconnect/ethereum-provider to version 2.5.1 and added @web3modal/standalone as a depdency to the auth-browser repo

[2.1.63] - 2023-03-13

  • [#​44] Separated Node Code into its own repository @lit-protocol/lit-node-client-nodejs, from which @lit-protocol/lit-node-client will extend, so there are no breaking changes for existing customers.
Added
  • yarn v to check the current npm version
  • yarn bump to update patch version in lerna.json and version.ts
  • yarn bump:minor to update minor version in lerna.json and version.ts
  • yarn bump:major to update major version in lerna.json and version.ts
  • Logs will now include version number eg. [LitJsSdk v2.1.63]
  • yarn tool:e2e will now serve the react app and launch Cypress E2E testing automatically

v2.2.14

Compare Source

v2.2.13

Compare Source

v2.2.12

Compare Source

v2.2.11

Compare Source

v2.2.10

Compare Source

v2.2.9

Compare Source

v2.2.8

Compare Source

v2.2.7

Compare Source

v2.2.6

Compare Source

v2.2.5

Compare Source

v2.2.4

Compare Source

v2.2.3

Compare Source

v2.2.2

Compare Source

  • #​106 New pkp-walletconnect package to connect PKPs and dApps using WalletConnect V2

v2.2.1

Compare Source

  • #​122 Added demo for email/sms
  • #​123 Added Apple JWT Auth Provider

[2.2.0] - 2023-05-12

  • #​88 Breaking change introduced to lit-node-client-nodejs regarding session signature generation and usage. Introduced auth-helpers package, which contains objects for working with session capability objects for session signatures.

[2.1.160] - 2023-05-05

  • #​90 Fixed the issue where it was unable to regenerate the authSig when it had expired.

[2.1.156] - 2023-05-04

  • #​67 Introduced the lit-auth-client package, enabling social logins, Ethereum wallet signing, WebAuthn registration and authentication, and management of PKPs tied to auth methods

  • #​57 Introducing the pkp-client package, which serves as an abstraction of the pkp-ether, pkp-cosmos, and pkp-base packages. This enables the creation of Ether and Cosmos signers through PKPClient.

  • #​97 Fixed warn - ./node_modules/@​lit-protocol/ecdsa-sdk/src/lib/ecdsa-sdk.js Critical dependency: the request of a dependency is an expression

[2.1.114] - 2023-04-08

  • #​77 Added support for Leap Cosmos wallet

[2.1.100] - 2023-03-29

  • #​40 Added sessionSigs support to the remaining SDK functions. Now users have the option to use sessionSigs in place of authSigs.

[2.1.94] - 2023-03-21

  • #​40 Simplified the multi-step process of encrypting & decrypting static content and storing all its metadata on IPFS in a single function encryptToIPFS & decryptFromIpfs.

[2.1.84] - 2023-03-16

  • #​47 Upgraded @walletconnect/ethereum-provider to version 2.5.1 and added @web3modal/standalone as a depdency to the auth-browser repo

[2.1.63] - 2023-03-13

  • [#​44] Separated Node Code into its own repository @lit-protocol/lit-node-client-nodejs, from which @lit-protocol/lit-node-client will extend, so there are no breaking changes for existing customers.
Added
  • yarn v to check the current npm version
  • yarn bump to update patch version in lerna.json and version.ts
  • yarn bump:minor to update minor version in lerna.json and version.ts
  • yarn bump:major to update major version in lerna.json and version.ts
  • Logs will now include version number eg. [LitJsSdk v2.1.63]
  • yarn tool:e2e will now serve the react app and launch Cypress E2E testing automatically

v2.2.0

Compare Source

  • #​88 Breaking change introduced to lit-node-client-nodejs regarding session signature generation and usage. Introduced auth-helpers package, which contains objects for working with session capability objects for session signatures.

v2.1.166

Compare Source

v2.1.165

Compare Source

v2.1.164

Compare Source

v2.1.163

Compare Source

v2.1.162

Compare Source

v2.1.161

Compare Source

v2.1.160

Compare Source

  • #​90 Fixed the issue where it was unable to regenerate the authSig when it had expired.

v2.1.159

Compare Source

v2.1.158

Compare Source

v2.1.157

Compare Source

v2.1.156

Compare Source

  • #​67 Introduced the lit-auth-client package, enabling social logins, Ethereum wallet signing, WebAuthn registration and authentication, and management of PKPs tied to auth methods

  • #​57 Introducing the pkp-client package, which serves as an abstraction of the pkp-ether, pkp-cosmos, and pkp-base packages. This enables the creation of Ether and Cosmos signers through PKPClient.

  • #​97 Fixed warn - ./node_modules/@​lit-protocol/ecdsa-sdk/src/lib/ecdsa-sdk.js Critical dependency: the request of a dependency is an expression

v2.1.155

Compare Source

v2.1.154

Compare Source

v2.1.153

Compare Source

v2.1.152

Compare Source

v2.1.151

Compare Source

v2.1.150

Compare Source

v2.1.149

Compare Source

v2.1.148

Compare Source

v2.1.147

Compare Source

v2.1.146

Compare Source

v2.1.145

Compare Source

v2.1.144

Compare Source

v2.1.143

Compare Source

v2.1.142

Compare Source

v2.1.141

Compare Source

v2.1.140

Compare Source

v2.1.139

Compare Source

v2.1.138

Compare Source

v2.1.137

Compare Source

v2.1.136

Compare Source

v2.1.135

Compare Source

v2.1.134

Compare Source

v2.1.133

Compare Source

v2.1.132

Compare Source

v2.1.131

Compare Source

v2.1.130

Compare Source

v2.1.129

Compare Source

v2.1.128

Compare Source

v2.1.127

Compare Source

v2.1.126

Compare Source

v2.1.125

Compare Source

v2.1.124

Compare Source

v2.1.123

Compare Source

v2.1.122

Compare Source

v2.1.121

Compare Source

v2.1.120

Compare Source

v2.1.119

Compare Source

v2.1.118

Compare Source

v2.1.117

Compare Source

v2.1.116

Compare Source

v2.1.115

Compare Source

v2.1.114

Compare Source

  • #​77 Added support for Leap Cosmos wallet

v2.1.113

Compare Source

v2.1.112

Compare Source

v2.1.111

Compare Source

v2.1.110

Compare Source

v2.1.109

Compare Source

v2.1.108

Compare Source

v2.1.107

Compare Source

v2.1.106

Compare Source

v2.1.105

Compare Source

v2.1.104

Compare Source

v2.1.103

Compare Source

v2.1.102

Compare Source

v2.1.101

Compare Source

v2.1.100

Compare Source

  • #​40 Added sessionSigs support to the remaining SDK functions. Now users have the option to use sessionSigs in place of authSigs.

v2.1.99

Compare Source

v2.1.98

Compare Source

v2.1.97

Compare Source

v2.1.96

Compare Source

v2.1.95

Compare Source

v2.1.94

Compare Source

  • #​40 Simplified the multi-step process of encrypting & decrypting static content and storing all its metadata on IPFS in a single function encryptToIPFS & decryptFromIpfs.

v2.1.93

Compare Source

v2.1.92

Compare Source

v2.1.91

Compare Source

v2.1.90

Compare Source

v2.1.89

Compare Source

v2.1.88

Compare Source

v2.1.87

Compare Source

v2.1.86

Compare Source

v2.1.85

Compare Source

v2.1.84

Compare Source

  • #​47 Upgraded @walletconnect/ethereum-provider to version 2.5.1 and added @web3modal/standalone as a depdency to the auth-browser repo

v2.1.83

Compare Source

v2.1.82

Compare Source

v2.1.81

Compare Source

v2.1.80

Compare Source

v2.1.79

Compare Source

v2.1.78

Compare Source

v2.1.77

Compare Source

v2.1.76

Compare Source

v2.1.75

Compare Source

v2.1.74

Compare Source

v2.1.73

Compare Source

v2.1.72

Compare Source

v2.1.71

Compare Source

v2.1.70

Compare Source

v2.1.69

Compare Source

v2.1.68

Compare Source

v2.1.67

Compare Source

v2.1.66

Compare Source

v2.1.65

Compare Source

v2.1.64

[Compa


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@height
Copy link

height bot commented Aug 21, 2023

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@changeset-bot
Copy link

changeset-bot bot commented Aug 21, 2023

⚠️ No Changeset found

Latest commit: ee5c252

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Aug 21, 2023

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

Name Status Preview Updated (UTC)
lens-sdk-example-web-wagmi ❌ Failed (Inspect) Oct 19, 2023 0:10am

@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 1833989 to 4cb564d Compare August 23, 2023 13:55
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 4cb564d to b6a9138 Compare August 23, 2023 19:16
@renovate renovate bot changed the title fix(deps): update dependency @lit-protocol/constants to v2.2.49 fix(deps): update dependency @lit-protocol/constants to v2.2.50 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from b6a9138 to 9823f2c Compare August 24, 2023 13:35
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 9823f2c to 3510956 Compare August 29, 2023 06:34
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 3510956 to bf3066e Compare August 29, 2023 09:14
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from bf3066e to b13a3a2 Compare August 30, 2023 10:16
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from b13a3a2 to 57f18eb Compare August 30, 2023 12:57
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 57f18eb to 1284a6b Compare September 3, 2023 17:17
@renovate renovate bot changed the title fix(deps): update dependency @lit-protocol/constants to v2.2.50 fix(deps): update dependency @lit-protocol/constants to v2.2.53 Sep 3, 2023
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 1284a6b to dd69205 Compare September 7, 2023 17:13
@renovate renovate bot changed the title fix(deps): update dependency @lit-protocol/constants to v2.2.53 fix(deps): update dependency @lit-protocol/constants to v2.2.54 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from dd69205 to 82d7a49 Compare September 15, 2023 14:57
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 82d7a49 to 31d04f3 Compare September 15, 2023 15:24
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 31d04f3 to e527f19 Compare September 15, 2023 16:11
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from e527f19 to 9ac9020 Compare October 4, 2023 00:14
@renovate renovate bot changed the title fix(deps): update dependency @lit-protocol/constants to v2.2.54 fix(deps): update dependency @lit-protocol/constants to v2.2.59 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 9ac9020 to 87b2f0d Compare October 4, 2023 22:59
@renovate renovate bot changed the title fix(deps): update dependency @lit-protocol/constants to v2.2.59 fix(deps): update dependency @lit-protocol/constants to v2.2.60 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 87b2f0d to ecdc854 Compare October 5, 2023 12:28
@renovate renovate bot changed the title fix(deps): update dependency @lit-protocol/constants to v2.2.60 fix(deps): update dependency @lit-protocol/constants to v2.2.61 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from ecdc854 to 8df9ea3 Compare October 6, 2023 16:15
@renovate renovate bot changed the base branch from main to lens-v2 October 6, 2023 16:15
@renovate renovate bot force-pushed the renovate/lit-protocol-constants-2.x branch from 8df9ea3 to ee5c252 Compare October 19, 2023 12:10
Copy link
Contributor Author

renovate bot commented Nov 6, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@krzysu krzysu closed this Nov 23, 2023
@krzysu krzysu deleted the renovate/lit-protocol-constants-2.x branch November 23, 2023 11:18
Copy link
Contributor Author

renovate bot commented Nov 23, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.2.61). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant