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

Publish process broken #15966

Closed
nicolo-ribaudo opened this issue Sep 14, 2023 · 13 comments · Fixed by #15969
Closed

Publish process broken #15966

nicolo-ribaudo opened this issue Sep 14, 2023 · 13 comments · Fixed by #15969
Assignees
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue

Comments

@nicolo-ribaudo
Copy link
Member

See https://github.com/babel/babel/actions/runs/6184255599/job/16787559069

Opening an issue because I do not have time to fix it now, I'll release locally.

@nicolo-ribaudo nicolo-ribaudo self-assigned this Sep 14, 2023
@JLHwung
Copy link
Contributor

JLHwung commented Sep 14, 2023

We can ignore linting the skip-bundled tests on publish because those tests are skipped when bundled anyway.

@JLHwung
Copy link
Contributor

JLHwung commented Sep 14, 2023

And we may need force publishing these three packages if there aren't any source changes.

  • @babel/core
  • @babel/types
  • @babel/traverse

@dep
Copy link

dep commented Sep 14, 2023

Thanks for reporting. I'm having the same issue. Let me know if there are any required steps (updating any dependencies) once this is resolved. Thanks!

@nicolo-ribaudo
Copy link
Member Author

nicolo-ribaudo commented Sep 14, 2023

I first published 7.22.18 locally, but:

  • I got one OTP prompt per package from npm, and they were not ordered so I had to try multiple times to give the correct tokens
  • At some point I got this error:
    Error while publishing [object Object]:
    RequestError: 001E4AF801000000:error:0A0003FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1586:SSL alert number 20
    

and something has not been published properly.

I temporarily disabled linting to quickly re-publish from CI as 7.22.19, forcing all the packages that should have been published in 7.22.18.

@Anderson-SG

This comment was marked as off-topic.

@segovia-no

This comment was marked as off-topic.

@bilalfaisal-ct

This comment was marked as off-topic.

@theredpea

This comment was marked as off-topic.

@EthanTuning

This comment was marked as off-topic.

@nicolo-ribaudo
Copy link
Member Author

@babel/types@7.22.19 has been published, and @babel/types@^7.22.18 will resolve to that version. It has been published on npm ~15 minutes ago (https://www.npmjs.com/package/@babel/types/v/7.22.19) -- if there is a proxy between you and npm it might need a little more time to sync the new version.

I'm hiding now all the comments related to the missing @babel/types@7.22.18 since that has been fixed (and is tracked at #15967). This issue is to track the root cause of that problem :)

Thanks @theredpea for cross-linking on StackOverflow!

@Oteiza-a
Copy link

@nicolo-ribaudo Hey, maybe this is unrelated, but after the problem of the missing @babel/types@7.22.18 was solved, i am getting another error on my app runtime:
Uncaught ReferenceError: require is not defined

That i was not getting before, can there be any relation with this?

@nicolo-ribaudo
Copy link
Member Author

Please open a new issue :)

@iammerrick
Copy link

Thank you so much for the quick resolution and communication! ❤️

@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Dec 16, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants