appium-device-farm
appium-device-farm copied to clipboard
Bump mocha and @types/mocha
Bumps mocha and @types/mocha. These dependencies needed to be updated together.
Updates mocha from 9.2.2 to 10.4.0
Release notes
Sourced from mocha's releases.
v10.4.0
10.4.0 / 2024-03-26
: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 v10.3.0-preminor.0.
What's Changed
- Fix deprecated warn gh actions by
@outsiderisin mochajs/mocha#4962- fix #4837 Update glob due to vulnerability in dep by
@jb2311in mochajs/mocha#4970- Add Node v19 to test matrix by
@juergbain mochajs/mocha#4974- chore: fix the ci by
@Uzlopakin mochajs/mocha#5020- update can-i-use by
@Uzlopakin mochajs/mocha#5021- chore: remove uuid dev dependency by
@Uzlopakin mochajs/mocha#5022- chore: remove nanoid as dependency by
@Uzlopakin mochajs/mocha#5024- chore: remove touch as dev dependency by
@Uzlopakin mochajs/mocha#5023- chore: remove stale workflow by
@JoshuaKGoldbergin mochajs/mocha#5029- docs: fix fragment ID for yargs' "extends" documentation by
@Spencer-Doakin mochajs/mocha#4918- docs: use mocha.js instead of mocha in the example run by
@nikolasin mochajs/mocha#4927- docs: fix jsdoc return type of
titlePathmethod by@F3n67uin mochajs/mocha#4886- docs: overhaul contributing and maintenance docs for end-of-year 2023 by
@JoshuaKGoldbergin mochajs/mocha#5038- docs: touchups to labels and a template title post-revamp by
@JoshuaKGoldbergin mochajs/mocha#5050- fix: add alt text to Built with Netlify badge by
@JoshuaKGoldbergin mochajs/mocha#5068- chore: inline nyan reporter's write function by
@JoshuaKGoldbergin mochajs/mocha#5056- chore: remove unnecessary canvas dependency by
@JoshuaKGoldbergin mochajs/mocha#5069
... (truncated)
Changelog
Sourced from mocha's changelog.
10.4.0 / 2024-03-26
: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)10.3.0 / 2024-02-08
This is a stable release equivalent to 10.30.0-prerelease.
10.3.0-prerelease / 2024-01-18
This is a prerelease version to test our ability to release. Other than removing or updating dependencies, it contains no intended user-facing changes.
:nut_and_bolt: Other
- #5069: chore: remove unnecessary canvas dependency (
@JoshuaKGoldberg)- #5068: fix: add alt text to Built with Netlify badge (
@JoshuaKGoldberg)- #5056: chore: inline nyan reporter's write function (
@JoshuaKGoldberg)- #5050: docs: touchups to labels and a template title post-revamp (
@JoshuaKGoldberg)- #5038: docs: overhaul contributing and maintenance docs for end-of-year 2023 (
@JoshuaKGoldberg)- #5029: chore: remove stale workflow (
@JoshuaKGoldberg)- #5024: chore: remove nanoid as dependency (
@Uzlopak)- #5023: chore: remove touch as dev dependency (
@Uzlopak)- #5022: chore: remove uuid dev dependency (
@Uzlopak)- #5021: update can-i-use (
@Uzlopak)- #5020: chore: fix the ci (
@Uzlopak)- #4974: Add Node v19 to test matrix (
@juergba)
... (truncated)
Commits
ffd9557Release v10.4.07ac67f3build(deps): bump the github-actions group with 2 updates (#5125)7a2781cchore: activate dependabot for workflows (#5123)97dcbb2fix: harden error handling inlib/cli/run.js(#5074)6f3f45efix: xunit integration test (#5122)a5b5652docs: fix documentation concerning glob expansion on UNIX (#4869)efbb147feat: add file path to xunit reporter (#4985)a2e600dfix: closes #5115 (#5116)3735873feat: include.causestacks in the error stack traces (#4829)b88978dchore: bump ESLint ecmaVersion to 2020 (#5104)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.
Updates @types/mocha from 9.1.1 to 10.0.6
Commits
- See full diff in compare view
You can trigger a rebase of this PR 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 Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| appium-device-farm-bre4 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 14, 2024 7:06pm |
Deploy Preview for voluble-wisp-b266e5 failed.
| Name | Link |
|---|---|
| Latest commit | f5479530c548b156d0202b5ad1d2068796815e60 |
| Latest deploy log | https://app.netlify.com/sites/voluble-wisp-b266e5/deploys/6643b5e9967dc100084b9352 |