async-htm-to-string
async-htm-to-string copied to clipboard
Update test dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @types/chai (source) | ^4.3.5 -> ^4.3.16 |
||||
| @types/chai-as-promised (source) | ^7.1.5 -> ^7.1.8 |
||||
| @types/mocha (source) | ^10.0.1 -> ^10.0.6 |
||||
| @types/sinon (source) | ^10.0.15 -> ^10.0.20 |
||||
| @types/sinon-chai (source) | ^3.2.9 -> ^3.2.12 |
||||
| c8 | ^8.0.0 -> ^8.0.1 |
||||
| chai (source) | ^4.3.7 -> ^4.4.1 |
||||
| chai-as-promised | ^7.1.1 -> ^7.1.2 |
||||
| mocha (source) | ^10.2.0 -> ^10.4.0 |
||||
| npm-run-all2 | ^6.0.5 -> ^6.1.2 |
||||
| sinon (source) | ^15.1.2 -> ^15.2.0 |
Release Notes
chaijs/chai (chai)
v4.4.1
What's Changed
- fix: removes
??for node compat by @43081j in https://github.com/chaijs/chai/pull/1574
Full Changelog: https://github.com/chaijs/chai/compare/v4.4.0...v4.4.1
v4.4.0
What's Changed
- Allow deepEqual fonction to be configured globally (4.x.x branch) by @forty in https://github.com/chaijs/chai/pull/1553
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.10...v4.4.0
v4.3.10
This release simply bumps all dependencies to their latest non-breaking versions.
What's Changed
- upgrade all dependencies by @keithamus in https://github.com/chaijs/chai/pull/1540
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.9...v4.3.10
v4.3.9
Upgrade dependencies.
This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.8...v4.3.9
v4.3.8
What's Changed
- 4.x.x: Fix link to commit logs on GitHub by @bugwelle in https://github.com/chaijs/chai/pull/1487
- build(deps): bump socket.io-parser from 4.0.4 to 4.0.5 by @dependabot in https://github.com/chaijs/chai/pull/1488
- Small typo in test.js by @mavaddat in https://github.com/chaijs/chai/pull/1459
- docs: specify return type of objDisplay by @scarf005 in https://github.com/chaijs/chai/pull/1490
- Update CONTRIBUTING.md by @matheus-rodrigues00 in https://github.com/chaijs/chai/pull/1521
- Fix: update exports.version to current version by @peanutenthusiast in https://github.com/chaijs/chai/pull/1534
New Contributors
- @bugwelle made their first contribution in https://github.com/chaijs/chai/pull/1487
- @mavaddat made their first contribution in https://github.com/chaijs/chai/pull/1459
- @scarf005 made their first contribution in https://github.com/chaijs/chai/pull/1490
- @matheus-rodrigues00 made their first contribution in https://github.com/chaijs/chai/pull/1521
- @peanutenthusiast made their first contribution in https://github.com/chaijs/chai/pull/1534
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8
domenic/chai-as-promised (chai-as-promised)
v7.1.2
What's Changed
- docs(README): add example of how to use async/await by @jedwards1211 in https://github.com/chaijs/chai-as-promised/pull/222
- Updated README.md to reflect functionality by @James-Firth in https://github.com/chaijs/chai-as-promised/pull/247
- feat: support chai 5.x in peer dependency by @43081j in https://github.com/chaijs/chai-as-promised/pull/284
New Contributors
- @jedwards1211 made their first contribution in https://github.com/chaijs/chai-as-promised/pull/222
- @James-Firth made their first contribution in https://github.com/chaijs/chai-as-promised/pull/247
- @43081j made their first contribution in https://github.com/chaijs/chai-as-promised/pull/284
Full Changelog: https://github.com/chaijs/chai-as-promised/compare/v7.1.1...v7.1.2
mochajs/mocha (mocha)
v10.4.0
:tada: Enhancements
- #4829 feat: include
.causestacks in the error stack traces (@voxpelli) - #4985 feat: add file path to xunit reporter (@bmish)
:bug: Fixes
:nut_and_bolt: Other
- #5077 chore: add mtfoley/pr-compliance-action (@JoshuaKGoldberg)
- #5060 chore: migrate ESLint config to flat config (@JoshuaKGoldberg)
- #5095 chore: revert #5069 to restore Netlify builds (@voxpelli)
- #5097 docs: add sponsored to sponsorship link rels (@JoshuaKGoldberg)
- #5093 chore: add 'status: in triage' label to issue templates and docs (@JoshuaKGoldberg)
- #5083 docs: fix CHANGELOG.md headings to start with a root-level h1 (@JoshuaKGoldberg)
- #5100 chore: fix header generation and production build crashes (@JoshuaKGoldberg)
- #5104 chore: bump ESLint ecmaVersion to 2020 (@JoshuaKGoldberg)
- #5116 fix: eleventy template builds crash with 'unexpected token at ": string, msg..."' (@LcsK)
- #4869 docs: fix documentation concerning glob expansion on UNIX (@binki)
- #5122 test: fix xunit integration test (@voxpelli)
- #5123 chore: activate dependabot for workflows (@voxpelli)
- #5125 build(deps): bump the github-actions group with 2 updates (@dependabot)
v10.3.0
This is a stable release equivalent to 10.30.0-prerelease.
bcomnes/npm-run-all2 (npm-run-all2)
v6.1.2
Merged
- feat: move to read-package-json-fast
#130 - Upgrade: Bump c8 from 8.0.1 to 9.0.0
#127 - Upgrade: Bump github/codeql-action from 2 to 3
#126 - Upgrade: Bump actions/setup-node from 3 to 4
#123
Commits
- Publish the whole project
3dde20c - Utilize CJS require for 'read-package-json-fast'
605ca15 - Update FUNDING.yml
c838ee9
v6.1.1
Commits
v6.1.0
Merged
- Upgrade: Bump actions/checkout from 3 to 4
#119
Commits
v6.0.6
Merged
- Update all esm only packages
#114 - Upgrade: Bump c8 from 7.14.0 to 8.0.0
#111 - Delete .nycrc
#109 - Update CodeQL workflow
#110
Commits
sinonjs/sinon (sinon)
v15.2.0
66b0081eUse fake-timers v10.1.0 re-released as v10.3.0 (Carl-Erik Kopseng)Version 10.2.0 of fake-timers had an unexpected breaking change. We re-released 10.1.0 as 10.3.0 to force users into jumping over the deprecated version.
v10.2.0 was re-released as v11.0.0 and will be part of the next Sinon major
a79ccaebSupport callable instances (#2517) (bojavou)-
Support callable instances
-
Clean prettier lint
Co-authored-by: - <->
-
d220c995fix: bundling compatibility with webpack@5 (#2519) (Avi Vahl)- fix: bundling compatibility with webpack@5
when using webpack v5 to bundle code that calls
require('sinon')(cjs) , it would have defaulted to "exports->require" and fail with multiple node-api requirements (util, timers, etc.)this patch ensures that anyone who bundles sinon for browser gets the (browser-compatible) esm version.
tested on both webpack v5 and v4. should be noted that v4 worked even without this patch, as it automatically injected polyfills. v5 no longer does so. with this PR, people using webpack@4 to bundle sinon at least see size improvement, as the polyfills are no longer required.
- fix: revert change for package.json -> "browser"
browserify doesn't seem to like esm. leave that entry point alone, and ensure "exports" -> "browser" (which webpack@5 uses) is esm.
Released by Carl-Erik Kopseng on 2023-06-20.
Configuration
📅 Schedule: Branch creation - "before 2pm on Tuesday" in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.