jessesquires / JSQCoreDataKit

A swifter Core Data stack
https://jessesquires.github.io/JSQCoreDataKit/
MIT License
614 stars 69 forks source link

Bump danger from 8.4.1 to 8.4.2 #222

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps danger from 8.4.1 to 8.4.2.

Release notes

Sourced from danger's releases.

8.4.2

Adds support for using GitHub auth via the ENV var DANGER_GITHUB_BEARER_TOKEN

#1192: danger/danger#1192 #1191: danger/danger#1191

Changelog

Sourced from danger's changelog.

8.4.2

Adds support for using GitHub auth via the ENV var DANGER_GITHUB_BEARER_TOKEN

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
hal-codebot commented 2 years ago
45 Errors
:no_entry_sign: Sources/FetchedResultsCellConfiguration.swift#L24 - Undocumented symbol FetchedResultsCellConfiguration
:no_entry_sign: Sources/FetchedResultsCellConfiguration.swift#L26 - Undocumented symbol FetchedResultsCellConfiguration.CellType
:no_entry_sign: Sources/FetchedResultsCellConfiguration.swift#L28 - Undocumented symbol FetchedResultsCellConfiguration.Object
:no_entry_sign: Sources/FetchedResultsCellConfiguration.swift#L30 - Undocumented symbol FetchedResultsCellConfiguration.Registration
:no_entry_sign: Sources/FetchedResultsCellConfiguration.swift#L32 - Undocumented symbol FetchedResultsCellConfiguration.configure(cell:with:)
:no_entry_sign: Sources/FetchedResultsCellConfiguration.swift#L35 - Undocumented symbol FetchedResultsCellConfiguration
:no_entry_sign: Sources/FetchedResultsCellConfiguration.swift#L37 - Undocumented symbol FetchedResultsCellConfiguration.registration
:no_entry_sign: Sources/FetchedResultsController.swift#L64 - Undocumented symbol FetchedResultsController.subscript(section:)
:no_entry_sign: Sources/FetchedResultsController.swift#L70 - Undocumented symbol FetchedResultsController.deleteCache()
:no_entry_sign: Sources/FetchedResultsController.swift#L74 - Undocumented symbol FetchedResultsController.numberOfSections()
:no_entry_sign: Sources/FetchedResultsController.swift#L78 - Undocumented symbol FetchedResultsController.numberOfItems(in:)
:no_entry_sign: Sources/FetchedResultsController.swift#L82 - Undocumented symbol FetchedResultsController.sections()
:no_entry_sign: Sources/FetchedResultsController.swift#L86 - Undocumented symbol FetchedResultsController.section(at:)
:no_entry_sign: Sources/FetchedResultsController.swift#L90 - Undocumented symbol FetchedResultsController.fetchedObjects()
:no_entry_sign: Sources/FetchedResultsController.swift#L94 - Undocumented symbol FetchedResultsController.hasObject(at:)
:no_entry_sign: Sources/FetchedResultsController.swift#L102 - Undocumented symbol FetchedResultsController.object(at:)
:no_entry_sign: Sources/FetchedResultsController.swift#L106 - Undocumented symbol FetchedResultsController.indexPath(for:)
:no_entry_sign: Sources/FetchedResultsCoordinator.swift#L25 - Undocumented symbol FetchedResultsCoordinator
:no_entry_sign: Sources/FetchedResultsCoordinator.swift#L30 - Undocumented symbol FetchedResultsCoordinator.controller
:no_entry_sign: Sources/FetchedResultsCoordinator.swift#L32 - Undocumented symbol FetchedResultsCoordinator.cellConfiguration
:no_entry_sign: Sources/FetchedResultsCoordinator.swift#L34 - Undocumented symbol FetchedResultsCoordinator.supplementaryConfigurations
:no_entry_sign: Sources/FetchedResultsCoordinator.swift#L36 - Undocumented symbol FetchedResultsCoordinator.animateUpdates
:no_entry_sign: Sources/FetchedResultsCoordinator.swift#L42 - Undocumented symbol FetchedResultsCoordinator.init(fetchRequest:context:sectionNameKeyPath:cacheName:cellConfiguration:supplementaryConfigurations:collectionView:)
:no_entry_sign: Sources/FetchedResultsCoordinator.swift#L73 - Undocumented symbol FetchedResultsCoordinator.subscript(_:)
:no_entry_sign: Sources/FetchedResultsCoordinator.swift#L79 - Undocumented symbol FetchedResultsCoordinator.performFetch()
:no_entry_sign: Sources/FetchedResultsCoordinator.swift#L87 - Undocumented symbol FetchedResultsCoordinator.object(at:)
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L24 - Undocumented symbol FetchedResultsSupplementaryConfiguration
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L26 - Undocumented symbol FetchedResultsSupplementaryConfiguration.ViewType
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L28 - Undocumented symbol FetchedResultsSupplementaryConfiguration.Object
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L30 - Undocumented symbol FetchedResultsSupplementaryConfiguration.reuseIdentifier
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L32 - Undocumented symbol FetchedResultsSupplementaryConfiguration.kind
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L34 - Undocumented symbol FetchedResultsSupplementaryConfiguration.registerWith(collectionView:)
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L36 - Undocumented symbol FetchedResultsSupplementaryConfiguration.configure(view:with:in:)
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L39 - Undocumented symbol FetchedResultsSupplementaryConfiguration
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L40 - Undocumented symbol FetchedResultsSupplementaryConfiguration.viewClass
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L42 - Undocumented symbol FetchedResultsSupplementaryConfiguration.reuseIdentifier
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L44 - Undocumented symbol FetchedResultsSupplementaryConfiguration.registerWith(collectionView:)
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L66 - Undocumented symbol AnyFetchedResultsSupplementaryConfiguration
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L70 - Undocumented symbol AnyFetchedResultsSupplementaryConfiguration.ViewType
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L72 - Undocumented symbol AnyFetchedResultsSupplementaryConfiguration.Object
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L74 - Undocumented symbol AnyFetchedResultsSupplementaryConfiguration.reuseIdentifier
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L76 - Undocumented symbol AnyFetchedResultsSupplementaryConfiguration.kind
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L78 - Undocumented symbol AnyFetchedResultsSupplementaryConfiguration.registerWith(collectionView:)
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L82 - Undocumented symbol AnyFetchedResultsSupplementaryConfiguration.configure(view:with:in:)
:no_entry_sign: Sources/FetchedResultsSupplementaryConfiguration.swift#L95 - Undocumented symbol AnyFetchedResultsSupplementaryConfiguration.init(_:)

Generated by :no_entry_sign: Danger