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

chore: remove sdk/nodejs/yarn.lock and restore generate_nodejs target #1558

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Dec 23, 2024

remove sdk/nodejs/yarn.lock

The Node SDK for the provider does not typically publish a lock file at Pulumi, see for example:

https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/package.json

It is intended to be used as a library with many possible configurations of the host program.

Looks like a yarn.lock may have been committed to pulumi-eks by mistake. Removing.

make generate_nodejs

The intent is to have generate_nodejs be separate from build_nodejs so that minimal work is done when only
re-generating the files is required.

Looks like for all languages other than Node this is the case, but a bad Git merge still has the Node target missing.

The Node SDK for the provider does not typically publish a lock file at Pulumi, see for example:

    https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/package.json

It is intended to be used as a library with many possible configurations of the host program.

Looks like a yarn.lock may have been committed to pulumi-eks by mistake. Removing.
@t0yv0 t0yv0 requested review from blampe and flostadler December 23, 2024 20:19
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

The intent is to have `generate_nodejs` be separate from `build_nodejs` so that minimal work is done when only
re-generating the files is required.

Looks like for all languages other than Node this is the case, but a bad Git merge still has the Node target missing.
@t0yv0 t0yv0 changed the title chore: remove sdk/nodejs/yarn.lock chore: remove sdk/nodejs/yarn.lock and restore generate_nodejs target Dec 23, 2024
@t0yv0 t0yv0 merged commit ba150d6 into master Dec 23, 2024
28 of 34 checks passed
@t0yv0 t0yv0 deleted the t0yv0/remove-sdk-yarn-lock branch December 23, 2024 20:28
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.7.0.

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.

3 participants