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

test: upgrade chai to 5.x #4628

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

test: upgrade chai to 5.x #4628

wants to merge 4 commits into from

Conversation

43081j
Copy link
Collaborator

@43081j 43081j commented Apr 22, 2024

Upgrades chai to the latest version (5.x) which now ships as ESM directly, meaning we no longer need esm-bundle's fork.

we may want to use node's built in test runner and assertion library for non-browser tests some day,

i also noticed we now have a mixture of uvu and chai - maybe we want to settle on one some day 🤔

Copy link

changeset-bot bot commented Apr 22, 2024

🦋 Changeset detected

Latest commit: 9b9fd49

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Collaborator

@justinfagnani justinfagnani left a comment

Choose a reason for hiding this comment

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

Changes and tests look good!

Just needs an empty changeset file to pass CI checks.

packages/context/tsconfig.json Outdated Show resolved Hide resolved
@43081j
Copy link
Collaborator Author

43081j commented Apr 23, 2024

have removed any empty path of the tsconfigs we have and added an empty changeset

let me know if that works (particularly the changeset, haven't done an empty one before)

Copy link
Member

@augustjk augustjk left a comment

Choose a reason for hiding this comment

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

This is awesome! ✨

.changeset/rich-badgers-repair.md Show resolved Hide resolved
43081j added 3 commits May 5, 2024 18:55
Upgrades chai to the latest version (5.x) which now ships as ESM
directly, meaning we no longer need esm-bundle's fork.
@43081j 43081j requested a review from bencbradshaw as a code owner May 5, 2024 18:00
@43081j
Copy link
Collaborator Author

43081j commented May 5, 2024

i've rebased onto main and upgraded in the rollup plugin that got added to labs too FYI

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.

None yet

3 participants