WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 51fe333

Browse files
Update dependency @napi-rs/cli to v2.18.4 (#5751)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@napi-rs/cli](https://redirect.github.com/napi-rs/napi-rs) | [`3.5.0` -> `2.18.4`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/2.18.2/2.18.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@napi-rs%2fcli/2.18.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@napi-rs%2fcli/2.18.2/2.18.4?slim=true) | --- ### Release Notes <details> <summary>napi-rs/napi-rs (@&#8203;napi-rs/cli)</summary> ### [`v2.18.4`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/%40napi-rs/cli%402.18.4) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/@napi-rs/[email protected]...@napi-rs/[email protected]) #### What Changed - fix(cli): add missing declare keyword **Full Changelog**: <https://github.com/napi-rs/napi-rs/compare/@napi-rs/[email protected]...@&#8203;napi-rs/[email protected]> ### [`v2.18.3`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/%40napi-rs/cli%402.18.3) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/@napi-rs/[email protected]...@napi-rs/[email protected]) #### What's Changed - remove duplicate typedefs in `index.d.ts` from macro re-evaluation by [@&#8203;OmarTawfik](https://redirect.github.com/OmarTawfik) in [#&#8203;2088](https://redirect.github.com/napi-rs/napi-rs/pull/2088) #### New Contributors - [@&#8203;OmarTawfik](https://redirect.github.com/OmarTawfik) made their first contribution in [#&#8203;2088](https://redirect.github.com/napi-rs/napi-rs/pull/2088) **Full Changelog**: <https://github.com/napi-rs/napi-rs/compare/@napi-rs/[email protected]...@&#8203;napi-rs/[email protected]> </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
1 parent 3e43d00 commit 51fe333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/next-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"devDependencies": {
34-
"@napi-rs/cli": "3.5.0",
34+
"@napi-rs/cli": "2.18.4",
3535
"cross-env": "7.0.3"
3636
}
3737
}

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"@jest/transform": "29.7.0",
143143
"@jest/types": "29.6.3",
144144
"@mswjs/interceptors": "0.40.0",
145-
"@napi-rs/cli": "3.5.0",
145+
"@napi-rs/cli": "2.18.4",
146146
"@napi-rs/triples": "2.1.5",
147147
"@next/polyfill-module": "13.4.17",
148148
"@next/polyfill-nomodule": "13.4.17",

0 commit comments

Comments
 (0)