Skip to content

Bump sitemap_generator from 7.1.0 to 7.1.1 - #4715

Merged
CloCkWeRX merged 1 commit into
devfrom
dependabot/bundler/sitemap_generator-7.1.1
Jul 30, 2026
Merged

Bump sitemap_generator from 7.1.0 to 7.1.1#4715
CloCkWeRX merged 1 commit into
devfrom
dependabot/bundler/sitemap_generator-7.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps sitemap_generator from 7.1.0 to 7.1.1.

Changelog

Sourced from sitemap_generator's changelog.

7.1.1

  • Fix: rake sitemap:clean (clean_files) now respects the configured sitemaps_path/public_path and also removes uncompressed .xml sitemaps, instead of only deleting hardcoded public/sitemap*.xml.gz files. #474 #502
  • Fix: SitemapGenerator::Interpreter now respects ActionController::Base.default_url_options, so Rails URL helpers honor globally configured defaults (e.g. :protocol, :port) instead of ignoring them. #355 #507
  • Fix: Non-ASCII characters in URL paths are now percent-encoded in the <loc> element, so generated sitemaps conform to the sitemap protocol. #346 #506
  • Fix: Relative alternate hreflang hrefs (starting with /) are now expanded to absolute URLs using the configured host, producing valid sitemap XML instead of broken relative links. #343 #504
  • Fix: SitemapGenerator.verbose = false is now respected by rake sitemap:refresh and other rake tasks, silencing output as configured. #332 #503
  • Fix: Sitemap file lastmod is now captured at write time rather than read back via File.mtime, fixing incorrect timestamps and improving compatibility with time-freezing test helpers. #508
  • Fix: URL lastmod now defaults to Time.zone.now under Rails (falling back to Time.now otherwise), so the configured Rails timezone and time-freezing helpers like travel_to are respected instead of always using system local time. #422 #505
  • Internal: Enable RuboCop on the spec suite (previously fully excluded), fix real bugs the linting surfaced along the way (always-passing tests with no assertions, a latent NameError, broken path comparisons), and resolve all temporary RuboCop spec-suite exclusions. #510 #511 #512 #513 #514
Commits
  • ce2c377 chore(release): prepare 7.1.1 (#515)
  • 209416c test: resolve the last RuboCop relaxations across the spec suite (#514)
  • dcc4421 fix(specs): resolve RSpec/SubjectStub, RSpec/InstanceVariable, and RSpec/Stub...
  • 3c24c29 test(specs): resolve the second batch of RuboCop spec-suite exclusions (#512)
  • 14d5e03 test(specs): resolve the first batch of RuboCop spec-suite exclusions (#511)
  • a8e0129 chore(specs): enable RuboCop to catch broken and silently-passing tests (#510)
  • 12d81b6 fix: use timezone-aware current time for default lastmod (#505)
  • b7bcd69 fix: capture write time in SitemapFile to support frozen time in tests (#508)
  • 254a9f4 fix: respect SitemapGenerator.verbose in rake tasks (#503)
  • 4f63b24 fix: prepend host to relative alternate hrefs (#504)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies ruby Pull requests that update Ruby code labels Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bundler/sitemap_generator-7.1.1 branch from 6b23416 to 29a7fbe Compare July 29, 2026 08:48
Bumps [sitemap_generator](https://github.com/kjvarga/sitemap_generator) from 7.1.0 to 7.1.1.
- [Changelog](https://github.com/kjvarga/sitemap_generator/blob/master/CHANGES.md)
- [Commits](kjvarga/sitemap_generator@v7.1.0...v7.1.1)

---
updated-dependencies:
- dependency-name: sitemap_generator
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/sitemap_generator-7.1.1 branch from 29a7fbe to 2f0c702 Compare July 30, 2026 08:27
@CloCkWeRX
CloCkWeRX merged commit 3b711f0 into dev Jul 30, 2026
16 checks passed
@CloCkWeRX
CloCkWeRX deleted the dependabot/bundler/sitemap_generator-7.1.1 branch July 30, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant