My own lil URL shortener
My personal website, version 5.
cassidoo/ama 35
Answering questions I get often
cassidoo/call-it-what-it-is 33
A Chrome extension to replace the phrase, "racially offensive" and "racially charged" to "racist" because that's what it means
A demo built with React and HarperDB to show book ratings
A React accordion
cassidoo/clarifai-javascript-starter 17
Basic starter in JavaScript for the Clarifai API
My personal website
My personal website!
Pull request review commentnetlify/next-on-netlify
copy dynamic import chunks to functions dirs
+const { join } = require("path");+const { copySync, readdirSync } = require("fs-extra");+const { logTitle } = require("../helpers/logger");+const { NEXT_DIST_DIR } = require("../config");++// Check if there are dynamic import chunks and copy to the necessary function dir+const copyDynamicImportChunks = (functionPath) => {
Does this mean we're copying all chunks
to all functions?
I was also worried users can control the chunks
configuration until I found this
comment created time in 2 hours
Pull request review commentnetlify/next-on-netlify
copy dynamic import chunks to functions dirs
const setupNetlifyFunctionForPage = ({ }); }); + // Copy any dynamic import chunks+ copyDynamicImportChunks(functionDirectory);+ // Copy page- const nextPageCopyPath = join(functionDirectory, "nextPage.js");+ const nextPageCopyPath = join(functionDirectory, "nextPage", "index.js");
The reason behind this change is to organize all the page files in the same directory, or is it also required for the fix to work?
comment created time in 2 hours
push eventnetlify/next-on-netlify
commit sha e84ec3838330d073c6966229b5fac586fbe58272
added assets and updated README.md (#173)
push time in 4 hours
PR merged netlify/next-on-netlify
pr closed time in 4 hours
issue commentnetlify/next-on-netlify
Next dynamic loading breaks with experimental-serverless-trace
@spencewood @afzalsayed96 opened a PR. if yall wanna install the branch ll/est-dynamic-imports
and give it a shot let me know if it does in fact solve your issue!
comment created time in 5 hours
PR opened netlify/next-on-netlify
Fixes https://github.com/netlify/next-on-netlify/issues/121
pr created time in 5 hours
fork soodoku/ethnicolr
Predict Race and Ethnicity Based on the Sequence of Characters in a Name
http://ethnicolr.readthedocs.io
fork in 9 hours
delete branch netlify/templates
delete branch : renovate/lock-file-maintenance
delete time in 9 hours
push eventnetlify/templates
commit sha 9c1dc66380353595cec3e474de98efc3f4e0e176
Lock file maintenance
push time in 9 hours
PR merged netlify/templates
This PR contains the following updates:
Update | Change |
---|---|
lockFileMaintenance | All locks refreshed |
:wrench: This Pull Request updates lock files to use the latest dependency versions.
Renovate configuration
:date: Schedule: "before 5am on monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 9 hours
startedNoahFinberg/djangostarterproject
started time in 9 hours
created repositorytzmanics/sandbox_angular-stripe
trying out anugular + stripe
created time in 9 hours
pull request commentnetlify/templates
Deploy preview for templates ready!
Built with commit dc74cb1fdfc9fe5403a5dc650328b70b38061a60
https://deploy-preview-158--templates.netlify.app
comment created time in 11 hours
pull request commentnetlify/templates
Deploy preview for templates ready!
Built with commit 9c9b90b3794bb29cb9a50e13233b2e93c6fe6067
https://deploy-preview-159--templates.netlify.app
comment created time in 11 hours
PR opened netlify/templates
This PR contains the following updates:
Update | Change |
---|---|
lockFileMaintenance | All locks refreshed |
:wrench: This Pull Request updates lock files to use the latest dependency versions.
Renovate configuration
:date: Schedule: "before 5am on monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr created time in 11 hours
create barnchnetlify/templates
branch : renovate/lock-file-maintenance
created branch time in 11 hours
PR opened netlify/templates
This PR contains the following updates:
Package | Update | Change |
---|---|---|
node | major | 12 -> 14 |
Release Notes
<details> <summary>nodejs/node</summary>
v14.16.0
This is a security release.
Notable changes
Vulnerabilities fixed:
- CVE-2021-22883: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
- Affected Node.js versions are vulnerable to denial of service attacks when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.
- CVE-2021-22884: DNS rebinding in --inspect
- Affected Node.js versions are vulnerable to denial of service attacks when the whitelist includes “localhost6”. When “localhost6” is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the “localhost6” domain. As long as the attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160.
- CVE-2021-23840: OpenSSL - Integer overflow in CipherUpdate
- This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt
Commits
- [
313d26800c
] - deps: update archs files for OpenSSL-1.1.1j (Daniel Bevenius) #37412 - [
6098012b48
] - deps: upgrade openssl sources to 1.1.1j (Daniel Bevenius) #37412 - [
afea10b097
] - (SEMVER-MINOR) http2: add unknownProtocol timeout (Daniel Bevenius) nodejs-private/node-private#246 - [
1ca3f5abcb
] - src: drop localhost6 as allowed host for inspector (Matteo Collina) nodejs-private/node-private#244
v14.15.5
Notable Changes
- deps:
- stream,zlib: do not use _stream_* anymore (Matteo Collina) #36618
Commits
- [
20b1e6c802
] - deps: V8: backportdfcf1e8
(Michaël Zasso) #37245 - [
408c7a65f3
] - deps: upgrade npm to 6.14.11 (Ruy Adorno) #37173 - [
017eed665b
] - http: do not loop over prototype in Agent (Michaël Zasso) #36410 - [
25a3204fe2
] - http: don't cork .end when not needed (Dimitris Halatsis) #36633 - [
2a1e4e9244
] - stream: accept iterable as a valid first argument (ZiJian Liu) #36479 - [
9ff73fcdbe
] - stream,zlib: do not use _stream_* anymore (Matteo Collina) #36618 - [
c03cddb46f
] - test: http complete response after socket double end (Dimitris Halatsis) #36633 - [
f206505e9d
] - util: fix instanceof checks with null prototypes during inspection (Ruben Bridgewater) #36178 - [
2f7944b18b
] - util: fix module prefixes during inspection (Ruben Bridgewater) #36178
v14.15.4
This is a security release.
Notable Changes
Vulnerabilities fixed:
-
CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference (High)
- This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20201208.txt
-
CVE-2020-8265: use-after-free in TLSWrap (High)
- Affected Node.js versions are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.
-
CVE-2020-8287: HTTP Request Smuggling in nodejs (Low)
- Affected versions of Node.js allow two copies of a header field in a http request. For example, two Transfer-Encoding header fields. In this case Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling (https://cwe.mitre.org/data/definitions/444.html).
Commits
- [
305c0f4977
] - deps: upgrade npm to 6.14.10 (Ruy Adorno) #36571 - [
d62c650f75
] - deps: update archs files for OpenSSL-1.1.1i (Myles Borins) #36521 - [
2de2672eb5
] - deps: upgrade openssl sources to 1.1.1i (Myles Borins) #36521 - [
7ecac8143f
] - http: add test for http transfer encoding smuggling (Matteo Collina) nodejs-private/node-private#228 - [
641f786bb1
] - http: unsetF_CHUNKED
on newTransfer-Encoding
(Matteo Collina) nodejs-private/node-private#228 - [
4f8772f9b7
] - src: retain pointers to WriteWrap/ShutdownWrap (James M Snell) nodejs-private/node-private#23
v14.15.3
Notable Changes
Node.js v14.15.2 included a commit that has caused reported breakages when cloning request objects. This release reverts the commit that introduced the behaviour change. See #36550 for more details.
Commits
- [
4264d9aa67
] - Revert "http: lazy create IncomingMessage.headers" (Beth Griggs) #36553
v14.15.2
Notable Changes
- deps:
- doc: add release key for Danielle Adams (Danielle Adams) #35545
- http2: check write not scheduled in scope destructor (David Halls) #36241
- stream: fix regression on duplex end (Momtchil Momtchev) #35941
Commits
- [
c508bfc66b
] - assert: refactor to use more primordials (Antoine du Hamel) #35998 - [
a9d3a0df29
] - assert,repl: enable ecmaVersion 2021 in acorn parser (Michaël Zasso) #35827 - [
6d43c8dd69
] - async_hooks: refactor to use more primordials (Antoine du Hamel) #36168 - [
029ea16a24
] - async_hooks: fix leak in AsyncLocalStorage exit (Stephen Belanger) #35779 - [
d49e0ca73a
] - benchmark: fix build warnings (Gabriel Schulhof) #36157 - [
d027be0551
] - benchmark: ignore build artifacts for napi addons (Richard Lau) #35970 - [
fdb1c0d31c
] - benchmark: remove modules that require intl (Richard Lau) #35968 - [
f6487960b5
] - benchmark: make the benchmark tool work with Node 10 (Joyee Cheung) #35817 - [
21d3ccf5df
] - benchmark: add startup benchmark for loading public modules (Joyee Cheung) #35816 - [
0477e000bf
] - bootstrap: refactor to use more primordials (Antoine du Hamel) #35999 - [
699bb348d9
] - build: replace which with command -v (raisinten) #36118 - [
304e269001
] - build: try “python3” as a last resort for 3.x (Ole André Vadla Ravnås) #35983 - [
6bafe04911
] - build: conditionally clear vcinstalldir (Brian Ingenito) #36009 - [
f498127c41
] - build: fix zlib inlining for IA-32 (raisinten) #35679 - [
f33fa264cc
] - build: fix lint-js-fix target (Antoine du Hamel) #35927 - [
67d31827ac
] - build: add vcbuilt test-doc target (Antoine du Hamel) #35708 - [
2a8c2ddcb1
] - build: add license-builder GitHub Action (Tierney Cyren) #35712 - [
6c61b9372b
] - build: use make functions instead of echo (Antoine du Hamel) #35707 - [
4813d913e3
] - build: use GITHUB_ENV file to set env variables (Michaël Zasso) #35638 - [
71e0f33751
] - build: do not install jq in workflows (Michaël Zasso) #35638 - [
8ab7f258d4
] - build, tools: look for local installation of NASM (Richard Lau) #36014 - [
50552facb7
] - build,tools: gitHub Actions: use Node.js Fermium (Antoine du Hamel) #35840 - [
77b7c985f6
] - build,tools: add lint-js-doc target (Antoine du Hamel) #35708 - [
929e1272ee
] - cluster: refactor to use more primordials (Antoine du Hamel) #36011 - [
568e6177c9
] - console: use more primordials (Antoine du Hamel) #35734 - [
6cea3152fe
] - deps: upgrade npm to 6.14.9 (Myles Borins) #36450 - [
d2ee676eb9
] - deps: cherry-pick9a49b22
from V8 upstream (Daniel Bevenius) #35939 - [
7367e6c6be
] - deps: update acorn to v8.0.4 (Michaël Zasso) #35791 - [
4937a34be6
] - deps: fix typo in zlib.gyp that break arm-fpu-neon build (lucasg) #35659 - [
1e8dfb9d2c
] - deps: upgrade to cjs-module-lexer@1.0.0 (Guy Bedford) #35928 - [
0356963f0e
] - deps: update to cjs-module-lexer@0.5.2 (Guy Bedford) #35901 - [
172be4ffe0
] - deps: upgrade to cjs-module-lexer@0.5.0 (Guy Bedford) #35871 - [
1f7740691d
] - deps: update to cjs-module-lexer@0.4.3 (Guy Bedford) #35745 - [
47bd445e56
] - doc: remove stray comma in url.md (Rich Trott) #36175 - [
2f76a75fc6
] - doc: revise agent.destroy() text (Rich Trott) #36163 - [
72fb6f88ab
] - doc: add compatibility/interop technical value (Geoffrey Booth) #35323 - [
f5efd54727
] - doc: de-emphasize wrapping in napi_define_class (Gabriel Schulhof) #36159 - [
8a7c2b951d
] - doc: clarify text about process not responding (Rich Trott) #36117 - [
800e1db83d
] - doc: esm docs consolidation and reordering (Guy Bedford) #36046 - [
4fad888fe1
] - doc: move shigeki to emeritus (Rich Trott) #36093 - [
c088434b4d
] - doc: document the error when cwd not exists in child_process.spawn (FeelyChau) #34505 - [
4dbbbaa2e9
] - doc: fix typo in debugger.md (Rich Trott) #36066 - [
d796bc7348
] - doc: update list styles for remark-parse@9 rendering (Rich Trott) #36049 - [
6daf204f32
] - doc: escape asterisk in cctest gtest-filter (raisinten) #36034 - [
9470bf5872
] - doc: move v8.getHeapCodeStatistics() (Rich Trott) #36027 - [
30cd797c15
] - doc: add note regarding file structure in src/README.md (Denys Otrishko) #35000 - [
cddcfcde9f
] - doc: advise users to import the full set of trusted release keys (Reşat SABIQ) #32655 - [
1ca1f262a5
] - doc: fix crypto doc linter errors (Antoine du Hamel) #36035 - [
b11725eb9e
] - doc: revise v8.getHeapSnapshot() (Rich Trott) #35849 - [
990facbc3e
] - doc: update core-validate-commit link in guide (Daijiro Wachi) #35938 - [
773685c2a4
] - doc: update benchmark CI test indicator in README (Rich Trott) #35945 - [
c90571ff2a
] - doc: add new wordings to the API description (Pooja D.P) #35588 - [
6259c2d231
] - doc: option --prof documentation help added (krank2me) #34991 - [
98e4b77b89
] - doc: fix release-schedule link in backport guide (Daijiro Wachi) #35920 - [
51ce1a2fa8
] - doc: update tables in README files for linting changes (Rich Trott) #35905 - [
513bed2776
] - doc: temporarily disable list-item-bullet-indent (Nick Schonning) #35647 - [
733c9da1e9
] - doc: disable no-undefined-references workarounds (Nick Schonning) #35647 - [
6e1612fa15
] - doc: adjust table alignment for remark v13 (Nick Schonning) #35647 - [
a15dede26d
] - doc: move bnoordhuis to emeritus (Ben Noordhuis) #35865 - [
26e42939f2
] - doc: add on statement in the APIs docs (Pooja D.P) #35610 - [
9486f5fc37
] - doc: move ronkorving to emeritus (Rich Trott) #35828 - [
3f3d2d781b
] - doc: recommend test-doc instead of lint-md (Antoine du Hamel) #35708 - [
8131d954d9
] - doc: fix reference to googletest test fixture (Tobias Nießen) #35813 - [
34d6ca3bef
] - doc: add conditional example for setBreakpoint() (Chris Opperwall) #35823 - [
29849743b8
] - doc: make small improvements to REPL doc (Rich Trott) #35808 - [
02f9a2a77a
] - doc: update MessagePort documentation for EventTarget inheritance (Anna Henningsen) #35839 - [
9c7d4bd0f3
] - doc: use case-sensitive in the example (Pooja D.P) #35624 - [
600cffae3c
] - doc: consolidate and clarify breakOnSigInt text (Rich Trott) #35787 - [
0de3f564b2
] - doc: add a subsystems header in pull-requests.md (Pooja D.P) #35718 - [
47b4b2be29
] - doc: add require statement in the example (Pooja D.P) #35554 - [
77cfcba7c8
] - doc: modified memory set statement set size (Pooja D.P) #35517 - [
41937f76f0
] - doc: use kbd element in readline doc prose (Rich Trott) #35737 - [
eee62b05f6
] - doc: fix header level in fs.md (ax1) #35771 - [
63533d7d56
] - doc: remove stability warning in v8 module doc (Rich Trott) #35774 - [
62bf1a63d6
] - doc: mark optional parameters in timers.md (Vse Mozhe Buty) #35764 - [
4dc5e4a354
] - doc: add a example code to API doc property (Pooja D.P) #35738 - [
8ef0652566
] - doc: update console.error example (Lee, Bonggi) #34964 - [
47ba12265e
] - doc: improve text for breakOnSigint (Rich Trott) #35692 - [
c0d9756163
] - doc: this prints replaced with this is printed (Pooja D.P) #35515 - [
2feb86e635
] - doc: update package.json field definitions (Myles Borins) #35741 - [
d0d67c67c0
] - doc: add Installing Node.js header in BUILDING.md (Pooja D.P) #35710 - [
7c089ad04c
] - doc: use kbd element in readline doc (Rich Trott) #35698 - [
ba623ef35a
] - doc: add release key for Danielle Adams (Danielle Adams) #35545 - [
df4043bed3
] - doc: use kbd element in os doc (Rich Trott) #35656 - [
4d72e982de
] - doc: add a statement in the documentation. (Pooja D.P) #35585 - [
238885288d
] - doc: clarify experimental API elements in vm.md (Rich Trott) #35594 - [
806a269a83
] - doc: importModuleDynamically gets Script, not Module (Simen Bekkhus) #35593 - [
6c4e697f56
] - doc: fix EventEmitter examples (Sourav Shaw) #33513 - [
f6ebd81693
] - doc: add example code for process.getgroups() (Pooja D.P) #35625 - [
2c342662e5
] - doc: use kbd element in tty doc (Rich Trott) #35613 - [
f723335f9e
] - doc: remove documentation for stream._construct() (Luigi Pinca) #36119 - [
e71b4baa88
] - doc: Remove reference to io.js (Hussaina Begum Nandyala) #35618 - [
4faf71b474
] - doc,crypto: added sign/verify method changes about dsaEncoding (Filip Skokan) #35480 - [
e9d485f878
] - doc,esm: document experimental warning removal (Antoine du Hamel) #35750 - [
17c3fc67cf
] - doc,fs: document value of stats.isDirectory on symbolic links (coderaiser) #27413 - [
fc17ead531
] - doc,net: document socket.timeout (Brandon Kobel) #34543 - [
dc589b541f
] - doc,src,test: revise C++ code for linter update (Rich Trott) #35719 - [
0a944a42c0
] - doc,stream: write(chunk, encoding, cb) encoding can be null (dev-script) #35372 - [
be79250aad
] - doc,test: update v8 method doc and comment (Rich Trott) #35795 - [
8fdf077efc
] - doc,url: fix url.hostname example (Rishabh Mehan) #33735 - [
3a08afc402
] - domain: refactor to use more primordials (Antoine du Hamel) #35885 - [
8d672b8e53
] - esm: refactor to use more primordials (Antoine du Hamel) #36019 - [
570a8bfe12
] - events: port some wpt tests (Benjamin Gruenbaum) #33621 - [
8ef4557c65
] - events: make eventTarget.removeAllListeners() return this (Luigi Pinca) #35805 - [
d27e56356b
] - fs: remove experimental from promises.rmdir recursive (Anders Kaseorg) #36131 - [
8d84bdc46b
] - fs: filehandle read now accepts object as argument (Nikola Glavina) #34180 - [
7c3b6f17e3
] - fs: replace finally with PromisePrototypeFinally (Baruch Odem (Rothkoff)) #35995 - [
2f692c4cc6
] - fs: remove unnecessary Function#bind() in fs/promises (Ben Noordhuis) #35208 - [
5f0c8142b7
] - fs: remove unused assignment (Rich Trott) #35642 - [
e2b8734d20
] - gyp,build: consistent shared library location (Rod Vagg) #35635 - [
45aee0d25e
] - http: fix typo in comment (Hollow Man) #36193 - [
b58725c4c0
] - http: lazy create IncomingMessage.headers (Robert Nagy) #35281 - [
71c3efe278
] - http2: check write not scheduled in scope destructor (David Halls) #36241 - [
ab2b066fc1
] - http2: delay session.receive() by a tick (Szymon Marczak) #35985 - [
c4e17cfa25
] - http2: add has method to proxySocketHandler (masx200) #35197 - [
c455b848d9
] - http2: centralise socket event binding in Http2Session (Momtchil Momtchev) #35772 - [
dce01fd27f
] - http2: move events to the JSStreamSocket (Momtchil Momtchev) #35772 - [
92bd7b522a
] - http2: fix error stream write followed by destroy (David Halls) #35951 - [
ec9fae96bc
] - http2: fix reinjection check (Momtchil Momtchev) #35678 - [
57f2fe0609
] - http2: reinject data received before http2 is attached (Momtchil Momtchev) #35678 - [
2dbaaf92e5
] - http2: remove unsupported %.* specifier (Momtchil Momtchev) #35694 - [
de3c8045ac
] - lib: refactor to use more primordials (Antoine du Hamel) #35875 - [
41d997cc72
] - lib: use primordials when calling methods of Error (Antoine du Hamel) #35837 - [
d58a466da0
] - lib: honor setUncaughtExceptionCaptureCallback (Gireesh Punathil) #35595 - [
1fdf72765b
] - module: only try to enrich CJS syntax errors (Michaël Zasso) #35691 - [
81b0562c62
] - n-api: clean up binding creation (Gabriel Schulhof) #36170 - [
7a01e241ee
] - n-api: fix test_async_context warnings (Gabriel Schulhof) #36171 - [
dde727e72f
] - n-api: improve consistency of how we get context (Michael Dawson) #36068 - [
08657e7e11
] - n-api: factor out calling pattern (Gabriel Schulhof) #36113 - [
88aa4e0d25
] - n-api: unlink reference during its destructor (Gabriel Schulhof) #35933 - [
1cb50c17d3
] - n-api: napi_make_callback emit async init with resource of async_context (legendecas) #32930 - [
f1e84f4dd8
] - n-api: revert change to finalization (Michael Dawson) #35777 - [
e16124979d
] - querystring: reduce memory usage by Int8Array (sapics) #34179 - [
5c81a1071e
] - src: refactor using-declarations node_env_var.cc (raisinten) #36128 - [
2770cd941e
] - src: remove duplicate logic for getting buffer (Yash Ladha) #34553 - [
f2300390aa
] - src: create helper for reading Uint32BE (Juan José Arboleda) #34944 - [
34c870e9f0
] - src: use MaybeLocal.ToLocal instead of IsEmpty (Daniel Bevenius) #35716 - [
00d9499b14
] - src: large pages support in illumos/solaris systems (David Carlier) #34320 - [
7c99885a9b
] - stream: fix thrown object reference (Gil Pedersen) #36065 - [
1cefb7e710
] - stream: fix regression on duplex end (Momtchil Momtchev) #35941 - [
d1fd3f27e4
] - stream: remove redundant context from comments (Yash Ladha) #35728 - [
fb14acb22c
] - stream: move to internal/streams (Matteo Collina) #35239 - [
40d59281f7
] - test: update comments in test-fs-read-offset-null (Rich Trott) #36152 - [
a563f79d80
] - test: fix typo in inspector-helper.js (Luigi Pinca) #36127 - [
3e77536c6b
] - test: deflake test-http-destroyed-socket-write2 (Luigi Pinca) #36120 - [
402e29a87c
] - test: make test-http2-client-jsstream-destroy.js reliable (Rich Trott) #36129 - [
b6aa42c349
] - test: add test for fs.read when offset key is null (mayank agarwal) #35918 - [
8516c2ef90
] - test: improve test-stream-duplex-readable-end (Luigi Pinca) #36056 - [
b53068ec0d
] - test: add util.inspect test for null maxStringLength (Rich Trott) #36086 - [
3029872631
] - test: replace var with const (Aleksandr Krutko) #36069 - [
b05cdfee64
] - test: remove flaky designation for fixed test (Rich Trott) #35961 - [
002005f537
] - test: improve error message for policy failures (Bradley Meck) #35633 - [
1453de1381
] - test: update old comment style test_util.cc (raisinten) #35884 - [
de375e16f4
] - test: add missing ref comments to parallel.status (Rich Trott) #35896 - [
cab65fbe63
] - test: mark test-worker-eventlooputil flaky (Myles Borins) #35886 - [
4ed4b64293
] - test: mark test-http2-respond-file-error-pipe-offset flaky (Myles Borins) #35883 - [
a5b94180fe
] - test: fix reference to WPT testharness.js (Tobias Nießen) #35814 - [
3bb7f3602b
] - test: add onerror test cases to policy (Daijiro Wachi) #35797 - [
0aba12218a
] - test: add upstream test cases to encoding (Daijiro Wachi) #35794 - [
f535d6252f
] - test: add test for listen callback runtime binding (H Adinarayana) #35657 - [
d62e72b341
] - test: refactor test-https-host-headers (himself65) #32805 - [
70cb70812d
] - test: add common.mustSucceed (Tobias Nießen) #35086 - [
226c1800a8
] - test: check for AbortController existence (James M Snell) #35616 - [
41aac465cc
] - timers: correct explanation in comment (Turner Jabbour) #35437 - [
713d1ebe75
] - tools: bump unist-util-find@1.0.1 to unist-util-find@1.0.2 (Rich Trott) #36106 - [
127a4fb810
] - tools: only use 2 cores for macos action (Myles Borins) #36169 - [
75e49b833b
] - tools: remove bashisms from license builder script (Antoine du Hamel) #36122 - [
28d6283f96
] - tools: hide commit queue action link (Antoine du Hamel) #36124 - [
b7441ea4d2
] - tools: update doc tools to remark-parse@9.0.0 (Rich Trott) #36049 - [
5a41282ef5
] - tools: enforce use of single quotes in editorconfig (Antoine du Hamel) #36020 - [
23dd2b00dd
] - tools: fix config serialization w/ long strings (Ole André Vadla Ravnås) #35982 - [
4664681220
] - tools: don't print gold linker warning w/o flag (Myles Borins) #35955 - [
dfd6ad9d99
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #35866 - [
d177cb3993
] - tools: bump cpplint to 1.5.1 (Rich Trott) #35866 - [
b19a85ed2a
] - tools: add update-npm script (Myles Borins) #35822 - [
07e5d35d14
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #35719 - [
c7301533de
] - tools: bump cpplint to 1.5.0 (Rich Trott) #35719 - [
985efdfa09
] - tools: update gyp-next to v0.6.2 (Michaël Zasso) #35690 - [
baca8ee873
] - tools: update gyp-next to v0.6.0 (Ujjwal Sharma) #35635 - [
3e7598da9b
] - tools,doc: enable ecmaVersion 2021 in acorn parser (Antoine du Hamel) #35994 - [
dfb353b882
] - util: fix to inspect getters that access this (raisinten) #36052 - [
1906f19e49
] - vm: refactor to use more primordials (Antoine du Hamel) #36023 - [
ffe517b40d
] - win, build: fix build time on Windows (Bartosz Sosnowski) #35932 - [
c4c8541621
] - win,build,tools: support VS prerelease (Baruch Odem) #36033 - [
f59e225675
] - zlib: test BrotliCompress throws invalid arg value (raisinten) #35830
v14.15.1
Notable changes
This is a security release.
Vulnerabilities fixed:
- CVE-2020-8277: Denial of Service through DNS request (High). A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service by getting the application to resolve a DNS record with a larger number of responses.
Commits
- [
1fd2c8142b
] - deps: cherry-pick0d252eb
from upstream c-ares (Michael Dawson) nodejs-private/node-private#231
v14.15.0
Notable Changes
This release marks the transition of Node.js 14.x into Long Term Support (LTS) with the codename 'Fermium'. The 14.x release line now moves into "Active LTS" and will remain so until October 2021. After that time, it will move into "Maintenance" until end of life in April 2023.
Commits
- [
5b7a08c902
] - doc: add missing link in Node.js 14 Changelog (Antoine du Hamel) #35782 - [
90a5d59824
] - doc: fix Node.js 14.x changelogs (Richard Lau) #35756 - [
7f788573b3
] - Revert "test: mark test-webcrypto-encrypt-decrypt-aes flaky" (Myles Borins) #35666
v14.14.0
Notable Changes
- [
7e7afc5186
] - crypto: update certdata to NSS 3.56 (Shelley Vohr) #35546 - [
8877430530
] - doc: add aduh95 to collaborators (Antoine du Hamel) #35542 - [
1610728d7c
] - (SEMVER-MINOR) fs: add rm method (Ian Sutherland) #35494 - [
6ff152cc67
] - (SEMVER-MINOR) http: allow passing array of key/val into writeHead (Robert Nagy) #35274 - [
93f947af0a
] - (SEMVER-MINOR) src: expose v8::Isolate setup callbacks (Shelley Vohr) #35512
Commits
- [
16c17ddd88
] - build: fix Commit Queue failure comment (Antoine du Hamel) #35599 - [
b7305284e2
] - build: gitHub actions: Python 3.9 and actions/setup-python@v2 (Christian Clauss) #35521 - [
e8fcbc8318
] - build: fix landed message for multiple commits in commit-queue (Denys Otrishko) #35226 - [
84c0adefa0
] - build: add Commit Queue actions url to failure comment (Denys Otrishko) #35206 - [
9c74d4598d
] - build: fuzzer that targets node::LoadEnvironment() (davkor) #34844 - [
f552e5c251
] - build: improved release lint error message (Shelley Vohr) #35523 - [
7e7afc5186
] - crypto: update certdata to NSS 3.56 (Shelley Vohr) #35546 - [
b8529a7104
] - deps: V8: cherry-pick3176bfd
(Anna Henningsen) #35612 - [
0c877762ea
] - doc: document Buffer.concat may use internal pool (Andrey Pechkurov) #35541 - [
6284f0dbc2
] - doc: use test username instead of real (Pooja D.P) #35611 - [
78259b6519
] - doc: add doc for starting ci job via label (Juan José Arboleda) #35551 - [
41d7500bf9
] - doc: fix unit of size argument of readable.read (Tobias Nießen) #35051 - [
00eff4a534
] - doc: add missing deprecation number (Benjamin Coe) #35630 - [
9288f9d74b
] - doc: harmonize YAML comments (Antoine du Hamel) #35575 - [
16f8298170
] - doc: revise description of process.ppid (Pooja D.P) #35589 - [
cad86d40de
] - doc: add symlink information for process.execpath (Pooja D.P) #35590 - [
4025fc811d
] - doc: add PoojaDurgad as a triager (Pooja D.P) #35153 - [
809cd07968
] - doc: document rmdir/recursive deprecation (Benjamin Coe) #35579 - [
9d1b7ac334
] - doc: edit fs.md for minor style changes (Rich Trott) #35505 - [
c1bb364105
] - doc: run license builder (Myles Borins) #35577 - [
970975b588
] - doc: use kbd element in process doc (Rich Trott) #35584 - [
64ebbddb5f
] - doc: fixup perf_hooks (Antoine du Hamel) #35527 - [
b074717af7
] - doc: remove incorrect synchronous label (Colin Ihrig) #35561 - [
ddf13e0df0
] - doc: make fs.rm()'s force docs consistent (Colin Ihrig) #35561 - [
4164477b43
] - doc: simplify wording in tracing APIs doc (Pooja D.P) #35556 - [
c865b02397
] - doc: improve SIGINT error text (Rich Trott) #35558 - [
7d1cdd411f
] - doc: move package.import content higher (Myles Borins) #35535 - [
62755b6230
] - doc: harmonize changes list ordering (Antoine du Hamel) #35454 - [
8cacca0f62
] - doc: changes description must end with a period (Antoine du Hamel) #35454 - [
28c94ca123
] - doc: harmonize version list style in YAML comments (Antoine du Hamel) #35454 - [
b3f15b7d89
] - doc: fix missing PR-URLs in YAML comments (Antoine du Hamel) #35454 - [
02bf73e239
] - doc: remove outstanding YAML comment (Antoine du Hamel) #35454 - [
a5552468d2
] - doc: harmonize YAML comments style in deprecations.md (Antoine du Hamel) #35454 - [
863ba4b7da
] - doc: refactor the n-api matrix (Michael Dawson) #35345 - [
85dc84d1bb
] - doc: use sentence case for class property (Rich Trott) #35540 - [
01c9c59c85
] - doc: add history entry for exports patterns (Antoine du Hamel) #35410 - [
51b988ba0f
] - doc: fix deprecation history (Antoine du Hamel) #35455 - [
328c624cdf
] - doc: fix util.inspect change history (Antoine du Hamel) #35528 - [
d53cfcd9e7
] - doc: improve kbd element rendering (Rich Trott) #35497 - [
8877430530
] - doc: add aduh95 to collaborators (Antoine du Hamel) #35542 - [
8cdc59b34c
] - doc: fix YAML syntax errors (Antoine du Hamel) #35529 - [
3c90b1a278
] - errors: support possible deletion of globalThis.Error (Michaël Zasso) #35499 - [
a3c7f8e576
] - fs: rimraf should not recurse on failure (Benjamin Coe) #35566 - [
939f8e8bfa
] - fs: throw rm() validation errors (Colin Ihrig) #35602 - [
3a401b8695
] - fs: update rm/rmdir validation messages (Colin Ihrig) #35565 - [
937fa5d292
] - fs: use validateBoolean() in rm/rmdir validation (Colin Ihrig) #35565 - [
1ad9aca194
] - fs: remove extraneous assignments in rmdir() (Colin Ihrig) #35567 - [
1fadcf2163
] - fs: simplify validateRmOptions() error handling (Colin Ihrig) [#35567](https://togithu</details>
Renovate configuration
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: 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 WhiteSource Renovate. View repository job log here.
pr created time in 11 hours
PR opened netlify-labs/netlify-plugin-lighthouse
This PR contains the following updates:
Update | Change |
---|---|
lockFileMaintenance | All locks refreshed |
:wrench: This Pull Request updates lock files to use the latest dependency versions.
Renovate configuration
:date: Schedule: "before 5am on monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr created time in 12 hours
create barnchnetlify-labs/netlify-plugin-lighthouse
branch : renovate/lock-file-maintenance
created branch time in 12 hours
PR opened netlify-labs/netlify-plugin-lighthouse
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
puppeteer | ^7.0.0 -> ^8.0.0 |
Release Notes
<details> <summary>puppeteer/puppeteer</summary>
v8.0.0
⚠ BREAKING CHANGES
- renamed type
ChromeArgOptions
toBrowserLaunchArgumentOptions
- renamed type
BrowserOptions
toBrowserConnectOptions
Features
Bug Fixes
- explicit HTTPRequest.resourceType type defs (#6882) (ff26c62), closes #6854
- expose
Viewport
type (#6881) (be7c229) - improve TS types for launching browsers (#6888) (98c8145)
- move CI npm config out of .npmrc (#6901) (f7de60b)
</details>
Renovate configuration
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: 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 WhiteSource Renovate. View repository job log here.
pr created time in 12 hours
create barnchnetlify-labs/netlify-plugin-lighthouse
branch : renovate/puppeteer-8.x
created branch time in 12 hours
PR opened netlify-labs/netlify-plugin-lighthouse
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@commitlint/cli | ^11.0.0 -> ^12.0.0 |
||||
@commitlint/config-conventional | ^11.0.0 -> ^12.0.0 |
Release Notes
<details> <summary>conventional-changelog/commitlint</summary>
v12.0.1
Bug Fixes
- update dependency conventional-commits-parser to v3.2.1 (#2459) (8bcc4f0)
- load: use
Rule | AsyncRule | SyncRule
as rule value type inPlugin
(#2146) (75b67b8) - types: correct chalkColor type (#2420) (ef8bdad)
- update dependency throat to v6 (#2417) (6f7db1b)
v12.0.0
Bug Fixes
- remove unnecessary react babel transforms (#2399) (78f02fd)
- utils: update code to allow it to be executed (#982) (52696d0)
- update dependency @types/fs-extra to v9.0.2 (#2250) (a10fa0b)
- update dependency @types/fs-extra to v9.0.5 (#2360) (3266712)
- update dependency conventional-changelog-angular to v5.0.12 (#2361) (5766b39)
- update dependency conventional-changelog-conventionalcommits to v4.4.0 (#2115) (bccc9f5)
- update dependency conventional-changelog-conventionalcommits to v4.5.0 (#2362) (01c78bf)
- update dependency execa to v4.1.0 (#2251) (b5743dd)
- update dependency execa to v5 (#2341) (f349df9)
- update dependency git-raw-commits to v2.0.7 (#2116) (ef969f3)
- update dependency git-raw-commits to v2.0.8 (#2364) (3371715)
- update dependency meow to v8 (#2245) (890961b)
- update dependency meow to v8.1.0 (#2380) (0fbadcf)
- update dependency pkg-dir to v5 (#2168) (b9d1c84)
- update dependency semver to v7.3.4 (#2336) (790b61a)
- update dependency tar-fs to v2.1.1 (#2261) (a04f24f)
- is-ignored: ignore azure devops messages (#2230) (fe29ce7)
- update dependency yargs to v16 (204f36d)
- update dependency yargs to v16.1.0 (#2252) (6478d07)
- resolve-extends:
extends
field should be resolved from left to right (#2070) (c0a86f5)
Features
- cli: implement print-config cli flag (#2391) (8626883)
- config-lerna-scopes: support yarn workspaces (#2149) (b244246)
- load: allow specifying helpUrl via config (#2180) (d6795a3)
- rules: add body-full-stop rule (#2144) (7767ca2)
BREAKING CHANGES
- resolve-extends: The order of the
extends
resolution is changed from right-to-left to left-to-right
</details>
Renovate configuration
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: 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 has been generated by WhiteSource Renovate. View repository job log here.
pr created time in 12 hours
create barnchnetlify-labs/netlify-plugin-lighthouse
branch : renovate/major-commitlint-monorepo
created branch time in 12 hours
PR opened netlify-labs/netlify-plugin-lighthouse
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eslint (source) | 7.20.0 -> 7.21.0 |
Release Notes
<details> <summary>eslint/eslint</summary>
v7.21.0
3cd5440
Upgrade: @eslint/eslintrc to 0.4.0 (#14147) (Brandon Mills)c0b8c71
Upgrade: Puppeteer to 7.1.0 (#14122) (Tim van der Lippe)08ae31e
New: Implement cacheStrategy (refs eslint/rfcs#63) (#14119) (Manu Chambon)5e51fd2
Update: do not ignore symbolic links (fixes #13551, fixes #13615) (#14126) (Pig Fang)87c43a5
Chore: improve a few comments and fix typos (#14125) (Tobias Nießen)e19c51e
Sponsors: Sync README with website (ESLint Jenkins)b8aea99
Fix: pluralize 'line' to 'lines' in max-lines-per-function description (#14115) (Trevin Hofmann)f5b53e2
Sponsors: Sync README with website (ESLint Jenkins)eee1213
Sponsors: Sync README with website (ESLint Jenkins)5c4d7ea
Sponsors: Sync README with website (ESLint Jenkins)
</details>
Renovate configuration
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: 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 WhiteSource Renovate. View repository job log here.
pr created time in 12 hours
create barnchnetlify-labs/netlify-plugin-lighthouse
branch : renovate/eslint-7.x-lockfile
created branch time in 12 hours
startedcassidoo/getting-a-gig
started time in 12 hours
pull request commentnetlify/gatsby-parallel-runner
any state here?
comment created time in 14 hours