rules_swift_package_manager
rules_swift_package_manager copied to clipboard
chore(deps): update dependency kstenerud/kscrash to v2.3.0
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| kstenerud/KSCrash | minor | 2.2.0 -> 2.3.0 |
Release Notes
kstenerud/KSCrash (kstenerud/KSCrash)
v2.3.0
What's Changed
- Fix Xcode 26 beta 1 warning about VLA folding by @GLinnik21 in https://github.com/kstenerud/KSCrash/pull/641
- Remove cyclic dependency between the NSException monitor and the top-level KSCrash class by @kstenerud in https://github.com/kstenerud/KSCrash/pull/646
- Add support for custom namespacing by @kstenerud in https://github.com/kstenerud/KSCrash/pull/647
- Added missing Foundation.h header by @kstenerud in https://github.com/kstenerud/KSCrash/pull/648
- Move KSThreadCache.h into the include directory of KSCrashRecording by @kstenerud in https://github.com/kstenerud/KSCrash/pull/649
- Use latest-stable in unit-tests by @GLinnik21 in https://github.com/kstenerud/KSCrash/pull/650
- Enable warnings-as-errors, and as many warnings as we can get away with by @kstenerud in https://github.com/kstenerud/KSCrash/pull/653
- Add more class names to the namespacer that clang missed by @kstenerud in https://github.com/kstenerud/KSCrash/pull/652
- Forward Mach exceptions to the next handler by @kstenerud in https://github.com/kstenerud/KSCrash/pull/651
- Add thread run state string to report by @DariaKunoichi in https://github.com/kstenerud/KSCrash/pull/645
- Binary Image Cleanup by @naftaly in https://github.com/kstenerud/KSCrash/pull/655
- Make KSCrashMonitor.c solely responsible for event IDs by @kstenerud in https://github.com/kstenerud/KSCrash/pull/658
- [EASY] fix off by one error in arm64.c by @naftaly in https://github.com/kstenerud/KSCrash/pull/660
- Invert dependency from individual monitors to KSCrashMonitor.c, using DI instead. by @kstenerud in https://github.com/kstenerud/KSCrash/pull/659
- Raise max captured thread count to 1000 by @DariaKunoichi in https://github.com/kstenerud/KSCrash/pull/664
- Report Version Based Timestamp Mixup Fix by @naftaly in https://github.com/kstenerud/KSCrash/pull/663
- Add script to toggle unsafe flags in Package.swift for release process by @GLinnik21 in https://github.com/kstenerud/KSCrash/pull/673
New Contributors
- @DariaKunoichi made their first contribution in https://github.com/kstenerud/KSCrash/pull/645
Full Changelog: https://github.com/kstenerud/KSCrash/compare/2.2.0...2.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
The compilation error is fixed in https://github.com/kstenerud/KSCrash/pull/685. We are waiting for a new release to be pushed.