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

Pinned babel-loader@v9 to 9.1.3 (skip 9.2.0) #56

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Conversation

ijlee2
Copy link
Owner

@ijlee2 ijlee2 commented Sep 16, 2024

Background

While testing create-v2-addon-repo@0.10.3, I found that the start and test commands for docs-app (a fresh Ember app) would error:

Module build failed (from ../../../../node_modules/.pnpm/thread-loader@3.0.4_webpack@5.94.0/node_modules/thread-loader/dist/cjs.js):
Thread Loader (Worker 0)
this.getLogger is not a function
    at PoolWorker.fromErrorObj (/node_modules/.pnpm/thread-loader@3.0.4_webpack@5.94.0/node_modules/thread-loader/dist/WorkerPool.js:346:12)
    at /node_modules/.pnpm/thread-loader@3.0.4_webpack@5.94.0/node_modules/thread-loader/dist/WorkerPool.js:219:29
    at mapSeries (/node_modules/.pnpm/neo-async@2.6.2/node_modules/neo-async/async.js:3625:14)
    at Object.loader (/node_modules/.pnpm/babel-loader@9.2.0_@babel+core@7.25.2_webpack@5.94.0/node_modules/babel-loader/lib/index.js:44:23)
    at Object.<anonymous> (/node_modules/.pnpm/babel-loader@9.2.0_@babel+core@7.25.2_webpack@5.94.0/node_modules/babel-loader/lib/index.js:39:12)

The error occurred for 0.10.1 so I could eliminate the codemod as the reason. I found out that babel-loader made a minor release about 40 minutes ago.

https://www.npmjs.com/package/babel-loader/v/9.2.0

@ijlee2 ijlee2 added the bug Something isn't working label Sep 16, 2024
@ijlee2 ijlee2 merged commit c18c6ba into main Sep 16, 2024
2 checks passed
@ijlee2 ijlee2 deleted the patch-babel-loader-v9 branch September 16, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant