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

feat(scripts): add use-preview-builds.ts helper script #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ccharly
Copy link
Collaborator

@ccharly ccharly commented Sep 3, 2024

Description

Testing preview builds.

@ccharly ccharly requested a review from a team as a code owner September 3, 2024 16:32
@ccharly
Copy link
Collaborator Author

ccharly commented Sep 3, 2024

@metamaskbot publish-preview

Copy link

github-actions bot commented Sep 3, 2024

Preview builds have been published. See these instructions (from the core monorepo) for more information about preview builds.

Expand for full list of packages and versions.
{
  "@metamask-previews/keyring-api": "8.1.0-preview-b6fc9fc",
  "@metamask-previews/eth-hd-keyring": "7.0.1-preview-b6fc9fc",
  "@metamask-previews/eth-ledger-bridge-keyring": "4.1.1-preview-b6fc9fc",
  "@metamask-previews/eth-simple-keyring": "6.0.2-preview-b6fc9fc",
  "@metamask-previews/eth-trezor-keyring": "3.1.0-preview-b6fc9fc",
  "@metamask-previews/eth-snap-keyring": "4.3.2-preview-b6fc9fc"
}

@ccharly ccharly requested a review from a team as a code owner September 5, 2024 10:35
@ccharly ccharly removed the request for review from a team September 5, 2024 10:36
Copy link

socket-security bot commented Sep 5, 2024

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: npm/ini@1.3.8

View full report↗︎

@ccharly
Copy link
Collaborator Author

ccharly commented Sep 5, 2024

@metamaskbot publish-preview

Copy link

github-actions bot commented Sep 5, 2024

Preview builds have been published. See these instructions (from the core monorepo) for more information about preview builds.

Expand for full list of packages and versions.
{
  "@metamask-previews/keyring-api": "8.1.0-preview-d458961",
  "@metamask-previews/eth-hd-keyring": "7.0.1-preview-d458961",
  "@metamask-previews/eth-ledger-bridge-keyring": "4.1.1-preview-d458961",
  "@metamask-previews/eth-simple-keyring": "6.0.2-preview-d458961",
  "@metamask-previews/eth-trezor-keyring": "3.1.0-preview-d458961",
  "@metamask-previews/eth-snap-keyring": "4.3.2-preview-d458961"
}

You can also use this helper script to automatically setup "resolutions" into your project. You
will need to create a file (previews.json here) and copy the JSON content from above.

$ ./scripts/use-preview-builds.ts <project-path> previews.json

@ccharly
Copy link
Collaborator Author

ccharly commented Sep 5, 2024

@metamaskbot publish-preview

Copy link

github-actions bot commented Sep 5, 2024

Preview builds have been published. See these instructions (from the core monorepo) for more information about preview builds.

Expand for full list of packages and versions.
{
  "@metamask-previews/keyring-api": "8.1.0-preview-f319590",
  "@metamask-previews/eth-hd-keyring": "7.0.1-preview-f319590",
  "@metamask-previews/eth-ledger-bridge-keyring": "4.1.1-preview-f319590",
  "@metamask-previews/eth-simple-keyring": "6.0.2-preview-f319590",
  "@metamask-previews/eth-trezor-keyring": "3.1.0-preview-f319590",
  "@metamask-previews/eth-snap-keyring": "4.3.2-preview-f319590"
}

You can also use this helper script to automatically setup "resolutions" into your project. You
will need to create a file (previews.json here) and copy the JSON content from above.

$ ./scripts/use-preview-builds.ts <project-path> previews.json

@ccharly
Copy link
Collaborator Author

ccharly commented Sep 5, 2024

@metamaskbot publish-preview

Copy link

github-actions bot commented Sep 5, 2024

Preview builds have been published. See these instructions (from the core monorepo) for more information about preview builds.

Expand for full list of packages and versions.
{
  "@metamask-previews/keyring-api": "8.1.0-preview-829a643",
  "@metamask-previews/eth-hd-keyring": "7.0.1-preview-829a643",
  "@metamask-previews/eth-ledger-bridge-keyring": "4.1.1-preview-829a643",
  "@metamask-previews/eth-simple-keyring": "6.0.2-preview-829a643",
  "@metamask-previews/eth-trezor-keyring": "3.1.0-preview-829a643",
  "@metamask-previews/eth-snap-keyring": "4.3.2-preview-829a643"
}

You can also use this helper script to automatically setup "resolutions" into your project. You
will need to create a file (previews.json here) and copy the JSON content from above.

$ ./scripts/use-preview-builds.ts <project-path> previews.json

@ccharly
Copy link
Collaborator Author

ccharly commented Sep 5, 2024

@metamaskbot publish-preview

Copy link

github-actions bot commented Sep 5, 2024

Preview builds have been published. See these instructions (from the core monorepo) for more information about preview builds.

Expand for full list of packages and versions.
{
  "@metamask-previews/keyring-api": "8.1.0-preview-4ddfc4a",
  "@metamask-previews/eth-hd-keyring": "7.0.1-preview-4ddfc4a",
  "@metamask-previews/eth-ledger-bridge-keyring": "4.1.1-preview-4ddfc4a",
  "@metamask-previews/eth-simple-keyring": "6.0.2-preview-4ddfc4a",
  "@metamask-previews/eth-trezor-keyring": "3.1.0-preview-4ddfc4a",
  "@metamask-previews/eth-snap-keyring": "4.3.2-preview-4ddfc4a"
}

You can also use this helper script to automatically setup "resolutions" into your project. You
will need to create a file (previews.json here) and copy the JSON content from above.

$ ./scripts/use-preview-builds.ts <project-path> previews.json

@ccharly ccharly changed the title ci: testing preview builds feat: add use-preview-builds.ts helper script + cleanup build artifacts Sep 6, 2024
@ccharly ccharly changed the title feat: add use-preview-builds.ts helper script + cleanup build artifacts feat(scripts): add use-preview-builds.ts helper script Sep 6, 2024
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