3.5.3 • Published 7 years ago

update-v8 v3.5.3

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

update-v8

CLI to simplify updates of V8 in the Node.js project

Installation

$ npm install -g update-v8

Please note that this tool uses async/await syntax and therefore requires Node.js 7.6.0 or higher.

Usage

This tool will maintain a clone of the V8 repository in ~/.update-v8/v8

update-v8 minor

Compare current V8 version with latest upstream of the same major. Applies a patch if necessary.
If the git apply command fails, a patch file will be written in the current directory.

update-v8 major --branch=branchName

Replaces deps/v8 with the lkgr branch or with branchName if it is specified. Resets the embedder version number to 0.

update-v8 backport --sha=SHA

Fetches and applies the patch corresponding to SHA. Increments the V8 patch version or embedder version number and commits the changes.
If the git apply command fails, a patch file will be written in the current directory.

Options

--no-bump

In case of backports, do not bump the V8 patch number or embedder string.

--node-dir=/path/to/node

Specify path to the Node.js git repository. Defaults to current working directory.

--base-dir=/path/to/base/dir

Specify path where V8 clone will be maintained. Defaults to ~/.update-v8.

--verbose

License

MIT

3.5.3

7 years ago

3.5.2

7 years ago

3.5.1

7 years ago

3.5.0

7 years ago

3.4.5

8 years ago

3.4.4

8 years ago

3.4.3

8 years ago

3.4.2

8 years ago

3.4.1

8 years ago

3.4.0

8 years ago

3.3.2

8 years ago

3.3.1

8 years ago

3.3.0

8 years ago

3.2.0

8 years ago

3.1.1

8 years ago

3.1.0

8 years ago

3.0.6

8 years ago

3.0.5

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.3.0

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago