Skip to content

Bump yard-fence from 0.8.0 to 0.8.2#7

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/yard-fence-0.8.2
Closed

Bump yard-fence from 0.8.0 to 0.8.2#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/yard-fence-0.8.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps yard-fence from 0.8.0 to 0.8.2.

Release notes

Sourced from yard-fence's releases.

v0.8.2

0.8.2 - 2025-12-30

  • TAG: v0.8.2
  • COVERAGE: 100.00% -- 130/130 lines in 4 files
  • BRANCH COVERAGE: 100.00% -- 40/40 branches in 4 files
  • 50.00% documented

Added

  • Yard::Fence::RakeTask - New rake task class that provides yard:fence:prepare and yard:fence:clean tasks
    • Automatically enhances the :yard task when defined
    • Auto-registers when Rake is available at gem load time
  • Yard::Fence.prepare_for_yard - New method to prepare for YARD documentation generation
    • Combines clean_docs_directory and prepare_tmp_files into a single call
    • Intended to be called from rake tasks, not at load time

Deprecated

  • Yard::Fence.at_load_hook - Now does nothing; use prepare_for_yard via rake task instead

Removed

  • BREAKING: Removed load-time execution of clean_docs_directory and prepare_tmp_files
    • Previously, these ran when yard-fence was loaded, causing docs/ to be cleared during unrelated rake tasks like build and release
    • Now all preparation happens via the yard:fence:prepare rake task, which runs as a prerequisite to the :yard task

Fixed

  • Fixed docs/ directory being cleared during rake build and rake release commands
    • The root cause was at_load_hook running at gem load time instead of only when generating documentation
    • Now docs cleanup and tmp file preparation only occur when the yard task actually runs

Official Discord 👉️ [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite]

Many paths lead to being a sponsor or a backer of this project. Are you on such a path?

OpenCollective Backers OpenCollective Sponsors [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] Liberapay Goal Progress [![Donate on PayPal][🖇paypal-img]][🖇paypal]

[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]

... (truncated)

Changelog

Sourced from yard-fence's changelog.

[0.8.2] - 2025-12-30

  • TAG: [v0.8.2][0.8.2t]
  • COVERAGE: 100.00% -- 130/130 lines in 4 files
  • BRANCH COVERAGE: 100.00% -- 40/40 branches in 4 files
  • 50.00% documented

Added

  • Yard::Fence::RakeTask - New rake task class that provides yard:fence:prepare and yard:fence:clean tasks
    • Automatically enhances the :yard task when defined
    • Auto-registers when Rake is available at gem load time
  • Yard::Fence.prepare_for_yard - New method to prepare for YARD documentation generation
    • Combines clean_docs_directory and prepare_tmp_files into a single call
    • Intended to be called from rake tasks, not at load time

Deprecated

  • Yard::Fence.at_load_hook - Now does nothing; use prepare_for_yard via rake task instead

Removed

  • BREAKING: Removed load-time execution of clean_docs_directory and prepare_tmp_files
    • Previously, these ran when yard-fence was loaded, causing docs/ to be cleared during unrelated rake tasks like build and release
    • Now all preparation happens via the yard:fence:prepare rake task, which runs as a prerequisite to the :yard task

Fixed

  • Fixed docs/ directory being cleared during rake build and rake release commands
    • The root cause was at_load_hook running at gem load time instead of only when generating documentation
    • Now docs cleanup and tmp file preparation only occur when the yard task actually runs

[0.8.1] - 2025-12-29

  • TAG: [v0.8.1][0.8.1t]
  • COVERAGE: 100.00% -- 129/129 lines in 4 files
  • BRANCH COVERAGE: 100.00% -- 40/40 branches in 4 files
  • 40.00% documented

Added

  • YARD_FENCE_CLEAN_DOCS environment variable to optionally clear the docs/ directory before regeneration
    • Set to true to enable; prevents stale HTML files from persisting when markdown source files are deleted

Changed

  • prepare_tmp_files now clears the tmp/yard-fence/ staging directory before regenerating files
    • This prevents stale preprocessed files from persisting when source markdown files are deleted
    • Previously, files added manually or by other processes to tmp/yard-fence/ would remain and get included in documentation
Commits
  • ed99de1 🔖 Prepare release v0.8.2
  • 7fe4cfe 🐛 Stop using at_load_hook
  • ea0b9d3 🔒️ Checksums for v0.8.1
  • c137830 🔖 Prepare release v0.8.1
  • 64de78f 🔥 Remove truffleruby v23.1 from CI
  • 245cac1 👷 Avoid certain workflow steps in ACT environment
  • d0f1880 ⬆️ kettle-test v1.0.7
  • 5f99868 ✨ Option to clean up stale docs
  • 29fd02c Merge pull request #13 from galtzo-floss/dependabot/bundler/stringio-3.2.0
  • acad84a Merge pull request #14 from galtzo-floss/dependabot/bundler/debug-1.11.1
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [yard-fence](https://github.com/galtzo-floss/yard-fence) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/galtzo-floss/yard-fence/releases)
- [Changelog](https://github.com/galtzo-floss/yard-fence/blob/main/CHANGELOG.md)
- [Commits](galtzo-floss/yard-fence@v0.8.0...v0.8.2)

---
updated-dependencies:
- dependency-name: yard-fence
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jan 5, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 7, 2026

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@pboling
Copy link
Member

pboling commented Jan 7, 2026

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 7, 2026

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@pboling pboling closed this Jan 8, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/bundler/yard-fence-0.8.2 branch January 8, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant