Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly Digest (16 February, 2020 - 23 February, 2020) #1930

Closed
weekly-digest bot opened this issue Feb 23, 2020 · 0 comments
Closed

Weekly Digest (16 February, 2020 - 23 February, 2020) #1930

weekly-digest bot opened this issue Feb 23, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Feb 23, 2020

Here's the Weekly Digest for nock/nock:


ISSUES

Last week 25 issues were created.
Of these, 25 issues have been closed and 0 issues are still open.

CLOSED ISSUES

❤️ #1929 Call count expectation?, by andrewzuk
❤️ #1928 refactor(test): Mocha DSL for event tests, by mastermatt
❤️ #1927 refactor(test): Mocha DSL for fake timers and gzip, by mastermatt
❤️ #1926 refactor(test): Chai assert & Mocha DSL querystring encoding, by mastermatt
❤️ #1925 refactor(test): Chai assert header matching, by mastermatt
❤️ #1924 docs: update table of past node/nock version support, by mastermatt
❤️ #1923 refactor(test): Mocha DSL for request overrider, by mastermatt
❤️ #1922 chore: remove mkdirp, by gabegorelick
❤️ #1921 Update sinon to the latest version 🚀, by greenkeeper[bot]
❤️ #1920 refactor(test): Mocha DSL for common utilities, by mastermatt
❤️ #1919 refactor(test): Mocha DSL for common utilities, by mastermatt
❤️ #1918 test: Rewrite a mikeal request test and remove another, by paulmelnikow
❤️ #1917 refactor(test_intercept): Chai assertions for most of the tests, by paulmelnikow
❤️ #1916 fix: Replace a few more uses of lodash, by paulmelnikow
❤️ #1915 Update semantic-release to version 17.0.4, by paulmelnikow
❤️ #1914 Update superagent to version 5.2.2, by paulmelnikow
❤️ #1913 Remove mkdirp dependency, by gabegorelick
❤️ #1912 refactor(test): Chai assert common utilities, by mastermatt
❤️ #1911 .listen(), by silverwind
❤️ #1910 ci(fix-formatting): avoid error if there are no changes to commit, by gr2m
❤️ #1909 Update got to the latest version 🚀, by greenkeeper[bot]
❤️ #1908 ci: provide issue reference for limited caching configuration, by merlinnot
❤️ #1907 ci: improve consistency and security of the release workflow, by merlinnot
❤️ #1906 node v12 (fixed commit messages), by gr2m
❤️ #1905 Revert breaking changes from v11.9.0, by gr2m

LIKED ISSUE

👍 #1913 Remove mkdirp dependency, by gabegorelick
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.

NOISY ISSUE

🔈 #1911 .listen(), by silverwind
It received 9 comments.


PULL REQUESTS

Last week, 21 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 21 pull requests were merged.
💜 #1928 refactor(test): Mocha DSL for event tests, by mastermatt
💜 #1927 refactor(test): Mocha DSL for fake timers and gzip, by mastermatt
💜 #1926 refactor(test): Chai assert & Mocha DSL querystring encoding, by mastermatt
💜 #1925 refactor(test): Chai assert header matching, by mastermatt
💜 #1924 docs: update table of past node/nock version support, by mastermatt
💜 #1923 refactor(test): Mocha DSL for request overrider, by mastermatt
💜 #1922 chore: remove mkdirp, by gabegorelick
💜 #1921 Update sinon to the latest version 🚀, by greenkeeper[bot]
💜 #1920 refactor(test): Mocha DSL for common utilities, by mastermatt
💜 #1918 test: Rewrite a mikeal request test and remove another, by paulmelnikow
💜 #1917 refactor(test_intercept): Chai assertions for most of the tests, by paulmelnikow
💜 #1916 fix: Replace a few more uses of lodash, by paulmelnikow
💜 #1912 refactor(test): Chai assert common utilities, by mastermatt
💜 #1910 ci(fix-formatting): avoid error if there are no changes to commit, by gr2m
💜 #1908 ci: provide issue reference for limited caching configuration, by merlinnot
💜 #1907 ci: improve consistency and security of the release workflow, by merlinnot
💜 #1906 node v12 (fixed commit messages), by gr2m
💜 #1905 Revert breaking changes from v11.9.0, by gr2m
💜 #1902 Update dtslint to the latest version 🚀, by greenkeeper[bot]
💜 #1882 ci: automatically commit and push formatted files, by merlinnot
💜 #1811 refactor: Use Mocha DSL for test_logging, by paulmelnikow


