Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump chai from 4.3.10 to 5.0.0 (#228)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chaijs/chai/releases">chai's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>BREAKING CHANGES</h2> <ul> <li>Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have <code>import {...} from 'chai'</code> or <code>import('chai')</code>. <code>require('chai')</code> will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.</li> <li>Dropped support for Internet Explorer.</li> <li>Dropped support for NodeJS < 18.</li> <li>Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).</li> </ul> <h2>What's Changed</h2> <ul> <li>feat: use chaijs/loupe for inspection by <a href="https://github.com/pcorpet"><code>@pcorpet</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1401">chaijs/chai#1401</a></li> <li>docs: fix URL in README by <a href="https://github.com/Izzur"><code>@Izzur</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1413">chaijs/chai#1413</a></li> <li>Remove <code>get-func-name</code> dependency by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1416">chaijs/chai#1416</a></li> <li>Convert Makefile script to npm scripts by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1424">chaijs/chai#1424</a></li> <li>Clean up README badges by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1422">chaijs/chai#1422</a></li> <li>fix: package.json - deprecation warning on exports field by <a href="https://github.com/stevenjoezhang"><code>@stevenjoezhang</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1400">chaijs/chai#1400</a></li> <li>fix: deep-eql bump package to support symbols by <a href="https://github.com/snewcomer"><code>@snewcomer</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1458">chaijs/chai#1458</a></li> <li>ES module conversion PoC by <a href="https://github.com/43081j"><code>@43081j</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1498">chaijs/chai#1498</a></li> <li>chore: drop commonjs support by <a href="https://github.com/43081j"><code>@43081j</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1503">chaijs/chai#1503</a></li> <li>Update pathval by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1527">chaijs/chai#1527</a></li> <li>Update check-error by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1528">chaijs/chai#1528</a></li> <li>update <code>deep-eql</code> to latest version by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1542">chaijs/chai#1542</a></li> <li>Inline <code>type-detect</code> as a simple function by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1544">chaijs/chai#1544</a></li> <li>Update loupe by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1545">chaijs/chai#1545</a></li> <li>Typo 'Test an object' not 'Test and object' by <a href="https://github.com/mavaddat"><code>@mavaddat</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1460">chaijs/chai#1460</a></li> <li>Update <code>assertion-error</code> to it's latest major version! by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1543">chaijs/chai#1543</a></li> <li>Replacing Karma with Web Test Runner by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1546">chaijs/chai#1546</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Izzur"><code>@Izzur</code></a> made their first contribution in <a href="https://redirect.github.com/chaijs/chai/pull/1413">chaijs/chai#1413</a></li> <li><a href="https://github.com/stevenjoezhang"><code>@stevenjoezhang</code></a> made their first contribution in <a href="https://redirect.github.com/chaijs/chai/pull/1400">chaijs/chai#1400</a></li> <li><a href="https://github.com/43081j"><code>@43081j</code></a> made their first contribution in <a href="https://redirect.github.com/chaijs/chai/pull/1498">chaijs/chai#1498</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chaijs/chai/compare/4.3.1...v5.0.0">https://github.com/chaijs/chai/compare/4.3.1...v5.0.0</a></p> <h2>v5.0.0-rc.0</h2> <p>The first Release Candidate of chai@v5 is here!</p> <p>We've put out a few alpha versions and tested them out in various projects with good success. This RC includes all those changes plus any fixes that we've discovered since then.</p> <p>Please try it out in your projects and let us know if you run into any issues so we can make fixes before version 5!</p> <p>Thanks for using Chai 🙏🏻</p> <h2>What's Changed</h2> <ul> <li>feat: use chaijs/loupe for inspection by <a href="https://github.com/pcorpet"><code>@pcorpet</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1401">chaijs/chai#1401</a></li> <li>docs: fix URL in README by <a href="https://github.com/Izzur"><code>@Izzur</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1413">chaijs/chai#1413</a></li> <li>Remove <code>get-func-name</code> dependency by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1416">chaijs/chai#1416</a></li> <li>Convert Makefile script to npm scripts by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1424">chaijs/chai#1424</a></li> <li>Clean up README badges by <a href="https://github.com/koddsson"><code>@koddsson</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1422">chaijs/chai#1422</a></li> <li>fix: package.json - deprecation warning on exports field by <a href="https://github.com/stevenjoezhang"><code>@stevenjoezhang</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1400">chaijs/chai#1400</a></li> <li>fix: deep-eql bump package to support symbols by <a href="https://github.com/snewcomer"><code>@snewcomer</code></a> in <a href="https://redirect.github.com/chaijs/chai/pull/1458">chaijs/chai#1458</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chaijs/chai/commit/723759c18c29a302e4fef607ce22ffc223767c9e"><code>723759c</code></a> 5.0.0</li> <li><a href="https://github.com/chaijs/chai/commit/947ff86fad51d6a34ad794655cab577a9b7acf3e"><code>947ff86</code></a> update deep-eql to latest version</li> <li><a href="https://github.com/chaijs/chai/commit/0fc290b5ea9888c29d146754fd52146e0f04381d"><code>0fc290b</code></a> Replacing Karma with Web Test Runner (<a href="https://redirect.github.com/chaijs/chai/issues/1546">#1546</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/54d3e6b0f7c1b9e3b46c8e53e2e3513431b87926"><code>54d3e6b</code></a> Update <code>assertion-error</code> to it's latest major version! (<a href="https://redirect.github.com/chaijs/chai/issues/1543">#1543</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/528f4daaa74c337eb1438684222ff6500f212424"><code>528f4da</code></a> Typo 'Test an object' not 'Test and object' (<a href="https://redirect.github.com/chaijs/chai/issues/1460">#1460</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/901129885dd57516da0b907ced1ac83b7e572ec0"><code>9011298</code></a> update loupe (<a href="https://redirect.github.com/chaijs/chai/issues/1545">#1545</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/9e276dcfaf749c50ddb1f8e315b79f50ad1b38fd"><code>9e276dc</code></a> Inline <code>type-detect</code> as a simple function (<a href="https://redirect.github.com/chaijs/chai/issues/1544">#1544</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/de9fa39469e87e3670daccbf0878f5a7a5c0fed2"><code>de9fa39</code></a> update <code>deep-eql</code> to latest version (<a href="https://redirect.github.com/chaijs/chai/issues/1542">#1542</a>)</li> <li><a href="https://github.com/chaijs/chai/commit/f32439f9e4b3fdffa745786e1e61c17d56baf11e"><code>f32439f</code></a> 5.0.0-alpha.1</li> <li><a href="https://github.com/chaijs/chai/commit/c6481e07baa10d6535afe9bc5235dcf8ae1415e6"><code>c6481e0</code></a> update check-error (<a href="https://redirect.github.com/chaijs/chai/issues/1528">#1528</a>)</li> <li>Additional commits viewable in <a href="https://github.com/chaijs/chai/compare/v4.3.10...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chai&package-manager=npm_and_yarn&previous-version=4.3.10&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information