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 (28 June, 2020 - 5 July, 2020) #2037

Closed
weekly-digest bot opened this issue Jul 5, 2020 · 0 comments
Closed

Weekly Digest (28 June, 2020 - 5 July, 2020) #2037

weekly-digest bot opened this issue Jul 5, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Jul 5, 2020

Here's the Weekly Digest for nock/nock:


ISSUES

Last week 20 issues were created.
Of these, 18 issues have been closed and 2 issues are still open.

OPEN ISSUES

💚 #2035 docs: add note on removeInterceptor usage, by Alexsey
💚 #2028 Better handling of unmatched requests, by JaredCE

CLOSED ISSUES

❤️ #2036 docs: fix wrong typing, by Alexsey
❤️ #2034 chore(deps-dev): bump eslint-plugin-mocha from 6.3.0 to 7.0.1, by dependabot[bot]
❤️ #2033 fix(intercept): mark Interceptors consumed immediately, by mastermatt
❤️ #2032 chore(deps-dev): bump mocha from 7.2.0 to 8.0.1, by dependabot[bot]
❤️ #2031 chore(deps-dev): bump eslint from 6.8.0 to 7.3.1, by dependabot[bot]
❤️ #2030 chore(deps-dev): bump tap from 14.6.1 to 14.10.7, by dependabot[bot]
❤️ #2029 chore(deps): bump actions/setup-node from v1 to v2.1.0, by dependabot[bot]
❤️ #2027 chore(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0, by dependabot[bot]
❤️ #2026 chore(deps-dev): bump sinon from 9.0.0 to 9.0.2, by dependabot[bot]
❤️ #2025 chore(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.11.0, by dependabot[bot]
❤️ #2024 chore(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.22.0, by dependabot[bot]
❤️ #2023 chore(deps-dev): bump got from 10.5.5 to 11.3.0, by dependabot[bot]
❤️ #2022 chore(deps): bump actions/cache from v1 to v2, by dependabot[bot]
❤️ #2021 chore(deps): bump actions/setup-node from v1 to v2.0.0, by dependabot[bot]
❤️ #2020 chore: Add Dependabot config, by mastermatt
❤️ #2019 ci(test): stop testing in Node 13, by gr2m
❤️ #2018 build: remove more "master", by gr2m
❤️ #2017 Upgrade 13.0.0 to latest, by mastermatt

NOISY ISSUE

🔈 #2022 chore(deps): bump actions/cache from v1 to v2, by dependabot[bot]
It received 5 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 6 pull requests were updated.
💛 #2016 examples: add binary payload example, by mguentner
💛 #2015 refactor(test): Mocha DSL for default reply headers, by mastermatt
💛 #1972 Only emit a warning on duplicate request headers, by mastermatt
💛 #1942 fix: add path to NetConnectNotAllowedError, by cesine
💛 #1692 fix: Throw errors when base URLs are specified incorrectly [WIP], by paulmelnikow
💛 #1235 [NockBack] Record "unmatched" requests only., by guerrerocarlos

MERGED PULL REQUEST

Last week, 14 pull requests were merged.
💜 #2036 docs: fix wrong typing, by Alexsey
💜 #2034 chore(deps-dev): bump eslint-plugin-mocha from 6.3.0 to 7.0.1, by dependabot[bot]
💜 #2033 fix(intercept): mark Interceptors consumed immediately, by mastermatt
💜 #2032 chore(deps-dev): bump mocha from 7.2.0 to 8.0.1, by dependabot[bot]
💜 #2031 chore(deps-dev): bump eslint from 6.8.0 to 7.3.1, by dependabot[bot]
💜 #2024 chore(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.22.0, by dependabot[bot]
💜 #2023 chore(deps-dev): bump got from 10.5.5 to 11.3.0, by dependabot[bot]
💜 #2022 chore(deps): bump actions/cache from v1 to v2, by dependabot[bot]
💜 #2020 chore: Add Dependabot config, by mastermatt
💜 #2019 ci(test): stop testing in Node 13, by gr2m
💜 #2018 build: remove more "master", by gr2m
💜 #2017 Upgrade 13.0.0 to latest, by mastermatt
💜 #2013 build: replace master with main, by gr2m
💜 #2010 fix: Gzipped request bodies also work when header is passed as an array, by motin


