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

Version Packages #328

Conversation

ldg-github-ci
Copy link

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to fix/no-issue-jfrog-attest-sign-package, this PR will be updated.

Releases

@ledgerhq/[email protected]

Minor Changes

Patch Changes

@ledgerhq/[email protected]

Minor Changes

Patch Changes

@ledgerhq/[email protected]

Minor Changes

Patch Changes

@ledgerhq/[email protected]

Patch Changes

@ledgerhq/[email protected]

Patch Changes

dependabot bot and others added 9 commits September 23, 2024 14:32
Bumps the eslint group with 3 updates: [eslint](https://github.com/eslint/eslint), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `eslint` from 9.10.0 to 9.11.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.10.0...v9.11.0)

Updates `@eslint/js` from 9.10.0 to 9.11.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.11.0/packages/js)

Updates `typescript-eslint` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/typescript-eslint)

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

Signed-off-by: dependabot[bot] <[email protected]>
- remove unnecessary interfaces
- create HasherService and Sha256 implem
- Create builders for merkle tree and map
- replace maybe with either
- add Leaf model file
Copy link

vercel bot commented Sep 24, 2024

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

Name Status Preview Comments Updated (UTC)
device-sdk-ts-sample ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 24, 2024 10:18am

Copy link
Contributor

github-actions bot commented Sep 24, 2024

Fails
🚫

Please fix the PR branch name to match the convention, see this documentation.

Wrong branch name: changeset-release/fix/no-issue-jfrog-attest-sign-package

ℹ️ Regex to match: /^(feature|feat|bugfix|bug|hotfix|fix|support|chore|core|doc|refacto|refactor)\/((dsdk)-[0-9]+|no-issue)-.+/i

  • Rules:
    • Must start with a type (feature, bugfix, hotfix, support, chore, core, doc, refacto)
    • Followed by a SLASH ("/")
    • Followed by a JIRA issue number (DSDK-1234) or "no-issue"
    • Followed by a DASH ("-")
    • Followed by a description

ℹ️ Example: feat/dsdk-1234-my-feature

🚫

One or more commit message does not match the convention, see this documentation.

Wrong commit messages:
• `:arrow_up: (repo) [NO-ISSUE]: Bump the eslint group with 3 updates

Bumps the eslint group with 3 updates: eslint, @eslint/js and typescript-eslint.

Updates eslint from 9.10.0 to 9.11.0

Updates @eslint/js from 9.10.0 to 9.11.0

Updates typescript-eslint from 8.5.0 to 8.6.0


updated-dependencies:

  • dependency-name: eslint
    dependency-type: direct:development
    update-type: version-update:semver-minor
    dependency-group: eslint
  • dependency-name: "@eslint/js"
    dependency-type: direct:development
    update-type: version-update:semver-minor
    dependency-group: eslint
  • dependency-name: typescript-eslint
    dependency-type: direct:development
    update-type: version-update:semver-minor
    dependency-group: eslint
    ...

Signed-off-by: dependabot[bot] [email protected]⬆️ (repo) [NO-ISSUE]: Bump the eslint group with 3 updates (#310)✨ (keyring-btc) DSDK-458: Implement merkle tree services (#270)Merge 35219a4 into 128e195Version Packages`

ℹ️ Regex to match: /^.+\(([a-z]+\-?){1,}\): [A-Z].*/

  • Rules:
    • Must start with a word (usually an emoji)
    • Followed by a SPACE
    • Followed by a scope in parentheses and in LOWERCASE
    • Followed by a colon (":") and a SPACE
    • Followed by a Capitalized message

Example: 💚 (scope): My feature

🚫

Please fix the PR title to match the convention, see this documentation.

Wrong PR title: Version Packages

ℹ️ Regex to match: /^.+ \(([a-z]+\-?){1,}\) \[(DSDK-[0-9]+|NO-ISSUE)\]: [A-Z].*/

  • Rules:
    • Must start with a word (usually an emoji)
    • Followed by a SPACE
    • Followed by a scope in parentheses and in LOWERCASE
    • Followed by a SPACE
    • Followed by a JIRA issue number in [brackets] (uppercase)
    • Followed by a colon (":") and a SPACE
    • Followed by a Capitalized message

Example: 💚 (scope) [DSDK-1234]: My feature

Messages
⚠️ No changeset file found in the PR. Please add a changeset file.

Generated by 🚫 dangerJS against 881aaf8

@github-actions github-actions bot force-pushed the changeset-release/fix/no-issue-jfrog-attest-sign-package branch from 881aaf8 to 38d0883 Compare September 24, 2024 10:14
@dedsxc dedsxc closed this Sep 24, 2024
@dedsxc dedsxc deleted the changeset-release/fix/no-issue-jfrog-attest-sign-package branch September 24, 2024 10:15
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.

5 participants