0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00
Independent technology for modern publishing, memberships, subscriptions and newsletters.
Find a file
renovate[bot] 4708da00e4
Update dependency mocha to v10.8.2 (#22704)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mocha](https://mochajs.org/)
([source](https://redirect.github.com/mochajs/mocha)) | [`10.2.0` ->
`10.8.2`](https://renovatebot.com/diffs/npm/mocha/10.2.0/10.8.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mocha/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mocha/10.2.0/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mocha/10.2.0/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [mocha](https://mochajs.org/)
([source](https://redirect.github.com/mochajs/mocha)) | [`10.7.3` ->
`10.8.2`](https://renovatebot.com/diffs/npm/mocha/10.7.3/10.8.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mocha/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mocha/10.7.3/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mocha/10.7.3/10.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mochajs/mocha (mocha)</summary>

###
[`v10.8.2`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1082-2024-10-30)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.8.1...v10.8.2)

##### 🩹 Fixes

- support errors with circular dependencies in object values with
--parallel
([#&#8203;5212](https://redirect.github.com/mochajs/mocha/issues/5212))
([ba0fefe](ba0fefe10b))
- test link in html reporter
([#&#8203;5224](https://redirect.github.com/mochajs/mocha/issues/5224))
([f054acc](f054acc1f6))

##### 📚 Documentation

- indicate 'exports' interface does not work in browsers
([#&#8203;5181](https://redirect.github.com/mochajs/mocha/issues/5181))
([14e640e](14e640ee49))

##### 🧹 Chores

- fix docs builds by re-adding eleventy and ignoring gitignore again
([#&#8203;5240](https://redirect.github.com/mochajs/mocha/issues/5240))
([881e3b0](881e3b0ca2))

##### 🤖 Automation

- **deps:** bump the github-actions group with 1 update
([#&#8203;5132](https://redirect.github.com/mochajs/mocha/issues/5132))
([e536ab2](e536ab25b3))

###
[`v10.8.1`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1081-2024-10-29)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.8.0...v10.8.1)

##### 🩹 Fixes

- handle case of invalid package.json with no explicit config
([#&#8203;5198](https://redirect.github.com/mochajs/mocha/issues/5198))
([f72bc17](f72bc17cb4))
- Typos on mochajs.org
([#&#8203;5237](https://redirect.github.com/mochajs/mocha/issues/5237))
([d8ca270](d8ca270a96))
- use accurate test links in HTML reporter
([#&#8203;5228](https://redirect.github.com/mochajs/mocha/issues/5228))
([68803b6](68803b685d))

###
[`v10.8.0`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1080-2024-10-29)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.7.3...v10.8.0)

##### 🌟 Features

- highlight browser failures
([#&#8203;5222](https://redirect.github.com/mochajs/mocha/issues/5222))
([8ff4845](8ff48453a8))

##### 🩹 Fixes

- remove `:is()` from `mocha.css` to support older browsers
([#&#8203;5225](https://redirect.github.com/mochajs/mocha/issues/5225))
([#&#8203;5227](https://redirect.github.com/mochajs/mocha/issues/5227))
([0a24b58](0a24b58477))

##### 📚 Documentation

- add `SECURITY.md` pointing to Tidelift
([#&#8203;5210](https://redirect.github.com/mochajs/mocha/issues/5210))
([bd7e63a](bd7e63a1f6))
- adopt Collective Funds Guidelines 0.1
([#&#8203;5199](https://redirect.github.com/mochajs/mocha/issues/5199))
([2b03d86](2b03d865ee))
- update README, LICENSE and fix outdated
([#&#8203;5197](https://redirect.github.com/mochajs/mocha/issues/5197))
([1203e0e](1203e0ed73))

##### 🧹 Chores

- fix npm scripts on windows
([#&#8203;5219](https://redirect.github.com/mochajs/mocha/issues/5219))
([1173da0](1173da0bf6))
- remove trailing whitespace in SECURITY.md
([7563e59](7563e59ae3))

###
[`v10.7.3`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1073-2024-08-09)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.7.0...v10.7.3)

##### 🩹 Fixes

- make release-please build work
([#&#8203;5194](https://redirect.github.com/mochajs/mocha/issues/5194))
([afd66ef](afd66ef3df))

###
[`v10.7.0`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1070--2024-07-20)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.6.1...v10.7.0)

##### 🎉 Enhancements

- [#&#8203;4771](https://redirect.github.com/mochajs/mocha/pull/4771)
feat: add option to not fail on failing test suite
([**@&#8203;ilgonmic**](https://redirect.github.com/ilgonmic))

###
[`v10.6.1`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1061--2024-07-20)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.6.0...v10.6.1)

##### 🐛 Fixes

- [#&#8203;3825](https://redirect.github.com/mochajs/mocha/pull/3825)
fix: do not exit when only unref'd timer is present in test code
([**@&#8203;boneskull**](https://redirect.github.com/boneskull))
- [#&#8203;5040](https://redirect.github.com/mochajs/mocha/pull/5040)
fix: support canonical module
([**@&#8203;JacobLey**](https://redirect.github.com/JacobLey))

###
[`v10.6.0`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1060--2024-07-02)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.5.2...v10.6.0)

##### 🎉 Enhancements

- [#&#8203;5150](https://redirect.github.com/mochajs/mocha/pull/5150)
feat: allow ^ versions for character encoding packages
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5151](https://redirect.github.com/mochajs/mocha/pull/5151)
feat: allow ^ versions for file matching packages
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5152](https://redirect.github.com/mochajs/mocha/pull/5152)
feat: allow ^ versions for yargs packages
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5153](https://redirect.github.com/mochajs/mocha/pull/5153)
feat: allow ^ versions for data serialization packages
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5154](https://redirect.github.com/mochajs/mocha/pull/5154)
feat: allow ^ versions for miscellaneous packages
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))

###
[`v10.5.2`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1052--2024-06-25)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.5.1...v10.5.2)

##### 🐛 Fixes

- [#&#8203;5032](https://redirect.github.com/mochajs/mocha/pull/5032)
fix: better tracking of seen objects in error serialization
([**@&#8203;sam-super**](https://redirect.github.com/sam-super))

###
[`v10.5.1`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1051--2024-06-24)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.5.0...v10.5.1)

##### 🐛 Fixes

- [#&#8203;5086](https://redirect.github.com/mochajs/mocha/pull/5086)
fix: Add error handling for nonexistent file case with --file option
([**@&#8203;khoaHyh**](https://redirect.github.com/khoaHyh))

###
[`v10.5.0`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1050--2024-06-24)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.4.0...v10.5.0)

##### 🎉 Enhancements

- [#&#8203;5015](https://redirect.github.com/mochajs/mocha/pull/5015)
feat: use \<progress> and \<svg> for browser progress indicator instead
of \<canvas>
([**@&#8203;yourWaifu**](https://redirect.github.com/yourWaifu))
- [#&#8203;5143](https://redirect.github.com/mochajs/mocha/pull/5143)
feat: allow using any 3.x chokidar dependencies
([**@&#8203;simhnna**](https://redirect.github.com/simhnna))
- [#&#8203;4835](https://redirect.github.com/mochajs/mocha/pull/4835)
feat: add MOCHA_OPTIONS env variable
([**@&#8203;icholy**](https://redirect.github.com/icholy))

##### 🐛 Fixes

- [#&#8203;5107](https://redirect.github.com/mochajs/mocha/pull/5107)
fix: include stack in browser uncaught error reporting
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))

##### 🔩 Other

- [#&#8203;5110](https://redirect.github.com/mochajs/mocha/pull/5110)
chore: switch two-column list styles to be opt-in
([**@&#8203;marjys**](https://redirect.github.com/marjys))
- [#&#8203;5135](https://redirect.github.com/mochajs/mocha/pull/5135)
chore: fix some typos in comments
([**@&#8203;StevenMia**](https://redirect.github.com/StevenMia))
- [#&#8203;5130](https://redirect.github.com/mochajs/mocha/pull/5130)
chore: rename 'master' to 'main' in docs and tooling
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))

###
[`v10.4.0`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1040--2024-03-26)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.3.0...v10.4.0)

##### 🎉 Enhancements

- [#&#8203;4829](https://redirect.github.com/mochajs/mocha/pull/4829)
feat: include `.cause` stacks in the error stack traces
([**@&#8203;voxpelli**](https://redirect.github.com/voxpelli))
- [#&#8203;4985](https://redirect.github.com/mochajs/mocha/pull/4985)
feat: add file path to xunit reporter
([**@&#8203;bmish**](https://redirect.github.com/bmish))

##### 🐛 Fixes

- [#&#8203;5074](https://redirect.github.com/mochajs/mocha/pull/5074)
fix: harden error handling in `lib/cli/run.js`
([**@&#8203;stalet**](https://redirect.github.com/stalet))

##### 🔩 Other

- [#&#8203;5077](https://redirect.github.com/mochajs/mocha/pull/5077)
chore: add mtfoley/pr-compliance-action
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5060](https://redirect.github.com/mochajs/mocha/pull/5060)
chore: migrate ESLint config to flat config
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5095](https://redirect.github.com/mochajs/mocha/pull/5095)
chore: revert
[#&#8203;5069](https://redirect.github.com/mochajs/mocha/pull/5069) to
restore Netlify builds
([**@&#8203;voxpelli**](https://redirect.github.com/voxpelli))
- [#&#8203;5097](https://redirect.github.com/mochajs/mocha/pull/5097)
docs: add sponsored to sponsorship link rels
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5093](https://redirect.github.com/mochajs/mocha/pull/5093)
chore: add 'status: in triage' label to issue templates and docs
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5083](https://redirect.github.com/mochajs/mocha/pull/5083)
docs: fix CHANGELOG.md headings to start with a root-level h1
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5100](https://redirect.github.com/mochajs/mocha/pull/5100)
chore: fix header generation and production build crashes
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5104](https://redirect.github.com/mochajs/mocha/pull/5104)
chore: bump ESLint ecmaVersion to 2020
([**@&#8203;JoshuaKGoldberg**](https://redirect.github.com/JoshuaKGoldberg))
- [#&#8203;5116](https://redirect.github.com/mochajs/mocha/pull/5116)
fix: eleventy template builds crash with 'unexpected token at ": string,
msg..."' ([**@&#8203;LcsK**](https://redirect.github.com/LcsK))
- [#&#8203;4869](https://redirect.github.com/mochajs/mocha/pull/4869)
docs: fix documentation concerning glob expansion on UNIX
([**@&#8203;binki**](https://redirect.github.com/binki))
- [#&#8203;5122](https://redirect.github.com/mochajs/mocha/pull/5122)
test: fix xunit integration test
([**@&#8203;voxpelli**](https://redirect.github.com/voxpelli))
- [#&#8203;5123](https://redirect.github.com/mochajs/mocha/pull/5123)
chore: activate dependabot for workflows
([**@&#8203;voxpelli**](https://redirect.github.com/voxpelli))
- [#&#8203;5125](https://redirect.github.com/mochajs/mocha/pull/5125)
build(deps): bump the github-actions group with 2 updates
([**@&#8203;dependabot**](https://redirect.github.com/dependabot))

###
[`v10.3.0`](https://redirect.github.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1030--2024-02-08)

[Compare
Source](https://redirect.github.com/mochajs/mocha/compare/v10.2.0...v10.3.0)

This is a stable release equivalent to
[10.30.0-prerelease](#&#8203;1030-prerelease--2024-01-18).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/TryGhost/Ghost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-29 21:44:24 +00:00
.devcontainer
.docker
.github
.vscode
apps
ghost
.dockerignore
.editorconfig
.env.example
.gitattributes
.gitignore
.gitmodules
compose.yml
LICENSE
nx.json
package.json
PRIVACY.md
README.md
SECURITY.md
yarn.lock

 

Ghost Ghost

 

Ghost.orgForumDocsContributingTwitter

Downloads Latest release Build status Contributors

 

Fiercely independent, professional publishing. Ghost is the most popular open source, headless Node.js CMS which already works with all the tools you know and love.

 

Ghost(Pro) Ghost(Pro)

The easiest way to get a production instance deployed is with our official Ghost(Pro) managed service. It takes about 2 minutes to launch a new site with worldwide CDN, backups, security and maintenance all done for you.

For most people this ends up being the best value option because of how much time it saves — and 100% of revenue goes to the Ghost Foundation; funding the maintenance and further development of the project itself. So youll be supporting open source software and getting a great service!

 

Quickstart install

If you want to run your own instance of Ghost, in most cases the best way is to use our CLI tool

npm install ghost-cli -g

 

Then, if installing locally add the local flag to get up and running in under a minute - Local install docs

ghost install local

 

or on a server run the full install, including automatic SSL setup using LetsEncrypt - Production install docs

ghost install

 

Check out our official documentation for more information about our recommended hosting stack & properly upgrading Ghost, plus everything you need to develop your own Ghost themes or work with our API.

Contributors & advanced developers

For anyone wishing to contribute to Ghost or to hack/customize core files we recommend following our full development setup guides: Contributor guideDeveloper setup

 

Ghost sponsors

A big thanks to our sponsors and partners who make Ghost possible. If you're interested in sponsoring Ghost and supporting the project, please check out our profile on GitHub sponsors ❤️

DigitalOceanFastly

 

Getting help

Everyone can get help and support from a large community of developers over on the Ghost forum. Ghost(Pro) customers have access to 24/7 email support.

To stay up to date with all the latest news and product updates, make sure you subscribe to our changelog newsletter — or follow us on Twitter, if you prefer your updates bite-sized and facetious. 🎷🐢

 

Copyright & license

Copyright (c) 2013-2025 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.