bcrypt for NodeJs
nodejs/nan 2821
Native Abstractions for Node.js
chjj/pty.js 808
Bindings to forkpty(3) for node.js.
Render a <canvas> node to your terminal
leo/args 394
Toolkit for building command line interfaces
Advanced ANSI formatting tool for Node.js
importpw/import 290
`import` is a simple and fast module system for Bash and other Unix shells
Encode and decode HTML entities
gf3/IRC-js 173
The best IRC library for node.js
stephenmathieson/node-tlds 100
list of TLDs
Pull request review commentvercel/release-auth
# release-auth -[](https://travis-ci.org/zeit/release-auth)+[](https://travis-ci.org/vercel/release-auth) [](https://github.com/sindresorhus/xo)-[](https://spectrum.chat/zeit) -Handles the OAuth authentication with GitHub's webflow for [release](https://github.com/zeit/release).+Handles the OAuth authentication with GitHub's webflow for [release](https://github.com/vercel/release). ## Contributing -1. Create a new OAuth application in [your GitHub account](https://github.com/settings/developers) (if you're working at [@zeit](https://github.com/zeit), just get the keys from [here](https://github.com/organizations/zeit/settings/applications))-2. Set the "Authorization callback URL" to `https://release-auth.zeit.sh`+1. Create a new OAuth application in [your GitHub account](https://github.com/settings/developers) (if you're working at [@vercel](https://github.com/vercel), just get the keys from [here](https://github.com/organizations/vercel/settings/applications))+2. Set the "Authorization callback URL" to `https://release-auth.vercel.sh` 3. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device-4. Install the dependencies: `npm install`-5. Start the server: `CLIENT_ID="<id>" CLIENT_SECRET="<secret>" npm run dev`+4. Install the dependencies: `yarn install`+5. Start the server: `CLIENT_ID="<id>" CLIENT_SECRET="<secret>" vercel dev` -As always, you can use `npm test` to run the tests and see if your changes have broken anything.+As always, you can use `yarn test` to run the tests and see if your changes have broken anything. ## Author -Leo Lamprecht ([@notquiteleo](https://twitter.com/notquiteleo)) - [▲ZEIT](https://zeit.co)+Leo Lamprecht ([@notquiteleo](https://twitter.com/notquiteleo)) - [▲Vercel](https://vercel.com)
I think there should be a space here personally
Leo Lamprecht ([@notquiteleo](https://twitter.com/notquiteleo)) - [▲ Vercel](https://vercel.com)
comment created time in 4 days
startedfivdi/onoff
started time in 4 days
delete branch importpw/import-server
delete branch : dependabot/npm_and_yarn/elliptic-6.5.3
delete time in 5 days
push eventimportpw/import-server
commit sha 745de3468ba32cb56c0027bec0e6008608fc2caf
Bump elliptic from 6.5.2 to 6.5.3 (#42) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
push time in 5 days
PR merged importpw/import-server
Bumps elliptic from 6.5.2 to 6.5.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indutny/elliptic/commit/8647803dc3d90506aa03021737f7b061ba959ae1"><code>8647803</code></a> 6.5.3</li> <li><a href="https://github.com/indutny/elliptic/commit/856fe4d99fe7b6200556e6400b3bf585b1721bec"><code>856fe4d</code></a> signature: prevent malleability and overflows</li> <li>See full diff in <a href="https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 5 days
Pull request review commentvercel/vercel
[cli] Remove v1 messages and docs
#### Why This Error Occurred -When supplying `regions` or `scale` settings, you+When supplying `regions` configuration, you used an unknown or invalid dc identifier.
used an unknown or invalid DC identifier.
comment created time in 9 days
push eventvercel/vercel
commit sha 72572ba6be3e3de8a630bc0e9745406af4c4a565
Publish Canary - @vercel/[email protected] - [email protected] - @vercel/[email protected] - @vercel/[email protected] - @vercel/[email protected]
push time in 10 days
push eventvercel/vercel
commit sha b69a41a0aa6184c48eea2bc26299e6b7369fdab5
[node] Use `ts.readConfigFile()` to parse user's `tsconfig.json` file (#5180) TypeScript supports comments in the `tsconfig.json` file, which is not compatible with `JSON.parse()` so we have to use the built-in function to parse the config file. Fixes #4835.
push time in 10 days
delete branch vercel/vercel
delete branch : update/now-node-readConfigFile/ch6493
delete time in 10 days
PR merged vercel/vercel
TypeScript supports comments in the tsconfig.json file, which is not
compatible with JSON.parse() so we have to use the built-in function
to parse the config file.
pr closed time in 10 days
issue closedvercel/vercel
Vercel refuses to work with TypeScript’s default tsconfig.json
By creating a tsconfig.json using tsc --init, which looks like this:
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
/* Basic Options */
// "incremental": true, /* Enable incremental compilation */
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
// "lib": [], /* Specify library files to be included in the compilation. */
// "allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
// "declaration": true, /* Generates corresponding '.d.ts' file. */
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
// "sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */
// "outDir": "./", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
// "composite": true, /* Enable project compilation */
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
// "removeComments": true, /* Do not emit comments to output. */
// "noEmit": true, /* Do not emit outputs. */
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
/* Strict Type-Checking Options */
"strict": true, /* Enable all strict type-checking options. */
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
// "strictNullChecks": true, /* Enable strict null checks. */
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
// "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */
// "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
/* Additional Checks */
// "noUnusedLocals": true, /* Report errors on unused locals. */
// "noUnusedParameters": true, /* Report errors on unused parameters. */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
/* Module Resolution Options */
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": [], /* Type declaration files to be included in compilation. */
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
/* Source Map Options */
// "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
// "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
// "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
/* Advanced Options */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
}
}
…and then run vercel dev, it errors out with:
Error while parsing "/home/ubuntu/environment/dtinth/tsconfig.json"
/home/ubuntu/environment/dtinth/node_modules/vercel/node_modules/@vercel/node/dist/dev-server.js:47
throw err;
^
SyntaxError: Unexpected token / in JSON at position 29
at JSON.parse (<anonymous>)
at Object.<anonymous> (/home/ubuntu/environment/dtinth/node_modules/vercel/node_modules/@vercel/node/dist/dev-server.js:38:37)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
From checking the source code, it seems that the code that parses tsconfig.json did not handle JSON comments.
https://github.com/vercel/vercel/blob/c68e83f9726e622c3366653aee2674e35ccf4bc9/packages/now-node/src/dev-server.ts#L37
Note that TypeScript configuration file tsconfig.json, despite having a .json file format, is actually a JSONC (JSON with Comments) file. Easiest way to deal with this may be to use strip-json-comments
closed time in 10 days
dtinthPull request review commentvercel/vercel
[node] Use `ts.readConfigFile()` to parse user's `tsconfig.json` file
"strict": true, "esModuleInterop": true, "lib": ["esnext"],- "target": "esnext",+ "target": "es2018",
Needed to specify this target for compatibility with Node 10+ in order to use the foo?. syntax.
comment created time in 10 days
Pull request review commentvercel/vercel
[node] Use `ts.readConfigFile()` to parse user's `tsconfig.json` file
{ "compilerOptions": {- "module": "CommonJS"+ /* Visit https://aka.ms/tsconfig.json to read more about this file */
tsconfig.json file was generated via tsc --init.
comment created time in 10 days
PR opened vercel/vercel
TypeScript supports comments in the tsconfig.json file, which is not
compatible with JSON.parse() so we have to use the built-in function
to parse the config file.
pr created time in 10 days
create barnchvercel/vercel
branch : update/now-node-readConfigFile/ch6493
created branch time in 10 days
PR closed vercel/vercel
Bumps node-fetch from 2.6.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitinn/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md">node-fetch's changelog</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <ul> <li>Fix: honor the <code>size</code> option after following a redirect.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/b5e2e41b2b50bf2997720d6125accaf0dd68c0ab"><code>b5e2e41</code></a> update version number</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/2358a6c2563d1730a0cdaccc197c611949f6a334"><code>2358a6c</code></a> Honor the <code>size</code> option after following a redirect and revert data uri support</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8c197f8982a238b3c345c64b17bfa92e16b4f7c4"><code>8c197f8</code></a> docs: Fix typos and grammatical errors in README.md (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/686">#686</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1e99050f944ac435fce26a9549eadcc2419a968a"><code>1e99050</code></a> fix: Change error message thrown with redirect mode set to error (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/653">#653</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/244e6f63d42025465796e3ca4ce813bf2c31fc5b"><code>244e6f6</code></a> docs: Show backers in README</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6a5d192034a0f438551dffb6d2d8df2c00921d16"><code>6a5d192</code></a> fix: Properly parse meta tag when parameters are reversed (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/682">#682</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/47a24a03eb49a49d81b768892aee10074ed54a91"><code>47a24a0</code></a> chore: Add opencollective badge</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/7b136627c537cb24430b0310638c9177a85acee1"><code>7b13662</code></a> chore: Add funding link</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/5535c2ed478d418969ecfd60c16453462de2a53f"><code>5535c2e</code></a> fix: Check for global.fetch before binding it (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/674">#674</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1d5778ad0d910dbd1584fb407a186f5a0bc1ea22"><code>1d5778a</code></a> docs: Add Discord badge</li> <li>Additional commits viewable in <a href="https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~akepinski">akepinski</a>, a new releaser for node-fetch since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 10 days
PR closed vercel/vercel
Bumps node-fetch from 2.2.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitinn/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> <h2>v2.6.0</h2> <p>See <a href="https://github.com/bitinn/node-fetch/blob/v2.6.0/CHANGELOG.md#v260">CHANGELOG</a>.</p> <h2>v2.5.0</h2> <p>See <a href="https://github.com/bitinn/node-fetch/blob/v2.5.0/CHANGELOG.md#v250">CHANGELOG</a>.</p> <h2>v2.4.1</h2> <p>See <a href="https://github.com/bitinn/node-fetch/blob/v2.4.1/CHANGELOG.md#v241">CHANGELOG</a>.</p> <h2>v2.4.0</h2> <p>See <a href="https://github.com/bitinn/node-fetch/blob/v2.4.0/CHANGELOG.md#v240">CHANGELOG</a>.</p> <h2>v2.3.0</h2> <p>See <a href="https://github.com/bitinn/node-fetch/blob/v2.3.0/CHANGELOG.md#v230">CHANGELOG</a>.</p> <h2>v2.2.1</h2> <p>See <a href="https://github.com/bitinn/node-fetch/blob/v2.2.1/CHANGELOG.md#v221">CHANGELOG</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md">node-fetch's changelog</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <ul> <li>Fix: honor the <code>size</code> option after following a redirect.</li> </ul> <h2>v2.6.0</h2> <ul> <li>Enhance: <code>options.agent</code>, it now accepts a function that returns custom http(s).Agent instance based on current URL, see readme for more information.</li> <li>Fix: incorrect <code>Content-Length</code> was returned for stream body in 2.5.0 release; note that <code>node-fetch</code> doesn't calculate content length for stream body.</li> <li>Fix: <code>Response.url</code> should return empty string instead of <code>null</code> by default.</li> </ul> <h2>v2.5.0</h2> <ul> <li>Enhance: <code>Response</code> object now includes <code>redirected</code> property.</li> <li>Enhance: <code>fetch()</code> now accepts third-party <code>Blob</code> implementation as body.</li> <li>Other: disable <code>package-lock.json</code> generation as we never commit them.</li> <li>Other: dev dependency update.</li> <li>Other: readme update.</li> </ul> <h2>v2.4.1</h2> <ul> <li>Fix: <code>Blob</code> import rule for node < 10, as <code>Readable</code> isn't a named export.</li> </ul> <h2>v2.4.0</h2> <ul> <li>Enhance: added <code>Brotli</code> compression support (using node's zlib).</li> <li>Enhance: updated <code>Blob</code> implementation per spec.</li> <li>Fix: set content type automatically for <code>URLSearchParams</code>.</li> <li>Fix: <code>Headers</code> now reject empty header names.</li> <li>Fix: test cases, as node 12+ no longer accepts invalid header response.</li> </ul> <h2>v2.3.0</h2> <ul> <li>Enhance: added <code>AbortSignal</code> support, with README example.</li> <li>Enhance: handle invalid <code>Location</code> header during redirect by rejecting them explicitly with <code>FetchError</code>.</li> <li>Fix: update <code>browser.js</code> to support react-native environment, where <code>self</code> isn't available globally.</li> </ul> <h2>v2.2.1</h2> <ul> <li>Fix: <code>compress</code> flag shouldn't overwrite existing <code>Accept-Encoding</code> header.</li> <li>Fix: multiple <code>import</code> rules, where <code>PassThrough</code> etc. doesn't have a named export when using node <10 and <code>--experimental-modules</code> flag.</li> <li>Other: Better README.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/b5e2e41b2b50bf2997720d6125accaf0dd68c0ab"><code>b5e2e41</code></a> update version number</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/2358a6c2563d1730a0cdaccc197c611949f6a334"><code>2358a6c</code></a> Honor the <code>size</code> option after following a redirect and revert data uri support</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8c197f8982a238b3c345c64b17bfa92e16b4f7c4"><code>8c197f8</code></a> docs: Fix typos and grammatical errors in README.md (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/686">#686</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1e99050f944ac435fce26a9549eadcc2419a968a"><code>1e99050</code></a> fix: Change error message thrown with redirect mode set to error (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/653">#653</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/244e6f63d42025465796e3ca4ce813bf2c31fc5b"><code>244e6f6</code></a> docs: Show backers in README</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6a5d192034a0f438551dffb6d2d8df2c00921d16"><code>6a5d192</code></a> fix: Properly parse meta tag when parameters are reversed (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/682">#682</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/47a24a03eb49a49d81b768892aee10074ed54a91"><code>47a24a0</code></a> chore: Add opencollective badge</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/7b136627c537cb24430b0310638c9177a85acee1"><code>7b13662</code></a> chore: Add funding link</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/5535c2ed478d418969ecfd60c16453462de2a53f"><code>5535c2e</code></a> fix: Check for global.fetch before binding it (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/674">#674</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1d5778ad0d910dbd1584fb407a186f5a0bc1ea22"><code>1d5778a</code></a> docs: Add Discord badge</li> <li>Additional commits viewable in <a href="https://github.com/bitinn/node-fetch/compare/v2.2.0...v2.6.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~akepinski">akepinski</a>, a new releaser for node-fetch since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 10 days
PR closed vercel/vercel
Bumps node-fetch from 2.6.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitinn/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md">node-fetch's changelog</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <ul> <li>Fix: honor the <code>size</code> option after following a redirect.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/b5e2e41b2b50bf2997720d6125accaf0dd68c0ab"><code>b5e2e41</code></a> update version number</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/2358a6c2563d1730a0cdaccc197c611949f6a334"><code>2358a6c</code></a> Honor the <code>size</code> option after following a redirect and revert data uri support</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8c197f8982a238b3c345c64b17bfa92e16b4f7c4"><code>8c197f8</code></a> docs: Fix typos and grammatical errors in README.md (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/686">#686</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1e99050f944ac435fce26a9549eadcc2419a968a"><code>1e99050</code></a> fix: Change error message thrown with redirect mode set to error (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/653">#653</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/244e6f63d42025465796e3ca4ce813bf2c31fc5b"><code>244e6f6</code></a> docs: Show backers in README</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6a5d192034a0f438551dffb6d2d8df2c00921d16"><code>6a5d192</code></a> fix: Properly parse meta tag when parameters are reversed (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/682">#682</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/47a24a03eb49a49d81b768892aee10074ed54a91"><code>47a24a0</code></a> chore: Add opencollective badge</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/7b136627c537cb24430b0310638c9177a85acee1"><code>7b13662</code></a> chore: Add funding link</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/5535c2ed478d418969ecfd60c16453462de2a53f"><code>5535c2e</code></a> fix: Check for global.fetch before binding it (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/674">#674</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1d5778ad0d910dbd1584fb407a186f5a0bc1ea22"><code>1d5778a</code></a> docs: Add Discord badge</li> <li>Additional commits viewable in <a href="https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~akepinski">akepinski</a>, a new releaser for node-fetch since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 10 days
PR closed vercel/vercel
Bumps node-fetch from 2.6.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitinn/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md">node-fetch's changelog</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <ul> <li>Fix: honor the <code>size</code> option after following a redirect.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/b5e2e41b2b50bf2997720d6125accaf0dd68c0ab"><code>b5e2e41</code></a> update version number</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/2358a6c2563d1730a0cdaccc197c611949f6a334"><code>2358a6c</code></a> Honor the <code>size</code> option after following a redirect and revert data uri support</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8c197f8982a238b3c345c64b17bfa92e16b4f7c4"><code>8c197f8</code></a> docs: Fix typos and grammatical errors in README.md (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/686">#686</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1e99050f944ac435fce26a9549eadcc2419a968a"><code>1e99050</code></a> fix: Change error message thrown with redirect mode set to error (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/653">#653</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/244e6f63d42025465796e3ca4ce813bf2c31fc5b"><code>244e6f6</code></a> docs: Show backers in README</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6a5d192034a0f438551dffb6d2d8df2c00921d16"><code>6a5d192</code></a> fix: Properly parse meta tag when parameters are reversed (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/682">#682</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/47a24a03eb49a49d81b768892aee10074ed54a91"><code>47a24a0</code></a> chore: Add opencollective badge</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/7b136627c537cb24430b0310638c9177a85acee1"><code>7b13662</code></a> chore: Add funding link</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/5535c2ed478d418969ecfd60c16453462de2a53f"><code>5535c2e</code></a> fix: Check for global.fetch before binding it (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/674">#674</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1d5778ad0d910dbd1584fb407a186f5a0bc1ea22"><code>1d5778a</code></a> docs: Add Discord badge</li> <li>Additional commits viewable in <a href="https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~akepinski">akepinski</a>, a new releaser for node-fetch since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 10 days
PR closed vercel/vercel
Bumps node-fetch from 2.6.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitinn/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md">node-fetch's changelog</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <ul> <li>Fix: honor the <code>size</code> option after following a redirect.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/b5e2e41b2b50bf2997720d6125accaf0dd68c0ab"><code>b5e2e41</code></a> update version number</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/2358a6c2563d1730a0cdaccc197c611949f6a334"><code>2358a6c</code></a> Honor the <code>size</code> option after following a redirect and revert data uri support</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8c197f8982a238b3c345c64b17bfa92e16b4f7c4"><code>8c197f8</code></a> docs: Fix typos and grammatical errors in README.md (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/686">#686</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1e99050f944ac435fce26a9549eadcc2419a968a"><code>1e99050</code></a> fix: Change error message thrown with redirect mode set to error (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/653">#653</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/244e6f63d42025465796e3ca4ce813bf2c31fc5b"><code>244e6f6</code></a> docs: Show backers in README</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6a5d192034a0f438551dffb6d2d8df2c00921d16"><code>6a5d192</code></a> fix: Properly parse meta tag when parameters are reversed (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/682">#682</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/47a24a03eb49a49d81b768892aee10074ed54a91"><code>47a24a0</code></a> chore: Add opencollective badge</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/7b136627c537cb24430b0310638c9177a85acee1"><code>7b13662</code></a> chore: Add funding link</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/5535c2ed478d418969ecfd60c16453462de2a53f"><code>5535c2e</code></a> fix: Check for global.fetch before binding it (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/674">#674</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1d5778ad0d910dbd1584fb407a186f5a0bc1ea22"><code>1d5778a</code></a> docs: Add Discord badge</li> <li>Additional commits viewable in <a href="https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~akepinski">akepinski</a>, a new releaser for node-fetch since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 10 days
Pull request review commentvercel/vercel
[next] Fix config `functions` src file
+export default function (req, res) {+ res.end(`${process.env.AWS_LAMBDA_FUNCTION_MEMORY_SIZE}`);
You don't really need the backticks here I think, it's always going to be a string (or undefined, but that's ok for res.end() as well).
res.end(process.env.AWS_LAMBDA_FUNCTION_MEMORY_SIZE);
comment created time in 11 days
Pull request review commentvercel/vercel
[next] Fix config `functions` src file
async function getSourceFilePathFromPage({ workPath: string; page: string; }) {+ let fsPath = path.join(workPath, 'pages', page); if (await usesSrcDirectory(workPath)) {- return path.join('src', 'pages', page);+ fsPath = path.join(workPath, 'src', 'pages', page); } - return path.join('pages', page);+ if (fs.existsSync(fsPath)) {+ return path.relative(workPath, fsPath);+ }++ const extensionless = fsPath.slice(0, -3); // remove "".js"
const extensionless = fsPath.slice(0, -3); // remove ".js"
comment created time in 11 days
push eventvercel/vercel
commit sha 47ddd36fec01827eb21a2071a9da53d36e2a62a9
[cli] Update `http-proxy` to v1.18.1 (#5152) Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
push time in 16 days
delete branch vercel/vercel
delete branch : dependabot/npm_and_yarn/http-proxy-1.18.1
delete time in 16 days
PR merged vercel/vercel
Bumps http-proxy from 1.17.0 to 1.18.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md">http-proxy's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/http-party/node-http-proxy/compare/1.18.0...v1.18.1">v1.18.1</a> - 2020-05-17</h2> <h3>Merged</h3> <ul> <li>Skip sending the proxyReq event when the expect header is present <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1447"><code>#1447</code></a></li> <li>Remove node6 support, add node12 to build <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1397"><code>#1397</code></a></li> </ul> <h2><a href="https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.0">1.18.0</a> - 2019-09-18</h2> <h3>Merged</h3> <ul> <li>Added in auto-changelog module set to keepachangelog format <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1373"><code>#1373</code></a></li> <li>fix 'Modify Response' readme section to avoid unnecessary array copying <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1300"><code>#1300</code></a></li> <li>Fix incorrect target name for reverse proxy example <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1135"><code>#1135</code></a></li> <li>Fix modify response middleware example <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1139"><code>#1139</code></a></li> <li>[dist] Update dependency async to v3 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1359"><code>#1359</code></a></li> <li>Fix path to local http-proxy in examples. <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1072"><code>#1072</code></a></li> <li>fix reverse-proxy example require path <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1067"><code>#1067</code></a></li> <li>Update README.md <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/970"><code>#970</code></a></li> <li>[dist] Update dependency request to ~2.88.0 [SECURITY] <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1357"><code>#1357</code></a></li> <li>[dist] Update dependency eventemitter3 to v4 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1365"><code>#1365</code></a></li> <li>[dist] Update dependency colors to v1 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1360"><code>#1360</code></a></li> <li>[dist] Update all non-major dependencies <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1356"><code>#1356</code></a></li> <li>[dist] Update dependency agentkeepalive to v4 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1358"><code>#1358</code></a></li> <li>[dist] Update dependency nyc to v14 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1367"><code>#1367</code></a></li> <li>[dist] Update dependency concat-stream to v2 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1363"><code>#1363</code></a></li> <li>x-forwarded-host overwrite for mutli level proxies <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1267"><code>#1267</code></a></li> <li>[refactor doc] Complete rename to http-party org. <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1362"><code>#1362</code></a></li> <li>Highlight correct lines for createProxyServer <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1117"><code>#1117</code></a></li> <li>Fix docs for rewrite options - 201 also handled <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1147"><code>#1147</code></a></li> <li>Update .nyc_output <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1339"><code>#1339</code></a></li> <li>Configure Renovate <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1355"><code>#1355</code></a></li> <li>[examples] Restream body before proxying, support for Content-Type of application/x-www-form-urlencoded <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1264"><code>#1264</code></a></li> </ul> <h3>Commits</h3> <ul> <li>[dist] New test fixtures. <a href="https://github.com/http-party/node-http-proxy/commit/7e4a0e511bc30c059216860153301de2cdd1e97f"><code>7e4a0e5</code></a></li> <li>[dist] End of an era. <a href="https://github.com/http-party/node-http-proxy/commit/a9b09cce43f072db99fb5170030a05536177ccb7"><code>a9b09cc</code></a></li> <li>[dist] Version bump. 1.18.0 <a href="https://github.com/http-party/node-http-proxy/commit/9bbe486c5efcc356fb4d189ef38eee275bbde345"><code>9bbe486</code></a></li> <li>[fix] Latest versions. <a href="https://github.com/http-party/node-http-proxy/commit/59c4403e9dc15ab9b19ee2a3f4aecbfc6c3d94c4"><code>59c4403</code></a></li> <li>[fix test] Update tests. <a href="https://github.com/http-party/node-http-proxy/commit/dd1d08b6319d1def729554446a5b0176978a8dad"><code>dd1d08b</code></a></li> <li>[dist] Update dependency ws to v3 [SECURITY] <a href="https://github.com/http-party/node-http-proxy/commit/b00911c93740a00c5cfbacbb91565cb6912ed255"><code>b00911c</code></a></li> <li>[dist] .gitattributes all the things. <a href="https://github.com/http-party/node-http-proxy/commit/fc93520d741ec80be8ae31ca005f3e9c199e330e"><code>fc93520</code></a></li> <li>[dist] Regenerate package-lock.json. <a href="https://github.com/http-party/node-http-proxy/commit/16d4f8a95162b2e2e4ee6657c500f1208c044b2d"><code>16d4f8a</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/http-party/node-http-proxy/commit/9b96cd725127a024dabebec6c7ea8c807272223d"><code>9b96cd7</code></a> 1.18.1</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/335aeeba2f0c286dc89c402eeb76af47834c89a3"><code>335aeeb</code></a> Skip sending the proxyReq event when the expect header is present (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1447">#1447</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/dba39668ba4c9ad461316e834b2d64b77e1ca88e"><code>dba3966</code></a> Remove node6 support, add node12 to build (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1397">#1397</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/9bbe486c5efcc356fb4d189ef38eee275bbde345"><code>9bbe486</code></a> [dist] Version bump. 1.18.0</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/6e4bef4d1cd96e7a284717941e0fc274acbd3712"><code>6e4bef4</code></a> Added in auto-changelog module set to keepachangelog format (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1373">#1373</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/d05624167ce75e860770c13afeacec2ce0f67add"><code>d056241</code></a> fix 'Modify Response' readme section to avoid unnecessary array copying (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1300">#1300</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/244303b994525684e1ec8dff2e8055f89b62b1ee"><code>244303b</code></a> Fix incorrect target name for reverse proxy example (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1135">#1135</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/b4028ba78bc4616e6969e0e66b0fe4634849b68b"><code>b4028ba</code></a> Fix modify response middleware example (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1139">#1139</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/77a98159d2da0f20a03e2819c79662f36069f234"><code>77a9815</code></a> [dist] Update dependency async to v3 (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1359">#1359</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/c662f9ebcd8d623db374dbc7bef231b2b0af0c3a"><code>c662f9e</code></a> Fix path to local http-proxy in examples. (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1072">#1072</a>)</li> <li>Additional commits viewable in <a href="https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 16 days
push eventvercel/vercel
commit sha bd047cdc6a46811d98c092973540a5a03fb8c683
Update `tree-kill` to v1.2.2 (#5151) Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/pkrumins/node-tree-kill/releases) - [Commits](https://github.com/pkrumins/node-tree-kill/compare/v1.2.1...v1.2.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
push time in 16 days
delete branch vercel/vercel
delete branch : dependabot/npm_and_yarn/tree-kill-1.2.2
delete time in 16 days
PR merged vercel/vercel
Bumps tree-kill from 1.2.1 to 1.2.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pkrumins/node-tree-kill/commit/cb478381547107f5c53362668533f634beff7e6e"><code>cb47838</code></a> 1.2.2</li> <li><a href="https://github.com/pkrumins/node-tree-kill/commit/deee138a8cbc918463d8af5ce8c2bec33c3fd164"><code>deee138</code></a> fix: handle sanitising better, add tests</li> <li><a href="https://github.com/pkrumins/node-tree-kill/commit/ff73dbf144c4c2daa67799a50dfff59cd455c63c"><code>ff73dbf</code></a> fix: sanitise pid parameter (<a href="https://github-redirect.dependabot.com/pkrumins/node-tree-kill/issues/31">#31</a>)</li> <li><a href="https://github.com/pkrumins/node-tree-kill/commit/3b5b8feeb3175a3e16ea7e0e09fdf5b8d2b87b08"><code>3b5b8fe</code></a> update Changelog</li> <li>See full diff in <a href="https://github.com/pkrumins/node-tree-kill/compare/v1.2.1...v1.2.2">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 16 days
PR closed vercel/vercel
Bumps tree-kill from 1.2.1 to 1.2.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pkrumins/node-tree-kill/commit/cb478381547107f5c53362668533f634beff7e6e"><code>cb47838</code></a> 1.2.2</li> <li><a href="https://github.com/pkrumins/node-tree-kill/commit/deee138a8cbc918463d8af5ce8c2bec33c3fd164"><code>deee138</code></a> fix: handle sanitising better, add tests</li> <li><a href="https://github.com/pkrumins/node-tree-kill/commit/ff73dbf144c4c2daa67799a50dfff59cd455c63c"><code>ff73dbf</code></a> fix: sanitise pid parameter (<a href="https://github-redirect.dependabot.com/pkrumins/node-tree-kill/issues/31">#31</a>)</li> <li><a href="https://github.com/pkrumins/node-tree-kill/commit/3b5b8feeb3175a3e16ea7e0e09fdf5b8d2b87b08"><code>3b5b8fe</code></a> update Changelog</li> <li>See full diff in <a href="https://github.com/pkrumins/node-tree-kill/compare/v1.2.1...v1.2.2">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 16 days
PR closed vercel/vercel
Bumps http-proxy from 1.17.0 to 1.18.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md">http-proxy's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/http-party/node-http-proxy/compare/1.18.0...v1.18.1">v1.18.1</a> - 2020-05-17</h2> <h3>Merged</h3> <ul> <li>Skip sending the proxyReq event when the expect header is present <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1447"><code>#1447</code></a></li> <li>Remove node6 support, add node12 to build <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1397"><code>#1397</code></a></li> </ul> <h2><a href="https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.0">1.18.0</a> - 2019-09-18</h2> <h3>Merged</h3> <ul> <li>Added in auto-changelog module set to keepachangelog format <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1373"><code>#1373</code></a></li> <li>fix 'Modify Response' readme section to avoid unnecessary array copying <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1300"><code>#1300</code></a></li> <li>Fix incorrect target name for reverse proxy example <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1135"><code>#1135</code></a></li> <li>Fix modify response middleware example <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1139"><code>#1139</code></a></li> <li>[dist] Update dependency async to v3 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1359"><code>#1359</code></a></li> <li>Fix path to local http-proxy in examples. <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1072"><code>#1072</code></a></li> <li>fix reverse-proxy example require path <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1067"><code>#1067</code></a></li> <li>Update README.md <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/970"><code>#970</code></a></li> <li>[dist] Update dependency request to ~2.88.0 [SECURITY] <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1357"><code>#1357</code></a></li> <li>[dist] Update dependency eventemitter3 to v4 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1365"><code>#1365</code></a></li> <li>[dist] Update dependency colors to v1 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1360"><code>#1360</code></a></li> <li>[dist] Update all non-major dependencies <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1356"><code>#1356</code></a></li> <li>[dist] Update dependency agentkeepalive to v4 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1358"><code>#1358</code></a></li> <li>[dist] Update dependency nyc to v14 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1367"><code>#1367</code></a></li> <li>[dist] Update dependency concat-stream to v2 <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1363"><code>#1363</code></a></li> <li>x-forwarded-host overwrite for mutli level proxies <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1267"><code>#1267</code></a></li> <li>[refactor doc] Complete rename to http-party org. <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1362"><code>#1362</code></a></li> <li>Highlight correct lines for createProxyServer <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1117"><code>#1117</code></a></li> <li>Fix docs for rewrite options - 201 also handled <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1147"><code>#1147</code></a></li> <li>Update .nyc_output <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1339"><code>#1339</code></a></li> <li>Configure Renovate <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1355"><code>#1355</code></a></li> <li>[examples] Restream body before proxying, support for Content-Type of application/x-www-form-urlencoded <a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1264"><code>#1264</code></a></li> </ul> <h3>Commits</h3> <ul> <li>[dist] New test fixtures. <a href="https://github.com/http-party/node-http-proxy/commit/7e4a0e511bc30c059216860153301de2cdd1e97f"><code>7e4a0e5</code></a></li> <li>[dist] End of an era. <a href="https://github.com/http-party/node-http-proxy/commit/a9b09cce43f072db99fb5170030a05536177ccb7"><code>a9b09cc</code></a></li> <li>[dist] Version bump. 1.18.0 <a href="https://github.com/http-party/node-http-proxy/commit/9bbe486c5efcc356fb4d189ef38eee275bbde345"><code>9bbe486</code></a></li> <li>[fix] Latest versions. <a href="https://github.com/http-party/node-http-proxy/commit/59c4403e9dc15ab9b19ee2a3f4aecbfc6c3d94c4"><code>59c4403</code></a></li> <li>[fix test] Update tests. <a href="https://github.com/http-party/node-http-proxy/commit/dd1d08b6319d1def729554446a5b0176978a8dad"><code>dd1d08b</code></a></li> <li>[dist] Update dependency ws to v3 [SECURITY] <a href="https://github.com/http-party/node-http-proxy/commit/b00911c93740a00c5cfbacbb91565cb6912ed255"><code>b00911c</code></a></li> <li>[dist] .gitattributes all the things. <a href="https://github.com/http-party/node-http-proxy/commit/fc93520d741ec80be8ae31ca005f3e9c199e330e"><code>fc93520</code></a></li> <li>[dist] Regenerate package-lock.json. <a href="https://github.com/http-party/node-http-proxy/commit/16d4f8a95162b2e2e4ee6657c500f1208c044b2d"><code>16d4f8a</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/http-party/node-http-proxy/commit/9b96cd725127a024dabebec6c7ea8c807272223d"><code>9b96cd7</code></a> 1.18.1</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/335aeeba2f0c286dc89c402eeb76af47834c89a3"><code>335aeeb</code></a> Skip sending the proxyReq event when the expect header is present (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1447">#1447</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/dba39668ba4c9ad461316e834b2d64b77e1ca88e"><code>dba3966</code></a> Remove node6 support, add node12 to build (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1397">#1397</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/9bbe486c5efcc356fb4d189ef38eee275bbde345"><code>9bbe486</code></a> [dist] Version bump. 1.18.0</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/6e4bef4d1cd96e7a284717941e0fc274acbd3712"><code>6e4bef4</code></a> Added in auto-changelog module set to keepachangelog format (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1373">#1373</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/d05624167ce75e860770c13afeacec2ce0f67add"><code>d056241</code></a> fix 'Modify Response' readme section to avoid unnecessary array copying (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1300">#1300</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/244303b994525684e1ec8dff2e8055f89b62b1ee"><code>244303b</code></a> Fix incorrect target name for reverse proxy example (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1135">#1135</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/b4028ba78bc4616e6969e0e66b0fe4634849b68b"><code>b4028ba</code></a> Fix modify response middleware example (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1139">#1139</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/77a98159d2da0f20a03e2819c79662f36069f234"><code>77a9815</code></a> [dist] Update dependency async to v3 (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1359">#1359</a>)</li> <li><a href="https://github.com/http-party/node-http-proxy/commit/c662f9ebcd8d623db374dbc7bef231b2b0af0c3a"><code>c662f9e</code></a> Fix path to local http-proxy in examples. (<a href="https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1072">#1072</a>)</li> <li>Additional commits viewable in <a href="https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 16 days
Pull request review commentvercel/vercel
[node] Fix nft tracing for monorepos
"strict": true, "esModuleInterop": true, "sourceMap": true,+ "jsx": "react",
Why is this necessary?
comment created time in 17 days
push eventTooTallNate/vercel-deno
commit sha 8775a909c565e4bed476b0b4a5a27049726819ba
Parse URL and allow `statusCode` query param
push time in 19 days
push eventTooTallNate/vercel-deno
commit sha d916b5594f977f7f9e49a5edecc83fd5f368784e
Log body
push time in 19 days
issue commentTooTallNate/node-socks-proxy-agent
Try using socks:// or socks5h:// as the protocol, then the lookups will happen from the DNS server. See here for the implementation.
comment created time in 19 days
pull request commentvercel/vercel
chore(ionic-angular): remove api key from example
Thanks @mhartington!
comment created time in 20 days
push eventvercel/vercel
commit sha 183ea42f94a3ed1b2b2c6392d7ccd035d9ef630a
[examples] chore(ionic-angular): remove Google Maps API key (#5130)
push time in 20 days
push eventTooTallNate/vercel-deno
commit sha 56b984f5395c8360fccde8f1eab4a3b8fdacb8e4
Default to Deno v1.3.2 and `[email protected]` (#36)
push time in 21 days
Pull request review commentvercel/vercel
[tests] Deprecate "now" npm package in favor of "vercel"
for tag in $tags; do echo "Running \`npm publish $npm_tag\` in \"$(pwd)\"" npm publish $npm_tag+ echo "Running \`npm deprecate $old_name@$version\` in favor of $new_name"+ npm deprecate "$old_name@$version" "\"$old_name\" is deprecated and will stop receiving updates January 2021. Please use \"$new_name\" instead."
npm deprecate "$old_name@$version" "\"$old_name\" is deprecated and will stop receiving updates after January 2021. Please use \"$new_name\" instead."
comment created time in 23 days
pull request commentvercel/vercel
[cli] Add support for the sourceFilesOutsideRootDirectory option
Seems the test is failing @shuding.
comment created time in 24 days
pull request commentvercel/vercel
[cli] Improve startup perf - disable source maps and minification
Thanks @guybedford!
comment created time in 25 days
pull request commentvercel/vercel
[cli] Improve startup perf - disable source maps and minification
roughly 0x change in publish size
This seems strange right? I would expect the source maps to be large-ish.
comment created time in a month
pull request commentvercel/vercel
[cli] Improve startup perf - disable source maps and minification
Fine with me. The source maps never were processed properly by Sentry so we're not really losing anything 😄
comment created time in a month
issue commentTooTallNate/vercel-deno
TypeError: ref.startsWith is not a function
Can you try out v0.7.0 and let me know if that fixes it for you?
comment created time in a month
push eventTooTallNate/vercel-deno
commit sha 85ef0da5dc37f51967a9ef463e748b4f2bdadc87
Use "0.7.0" in Readme
push time in a month
created tagTooTallNate/vercel-deno
▲ Vercel Runtime for 🦕 Deno serverless functions
created time in a month
push eventTooTallNate/vercel-deno
commit sha be31a54df8c9574ebb720ad44a8560cb97c1a37e
0.7.0
push time in a month
PR merged TooTallNate/vercel-deno
Fixes #34.
For posterity, the case that was investigated to fix this had
a .buildinfo file that had a "semanticDiagnosticsPerFile" array that
contained strings as well as array objects, like so:
"https://deno.land/[email protected]/http/server.ts",
"https://deno.land/[email protected]/io/bufio.ts",
"https://deno.land/[email protected]/textproto/mod.ts",
"https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/deno/tree.ts",
[
"https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/deno/wasm.ts",
[
{
"file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/deno/wasm.ts",
"start": 80,
"length": 17,
"code": 7016,
"category": 1,
"messageText": "Could not find a declaration file for module '../wasm/wasm.js'. 'https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/wasm/wasm.js' implicitly has an 'any' type."
}
]
],
"https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/mod.ts",
[
"https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts",
[
{
"file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts",
"start": 17,
"length": 14,
"code": 7016,
"category": 1,
"messageText": "Could not find a declaration file for module './runtime.js'. 'https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/runtime.js' implicitly has an 'any' type."
},
{
"file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts",
"start": 55,
"length": 33,
"code": 7016,
"category": 1,
"messageText": "Could not find a declaration file for module 'https://dev.jspm.io/@babel/core'. 'https://dev.jspm.io/@babel/core' implicitly has an 'any' type."
},
{
"file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts",
"start": 117,
"length": 39,
"code": 7016,
"category": 1,
"messageText": "Could not find a declaration file for module 'https://dev.jspm.io/@babel/preset-env'. 'https://dev.jspm.io/@babel/preset-env' implicitly has an 'any' type."
},
{
"file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts",
"start": 190,
"length": 58,
"code": 7016,
"category": 1,
"messageText": "Could not find a declaration file for module 'https://dev.jspm.io/@babel/plugin-syntax-top-level-await'. 'https://dev.jspm.io/@babel/plugin-syntax-top-level-await' implicitly has an 'any' type."
}
]
],
"https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/rules.ts",
"https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/_util/assert.ts",
"https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/path/_constants.ts",
"https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/path/_globrex.ts",
"https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/path/_interface.ts",
pr closed time in a month
issue closedTooTallNate/vercel-deno
TypeError: ref.startsWith is not a function
Same error but was not fixed by following #16
Here's my deployment - https://vercel.com/nestdotland/analyzer/8esvs9qzp and the code - https://github.com/nestdotland/analyzer/blob/master/playground/api/index.ts
closed time in a month
divy-workissue commentTooTallNate/vercel-deno
TypeError: ref.startsWith is not a function
Thanks for the repro. Should be fixed by #35.
comment created time in a month
PR opened TooTallNate/vercel-deno
Fixes #34.
For posterity, the case that was investigated to fix this had
a .buildinfo file that had a "semanticDiagnosticsPerFile" array that
contained strings as well as array objects, like so:
"https://deno.land/[email protected]/http/server.ts",
"https://deno.land/[email protected]/io/bufio.ts",
"https://deno.land/[email protected]/textproto/mod.ts",
"https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/deno/tree.ts",
[
"https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/deno/wasm.ts",
[
{
"file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/deno/wasm.ts",
"start": 80,
"length": 17,
"code": 7016,
"category": 1,
"messageText": "Could not find a declaration file for module '../wasm/wasm.js'. 'https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/wasm/wasm.js' implicitly has an 'any' type."
}
]
],
"https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/mod.ts",
[
"https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts",
[
{
"file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts",
"start": 17,
"length": 14,
"code": 7016,
"category": 1,
"messageText": "Could not find a declaration file for module './runtime.js'. 'https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/runtime.js' implicitly has an 'any' type."
},
{
"file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts",
"start": 55,
"length": 33,
"code": 7016,
"category": 1,
"messageText": "Could not find a declaration file for module 'https://dev.jspm.io/@babel/core'. 'https://dev.jspm.io/@babel/core' implicitly has an 'any' type."
},
{
"file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts",
"start": 117,
"length": 39,
"code": 7016,
"category": 1,
"messageText": "Could not find a declaration file for module 'https://dev.jspm.io/@babel/preset-env'. 'https://dev.jspm.io/@babel/preset-env' implicitly has an 'any' type."
},
{
"file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts",
"start": 190,
"length": 58,
"code": 7016,
"category": 1,
"messageText": "Could not find a declaration file for module 'https://dev.jspm.io/@babel/plugin-syntax-top-level-await'. 'https://dev.jspm.io/@babel/plugin-syntax-top-level-await' implicitly has an 'any' type."
}
]
],
"https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/rules.ts",
"https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/_util/assert.ts",
"https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/path/_constants.ts",
"https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/path/_globrex.ts",
"https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/path/_interface.ts",
pr created time in a month
push eventTooTallNate/vercel-deno
commit sha 488646f4df26edd3a2879bfdbb11006953de40b7
Use `--allow-all` (#33) Fixes #32.
commit sha 0ae27f108a0055fec552457900448aa0903c597e
Ensure values are a string before invoking `startsWith()` Fixes #34. For posterity, the case that was investigated to fix this had a `.buildinfo` file that had a "semanticDiagnosticsPerFile" array that contained strings as well as array objects, like so: ``` "https://deno.land/[email protected]/http/server.ts", "https://deno.land/[email protected]/io/bufio.ts", "https://deno.land/[email protected]/textproto/mod.ts", "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/deno/tree.ts", [ "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/deno/wasm.ts", [ { "file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/deno/wasm.ts", "start": 80, "length": 17, "code": 7016, "category": 1, "messageText": "Could not find a declaration file for module '../wasm/wasm.js'. 'https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/wasm/wasm.js' implicitly has an 'any' type." } ] ], "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/mod.ts", [ "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts", [ { "file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts", "start": 17, "length": 14, "code": 7016, "category": 1, "messageText": "Could not find a declaration file for module './runtime.js'. 'https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/runtime.js' implicitly has an 'any' type." }, { "file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts", "start": 55, "length": 33, "code": 7016, "category": 1, "messageText": "Could not find a declaration file for module 'https://dev.jspm.io/@babel/core'. 'https://dev.jspm.io/@babel/core' implicitly has an 'any' type." }, { "file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts", "start": 117, "length": 39, "code": 7016, "category": 1, "messageText": "Could not find a declaration file for module 'https://dev.jspm.io/@babel/preset-env'. 'https://dev.jspm.io/@babel/preset-env' implicitly has an 'any' type." }, { "file": "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/mod.ts", "start": 190, "length": 58, "code": 7016, "category": 1, "messageText": "Could not find a declaration file for module 'https://dev.jspm.io/@babel/plugin-syntax-top-level-await'. 'https://dev.jspm.io/@babel/plugin-syntax-top-level-await' implicitly has an 'any' type." } ] ], "https://e4qp7sg572biez6tjyvlteqqf3jjgohzocjca6fgfbt5t4h2iekq.arweave.net/JyD_yN3-goJn004quZIQLtKTOPlwkiB4pihn2fD6QRU/runtime/rules.ts", "https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/_util/assert.ts", "https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/path/_constants.ts", "https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/path/_globrex.ts", "https://iigk45i7o35wcqut6db5ji5nuwoj2nhlbqvk2jqrlhewcix6b7ja.arweave.net/QgyudR92-2FCk_DD1KOtpZydNOsMKq0mEVnJYSL-D9I/path/_interface.ts", ```
push time in a month
push eventTooTallNate/vercel-deno
commit sha 488646f4df26edd3a2879bfdbb11006953de40b7
Use `--allow-all` (#33) Fixes #32.
push time in a month
issue closedTooTallNate/vercel-deno
add --allow-run and --allow-plugin env variables
While trying to open a native plugin and spawning a sub process, vercel-deno does not provide the args for that. Maybe expose an env variable to do so?
closed time in a month
divy-workissue commentTooTallNate/vercel-deno
add --allow-run and --allow-plugin env variables
Might as well use --allow-all right? Since Lambda already provides a sandboxed environment. Let me know if #33 will work for you.
comment created time in a month
Pull request review commentvercel/vercel
[build-utils] Fix framework "Other" with Next.js for old projects
function detectFrontBuilder( config.outputDirectory = projectSettings.outputDirectory; } - if (pkg && framework !== null) {+ if (pkg && (framework !== null || createdAt < Date.parse('2020-03-01'))) {
I guess it's fine 😄
comment created time in a month
pull request commentvercel/vercel
[build-utils] Fix framework "Other" with Next.js for old projects
Code LGTM, but I'm not sure about the date. What was the goal with picking 2020-03-01? I know you said it was arbitrary, but why not pick today for example?
comment created time in a month
Pull request review commentvercel/vercel
[build-utils] Fix framework "Other" with Next.js for old projects
function detectFrontBuilder( config.outputDirectory = projectSettings.outputDirectory; } - if (pkg && framework !== null) {+ if (pkg && (framework !== null || createdAt < Date.parse('2020-03-01'))) {
The date threshold should be a constant defined at the top of the file.
comment created time in a month
push eventTooTallNate/vercel-deno
commit sha 25840da607a812b404aa5bd41a9a002edb4cc63a
Default to Deno v1.3.1 and `[email protected]` (#31)
push time in a month