COMMITS

Last week there were 26 commits.
🛠️ refactor(test): Mocha DSL for event tests (#1928) by mastermatt
🛠️ refactor(test): Mocha DSL for fake timers and gzip (#1927) by mastermatt
🛠️ refactor(test): Chai assert header matching (#1925) by mastermatt
🛠️ docs: update table of past node/nock version support (#1924) by mastermatt
🛠️ refactor(test): Chai assert & Mocha DSL querystring encoding (#1926) by mastermatt
🛠️ refactor(test): Mocha DSL for request overrider (#1923) by mastermatt
🛠️ [chore: remove mkdirp (#1922) Now that we expect Node v10+, we can pass the recursive option to
fs.mkdir.

Fixes #1913](4bcefea) by gabegorelick
🛠️ fix: Replace a few more uses of lodash (#1916) Ref #1285 by paulmelnikow
🛠️ * chore(package): update sinon to version 9.0.0 🚀 (#1921) by greenkeeper[bot]
🛠️ refactor(test): Mocha DSL for common utilities (#1920) by mastermatt
🛠️ refactor(test_intercept): Chai assertions for most of the tests (#1917) by paulmelnikow
🛠️ test: Rewrite a mikeal request test and remove another (#1918) We have a “can take a port” test. by paulmelnikow
🛠️ refactor: Use Mocha DSL for test_logging (#1811) by paulmelnikow
🛠️ refactor(test): Chai assert common utilities (#1912) All in the name of prepping for Mocha DSL. by mastermatt
🛠️ Update dtslint to the latest version 🚀 (#1902) by greenkeeper[bot]
🛠️ [test: Update got to the latest version and fill in missing coverage (#1825) * chore(package): update got to version 10.0.0

  • chore(package): update lockfile package-lock.json

  • Bump got again and run npm install

  • query -> searchParams

  • encoding -> responseType

  • {body: …} no longer implies .post()

  • auth -> username + password

  • query -> searchParams

  • Error now has a response property

  • Couple other fixes

  • Restore 100% coverage

  • Update lockfile

  • refactor(test): use Mocha DSL for allow unmocked (refactor(test): use Mocha DSL for allow unmocked #1894)

  • refactor(test): use Mocha DSL for allow unmocked

  • Fix format

  • baseUrl -> prefixUrl

  • Update json’s for breaking changes

  • update usage of prefixUrl.

There was a subtle, and I think unnecessary, change in Got 10.x where
using prefixUrl means the input, when making a request, can no longer
have a leading slash.
The prefix value can optionally have a trailing slash.
https://github.com/sindresorhus/got#prefixurl

Co-authored-by: Paul Melnikow github@paulmelnikow.com
Co-authored-by: Matt R. Wilson github@mattw.co](b8dd8c8) by greenkeeper[bot]
🛠️ [feat: allow passing a function to enableNetConnect() (#1889) * feat(1861): allow passing a function to enableNetConnect


CONTRIBUTORS

Last week there were 7 contributors.
👤 mastermatt
👤 gabegorelick
👤 paulmelnikow
👤 greenkeeper[bot]
👤 nikaspran
👤 gr2m
👤 merlinnot


STARGAZERS

Last week there were 25 stagazers.
jeffatstepup
tutagomes
tenorok
alex-popov-tech
kzbandai
medhat-albsugy
ilya-global
scibel
sarkrui
arthurdiegoo
caged
oscarCrespo
czechue
technote-space
shunkakinoki
PedroVignotto
napalmdev
joseph-galindo
andrizmitnick
cprayer
zhongzhong0505
z-jingjie
bulushengse
giodelabarrera
qq89987112
You all are the stars! 🌟


RELEASES

Last week there were 3 releases.
🚀 v12.0.1 v12.0.1
🚀 v12.0.0 v12.0.0
🚀 v11.9.1 v11.9.1


That's all for last week, please 👀 Watch and Star the repository nock/nock to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant