us-state-codes
us-state-codes copied to clipboard
Update mocha → 10.3.0 (unknown)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ mocha (^6.0.0 → ^10.3.0) · Repo · Changelog
Release Notes
10.3.0
This is a stable release equivalent to v10.3.0-preminor.0.
What's Changed
- Fix deprecated warn gh actions by @outsideris in #4962
- fix #4837 Update glob due to vulnerability in dep by @jb2311 in #4970
- Add Node v19 to test matrix by @juergba in #4974
- chore: fix the ci by @Uzlopak in #5020
- update can-i-use by @Uzlopak in #5021
- chore: remove uuid dev dependency by @Uzlopak in #5022
- chore: remove nanoid as dependency by @Uzlopak in #5024
- chore: remove touch as dev dependency by @Uzlopak in #5023
- chore: remove stale workflow by @JoshuaKGoldberg in #5029
- docs: fix fragment ID for yargs' "extends" documentation by @Spencer-Doak in #4918
- docs: use mocha.js instead of mocha in the example run by @nikolas in #4927
- docs: fix jsdoc return type of
titlePath
method by @F3n67u in #4886- docs: overhaul contributing and maintenance docs for end-of-year 2023 by @JoshuaKGoldberg in #5038
- docs: touchups to labels and a template title post-revamp by @JoshuaKGoldberg in #5050
- fix: add alt text to Built with Netlify badge by @JoshuaKGoldberg in #5068
- chore: inline nyan reporter's write function by @JoshuaKGoldberg in #5056
- chore: remove unnecessary canvas dependency by @JoshuaKGoldberg in #5069
New Contributors
- @jb2311 made their first contribution in #4970
- @Uzlopak made their first contribution in #5020
- @Spencer-Doak made their first contribution in #4918
- @nikolas made their first contribution in #4927
- @F3n67u made their first contribution in #4886
Full Changelog: v10.2.0...v10.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
chore: fix link in pull request template (#5091)
chore: remove unnecessary canvas dependency (#5069)
chore: inline nyan reporter's write function (#5056)
fix: add alt text to Built with Netlify badge (#5068)
docs: touchups to labels and a template title post-revamp (#5050)
docs: overhaul contributing and maintenance docs for end-of-year 2023 (#5038)
docs: fix return jsdoc type of `titlePath` (#4886)
docs: use mocha.js instead of mocha in the example run (#4927)
docs: fix fragment ID for yargs.js `extends` docs (#4918)
chore: remove stale workflow (#5029)
chore: remove touch as dev dependency (#5023)
chore: remove nanoid as dependency (#5024)
chore: remove uuid dev dependency (#5022)
update can-i-use (#5021)
chore: fix the ci (#5020)
chore(ci): add Node v19 to test matrix (#4974)
chore(deps): update 'glob' to v8 (#4970)
Fix deprecated warn gh actions (#4962)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase
.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)