Skip to content

Even more dependency updates#10906

Merged
bertdeblock merged 3 commits intoember-cli:masterfrom
bertdeblock:even-more-dep-updates
Dec 20, 2025
Merged

Even more dependency updates#10906
bertdeblock merged 3 commits intoember-cli:masterfrom
bertdeblock:even-more-dep-updates

Conversation

@bertdeblock
Copy link
Member

No description provided.

@bertdeblock bertdeblock self-assigned this Dec 20, 2025
@bertdeblock bertdeblock added enhancement dependencies Pull requests that update a dependency file labels Dec 20, 2025
return hash;
}, {});
return globSync(pattern, { cwd: callerFileDir })
.sort()
Copy link
Member Author

Choose a reason for hiding this comment

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

Previous version used to sort, but the newer version doesn't. We need sorting here, to keep the help output sorted as well.

cwd: filePath,
dot: true,
mark: true,
strict: true,
Copy link
Member Author

Choose a reason for hiding this comment

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

strict option does not exist anymore.

let optionOrFile = process.argv[2];
// default to `tap` reporter in CI otherwise default to `spec`
let testFiles = glob.sync(`${root}/**/*-test.js`);
let testFiles = globSync(`${root}/**/*-test.js`).sort();
Copy link
Member Author

Choose a reason for hiding this comment

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

pnpm test fails without sort() here, which isn't a good sign, but didn't feel like digging in tbh 😄

@bertdeblock bertdeblock marked this pull request as ready for review December 20, 2025 14:49
this.availableOptions = this.availableOptions.concat(ClassicOptions);
}

// Make sure Testem supports the Wasm MIME type:
Copy link
Member Author

Choose a reason for hiding this comment

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

Not needed anymore, present by default.

@bertdeblock bertdeblock merged commit 8ea5b2e into ember-cli:master Dec 20, 2025
70 checks passed
@mansona mansona mentioned this pull request Dec 20, 2025
@mansona mansona mentioned this pull request Jan 6, 2026
@mansona mansona mentioned this pull request Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants