Skip to content

Upgrade mocha package from v10 to v11 #20854

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AbdElRahmanMostafa1
Copy link

@AbdElRahmanMostafa1 AbdElRahmanMostafa1 commented Feb 21, 2025

Resolves this issue: #20855

Copy link
Contributor

@NullVoxPopuli NullVoxPopuli left a comment

Choose a reason for hiding this comment

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

Thank you for upgrading our mocha version!

I left one comment to try to reduce the chance that this upgrade has unintended side-effects.

thank you!

@@ -266,8 +266,8 @@ importers:
specifier: ^1.4.0
version: 1.4.0
mocha:
specifier: ^10.2.0
version: 10.4.0
specifier: ^11.1.0
Copy link
Contributor

Choose a reason for hiding this comment

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

this lockfile is a little big -- seems like it includes extraneous changes.

Could you try reducing it?

This is the technique I use:

git fetch origin # emberjs / upstream
git checkout origin/main -- pnpm-lock.yaml
pnpm install
# then, commit & push

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