Skip to content

Commit 2a84c7a

Browse files
committed
chore: bump up @capacitor/haptics version to v7 (#9821)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@capacitor/haptics](https://github.com/ionic-team/capacitor-plugins) | [`^6.0.2` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@capacitor%2fhaptics/6.0.2/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@capacitor%2fhaptics/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@capacitor%2fhaptics/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@capacitor%2fhaptics/6.0.2/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@capacitor%2fhaptics/6.0.2/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ionic-team/capacitor-plugins (@&#8203;capacitor/haptics)</summary> ### [`v7.0.0`](https://github.com/ionic-team/capacitor-plugins/releases/tag/%40capacitor/app%407.0.0) [Compare Source](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@6.0.2...@capacitor/haptics@7.0.0) **Note:** Version bump only for package [@&#8203;capacitor/app](https://github.com/capacitor/app) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent b299bb8 commit 2a84c7a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/frontend/apps/ios/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@capacitor/app": "^7.0.0",
2121
"@capacitor/browser": "^7.0.0",
2222
"@capacitor/core": "^6.2.0",
23-
"@capacitor/haptics": "^6.0.2",
23+
"@capacitor/haptics": "^7.0.0",
2424
"@capacitor/ios": "^6.2.0",
2525
"@capacitor/keyboard": "^6.0.3",
2626
"@sentry/react": "^8.44.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ __metadata:
608608
"@capacitor/browser": "npm:^7.0.0"
609609
"@capacitor/cli": "npm:^6.2.0"
610610
"@capacitor/core": "npm:^6.2.0"
611-
"@capacitor/haptics": "npm:^6.0.2"
611+
"@capacitor/haptics": "npm:^7.0.0"
612612
"@capacitor/ios": "npm:^6.2.0"
613613
"@capacitor/keyboard": "npm:^6.0.3"
614614
"@sentry/react": "npm:^8.44.0"
@@ -4151,12 +4151,12 @@ __metadata:
41514151
languageName: node
41524152
linkType: hard
41534153

4154-
"@capacitor/haptics@npm:^6.0.2":
4155-
version: 6.0.2
4156-
resolution: "@capacitor/haptics@npm:6.0.2"
4154+
"@capacitor/haptics@npm:^7.0.0":
4155+
version: 7.0.0
4156+
resolution: "@capacitor/haptics@npm:7.0.0"
41574157
peerDependencies:
4158-
"@capacitor/core": ^6.0.0
4159-
checksum: 10/986003d8327d914762f5c0a4f4b6e494654fa0c27344c2a1764f06d08895bce035d8105c0f2a571b8b8bd3bd2f72b08bdc2ad4e1167aa186632a7a16bb6118a2
4158+
"@capacitor/core": ">=7.0.0"
4159+
checksum: 10/b6e050f577cec198f36746b29fbe10c0487ed25ef6967d2695af9ac8f49d50fa77c1c4f905e5c04aaa752ead613a07fa1a5b1eb3143babca8d39b847c8c240c6
41604160
languageName: node
41614161
linkType: hard
41624162

0 commit comments

Comments
 (0)