COMMITS

Last week there were 14 commits.
🛠️ [fix(intercept): mark Interceptors consumed immediately (#2033) When an request is matched to an Interceptor, mark it consumed immediately so
that similar requests made in parallel don't get matched incorrectly.

This changes the behavior of aborted requests slightly.
Previously, an Interceptor was marked consumed just prior to the "response" event.
Now it will be marked consumed just prior to the "finished" event.
The change can only be noticed if a request is aborted while in a "finished" listener.](3b24821) by mastermatt
🛠️ docs: fix wrong typing (#2036) .reply is a method of interceptor and not a method of scope by Alexsey
🛠️ [chore(deps-dev): bump eslint-plugin-mocha from 6.3.0 to 7.0.1 (#2034) Bumps eslint-plugin-mocha from 6.3.0 to 7.0.1.

Signed-off-by: dependabot[bot] support@github.com

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](cf3f858) by dependabot[bot]
🛠️ fix: allow Content-Type request introspection when header is an array (#2010) * Gzipped request bodies also work when header is passed as an array (#2009) by motin
🛠️ [chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 (#2032) Bumps mocha from 7.2.0 to 8.0.1.

Signed-off-by: dependabot[bot] support@github.com

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](0a03796) by dependabot[bot]
🛠️ [chore(deps-dev): bump eslint from 6.8.0 to 7.3.1 (#2031) Bumps eslint from 6.8.0 to 7.3.1.

Signed-off-by: dependabot[bot] support@github.com

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](8c0ed7a) by dependabot[bot]
🛠️ [chore(deps-dev): bump got from 10.5.5 to 11.3.0 (#2023) * chore(deps-dev): bump got from 10.5.5 to 11.3.0

Bumps got from 10.5.5 to 11.3.0.

Signed-off-by: dependabot[bot] support@github.com

  • test: fix test for Got 11.x

sindresorhus/got#1333
In order to get a Buffer instance when not decompressing
gzipped responses in Got 11.x, you now need to specify
responseType is "buffer".

Co-authored-by: Matt R. Wilson mwilson@shutterstock.com](79d311d) by dependabot[bot]
🛠️ chore(deps): bump actions/cache from v1 to v2 (#2022) by dependabot[bot]
🛠️ [chore(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.22.0 (#2024) * chore(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.22.0

Bumps eslint-plugin-import from 2.20.1 to 2.22.0.

Signed-off-by: dependabot[bot] support@github.com

  • chore: rebuild npm lockfile.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt R. Wilson mwilson@shutterstock.com](dd7193a) by dependabot[bot]
🛠️ ci(dependabot): add config (#2020) by mastermatt
🛠️ ci(test): stop testing in Node 13 (#2019) See https://nodejs.org/en/about/releases/ by gr2m
🛠️ build: remove more "master", follow up to #2013 (#2018) by gr2m
🛠️ build: replace master with main (#2013) by gr2m
🛠️ Merge pull request #2017 from nock/next Upgrade 13.0.0 to latest by mastermatt


CONTRIBUTORS

Last week there were 5 contributors.
👤 mastermatt
👤 Alexsey
👤 dependabot[bot]
👤 motin
👤 gr2m


STARGAZERS

Last week there were 27 stagazers.
trlanfeng
tomoyuki-sa
wkylin
shxdow
metecik
JasonHeylon
katharinedepaulo
cernadasjuan
trthong95
deepsheth
LXSMNSYC
Dandandans
aprealian
sirkay777
rpgdev
nickzuber
dn365
specialblend
kagawagao
SummerLius
plane-hjh
technikhil314
deliangyang
NKjoep
chechebecomestrong
wwmoraes
resure
You all are the stars! 🌟


RELEASES

Last week there were 2 releases.
🚀 v13.0.2 v13.0.2
🚀 v13.0.1 v13.0.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