Commit Graph

518 Commits

Author SHA1 Message Date
Jesse Chan
521517902b
Migrate from requests to axios (#146) 2021-03-31 10:57:21 -05:00
Jesse Chan
ba011e4474
Improved CLI interface. (#145)
$ pkg-fetch -h
Options:
  -n, --node-range                                  [string] [default: "latest"]
  -p, --platform                                     [string] [default: "linux"]
  -a, --arch                                           [string] [default: "x64"]
  -f, --force-fetch                                                    [boolean]
  -b, --force-build                                                    [boolean]
  -v, --version      Show version number                               [boolean]
  -h, --help         Show help                                         [boolean]
2021-03-31 09:27:28 -05:00
Jesse Chan
e314198e53
[BREAKING] Remove upload and release functions to prepare for CI step. (#144) 2021-03-31 09:03:14 -05:00
Jesse Chan
cf794f6881
Drop fancy progress bar and use inherent stdio for child processes (#143)
Progress bar is fancy but not really useful. In most cases, we
want outputs of commands for easier development and debugging.

This change is not visible to users of `pkg` unless they choose to
compile binaries.
2021-03-31 20:23:14 +08:00
Jesse Chan
97afb00894
test: Drop a test that is not needed. (#141) 2021-03-29 09:07:12 -05:00
Jesse Chan
d8a494b5f3
patches: drop Node < 8 and old point releases (#140) 2021-03-29 21:20:23 +08:00
Jesse Chan
f4264a8a09 .gitignore: ignore *.tsbuildinfo 2021-03-29 12:51:46 +08:00
Andrew Lisowski
6dd43cfafd
pkg-fetch: migrate to TypeScript (#139) 2021-03-29 12:46:10 +08:00
Andrew Lisowski
f7a75173f9
Run prettier, convert to standard eslint, add CI (#138)
* Run prettier and convert to standard eslint

* Add CI, fix broken test

* Update package.json

Co-authored-by: Lee Robinson <me@leerob.io>

* switch to single quote

* remove tests for now

Co-authored-by: Lee Robinson <me@leerob.io>
2021-03-26 16:51:31 -07:00
Daniel Lando
93431471c6
feat: Set MAKE_JOB_COUNT to available CPU length by default. (#133) 2021-03-26 09:51:28 -05:00
Lee Robinson
ca89bf8c92 2.6.10 2021-03-25 14:02:27 -05:00
Lee Robinson
d81d9d2537
Revert package.json to prior release. (#130) 2021-03-25 14:01:44 -05:00
Lee Robinson
8ed63bb200 2.7.0 2021-03-25 11:08:02 -05:00
Lee Robinson
346f9cb866
Update package.json to reflect correct version (#126) 2021-03-25 11:07:21 -05:00
xanonid
5b11dd8bef
patches: add Node.js v12.21.0 (#115)
Closes: #114
Needs: vercel/pkg#1059
2021-03-24 15:15:26 +08:00
Jesse Chan
b4ebfadc8e
patches: drop internalModuleReadJSON hack of v14.16.0 (#122)
Fixes: #118
Needs: vercel/pkg#1059
2021-03-24 15:04:14 +08:00
Lee Robinson
90be40b533
Fix broken tests. (#121) 2021-03-18 17:18:45 -05:00
Lee Robinson
af05f0f2cc
Fix lint issues before release. (#120) 2021-03-18 17:15:58 -05:00
Lee Robinson
3394388dcc
ZEIT -> Vercel. (#119) 2021-03-18 17:11:55 -05:00
David Mohr
b758417041
feat: add support for 14.16.0 (#118) 2021-03-18 15:55:00 -05:00
Daniel Lando
b1880a0c95
Add PKG_IGNORE_TAG env var (#67) 2021-03-02 09:38:37 -06:00
dependabot[bot]
92ccd55475
Bump ini from 1.3.5 to 1.3.8 (#113)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-01 09:39:19 -06:00
Laurin Quast
170c3adff9
Allow configuring number of processes used for compiling. (#103) 2021-03-01 09:37:57 -06:00
Paulo Castro
eef90fed0f
Improve ARM architecture detection (#106) 2021-03-01 09:33:43 -06:00
IgorKlopov
9f13288449 add v8.17.0 2020-06-28 01:41:17 +03:00
IgorKlopov
47d316ffee add v10.21.0 2020-06-28 01:39:44 +03:00
IgorKlopov
ee400a77c5 add v14.4.0 2020-06-28 01:34:51 +03:00
IgorKlopov
bca79c1f5f add v12.18.1 2020-06-28 01:00:02 +03:00
IgorKlopov
22c4d9afd0 2.6.8 2020-05-10 23:34:29 +03:00
IgorKlopov
08a6f3bb48 add abi for node14 2020-05-10 22:54:25 +03:00
Klaus Landsdorf
79dd09e9da
missing abi entries (#88)
* fix: cloned too much from node repo

* chore: add missed bare

* fix: issue #46 nodeVersion on clone with less branches

* fix: typo R removed

* fix: remove and edited files as expected for the pull request

* test: set test to new git pull command results

* feat(build): knowing node 10 to 13
2020-05-10 22:49:08 +03:00
Timothy Pearson
cdac19c4eb
Add ppc64 support (#91) 2020-05-10 20:44:12 +03:00
IgorKlopov
3dc42e5781 2.6.7 2020-04-26 23:05:19 +03:00
IgorKlopov
b14dd0ecf3 add v14.0.0. fixes #89 2020-04-26 19:14:38 +03:00
IgorKlopov
930b0f14c4 2.6.6 2020-04-05 18:22:34 +03:00
IgorKlopov
b7e7f1c183 fixes to gitClone and verify.js 2020-04-05 18:18:59 +03:00
Klaus Landsdorf
edabcb937a
version of nodejs on clone git repo (#84)
* fix: cloned too much from node repo

* chore: add missed bare

* fix: issue #46 nodeVersion on clone with less branches

* fix: typo R removed

* fix: remove and edited files as expected for the pull request

* test: set test to new git pull command results
2020-04-05 18:15:38 +03:00
IgorKlopov
fd1dd39193 reset yarn.lock, bump kind-of to 6.0.3 2020-04-04 18:52:37 +03:00
IgorKlopov
978197b029 add v13.12.0 2020-04-04 18:48:01 +03:00
IgorKlopov
01b50c5883 pin fs-extra temporarily. fixes https://github.com/zeit/pkg/issues/883 2020-04-04 18:16:34 +03:00
IgorKlopov
e75d2022a9 2.6.5 2020-03-29 23:21:09 +03:00
IgorKlopov
372098a056 bump dependencies 2020-03-29 23:12:17 +03:00
IgorKlopov
2b692323c5 add v12.16.1 2020-03-29 22:25:05 +03:00
dependabot[bot]
bf4cfc2df5
Bump minimist from 1.2.0 to 1.2.2 (#82)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-15 12:10:27 +01:00
dependabot[bot]
fb056211c8
Bump acorn from 7.1.0 to 7.1.1 (#81)
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-15 11:55:52 +01:00
IgorKlopov
dfd08adca9 2.6.4 2019-12-08 03:33:43 +03:00
IgorKlopov
32416dd9d6 update dependencies 2019-12-08 00:48:46 +03:00
IgorKlopov
1ad8505c4c lock babel as it can influence npm package 2019-12-07 21:39:30 +03:00
IgorKlopov
2ea75388ab 2.6.3 2019-12-07 21:37:49 +03:00
Igor Klopov
cdcfa3ae21
Update 19-11 (#76)
* copy

* update versions

* add to patches.json

* fix for https://github.com/zeit/pkg/issues/681
2019-12-07 21:34:04 +03:00