Commit graph

2660 commits

Author SHA1 Message Date
LongYinan
c42f00ff43
feat(cli): support wasi target test & release workflow (#1867) 2023-12-26 23:16:42 +08:00
LongYinan
bac8ea0e4d
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.23
2023-12-17 12:48:55 +08:00
LongYinan
edba0cbd6c
chore(cli): root directory access permissions (#1864) 2023-12-16 19:32:16 +08:00
LongYinan
c3eeba1e34
chore(cli): change warning message to yellow 2023-12-16 16:55:11 +08:00
LongYinan
5f7e170697
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.22
2023-12-16 16:48:07 +08:00
LongYinan
0faf752c02
fix(cli): prepublish tagstyle flag (#1863) 2023-12-16 16:46:41 +08:00
LongYinan
9211660c72
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.21
2023-12-16 15:36:34 +08:00
LongYinan
2a823996e5
fix(cli): prepublish alias 2023-12-16 15:36:17 +08:00
LongYinan
d8e548253d
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.20
2023-12-16 15:08:26 +08:00
LongYinan
a02ebe2d29
chore(cli): update cross toolchain 2023-12-16 15:08:11 +08:00
LongYinan
2b7a6348f6
fix(cli): make prepublish as pre-publish alias (#1861) 2023-12-16 14:14:59 +08:00
renovate[bot]
c7189a68c2
chore(deps): update actions/download-artifact action to v4 (#1856)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>actions/download-artifact (actions/download-artifact)</summary>

### [`v4`](https://togithub.com/actions/download-artifact/compare/v3...v4)

[Compare Source](https://togithub.com/actions/download-artifact/compare/v3...v4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/napi-rs/napi-rs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
2023-12-15 23:15:38 +08:00
LongYinan
3423557cb5
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.19
2023-12-15 22:37:33 +08:00
LongYinan
f825972b75
fix(cli): prepublish command (#1860) 2023-12-15 22:36:16 +08:00
LongYinan
5cab2bc57b
feat(cli): support read config from the given config file (#1859) 2023-12-15 21:54:33 +08:00
liuyi
6f40f94d09
fix(napi-derive): more accurate napi expanding error (#1854) 2023-12-13 15:23:00 +08:00
LongYinan
996310a065
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.18
2023-12-13 14:13:46 +08:00
LongYinan
8d4202e5f4
fix(cli): artifacts default option value (#1853)
https://github.com/napi-rs/napi-rs/pull/1850 was not fixed the problem
because the default value is codegen from cli/codegen/commands.ts
2023-12-13 14:13:14 +08:00
LongYinan
af248435ac
Release independent packages
- napi-derive@2.14.4
2023-12-13 13:27:53 +08:00
LongYinan
9a817defc8
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.17
2023-12-13 12:59:25 +08:00
liuyi
e32c105a26
fix(napi-derive): upgrade syn (#1849) 2023-12-13 12:40:01 +08:00
Levi Zim
e3902e001f
fix(binding): add riscv64 binding (#1851) 2023-12-13 11:06:04 +08:00
LongYinan
a697cf1cf5
fix(cli): make outputDir option of artifacts command compatible with v2 (#1850) 2023-12-13 10:41:08 +08:00
LongYinan
1dda26e6cd
Release independent packages
napi-derive@2.14.3
2023-12-11 10:52:55 +08:00
LongYinan
a14cfa1051
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.16
2023-12-11 10:52:26 +08:00
LongYinan
dab4ce7fe0
fix(napi-derive,cli): register function cross crates (#1848) 2023-12-11 00:36:26 +08:00
LongYinan
589d95994a
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.15
2023-12-08 13:56:43 +08:00
LongYinan
1273735250
fix(cli): manifestPath and js binding output path (#1847) 2023-12-08 13:56:17 +08:00
LongYinan
3ecb11f35d
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.14
 - @napi-rs/triples@2.0.0-alpha.6
2023-12-07 22:58:46 +08:00
LongYinan
f43d483090
fix(cli): --features and --no-default-features should not be exclusive (#1846) 2023-12-07 22:57:36 +08:00
renovate[bot]
8d3d60c356
fix(deps): update rust crate once_cell to 1.19 (#1845)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-07 22:23:43 +08:00
LongYinan
db89395966
chore: upgrade all npm dependencies (#1843) 2023-12-06 19:41:21 +08:00
LongYinan
4f330b5c76
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.13
2023-12-06 18:05:01 +08:00
LongYinan
016a0668fa
fix(cli): C_FLAGS should be CFLAGS (#1842) 2023-12-06 18:04:00 +08:00
LongYinan
266d1f21ec
fix(cli): C_FLAGS should be CFLAGS 2023-12-06 18:03:04 +08:00
LongYinan
6d56595d38
ci: add back pnpm to debian Docker images (#1841)
- Close https://github.com/napi-rs/napi-rs/issues/1840
2023-12-06 17:19:10 +08:00
LongYinan
179854243c
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.12
2023-12-05 19:07:07 +08:00
LongYinan
a87e4a6d95
fix(cli): set CC env if not existed (#1839) 2023-12-05 19:06:32 +08:00
LongYinan
0b74cf667e
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.11
2023-12-05 17:29:13 +08:00
LongYinan
91c0eb8ce8
feat(cli): support @napi-rs/cross-toolchain (#1838) 2023-12-05 17:27:23 +08:00
liuyi
516085701f
fix(cli): throws if target path of new command test fails (#1834) 2023-12-05 17:27:03 +08:00
liuyi
830dd8b6be
fix(cli): duplicated node matrix (#1835) 2023-12-05 17:26:33 +08:00
renovate[bot]
f6346f6107
chore(deps): update dependency electron to v28 (#1837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-05 17:25:51 +08:00
renovate[bot]
fe7172b53f
chore(deps): lock file maintenance (#1832)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/napi-rs/napi-rs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
2023-12-04 12:57:40 +08:00
LongYinan
61465d4c6c
ci: fix docker build (#1833) 2023-12-03 18:17:09 +08:00
LongYinan
14cd222492
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.10
2023-12-01 10:39:07 +08:00
LongYinan
d5ecf90d29
feat(cli): change wasm binding output format to cjs (#1831) 2023-11-30 23:21:49 +08:00
LongYinan
a888425871
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.9
2023-11-30 20:04:24 +08:00
LongYinan
5949fc9682
feat(cli): export parseTriple function (#1830) 2023-11-30 20:01:44 +08:00
LongYinan
afa040660c
fix(cli): add back constEnum option (#1829) 2023-11-30 20:00:52 +08:00