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.0 #24

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps sitemap from 1.13.0 to 6.3.0.

Release notes

Sourced from sitemap's releases.

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

No release notes provided.

sitemapindex tag not closing for deprecated createSitemapsAndIndex

6.1.1

  • Fix #286 sitemapindex tag not closing for deprecated createSitemapsAndIndex

6.1.0

Added back xslUrl option removed in 5.0.0

Streaming Sitemap + Index

6.0.0

  • removed xmlbuilder as a dependency
  • added stronger validity checking on values supplied to sitemap
  • Added the ability to turn off or add custom xml namespaces
  • CLI and library now can accept a stream which will automatically write both the index and the sitemaps. See README for usage.

6.0.0 breaking changes

  • renamed XMLToISitemapOptions to XMLToSitemapOptions
  • various error messages changed.
Changelog

Sourced from sitemap's changelog.

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

6.1.4

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

6.1.3

  • bump node types resolves #293

6.1.2

  • bump node types resolves #290

6.1.1

  • Fix #286 sitemapindex tag not closing for deprecated createSitemapsAndIndex

6.1.0

  • Added back xslUrl option removed in 5.0.0

6.0.0

  • removed xmlbuilder as a dependency
Commits
  • 769f23d release 6.3.0
  • 3c4752d Merge pull request #329 from ekalinin/usability
  • 76458b1 recursively create destination dir fix #322
  • 6f6d845 Merge pull request #324 from ekalinin/dependabot/npm_and_yarn/lodash-4.17.19
  • 6646d96 Bump lodash from 4.17.15 to 4.17.19
  • c47ad9d Merge pull request #321 from ekalinin/add-code-of-conduct-1
  • 2a298ee Create CODE_OF_CONDUCT.md
  • 7465577 update examples and docs, use Readable.from, import from sitemap not dist
  • c9038f0 Merge pull request #320 from ekalinin/simple-sitemap
  • 2b96751 simple sitemap, bugfixes
  • 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 4 years ago

Superseded by #26.