Searched refs:github (Results 1 – 25 of 3634) sorted by relevance
12345678910>>...146
/third_party/cJSON/ |
D | CONTRIBUTORS.md | 5 - [Dave Gamble](https://github.com/DaveGamble) 8 - [Max Bruckner](https://github.com/FSMaxB) 9 - [Alan Wang](https://github.com/Alanscut) 12 * [Ajay Bhargav](https://github.com/ajaybhargav) 13 * [Alper Akcan](https://github.com/alperakcan) 14 * [Andrew Tang](https://github.com/singku) 15 * [Anton Sergeev](https://github.com/anton-sergeev) 16 * [Benbuck Nason](https://github.com/bnason-nf) 17 * [Bernt Johan Damslora](https://github.com/bjda) 18 * [Bob Kocisko](https://github.com/bobkocisko) [all …]
|
/third_party/grpc/ |
D | MAINTAINERS.md | 5 See [GOVERNANCE.md](https://github.com/grpc/grpc-community/blob/master/governance.md) 7 See [CONTRIBUTING.md](https://github.com/grpc/grpc-community/blob/master/CONTRIBUTING.md) 11 - [a11r](https://github.com/a11r), Google LLC 12 - [apolcyn](https://github.com/apolcyn), Google LLC 13 - [arjunroy](https://github.com/arjunroy), Google LLC 14 - [AspirinSJL](https://github.com/AspirinSJL), Google LLC 15 - [bogdandrutu](https://github.com/bogdandrutu), Google LLC 16 - [daniel-j-born](https://github.com/daniel-j-born), Google LLC 17 - [dapengzhang0](https://github.com/dapengzhang0), Google LLC 18 - [dfawley](https://github.com/dfawley), Google LLC [all …]
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V7.md | 77 …(https://github.com/nodejs/node/commit/ff587deb54)] - **build**: disable V8 snapshots (Ali Ijaz Sh… 78 …github.com/nodejs/node/commit/8a82960e76)] - **deps**: cherry-pick 9478908a49 from cares upstream … 79 …tps://github.com/nodejs/node/commit/b5bf5e8086)] - **test**: verify hash seed uniqueness (Ali Ijaz… 86 * **crypto**: add randomFill and randomFillSync (Evan Lucas) [#10209](https://github.com/nodejs/nod… 88 …* add lucamaraschi to collaborators (Luca Maraschi) [#12538](https://github.com/nodejs/node/pull/1… 89 …* add DavidCai1993 to collaborators (David Cai) [#12435](https://github.com/nodejs/node/pull/12435) 90 * add jkrems to collaborators (Jan Krems) [#12427](https://github.com/nodejs/node/pull/12427) 91 * add AnnaMag to collaborators (AnnaMag) [#12414](https://github.com/nodejs/node/pull/12414) 92 …ash when Promise rejection is a Symbol (Cameron Little) [#11640](https://github.com/nodejs/node/pu… 93 * **url**: make WHATWG URL more spec compliant (Timothy Gu) [#12507](https://github.com/nodejs/node… [all …]
|
D | CHANGELOG_V8.md | 73 [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and 87 * **deps**: update npm to 6.13.4 [#30904](https://github.com/nodejs/node/pull/30904) 91 …9`](https://github.com/nodejs/node/commit/208b813e49)] - **build,win**: add test-ci-native and tes… 92 …23a670`](https://github.com/nodejs/node/commit/369a23a670)] - **deps**: update npm to 6.13.4 (Audr… 101 * **deps**: upgrade openssl sources to 1.0.2s (Sam Roberts) [#28230](https://github.com/nodejs/node… 105 …005628`](https://github.com/nodejs/node/commit/cc9d005628)] - **crypto**: update root certificates… 106 …cd35e3`](https://github.com/nodejs/node/commit/347fcd35e3)] - **crypto**: update root certificates… 107 …b3254d`](https://github.com/nodejs/node/commit/b2a6b3254d)] - **crypto**: update root certificates… 108 …//github.com/nodejs/node/commit/5682e50325)] - **deps**: add -no\_rand\_screen to openssl s\_clien… 109 …//github.com/nodejs/node/commit/9663ae3546)] - **deps**: fix asm build error of openssl in x86\_wi… [all …]
|
D | CHANGELOG_V11.md | 55 * **deps**: add s390 asm rules for OpenSSL-1.1.1 (Shigeki Ohtsu) [#19794](https://github.com/nodejs… 56 * **src**: add .code and SSL specific error properties (Sam Roberts) [#25093](https://github.com/no… 58 * add --tls-min-v1.2 CLI switch (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951) 59 * supported shared openssl 1.1.0 (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951) 60 * revert default max toTLSv1.2 (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951) 61 …* revert change to invalid protocol error type (Sam Roberts) [#26951](https://github.com/nodejs/no… 62 * support TLSv1.3 (Sam Roberts) [#26209](https://github.com/nodejs/node/pull/26209) 63 …* add code for ERR\_TLS\_INVALID\_PROTOCOL\_METHOD (Sam Roberts) [#24729](https://github.com/nodej… 67 …23dcbfa`](https://github.com/nodejs/node/commit/7da23dcbfa)] - **deps**: V8: backport 61f4c22 (Ann… 68 …`](https://github.com/nodejs/node/commit/8db791d0fe)] - **deps**: update archs files for OpenSSL-1… [all …]
|
D | CHANGELOG_V9.md | 65 …s://github.com/nodejs/node/commit/65ed3213ca)] - **deps**: update to nghttp2 1.32.0 (James M Snell… 66 …github.com/nodejs/node/commit/f0af3b09bd)] - **doc**: buffer.fill() can zero-fill on invalid input… 67 …github.com/nodejs/node/commit/828159fcd4)] - **http2**: fixup http2stream cleanup and other nits (… 68 …github.com/nodejs/node/commit/be103eba41)] - **src**: re-add `Realloc()` shrink after reading stre… 69 …github.com/nodejs/node/commit/555696df51)] - **src**: avoid hanging on Buffer#fill 0-length input … 70 …github.com/nodejs/node/commit/7684ba63c4)] - **test**: add tls write error regression test (Shigek… 71 …github.com/nodejs/node/commit/0ab90acaf3)] - **test**: add regression test for nghttp2 CVE-2018-10… 72 …//github.com/nodejs/node/commit/84f23d2f12)] - **tls**: fix SSL write error handling (Anna Henning… 90 * Updated ICU to 61.1 (Steven R. Loomis) [#19621](https://github.com/nodejs/node/pull/19621) 93 … for `ReadStream` and `WriteStream` (Sameer Srivastava) [#19408](https://github.com/nodejs/node/pu… [all …]
|
D | CHANGELOG_V13.md | 63 * macOS package notarization (Rod Vagg) [#31459](https://github.com/nodejs/node/pull/31459) 65 * upgrade npm to 6.14.4 (Ruy Adorno) [#32495](https://github.com/nodejs/node/pull/32495) 66 * update to uvwasi 0.0.6 (Colin Ihrig) [#32309](https://github.com/nodejs/node/pull/32309) 67 * upgrade to libuv 1.35.0 (Colin Ihrig) [#32204](https://github.com/nodejs/node/pull/32204) 69 …* add --disable-proto option to cli (Gus Caplan) [#32279](https://github.com/nodejs/node/pull/3227… 71 …* move diagnostic reports to stable (Colin Ihrig) [#32242](https://github.com/nodejs/node/pull/322… 73 …* allow URL in Worker constructor (Antoine du HAMEL) [#31664](https://github.com/nodejs/node/pull/… 75 …* use a global symbol for `util.promisify.custom` (ExE Boss) [#31672](https://github.com/nodejs/no… 79 …ps://github.com/nodejs/node/commit/81183caa4c)] - **build**: annotate markdown lint failures in pu… 80 …020e636`](https://github.com/nodejs/node/commit/f8a020e636)] - **build**: macOS package notarizati… [all …]
|
D | CHANGELOG_V10.md | 99 * **buffer**: add {read|write}Big\[U\]Int64{BE|LE} methods (garygsc) [#19691](https://github.com/no… 100 * **build**: macOS package notarization (Rod Vagg) [#31459](https://github.com/nodejs/node/pull/314… 102 * update npm to 6.14.3 (Myles Borins) [#32368](https://github.com/nodejs/node/pull/32368) 103 …* upgrade openssl sources to 1.1.1e (Hassaan Pasha) [#32328](https://github.com/nodejs/node/pull/3… 104 * upgrade to libuv 1.34.2 (cjihrig) [#31477](https://github.com/nodejs/node/pull/31477) 106 …* add napi\_get\_all\_property\_names (himself65) [#30006](https://github.com/nodejs/node/pull/300… 107 …* add APIs for per-instance state management (Gabriel Schulhof) [#28682](https://github.com/nodejs… 108 * define release 6 [#32058](https://github.com/nodejs/node/pull/32058) 109 …* turn NAPI\_CALL\_INTO\_MODULE into a function (Anna Henningsen) [#26128](https://github.com/node… 111 …* expose keylog event on TLSSocket (Alba Mendez) [#27654](https://github.com/nodejs/node/pull/2765… [all …]
|
D | CHANGELOG_V12.md | 67 * add ronag to collaborators (Robert Nagy) [#31498](https://github.com/nodejs/node/pull/31498) 68 …* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](https://github.com/nodejs/node/pull… 70 * upgrade npm to 6.13.6 (Ruy Adorno) [#31304](https://github.com/nodejs/node/pull/31304) 71 * update openssl to 1.1.1e (Hassaan Pasha) [#32328](https://github.com/nodejs/node/pull/32328) 75 …https://github.com/nodejs/node/commit/f756c809e0)] - **assert**: align character indicators proper… 76 …ps://github.com/nodejs/node/commit/597431b1f2)] - **async_hooks**: remove internal only error chec… 77 …53`](https://github.com/nodejs/node/commit/35f107da53)] - **benchmark**: remove problematic tls pa… 78 …22c`](https://github.com/nodejs/node/commit/0b7579022c)] - **benchmark**: use let instead of var (… 79 …7`](https://github.com/nodejs/node/commit/7173b285e7)] - **benchmark**: swap var for let in benchm… 80 …`](https://github.com/nodejs/node/commit/c18cec7593)] - **benchmark**: remove special test entries… [all …]
|
D | CHANGELOG_V6.md | 82 [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and 93 * fix error check in `Execute()` (Brian White) [#25939](https://github.com/nodejs/node/pull/25939) 97 …1a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:` for AIX … 98 …(https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLACEME & DEP...X fo… 99 …6f88b`](https://github.com/nodejs/node/commit/1371a6f88b)] - **doc**: simplify CODE\_OF\_CONDUCT.m… 100 …github.com/nodejs/node/commit/ad62971573)] - **doc**: document that addMembership must be called o… 101 …bf40`](https://github.com/nodejs/node/commit/8080a9bf40)] - **http**: fix error check in `Execute(… 102 …edc7120ea`](https://github.com/nodejs/node/commit/aedc7120ea)] - **src**: fix bootstrap\_node on b… 103 …64955a`](https://github.com/nodejs/node/commit/b5d464955a)] - **test**: fix test-repl-envvars (Ann… 124 …al Denial of Service (DoS). (CVE-2019-5739 / [Timur Shemsedinov](https://github.com/tshemsedinov),… [all …]
|
D | CHANGELOG_V4.md | 77 [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and 111 …3cd4f`](https://github.com/nodejs/node/commit/497ff3cd4f)] - **crypto**: update root certificates … 112 …//github.com/nodejs/node/commit/514709e41f)] - **deps**: add -no\_rand\_screen to openssl s\_clien… 113 …//github.com/nodejs/node/commit/5108108606)] - **deps**: fix asm build error of openssl in x86\_wi… 114 …s://github.com/nodejs/node/commit/d67d0a63d9)] - **deps**: fix openssl assembly error on ia32 win3… 115 …ttps://github.com/nodejs/node/commit/6af057ecc8)] - **deps**: copy all openssl header files to inc… 116 …d`](https://github.com/nodejs/node/commit/b50cd3359d)] - **deps**: upgrade openssl sources to 1.0.… 117 …github.com/nodejs/node/commit/da6e24c8d6)] - **deps**: reject interior blanks in Content-Length (B… 118 …github.com/nodejs/node/commit/7ebc9981e0)] - **deps**: upgrade http-parser to v2.8.0 (Ben Noordhui… 119 …//github.com/nodejs/node/commit/6fd2cc93a6)] - **openssl**: fix keypress requirement in apps on wi… [all …]
|
D | CHANGELOG_V14.md | 96 …github.com/nodejs/node/commit/a9f1146b88)] - **http**: disable chunked encoding when OBS fold is u… 97 …://github.com/nodejs/node/commit/a1121b456c)] - **src**: fix IPv4 non routable validation (RafaelG… 98 …870`](https://github.com/nodejs/node/commit/de80707870)] - **src**: fix IS\_LTS and IS\_RELEASE fl… 106 …github.com/nodejs/node/commit/8e8aef836c)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenS… 107 …37d`](https://github.com/nodejs/node/commit/98965b137d)] - **deps**: upgrade openssl sources to 1.… 111 …6`](https://github.com/nodejs/node/commit/b93e048bf6)] - **deps**: update archs files for OpenSSL-… 112 …37d`](https://github.com/nodejs/node/commit/98965b137d)] - **deps**: upgrade openssl sources to 1.… 113 …e`](https://github.com/nodejs/node/commit/837a1d803e)] - **deps**: update archs files for OpenSSL-… 114 …49e`](https://github.com/nodejs/node/commit/c5d9c9a49e)] - **deps**: upgrade openssl sources to 1.… 115 …//github.com/nodejs/node/commit/da0fda0fe8)] - **http**: stricter Transfer-Encoding and header sep… [all …]
|
D | CHANGELOG_V5.md | 63 …* backport allocUnsafeSlow (Сковорода Никита Андреевич) [#7169](https://github.com/nodejs/node/pul… 64 …* ignore negative allocation lengths (Anna Henningsen) [#7221](https://github.com/nodejs/node/pull… 65 …a9bfec from v8 upstream (Ben Noordhuis) [nodejs/node-private#40](https://github.com/nodejs/node-pr… 70 …github.com/nodejs/node/commit/0ca0827b71)] - **(SEMVER-MINOR)** **buffer**: backport allocUnsafeSl… 71 …](https://github.com/nodejs/node/commit/27785aeb37)] - **buffer**: ignore negative allocation leng… 72 …s://github.com/nodejs/node/commit/34b96c1322)] - **deps**: backport 3a9bfec from v8 upstream (Ben … 73 …s://github.com/nodejs/node/commit/2ebeb82852)] - **test**: fix test-net-* error code check for get… 74 …github.com/nodejs/node/commit/03d36aea4f)] - **(SEMVER-MINOR)** **test**: add buffer testcase for … 81 …NoZeroFill (Сковорода Никита Андреевич) [nodejs/node-private#35](https://github.com/nodejs/node-pr… 82 * **deps**: upgrade openssl sources to 1.0.2h (Shigeki Ohtsu) [#6552](https://github.com/nodejs/nod… [all …]
|
D | CHANGELOG_IOJS.md | 87 * **buffer**: Fixed a minor errors that was causing crashes (Michaël Zasso) [#2635](https://github.… 88 * **child_process**: Fix error that was causing crashes (Evan Lucas) [#2727](https://github.com/nod… 89 … of rwlocks, unsafe on Windows XP / 2003 (Ben Noordhuis) [#2723](https://github.com/nodejs/node/pu… 90 * **libuv**: Upgrade from 1.7.3 to 1.7.4 (Saúl Ibarra Corretgé) [#2817](https://github.com/nodejs/n… 91 * **node**: Fix faulty `process.release.libUrl` on Windows (Rod Vagg) [#2699](https://github.com/no… 92 …ed support for Node.js and io.js v0.10 to v4+ (Rod Vagg) [#2700](https://github.com/nodejs/node/pu… 93 …security update, see https://github.com/npm/npm/releases/tag/v2.14.2 for more details, (Kat Marchá… 94 …github.com/nodejs/node/pull/2540), (Julien Gilli) [nodejs/node-v0.x-archive#8751](https://github.c… 98 See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and current list of known iss… 100 …ion of V8. e.g. `[{ [prop]: val }]` evaluates to `[{}]`. [#2507](https://github.com/nodejs/node/is… [all …]
|
/third_party/node/test/fixtures/wpt/resources/webidl2/ |
D | CHANGELOG.md | 3 ## [v10.2.1](https://github.com/w3c/webidl2.js/tree/v10.2.1) (2018-03-09) 4 [Full Changelog](https://github.com/w3c/webidl2.js/compare/v10.2.0...v10.2.1) 8 …sation and whitespace skipping [\#139](https://github.com/w3c/webidl2.js/pull/139) ([ricea](https:… 9 …factor: small syntax changes [\#137](https://github.com/w3c/webidl2.js/pull/137) ([saschanaz](http… 11 ## [v10.2.0](https://github.com/w3c/webidl2.js/tree/v10.2.0) (2018-01-30) 12 [Full Changelog](https://github.com/w3c/webidl2.js/compare/v10.1.0...v10.2.0) 16 - Type on union idlType [\#135](https://github.com/w3c/webidl2.js/pull/135) ([saschanaz](https://gi… 17 …at: add argument/return type [\#134](https://github.com/w3c/webidl2.js/pull/134) ([saschanaz](http… 18 … add dictionary/typedef-type [\#133](https://github.com/w3c/webidl2.js/pull/133) ([saschanaz](http… 19 …add const-type for idlTypes [\#132](https://github.com/w3c/webidl2.js/pull/132) ([saschanaz](http… [all …]
|
/third_party/node/deps/npm/ |
D | CHANGELOG.md | 5 * [`a869ec48b`](https://github.com/npm/cli/commit/a869ec48b9481c10302378e6c2d94fe36e4c81c2) 7 * [`a869ec48b`](https://github.com/npm/cli/commit/a869ec48b9481c10302378e6c2d94fe36e4c81c2) 14 * [`0afe4f12f`](https://github.com/npm/cli/commit/0afe4f12f6b69f8fa6d39451b6e684fbef5fe1e2) 16 ([@ruyadorno](https://github.com/ruyadorno)) 20 * [`2c534f801`](https://github.com/npm/cli/commit/2c534f801b87d6b8d6c534d326ca39654e313fe9) 28 * [`8160e6e4b`](https://github.com/npm/cli/commit/8160e6e4b58c0f76e720183f2057e26c6d9d8470) 30 * [`3079f5038`](https://github.com/npm/cli/commit/3079f503896323ab10bfad5bbdb7fe5ca9207d4b) 37 * [`4627c0670`](https://github.com/npm/cli/commit/4627c0670957ee5c5e8506750f4626493aabdc25) 44 * [`285ab3f65`](https://github.com/npm/cli/commit/285ab3f654882860246f729eb52e2c8c6a6d6e01) 46 * [`63b5c56c5`](https://github.com/npm/cli/commit/63b5c56c5203c8965c8ddeff28f2a65010b40b7c) [all …]
|
/third_party/json/ |
D | ChangeLog.md | 4 ## [v3.9.1](https://github.com/nlohmann/json/releases/tag/v3.9.1) (2020-08-06) 6 [Full Changelog](https://github.com/nlohmann/json/compare/v3.9.0...v3.9.1) 8 - Can't parse not formatted JSON. [\#2340](https://github.com/nlohmann/json/issues/2340) 9 … when JSON text begins with square bracket on gcc 7.5.0 [\#2339](https://github.com/nlohmann/json/… 10 - Unexpected deserialization difference between Mac and Linux [\#2338](https://github.com/nlohmann/… 11 - Reading ordered\_json from file causes compile error [\#2331](https://github.com/nlohmann/json/is… 12 …ls on multiple consecutive lines starting with comments [\#2330](https://github.com/nlohmann/json/… 13 … Homebrew installation and CMake integration - Homebrew [\#2326](https://github.com/nlohmann/json/… 14 - Chinese character initialize error [\#2325](https://github.com/nlohmann/json/issues/2325) 15 - json.update and vector\<pair\>does not work with ordered\_json [\#2315](https://github.com/nlohma… [all …]
|
/third_party/typescript_eslint/ |
D | CHANGELOG.md | 6 # [4.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) (2020-11-… 11 …ule declaration ([#2739](https://github.com/typescript-eslint/typescript-eslint/issues/2739)) ([23… 12 …terfaceHeritage ([#2753](https://github.com/typescript-eslint/typescript-eslint/issues/2753)) ([53… 17 …github.com/typescript-eslint/typescript-eslint/issues/2760)) ([9441d50](https://github.com/typescr… 23 # [4.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.1...v4.7.0) (2020-11-… 28 …adonlyArray fix ([#2747](https://github.com/typescript-eslint/typescript-eslint/issues/2747)) ([83… 29 …le computed key ([#2737](https://github.com/typescript-eslint/typescript-eslint/issues/2737)) ([e8… 34 …oid-expression` ([#2605](https://github.com/typescript-eslint/typescript-eslint/issues/2605)) ([c8… 35 …github.com/typescript-eslint/typescript-eslint/issues/2748)) ([2be354b](https://github.com/typescr… 41 ## [4.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) (2020-11… [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/ |
D | CHANGELOG.md | 4 …0d0`](https://github.com/nodejs/node-gyp/commit/f37a8b40d0)] - **doc**: add GitHub Actions badge (… 5 …5e`](https://github.com/nodejs/node-gyp/commit/cb3f6aae5e)] - **doc**: update macOS\_Catalina.md (… 6 …`](https://github.com/nodejs/node-gyp/commit/0607596a4c)] - **doc**: fix typo in README.md (#1985)… 7 …`0d5a415a14`](https://github.com/nodejs/node-gyp/commit/0d5a415a14)] - **doc**: add travis badge (… 8 …/github.com/nodejs/node-gyp/commit/103740cd95)] - **gyp**: list(dict) so we can del dict(key) whil… 9 …tps://github.com/nodejs/node-gyp/commit/278dcddbdd)] - **lib**: ignore VS instances that cause COM… 10 …github.com/nodejs/node-gyp/commit/1694907bbf)] - **lib**: compatibility with semver ≥ 7 (`new` for… 11 …github.com/nodejs/node-gyp/commit/a3f1143514)] - **(SEMVER-MINOR)** **lib**: noproxy support, matc… 12 …`](https://github.com/nodejs/node-gyp/commit/52365819c7)] - **test**: remove old docker test harne… 13 …://github.com/nodejs/node-gyp/commit/bc509c511d)] - **test**: add Windows to GitHub Actions testin… [all …]
|
/third_party/typescript_eslint/packages/eslint-plugin/ |
D | CHANGELOG.md | 6 # [4.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) (2020-11-… 11 …ule declaration ([#2739](https://github.com/typescript-eslint/typescript-eslint/issues/2739)) ([23… 12 …terfaceHeritage ([#2753](https://github.com/typescript-eslint/typescript-eslint/issues/2753)) ([53… 18 # [4.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.1...v4.7.0) (2020-11-… 23 …adonlyArray fix ([#2747](https://github.com/typescript-eslint/typescript-eslint/issues/2747)) ([83… 24 …le computed key ([#2737](https://github.com/typescript-eslint/typescript-eslint/issues/2737)) ([e8… 29 …oid-expression` ([#2605](https://github.com/typescript-eslint/typescript-eslint/issues/2605)) ([c8… 30 …github.com/typescript-eslint/typescript-eslint/issues/2748)) ([2be354b](https://github.com/typescr… 36 ## [4.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) (2020-11… 41 …r with generics ([#2722](https://github.com/typescript-eslint/typescript-eslint/issues/2722)) ([73… [all …]
|
/third_party/node/deps/npm/node_modules/yargs/ |
D | CHANGELOG.md | 3 … project will be documented in this file. See [standard-version](https://github.com/conventional-c… 9 … call Object.freeze() ([#1483](https://www.github.com/yargs/yargs/issues/1483)) ([99c2dc8](https:/… 11 ### [14.2.1](https://github.com/yargs/yargs/compare/v14.2.0...v14.2.1) (2019-10-30) 16 …being respected by commands ([#1459](https://github.com/yargs/yargs/issues/1459)) ([e78e76e](https… 18 ## [14.2.0](https://github.com/yargs/yargs/compare/v14.1.0...v14.2.0) (2019-10-07) 23 …middleware was called twice ([#1422](https://github.com/yargs/yargs/issues/1422)) ([9a42b63](https… 24 …ept any spec conform object ([#1424](https://github.com/yargs/yargs/issues/1424)) ([0be43d2](https… 25 …ntained for nested commands ([#1430](https://github.com/yargs/yargs/issues/1430)) ([d38650e](https… 26 …ocs:** broken markdown link ([#1426](https://github.com/yargs/yargs/issues/1426)) ([236e24e](https… 27 …deeply nested configuration ([#1423](https://github.com/yargs/yargs/issues/1423)) ([bae66fe](https… [all …]
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | CHANGELOG.md | 3 … project will be documented in this file. See [standard-version](https://github.com/conventional-c… 6 ## [9.5.12](https://github.com/npm/pacote/compare/v9.5.11...v9.5.12) (2020-01-06) 11 * **git:** Do not drop uid/gid when executing in root-owned directory ([d2f4176](https://github.com… 16 ## [9.5.11](https://github.com/npm/pacote/compare/v9.5.10...v9.5.11) (2019-12-09) 21 * sanitize and normalize package bin field ([6f229f7](https://github.com/npm/pacote/commit/6f229f7)) 26 ## [9.5.10](https://github.com/npm/pacote/compare/v9.5.9...v9.5.10) (2019-12-04) 31 …ms in git when not root ([5f33040](https://github.com/npm/pacote/commit/5f33040)), closes [#23](ht… 36 ## [9.5.9](https://github.com/npm/pacote/compare/v9.5.8...v9.5.9) (2019-10-29) 41 …0d3](https://github.com/npm/pacote/commit/7a400d3)), closes [/github.com/npm/cli/pull/224#issuecom… 46 ## [9.5.8](https://github.com/npm/pacote/compare/v9.5.7...v9.5.8) (2019-08-20) [all …]
|
/third_party/node/deps/npm/node_modules/request/ |
D | CHANGELOG.md | 4 - [#2943](https://github.com/request/request/pull/2943) Replace hawk dependency with a local implem… 7 - [#2885](https://github.com/request/request/pull/2885) Remove redundant code (for Node.js 0.9.4 an… 8 - [#2942](https://github.com/request/request/pull/2942) Make Test GREEN Again! (@simov) 9 - [#2923](https://github.com/request/request/pull/2923) Alterations for failing CI tests (@gareth-r… 12 - [#2880](https://github.com/request/request/pull/2880) Revert "Update hawk to 7.0.7 (#2880)" (@sim… 15 - [#2793](https://github.com/request/request/pull/2793) Fixed calculation of oauth_body_hash, issue… 16 - [#2880](https://github.com/request/request/pull/2880) Update hawk to 7.0.7 (#2880) (@kornel-kedzi… 19 - [#2776](https://github.com/request/request/pull/2776) Updating tough-cookie due to security fix. … 22 - [#2703](https://github.com/request/request/pull/2703) Add Node.js v8 to Travis CI (@ryysud) 23 - [#2751](https://github.com/request/request/pull/2751) Update of hawk and qs to latest version (#2… [all …]
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-1.md | 7 registry](https://github.com/nodejs/LTS/issues/37), modify npm to print out 44 * [`709e9b4`](https://github.com/npm/npm/commit/709e9b44f5df9817a1c4babfbf26a2329bd265fb) 46 ([@othiym23](https://github.com/othiym23)) 47 * [`0c29d09`](https://github.com/npm/npm/commit/0c29d0906608e8e174bd30a7a245e19795326051) 49 scoped packages. ([@othiym23](https://github.com/othiym23)) 54 ([@isaacs](https://github.com/isaacs)) 56 oddities ([@rvagg](https://github.com/rvagg)) 57 * [`be06213`](https://github.com/npm/npm/commit/be06213415f2d51a50d2c792b4cd0d3412a9a7b1) 59 ([@aterris](https://github.com/aterris)) 63 * [`a3a85dd`](https://github.com/npm/npm/commit/a3a85dd004c9245a71ad2f0213bd1a9a90d64cd6) [all …]
|
/third_party/typescript_eslint/packages/typescript-estree/ |
D | CHANGELOG.md | 6 # [4.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.7.0...v4.8.0) (2020-11-… 11 …github.com/typescript-eslint/typescript-eslint/issues/2760)) ([9441d50](https://github.com/typescr… 17 # [4.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.1...v4.7.0) (2020-11-… 22 …github.com/typescript-eslint/typescript-eslint/issues/2748)) ([2be354b](https://github.com/typescr… 28 ## [4.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) (2020-11… 36 # [4.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.5.0...v4.6.0) (2020-10-… 44 # [4.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.1...v4.5.0) (2020-10-… 49 …ferenceRedirect ([#2669](https://github.com/typescript-eslint/typescript-eslint/issues/2669)) ([90… 55 ## [4.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.0...v4.4.1) (2020-10… 63 # [4.4.0](https://github.com/typescript-eslint/typescript-eslint/compare/v4.3.0...v4.4.0) (2020-10-… [all …]
|
12345678910>>...146