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

CLI: Allow binaries to autoupdate #1540

Merged
merged 58 commits into from
Jul 26, 2024
Merged

CLI: Allow binaries to autoupdate #1540

merged 58 commits into from
Jul 26, 2024

Conversation

eemmiillyy
Copy link
Contributor

No description provided.

Copy link

changeset-bot bot commented Jul 15, 2024

🦋 Changeset detected

Latest commit: 9b2b2e9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@xata.io/cli Patch

Not sure what this means? Click here to learn what changesets are.

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

Copy link
Contributor

github-actions bot commented Jul 15, 2024

Your pull request has been published to npm.

You can install @xata.io/client by running:

npm install @xata.io/[email protected]

Other packages are published like this:

npm install @xata.io/[email protected]

To test the CLI, run:

npx @xata.io/[email protected]

Copy link
Contributor

github-actions bot commented Jul 15, 2024

size-limit report 📦

Path Size
packages/client/dist/index.mjs 19.47 KB (0%)
packages/client/dist/index.cjs 20.65 KB (0%)
packages/codegen/dist/index.mjs 2.02 MB (0%)
packages/codegen/dist/index.cjs 2.02 MB (0%)

@eemmiillyy eemmiillyy marked this pull request as ready for review July 19, 2024 08:15
@eemmiillyy eemmiillyy requested a review from a team as a code owner July 19, 2024 08:15
@SferaDev SferaDev changed the title autoupdate oclif CLI: Allow binaries to autoupdate Jul 19, 2024
.github/workflows/release-cli-assets.yml Outdated Show resolved Hide resolved
.github/workflows/release-cli-assets.yml Outdated Show resolved Hide resolved
.github/workflows/release-cli-assets.yml Outdated Show resolved Hide resolved
cli/package.json Outdated Show resolved Hide resolved
scripts/release-cli-pack.ts Dismissed Show dismissed Hide dismissed
@eemmiillyy eemmiillyy requested a review from SferaDev July 23, 2024 07:04
cli/package.json Outdated
Comment on lines 21 to 23
"engines": {
"node": ">=8"
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why we need this, also the version looks odd

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need it because oclif throws an error if it is undefined: https://github.com/oclif/oclif/blob/main/src/tarballs/build.ts#L258

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What version should it be instead?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

18 probably

@eemmiillyy eemmiillyy added this pull request to the merge queue Jul 25, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 25, 2024
@SferaDev SferaDev added this pull request to the merge queue Jul 26, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 26, 2024
@SferaDev SferaDev added this pull request to the merge queue Jul 26, 2024
Merged via the queue into main with commit cb9f483 Jul 26, 2024
10 of 12 checks passed
@SferaDev SferaDev deleted the feat/cli-autoupdates branch July 26, 2024 06:22
@xata-bot xata-bot mentioned this pull request Jul 26, 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.

2 participants