Skip to content

Bump sitemap from 1.13.0 to 6.1.6#135

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sitemap-6.1.6
Closed

Bump sitemap from 1.13.0 to 6.1.6#135
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/sitemap-6.1.6

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps sitemap from 1.13.0 to 6.1.6.

Release notes

Sourced from sitemap's releases.

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.
  • removed deprecated Sitemap and SitemapIndex classes
  • replaced buildSitemapIndex with SitemapIndexStream
  • Typescript: various types renamed or made more specific, removed I prefix
  • Typescript: view_count is now exclusively a number
  • Typescript: price:type and price:resolution are now more restrictive types
  • sitemap parser now returns a sitemapItem array rather than a config object that could be passed to the now removed Sitemap class
  • CLI no longer accepts multiple file arguments or a mixture of file and streams except as a part of a parameter eg. prepend

baidu support

Fix for #255. Baidu does not like timestamp in its sitemap.xml, this adds an option to truncate lastmod

Changelog

Sourced from sitemap's changelog.

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
  • 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.
  • removed deprecated Sitemap and SitemapIndex classes
  • replaced buildSitemapIndex with SitemapIndexStream
  • Typescript: various types renamed or made more specific, removed I prefix
  • Typescript: view_count is now exclusively a number
  • Typescript: price:type and price:resolution are now more restrictive types
  • sitemap parser now returns a sitemapItem array rather than a config object that could be passed to the now removed Sitemap class
  • CLI no longer accepts multiple file arguments or a mixture of file and streams except as a part of a parameter eg. prepend
Commits
  • 0b318fd Merge pull request #315 from ekalinin/allow-embed
  • c9710d4 support allow_embed. resolves #314
  • 9467c46 bump deps
  • dea9369 bump deps
  • 2f1da1e Merge pull request #308 from ekalinin/streamToPromise-performance
  • 05f6139 fix performance issue in stream to performance and bump packages
  • a476e92 Merge pull request #306 from ekalinin/eslint-updates
  • 567af43 style changes from latest eslint-typescript
  • 439d2ab add question template
  • 1a7912b Add alternative for in-memory stream, resolves #304
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [sitemap](https://github.com/ekalinin/sitemap.js) from 1.13.0 to 6.1.6.
- [Release notes](https://github.com/ekalinin/sitemap.js/releases)
- [Changelog](https://github.com/ekalinin/sitemap.js/blob/master/CHANGELOG.md)
- [Commits](ekalinin/sitemap.js@1.13.0...6.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2020
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #139.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/sitemap-6.1.6 branch July 1, 2020 08:38
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants