tuist / XcodeProj

šŸ“ Read, update and write your Xcode projects
https://xcodeproj.tuist.io
MIT License
2.02k stars 302 forks source link

chore(deps): update dependency apple/swift-docc-plugin to from: "1.4.1" #848

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Update Change
apple/swift-docc-plugin minor from: "1.3.0" -> from: "1.4.1"

Release Notes

apple/swift-docc-plugin (apple/swift-docc-plugin) ### [`v1.4.1`](https://togithub.com/swiftlang/swift-docc-plugin/releases/tag/1.4.1): Swift-DocC-Plugin 1.4.1 [Compare Source](https://togithub.com/apple/swift-docc-plugin/compare/1.4.0...1.4.1) ##### What's changed This fixes a build failure with Swift versions before 6.0. ### [`v1.4.0`](https://togithub.com/swiftlang/swift-docc-plugin/releases/tag/1.4.0): Swift-DocC-Plugin 1.4.0 [Compare Source](https://togithub.com/apple/swift-docc-plugin/compare/1.3.0...1.4.0) ##### What's Changed - You can now customize the minimal access level of symbols to include in your documentation. The default access level continues to be "public" for libraries and "internal" for executables. To specify a custom minimal access level, pass the new `--symbol-graph-minimum-access-level` flag: swift package generate documentation \ --symbol-graph-minimum-access-level internal \ --target [target-name] - You can now generate a combined documentation archive with the documentation for multiple targets when building with **Swift 6.0 or later**. Each target's documentation can link to its target dependencies' documentation. This is an opt-in, experimental feature that can used by passing the `--enable-experimental-combined-documentation` flag: swift package generate documentation \ --enable-experimental-combined-documentation \ --target [first-target-name] \ --target [second-target-name] \ - Using a custom `--output-path` when building documentation for more than one target no longer causes one target to write over the output of the other target. Instead, both targets write their output in subdirectories of the specified output path. When building documentation for a single target, or when building combined documentation, the plugin continues to write the output directly to the specified output path. - The help text in `swift package generate-documentation --help` now includes information about all the DocC options. The help text also organizes the symbol graph options into its own section. *** The `1.4.0` release includes contributions from [@​natikgadzhi](https://togithub.com/natikgadzhi), [@​d-ronnqvist](https://togithub.com/d-ronnqvist), [@​JessyCatterwaul](https://togithub.com/JessyCatterwaul), [@​joey-gm](https://togithub.com/joey-gm), [@​dabrahams](https://togithub.com/dabrahams), [@​parispittman](https://togithub.com/parispittman), [@​SwiftCoderJoe](https://togithub.com/SwiftCoderJoe), and [@​Kyle-Ye](https://togithub.com/Kyle-Ye). Thank you!

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» 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.



This PR was generated by Mend Renovate. View the repository job log.