Skip to content

Commit a0b8406

Browse files
Update dependency @napi-rs/cli to v2.18.4 (#2205)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@napi-rs/cli](https://togithub.com/napi-rs/napi-rs) | [`2.18.3` -> `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)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@napi-rs%2fcli/2.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@napi-rs%2fcli/2.18.2/2.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@napi-rs%2fcli/2.18.2/2.18.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>napi-rs/napi-rs (@&#8203;napi-rs/cli)</summary> ### [`v2.18.4`](https://togithub.com/napi-rs/napi-rs/releases/tag/%40napi-rs/cli%402.18.4) [Compare Source](https://togithub.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/[@&#8203;napi-rs/cli](https://togithub.com/napi-rs/cli)[@&#8203;2](https://togithub.com/2).18.3...[@&#8203;napi-rs/cli](https://togithub.com/napi-rs/cli)[@&#8203;2](https://togithub.com/2).18.4 ### [`v2.18.3`](https://togithub.com/napi-rs/napi-rs/releases/tag/%40napi-rs/cli%402.18.3) [Compare Source](https://togithub.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://togithub.com/OmarTawfik) in [https://github.com/napi-rs/napi-rs/pull/2088](https://togithub.com/napi-rs/napi-rs/pull/2088) #### New Contributors - [@&#8203;OmarTawfik](https://togithub.com/OmarTawfik) made their first contribution in [https://github.com/napi-rs/napi-rs/pull/2088](https://togithub.com/napi-rs/napi-rs/pull/2088) **Full Changelog**: https://github.com/napi-rs/napi-rs/compare/[@&#8203;napi-rs/cli](https://togithub.com/napi-rs/cli)[@&#8203;2](https://togithub.com/2).18.2...[@&#8203;napi-rs/cli](https://togithub.com/napi-rs/cli)[@&#8203;2](https://togithub.com/2).18.3 </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
1 parent 7120bdf commit a0b8406

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": "2.18.3",
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.30.0",
145-
"@napi-rs/cli": "2.18.3",
145+
"@napi-rs/cli": "2.18.4",
146146
"@napi-rs/triples": "1.2.0",
147147
"@next/polyfill-module": "13.4.17",
148148
"@next/polyfill-nomodule": "13.4.17",

0 commit comments

Comments
 (0)