Skip to content

Bump release-drafter/release-drafter from 7.1.1 to 7.3.1#152

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/release-drafter/release-drafter-7.3.0
Open

Bump release-drafter/release-drafter from 7.1.1 to 7.3.1#152
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/release-drafter/release-drafter-7.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Bumps release-drafter/release-drafter from 7.1.1 to 7.3.1.

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.3.1

What's Changed

Bug Fixes

Maintenance

Dependency Updates

Full Changelog: release-drafter/release-drafter@v7.3.0...v7.3.1

v7.3.0

What's Changed

New

  • feat: recover recently merged PRs missed by associated PRs lag (#1604) @​jetersen
  • feat: switch release discovery to ref comparison and explicit missing-baseline warnings (#1570) @​jetersen

Bug Fixes

... (truncated)

Commits
  • 693d20e chore: release v7.3.1
  • 8339e41 docs: update contributing docs for release process
  • 62d8da4 fix: output name and tag_name in dry-run mode (#1625)
  • 2c6d395 chore(deps): update node.js to v24.15.0 (#1616)
  • 3b62240 chore(deps): update vite to v8.0.13 and vitest to v4.1.6 (#1624)
  • 446e151 fix(deps): adapt to graphql-codegen 7 type changes
  • 4cd06dc chore(deps): update graphql-codegen to 7.0.0
  • 8045768 fix(deps): update dependency semver to 7.8.0
  • 1cf836b ci(release): use local action for publish step
  • 485c120 chore(deps): update npm tool constraint to 11.14.1
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Update of dependencies github_actions Pull requests that update GitHub Actions code minor This change should bump the minor version of the next release labels May 9, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

Minimum coverage required: 89%

Coverage after merging dependabot/github_actions/release-drafter/release-drafter-7.3.0 into main will be

91.73%

Coverage Report
FileStmtsFuncsLinesUncovered Lines
Sources/SwiftBeanCountCLI
   ColorizedCommand.swift100%100%100%
   FormattableCommand.swift100%100%100%
   FormattableLedgerCommand.swift100%100%100%
   LedgerCommand.swift100%100%100%
   SwiftBeanCountCLI.swift100%100%100%
Sources/SwiftBeanCountCLI/SubCommands
   Accounts.swift100%100%100%
   Check.swift100%100%100%
   Stats.swift100%100%100%
   TaxSlips.swift100%100%100%
   TaxableSales.swift96.63%85.71%98.09%
Sources/SwiftBeanCountCompassCardMapper
   SwiftBeanCountCompassCardMapper.swift97.39%92.31%98.43%
   SwiftBeanCountCompassCardMapperError.swift100%100%100%
Sources/SwiftBeanCountImporter
   BaseImporter.swift97.96%96.67%98.29%46
   CSVBaseImporter.swift91.04%80%92.98%74–76
   CSVImporter.swift97.62%100%97.37%52
   DownloadImporter.swift100%100%100%
   FileImporter.swift100%100%100%
   Importer.swift98.33%100%98.04%274
   Settings.swift100%100%100%
   TextImporter.swift100%100%100%
Sources/SwiftBeanCountImporter/Importers
   CompassCardDownloadImporter.swift95.62%92.86%95.98%109–110, 126–127, 153–155, 207
   CompassCardImporter.swift100%100%100%
   EquatePlusImporter.swift98.38%100%98.14%178–181, 218, 285
   GoogleSheetDownloadImporter.swift10.11%30%7.59%100–106, 108–132, 134–139, 17–19, 26–60, 62, 78–99
   LunchOnUsImporter.swift100%100%100%
   ManuLifeImporter.swift96.63%96.49%96.66%270, 276, 318, 364–371
   N26Importer.swift100%100%100%
   RBCImporter.swift100%100%100%
   RogersDownloadImporter.swift99.13%98.18%99.26%190, 243
   RogersImporter.swift100%100%100%
   SimpliiImporter.swift100%100%100%
   TangerineAccountImporter.swift100%100%100%
   TangerineCardImporter.swift100%100%100%
   TangerineDownloadImporter.swift99.45%100%99.36%162, 209
   WealthsimpleDownloadImporter.swift97.18%94.74%97.47%259–267
Sources/SwiftBeanCountModel
   Account.swift98.40%96.88%98.71%214
   AccountName.swift92.13%93.33%91.89%100–104, 99
   Amount.swift100%100%100%
   Balance.swift100%100%100%
   Commodity.swift100%100%100%
   Cost.swift100%100%100%
   Custom.swift100%100%100%
   Event.swift100%100%100%
   Flag.swift100%100%100%
   Inventory.swift97.77%96.77%97.97%76–77
   Ledger.swift100%100%100%
   MultiCurrencyAmount.swift100%100%100%
   Option.swift100%100%100%
   Price.swift89.55%91.67%89.09%100, 95–99
   Tag.swift77.78%80%76.92%59–61
   Transaction.swift99.29%100%99.15%143
   TransactionMetaData.swift100%100%100%
   TransactionPosting.swift95.79%94.12%95.95%161–162, 178, 197, 283, 285
Sources/SwiftBeanCountParser
   AccountParser.swift97.83%100%97.62%43
   BalanceParser.swift100%100%100%
   CommodityParser.swift100%100%100%
   CostParser.swift100%100%100%
   CustomsParser.swift100%100%100%
   DateParser.swift100%100%100%
   EventParser.swift100%100%100%
   MetaDataParser.swift100%100%100%
   OptionParser.swift100%100%100%
   Parser.swift98.79%97.14%98.99%104, 207
   PluginParser.swift100%100%100%
   PostingParser.swift100%100%100%
   PriceParser.swift100%100%100%
   TransactionMetaDataParser.swift100%100%100%
Sources/SwiftBeanCountParser/Extensions
   Collection.swift100%100%100%
Sources/SwiftBeanCountParserUtils
   String.swift100%100%100%
Sources/SwiftBeanCountRogersBankMapper
   RogersBankMappingError.swift100%100%100%
   SwiftBeanCountRogersBankMapper.swift99.19%100%99.07%71
Sources/SwiftBeanCountSheetSync
   Downloader.swift0%0%0%18–40, 42–56, 58–70
   LedgerReader.swift84.15%84.21%84.13%15–22
   LedgerSettings.swift100%100%100%
   SheetDownloader.swift0%0%0%21–28, 31–35, 37–53
   SheetParser.swift97.44%100%97.16%100, 120, 88, 97
   Syncer.swift10.53%7.14%11.19%101–107, 109–119, 121–126, 128–137, 143–145, 147–149, 151–153, 155–161, 164–182, 86–89, 95–98
   TransactionMapper.swift100%100%100%
   Uploader.swift0%0%0%18–39, 45–49
Sources/SwiftBeanCountStatements
   AccountStartEndDateValidator.swift100%100%100%
   LatestStatementValidator.swift96.49%83.33%98.04%
   StatementDatesValidator.swift81.11%100%79.76%151, 155–156, 161, 163–164, 166–173, 175–176, 197–198, 203, 205–206, 208–215, 217–218, 233, 237–238
   StatementFileValidator.swift89.02%81.82%90.14%41, 51–52, 82–83
   StatementValidator.swift93.75%87.50%95.83%14
   StatementValidatorError.swift100%100%100%
Sources/SwiftBeanCountTangerineMapper
   SwiftBeanCountTangerineMapper.swift98.04%94.74%98.80%
   SwiftBeanCountTangerineMapperError.swift100%100%100%
Sources/SwiftBeanCountTax
   Sale.swift100%100%100%
   TaxCalculator.swift99.21%98.99%99.26%191, 82
   TaxErrors.swift100%100%100%
   TaxSlip.swift98.76%98.25%98.92%27, 65
Sources/SwiftBeanCountWealthsimpleMapper
   LedgerLookup.swift98.33%95.65%98.97%
   WealthsimpleConversionError.swift100%100%100%
   WealthsimpleLedgerMapper+Helpers.swift95.38%96.97%95%116, 125, 47, 60, 72, 95
   WealthsimpleLedgerMapper+TransactionMapping.swift98.86%100%98.74%146–147
   WealthsimpleLedgerMapper.swift99.18%100%99.08%225, 230
Sources/SwiftBeanCountWealthsimpleMapper/Extensions
   Amount+init.swift100%100%100%
   String+KebabCase.swift100%100%100%
   Wealthsimple.Transaction+Helper.swift100%100%100%

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 7.1.1 to 7.3.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@v7.1.1...v7.3.1)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump release-drafter/release-drafter from 7.1.1 to 7.3.0 Bump release-drafter/release-drafter from 7.1.1 to 7.3.1 May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/release-drafter/release-drafter-7.3.0 branch from a7e5913 to 49a57f8 Compare May 25, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies github_actions Pull requests that update GitHub Actions code minor This change should bump the minor version of the next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants