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

Closed
wants to merge 2 commits into 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 force-pushed the feature/test-preview-builds branch from 0309f9f to 8d670c9 Compare 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/[email protected]

View full report↗︎

@ccharly ccharly force-pushed the feature/test-preview-builds branch from 8d670c9 to d458961 Compare September 5, 2024 11:44
@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 ccharly force-pushed the feature/test-preview-builds branch from d458961 to f319590 Compare September 5, 2024 12:08
@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 ccharly force-pushed the feature/test-preview-builds branch from 829a643 to 4ddfc4a Compare September 5, 2024 13:18
@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 force-pushed the feature/test-preview-builds branch from 4ddfc4a to 9c08d35 Compare September 6, 2024 11:56
@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
@ccharly ccharly force-pushed the feature/test-preview-builds branch from 9c08d35 to e27f589 Compare September 13, 2024 10:02
Copy link

This PR is marked as stale because it has been open for 60 days with no activity. Please remove the stale label or leave a comment, or it will be closed in 14 days.

@github-actions github-actions bot added the Stale label Nov 18, 2024
Copy link

github-actions bot commented Dec 2, 2024

This PR was closed due to no follow-up activity in the last 14 days. Thank you for your contributions.

@github-actions github-actions bot closed this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant