LongYinan
|
fb4d07edd4
|
feat: add benchmark crate and frameworks
|
2020-09-30 15:31:17 +08:00 |
|
LongYinan
|
109fc64d27
|
Merge pull request #202 from napi-rs/dependabot/npm_and_yarn/ava-3.13.0
build(deps-dev): bump ava from 3.12.1 to 3.13.0
|
2020-09-30 10:54:41 +08:00 |
|
dependabot-preview[bot]
|
03a5f6fcdd
|
build(deps-dev): bump ava from 3.12.1 to 3.13.0
Bumps [ava](https://github.com/avajs/ava) from 3.12.1 to 3.13.0.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v3.12.1...v3.13.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-29 11:45:15 +00:00 |
|
LongYinan
|
07e616cefa
|
Merge pull request #201 from napi-rs/dependabot/npm_and_yarn/eslint-7.10.0
build(deps-dev): bump eslint from 7.9.0 to 7.10.0
|
2020-09-29 19:43:36 +08:00 |
|
dependabot-preview[bot]
|
dc28031170
|
build(deps-dev): bump eslint from 7.9.0 to 7.10.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.9.0...v7.10.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-29 03:00:15 +00:00 |
|
LongYinan
|
7d505e0919
|
Merge pull request #203 from napi-rs/dependabot/npm_and_yarn/eslint-plugin-import-2.22.1
build(deps-dev): bump eslint-plugin-import from 2.22.0 to 2.22.1
|
2020-09-29 10:58:17 +08:00 |
|
LongYinan
|
8a9f4a6072
|
Merge pull request #200 from napi-rs/dependabot/npm_and_yarn/clipanion-2.6.2
build(deps): bump clipanion from 2.6.1 to 2.6.2
|
2020-09-29 10:58:03 +08:00 |
|
dependabot-preview[bot]
|
d11b33feee
|
build(deps-dev): bump eslint-plugin-import from 2.22.0 to 2.22.1
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.0 to 2.22.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-28 15:59:24 +00:00 |
|
dependabot-preview[bot]
|
7fd6063aae
|
build(deps): bump clipanion from 2.6.1 to 2.6.2
Bumps [clipanion](https://github.com/arcanis/clipanion) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/arcanis/clipanion/releases)
- [Commits](https://github.com/arcanis/clipanion/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-28 15:58:12 +00:00 |
|
LongYinan
|
c668f8dd8e
|
Merge pull request #198 from napi-rs/cleanup
Cleanup
|
2020-09-26 23:28:38 +08:00 |
|
LongYinan
|
aadca83d2e
|
refactor(napi): implement async task cancel
|
2020-09-26 18:12:52 +08:00 |
|
LongYinan
|
f1281af260
|
feat(napi): add lifetime span to JsBuffer
|
2020-09-26 17:59:58 +08:00 |
|
LongYinan
|
c85478655d
|
Merge pull request #197 from napi-rs/upgrade-swc
chore: upgrade swc
|
2020-09-26 17:56:00 +08:00 |
|
LongYinan
|
c0277542a2
|
refactor(napi): from_raw_unchecked and this_unchecked
|
2020-09-26 17:49:30 +08:00 |
|
LongYinan
|
d3fdfd48d0
|
refactor(napi): remove useless handle_scope operation in async_work
|
2020-09-26 17:14:44 +08:00 |
|
LongYinan
|
cde5704b8d
|
chore: upgrade swc
|
2020-09-26 16:58:06 +08:00 |
|
LongYinan
|
6dba7359dd
|
Merge pull request #195 from napi-rs/dependabot/npm_and_yarn/eslint-config-prettier-6.12.0
build(deps-dev): bump eslint-config-prettier from 6.11.0 to 6.12.0
|
2020-09-26 16:54:14 +08:00 |
|
dependabot-preview[bot]
|
fe22411185
|
build(deps-dev): bump eslint-config-prettier from 6.11.0 to 6.12.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.11.0...v6.12.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-25 22:45:26 +00:00 |
|
LongYinan
|
ace5fd3892
|
Merge pull request #194 from napi-rs/dependabot/cargo/semver-0.11
build(deps): update semver requirement from 0.10 to 0.11
|
2020-09-25 17:06:42 +08:00 |
|
dependabot-preview[bot]
|
14a5bceb24
|
build(deps): update semver requirement from 0.10 to 0.11
Updates the requirements on [semver](https://github.com/steveklabnik/semver) to permit the latest version.
- [Release notes](https://github.com/steveklabnik/semver/releases)
- [Commits](https://github.com/steveklabnik/semver/compare/v0.10.0...v0.11.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-25 06:06:06 +00:00 |
|
LongYinan
|
e3ec464cff
|
Merge pull request #193 from napi-rs/dependabot/npm_and_yarn/types/node-14.11.2
build(deps-dev): bump @types/node from 14.11.1 to 14.11.2
|
2020-09-23 11:38:44 +08:00 |
|
LongYinan
|
eb756be46a
|
Merge pull request #191 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/parser-4.2.0
build(deps-dev): bump @typescript-eslint/parser from 4.1.1 to 4.2.0
|
2020-09-23 11:38:24 +08:00 |
|
dependabot-preview[bot]
|
2a315f655f
|
build(deps-dev): bump @types/node from 14.11.1 to 14.11.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.11.1 to 14.11.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-23 03:07:08 +00:00 |
|
dependabot-preview[bot]
|
38d999f1b5
|
build(deps-dev): bump @typescript-eslint/parser from 4.1.1 to 4.2.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.2.0/packages/parser)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-23 03:07:03 +00:00 |
|
LongYinan
|
394d8d8b84
|
Merge pull request #192 from napi-rs/dependabot/npm_and_yarn/clipanion-2.6.1
build(deps): bump clipanion from 2.5.0 to 2.6.1
|
2020-09-23 11:05:41 +08:00 |
|
LongYinan
|
caa79d60a5
|
Merge pull request #190 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.2.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0
|
2020-09-23 11:05:19 +08:00 |
|
dependabot-preview[bot]
|
8e77eb7d3b
|
build(deps): bump clipanion from 2.5.0 to 2.6.1
Bumps [clipanion](https://github.com/arcanis/clipanion) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/arcanis/clipanion/releases)
- [Commits](https://github.com/arcanis/clipanion/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-23 02:50:03 +00:00 |
|
dependabot-preview[bot]
|
b1ef829c9e
|
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.2.0/packages/eslint-plugin)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-23 02:49:09 +00:00 |
|
LongYinan
|
7992260eec
|
chore: upgrade deps
|
2020-09-22 00:19:26 +08:00 |
|
LongYinan
|
cdcb4ebdae
|
Merge pull request #186 from napi-rs/dependabot/npm_and_yarn/swc-node/core-linux-musl-0.7.6
build(deps): bump @swc-node/core-linux-musl from 0.7.5 to 0.7.6
|
2020-09-21 23:58:39 +08:00 |
|
LongYinan
|
01478814be
|
Merge pull request #185 from napi-rs/dependabot/npm_and_yarn/types/node-14.11.1
build(deps-dev): bump @types/node from 14.10.2 to 14.11.1
|
2020-09-21 23:58:19 +08:00 |
|
LongYinan
|
585d3676fd
|
Merge pull request #184 from napi-rs/dependabot/npm_and_yarn/typescript-4.0.3
build(deps-dev): bump typescript from 4.0.2 to 4.0.3
|
2020-09-21 23:58:05 +08:00 |
|
LongYinan
|
72e24e3caf
|
Merge pull request #183 from napi-rs/dependabot/npm_and_yarn/lint-staged-10.4.0
build(deps-dev): bump lint-staged from 10.3.0 to 10.4.0
|
2020-09-21 23:57:54 +08:00 |
|
dependabot-preview[bot]
|
ab250f1a6e
|
build(deps): bump @swc-node/core-linux-musl from 0.7.5 to 0.7.6
Bumps [@swc-node/core-linux-musl](https://github.com/Brooooooklyn/swc-node) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/Brooooooklyn/swc-node/releases)
- [Commits](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.5...@swc-node/core@0.7.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-21 15:26:20 +00:00 |
|
dependabot-preview[bot]
|
ccccca8b27
|
build(deps-dev): bump @types/node from 14.10.2 to 14.11.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.2 to 14.11.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-21 15:25:54 +00:00 |
|
dependabot-preview[bot]
|
350bcd5b9a
|
build(deps-dev): bump typescript from 4.0.2 to 4.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-21 15:25:24 +00:00 |
|
dependabot-preview[bot]
|
8841cde4bb
|
build(deps-dev): bump lint-staged from 10.3.0 to 10.4.0
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.3.0...v10.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-21 15:24:57 +00:00 |
|
LongYinan
|
622f170a2c
|
Merge pull request #181 from fluxxu/master
refactor: build on Windows without admin privilege.
|
2020-09-21 11:06:15 +08:00 |
|
Flux Xu
|
595bf69a43
|
refactor: build on Windows without admin privilege.
|
2020-09-19 12:28:02 -04:00 |
|
LongYinan
|
cde8dceda9
|
docs: update readme
|
2020-09-17 19:04:12 +08:00 |
|
LongYinan
|
e733edf7b6
|
Merge pull request #177 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.1.1
build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.1.0 to 4.1.1
|
2020-09-17 15:56:31 +08:00 |
|
dependabot-preview[bot]
|
d1e0cfd737
|
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.1.1/packages/eslint-plugin)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-17 07:41:06 +00:00 |
|
LongYinan
|
c41d243228
|
Merge pull request #179 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/parser-4.1.1
build(deps-dev): bump @typescript-eslint/parser from 4.1.0 to 4.1.1
|
2020-09-17 15:32:22 +08:00 |
|
LongYinan
|
7035accfde
|
Merge pull request #178 from napi-rs/dependabot/npm_and_yarn/prettier-2.1.2
build(deps-dev): bump prettier from 2.1.1 to 2.1.2
|
2020-09-17 15:32:06 +08:00 |
|
LongYinan
|
541f3260c7
|
Merge pull request #176 from napi-rs/dependabot/npm_and_yarn/types/node-14.10.2
build(deps-dev): bump @types/node from 14.10.1 to 14.10.2
|
2020-09-17 15:31:35 +08:00 |
|
dependabot-preview[bot]
|
5d8e6af74b
|
build(deps-dev): bump @typescript-eslint/parser from 4.1.0 to 4.1.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.1.1/packages/parser)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-16 04:17:31 +00:00 |
|
dependabot-preview[bot]
|
b2391fcfa4
|
build(deps-dev): bump prettier from 2.1.1 to 2.1.2
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.1...2.1.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-16 04:17:03 +00:00 |
|
dependabot-preview[bot]
|
b806237da7
|
build(deps-dev): bump @types/node from 14.10.1 to 14.10.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.1 to 14.10.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-16 04:16:02 +00:00 |
|
LongYinan
|
87d4667985
|
Merge pull request #175 from napi-rs/dependabot/npm_and_yarn/octokit/rest-18.0.6
build(deps): bump @octokit/rest from 18.0.5 to 18.0.6
|
2020-09-15 00:04:47 +08:00 |
|
dependabot-preview[bot]
|
71cd79f3c3
|
build(deps): bump @octokit/rest from 18.0.5 to 18.0.6
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.5 to 18.0.6.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.0.5...v18.0.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-09-14 15:48:31 +00:00 |
|