docpad / docpad-plugin-sitemap

Auto-generated sitemaps for DocPad
Other
10 stars 9 forks source link

Bump sitemap from 1.13.0 to 6.3.5 #34

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps sitemap from 1.13.0 to 6.3.5.

Release notes

Sourced from sitemap's releases.

add custom logger to parse

6.3.5

  • Add option to silence or redirect logs from parse #337
    • new XMLToSitemapItemStream({ logger: false }) or
    • new XMLToSitemapItemStream({ level: ErrorLevel.SILENT }) or
    • new XMLToSitemapItemStream({ logger: (level, ...message) => your.custom.logger(...message) })

bump deps, add convenience option for hreflang

  • addresses #335 by adding tests but ultimately not changing anything
  • addresses #340 by adding alias to lang option (hreflang) bump misc deps

bump deps, add .gz to sitemap-index refs

No release notes provided.

6.3.2

fix unreported timing issue in SitemapAndIndexStream uncovered in latest unit tests

6.3.1 fix type error in simpleSitemapAndIndex

fixes incorrect type on #331

6.3.0

  • simpleSitemap will create the dest directory if it doesn't exist
  • allow user to not gzip fixes #322

6.2.0

  • Add simplified interface for creating sitemaps and index
  • fix bug where sitemap and index stream would not properly wait to emit finish event until all sitemaps had been written
  • bump deps

add support for allow_embed to player_loc

#315 resolves #314

StreamToPromise performance fix

6.1.5

  • performance improvement for streamToPromise #307

6.1.4

  • remove stale files from dist #298
  • Correct documentation on renamed XMLToSitemapOptions, XMLToSitemapItemStream #297
  • bump node typedef to 14.0.1

bump deps

No release notes provided.

bump node types resolves #290

... (truncated)

Changelog

Sourced from sitemap's changelog.

6.3.5

  • Add option to silence or redirect logs from parse #337
    • new XMLToSitemapItemStream({ logger: false }) or
    • new XMLToSitemapItemStream({ level: ErrorLevel.SILENT }) or
    • new XMLToSitemapItemStream({ logger: (level, ...message) => your.custom.logger(...message) })

6.3.4

  • bump dependencies
  • correct return type of xmllint. Was Promise<null> but actually returned Promise<void>
  • add alternate option for lang, hreflang as that is the actual name of the printed attribute

6.3.3

  • bump ts to 4
  • change file reference in sitemap-index to include .gz fixes #334

6.3.2

  • fix unreported timing issue in SitemapAndIndexStream uncovered in latest unit tests

6.3.1

  • fix #331 incorrect type on sourceData in simpleSitemapAndIndex.

6.3.0

  • simpleSitemap will create the dest directory if it doesn't exist
  • allow user to not gzip fixes #322

6.2.0

  • Add simplified interface for creating sitemaps and index
  • fix bug where sitemap and index stream would not properly wait to emit finish event until all sitemaps had been written
  • bump deps

6.1.7

  • Improve documentation and error messaging on ending a stream too early #317
  • bump dependencies

6.1.6

  • support allow_embed #314
  • bump dependencies

6.1.5

  • performance improvement for streamToPromise #307

... (truncated)

Commits
  • 46997e9 Merge pull request #343 from ekalinin/add-custom-logger-to-parse
  • 9502668 add ability to silence logger or replace with own for parser, resolves #337
  • f6fc9fc Merge pull request #342 from ekalinin/better-hreflang-support
  • 6914972 investigated #335, #340
  • 2a9c7ad Merge pull request #341 from ekalinin/pkg-bump
  • 2687ec2 bump package deps
  • 6072f36 Merge pull request #339 from ekalinin/dependabot/npm_and_yarn/node-notifier-8...
  • 86acc97 Bump node-notifier from 8.0.0 to 8.0.1
  • 64037db Merge pull request #336 from ekalinin/bumppackages
  • 3718df1 packages bumped, fixed #334
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by derduher, a new releaser for sitemap since your current version.


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)
dependabot[bot] commented 3 years ago

Superseded by #35.