mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +03:00
Update dependency testem to v3.10.1 (#16034)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [testem](https://togithub.com/testem/testem) | [`3.10.0` -> `3.10.1`](https://renovatebot.com/diffs/npm/testem/3.10.0/3.10.1) | [![age](https://badges.renovateapi.com/packages/npm/testem/3.10.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/testem/3.10.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/testem/3.10.1/compatibility-slim/3.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/testem/3.10.1/confidence-slim/3.10.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testem/testem</summary> ### [`v3.10.1`](https://togithub.com/testem/testem/releases/tag/v3.10.1) [Compare Source](https://togithub.com/testem/testem/compare/v3.10.0...v3.10.1) #### What's Changed - build(deps): bump socket.io from 4.5.3 to 4.5.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/testem/testem/pull/1609](https://togithub.com/testem/testem/pull/1609) - build(deps-dev): bump sinon from 14.0.2 to 15.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/testem/testem/pull/1611](https://togithub.com/testem/testem/pull/1611) - build(deps-dev): bump socket.io-client from 4.5.3 to 4.5.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/testem/testem/pull/1610](https://togithub.com/testem/testem/pull/1610) - build(deps-dev): bump eslint from 8.28.0 to 8.30.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/testem/testem/pull/1616](https://togithub.com/testem/testem/pull/1616) - build(deps-dev): bump sinon from 15.0.0 to 15.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/testem/testem/pull/1617](https://togithub.com/testem/testem/pull/1617) - Scope testem assets with a prefix by [@​stepankuzmin](https://togithub.com/stepankuzmin) in [https://github.com/testem/testem/pull/1615](https://togithub.com/testem/testem/pull/1615) #### New Contributors - [@​stepankuzmin](https://togithub.com/stepankuzmin) made their first contribution in [https://github.com/testem/testem/pull/1615](https://togithub.com/testem/testem/pull/1615) **Full Changelog**: https://github.com/testem/testem/compare/v3.10.0...v3.10.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/TryGhost/Ghost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42Ni4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjYuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bde3dc8087
commit
9955cdc3ba
@ -149,7 +149,7 @@
|
||||
"react-dom": "18.2.0",
|
||||
"reframe.js": "4.0.1",
|
||||
"simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost",
|
||||
"testem": "3.10.0",
|
||||
"testem": "3.10.1",
|
||||
"top-gh-contribs": "2.0.4",
|
||||
"tracked-built-ins": "3.1.0",
|
||||
"util": "0.12.5",
|
||||
|
37
yarn.lock
37
yarn.lock
@ -25005,42 +25005,7 @@ test-exclude@^6.0.0:
|
||||
glob "^7.1.4"
|
||||
minimatch "^3.0.4"
|
||||
|
||||
testem@3.10.0:
|
||||
version "3.10.0"
|
||||
resolved "https://registry.yarnpkg.com/testem/-/testem-3.10.0.tgz#df3f43839892c17f35f4c5994c50c99aa8242bb0"
|
||||
integrity sha512-2BMbPkAJT5xNojNxQGKT8CU9ix4EYDmHjjKFpUeeSW6tBVfFVgOi2vfrpJ5Hwdq4HsfnOALNAWN8/yjuFTgQfA==
|
||||
dependencies:
|
||||
"@xmldom/xmldom" "^0.8.0"
|
||||
backbone "^1.1.2"
|
||||
bluebird "^3.4.6"
|
||||
charm "^1.0.0"
|
||||
commander "^2.6.0"
|
||||
compression "^1.7.4"
|
||||
consolidate "^0.16.0"
|
||||
execa "^1.0.0"
|
||||
express "^4.10.7"
|
||||
fireworm "^0.7.0"
|
||||
glob "^7.0.4"
|
||||
http-proxy "^1.13.1"
|
||||
js-yaml "^3.2.5"
|
||||
lodash.assignin "^4.1.0"
|
||||
lodash.castarray "^4.4.0"
|
||||
lodash.clonedeep "^4.4.1"
|
||||
lodash.find "^4.5.1"
|
||||
lodash.uniqby "^4.7.0"
|
||||
mkdirp "^1.0.4"
|
||||
mustache "^4.2.0"
|
||||
node-notifier "^10.0.0"
|
||||
npmlog "^6.0.0"
|
||||
printf "^0.6.1"
|
||||
rimraf "^3.0.2"
|
||||
socket.io "^4.1.2"
|
||||
spawn-args "^0.2.0"
|
||||
styled_string "0.0.1"
|
||||
tap-parser "^7.0.0"
|
||||
tmp "0.0.33"
|
||||
|
||||
testem@^3.2.0:
|
||||
testem@3.10.1, testem@^3.2.0:
|
||||
version "3.10.1"
|
||||
resolved "https://registry.yarnpkg.com/testem/-/testem-3.10.1.tgz#bab8a83bec11e975f7d1e47e924eed6135957e5b"
|
||||
integrity sha512-42c4e7qlAelwMd8O3ogtVGRbgbr6fJnX6H51ACOIG1V1IjsKPlcQtxPyOwaL4iikH22Dfh+EyIuJnMG4yxieBQ==
|
||||
|
Loading…
Reference in New Issue
Block a user