-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
v1.5.20 exploded. Please fix version to 1.5.7 for now #8988
Comments
76b4de1 would fix it, but I'll close this issue after verifying that it works. |
I'm guessing that is the cause for pnpm/pnpm#6603 (comment) ?
|
Most likely, I'm having the same issue |
looks like the way publishing worked in swc changed maybe some hooks are no longer running as expected? v1.5.11...main |
Ran into the same problem, did you use npm directly when publishing |
@Aarebecca Yeap, exactly. I changed it to use |
@kdy1 any thoughts on using |
To resolve this, fix the version of "dependencies": {
"@swc/core": "1.5.7"
} If @swc/core is not installed, install version 1.5.7: npm install @swc/core@1.5.7
# or
yarn add @swc/core@1.5.7
# or
pnpm install @swc/core@1.5.7 |
An error has been pushed in their latest release, making it impossible to install. See: swc-project/swc#8988
An error has been pushed in their latest release, making it impossible to install. See: swc-project/swc#8988
PLEASE UNPUBLISH |
An error has been pushed in their latest release, making it impossible to install. See: swc-project/swc#8988
An error has been pushed in their latest release, making it impossible to install. See: swc-project/swc#8988
## Proposed change Freezing `@swc/core` while waiting for swc-project/swc#8988
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> swc-project/swc#8988 is causing e2e tests to fail. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> The failing e2e tests are disabled while the issue is resolved. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> swc-project/swc#8988 is causing e2e tests to fail. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> The failing e2e tests are disabled while the issue is resolved. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit 7088b09)
Will this issue be resolved soon ? Or I'll just do update using |
@kdy1 Overriding is still necessary if
|
Finally it's fixed. |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
swc/packages/core/package.json
Line 94 in b4799f7
The text was updated successfully, but these errors were encountered: