Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sitemap from 1.13.0 to 6.4.0 #36

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2021

Bumps sitemap from 1.13.0 to 6.4.0.

Release notes

Sourced from sitemap's releases.

conent_loc, error handler

6.4.0

  • added support for content_loc parsing #347 and uploader info attr
  • added error handler option to sitemapstream #349 Thanks @marcoreni

bump deps

#346

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

... (truncated)

Changelog

Sourced from sitemap's changelog.

6.4.0

  • added support for content_loc parsing #347 and uploader info attr
  • added error handler option to sitemapstream #349 Thanks @marcoreni

6.3.6

  • bump dependencies

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

... (truncated)

Commits
  • 0921341 Merge pull request #350 from ekalinin/content_loc
  • 4ae411f added support for content_loc, uploader info, error handler in sitemapstream
  • 30c392d Merge pull request #349 from marcoreni/feature/custom-error-handler
  • a9cdd26 Add errorHandler option
  • 0562335 Merge pull request #346 from ekalinin/bump-deps
  • f891611 documentation update, bump version
  • bb011c0 bumped deps
  • 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
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2021

Superseded by #37.

@dependabot dependabot bot closed this May 2, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sitemap-6.4.0 branch May 2, 2021 05:08
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