-
-
Notifications
You must be signed in to change notification settings - Fork 17
Bump chai from 4.4.1 to 6.2.1 #187
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
Conversation
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 6.2.1. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.4.1...v6.2.1) --- updated-dependencies: - dependency-name: chai dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for lando-php ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "@lando/leia": "0.6.7", | ||
| "@lando/vitepress-theme-default-plus": "^1.1.1", | ||
| "chai": "^4.3.4", | ||
| "chai": "^6.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Chai 6.x is ESM-only, breaks CommonJS require()
Upgrading chai from 4.4.1 to 6.2.1 will break tests because chai 5.0+ is ESM-only and no longer supports CommonJS require(). The test file test/auth.spec.js uses const chai = require('chai') which will fail with ERR_REQUIRE_ESM since the project is a CommonJS module (no "type": "module" in package.json).
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |

Bumps chai from 4.4.1 to 6.2.1.
Release notes
Sourced from chai's releases.
... (truncated)
Commits
110a1eaSet esbuild target to es2021 to support Safari < 16.4 (#1737)40e6eb1docs: add comprehensive documentation for containSubset assertion (#1739)56b34cfchore(deps): update dependencies (#1740)3f4596adocs: update browser usage (#1736)97413cbbuild(deps): bump koa from 2.14.2 to 2.16.1 (#1683)37de9c3chore(deps): update dependencies (#1734)41a6e46chore(deps): update dependency@rollup/plugin-commonjsto v29 (#1732)8dadf60chore(deps): update dependency node to v24 (#1731)fe45947chore(deps): update dependencies (#1730)f552bfachore(deps): update dependencies (#1726)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for chai since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Updates dev dependency
chaito^6.2.1and refreshespackage-lock.json(including transitive dependency updates).Written by Cursor Bugbot for commit afcbeac. This will update automatically on new commits. Configure here.