Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 3, 2021

Bumps sitemap from 6.3.3 to 7.0.0.

Release notes

Sourced from sitemap's releases.

drop node 10

7.0.0

[BREAKING]

  • dropped support for Node 10, added support for Node 16
  • removed deprecated createSitemapsAndIndex. use SitemapAndIndexStream or simpleSitemapAndIndex
  • dropped deprecated getSitemapStream option for SitemapAndIndexStream that does not return a write stream
  • fixed invalid documentation for #357

non-breaking

  • Added option to simplesitemap publicBasePath: allows the user to set the location of sitemap files hosted on the site fixes #359
  • bumped dependencies

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
Changelog

Sourced from sitemap's changelog.

7.0.0

[BREAKING]

  • dropped support for Node 10, added support for Node 16
  • removed deprecated createSitemapsAndIndex. use SitemapAndIndexStream or simpleSitemapAndIndex
  • dropped deprecated getSitemapStream option for SitemapAndIndexStream that does not return a write stream
  • fixed invalid documentation for #357

non-breaking

  • Added option to simplesitemap publicBasePath: allows the user to set the location of sitemap files hosted on the site fixes #359
  • bumped dependencies

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
Commits
  • 4d76fa4 Merge pull request #360 from ekalinin/fix-misc
  • 4058854 drop deprecated items, added pubilc path option for simplesitemap
  • 4141469 bump sec vulns
  • 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
  • Additional commits viewable in compare view

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 will not automatically merge this PR because it includes a major update to a production dependency.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 3, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/sitemap-7.0.0 branch 2 times, most recently from 91f10eb to 66e6374 Compare May 19, 2021 04:45
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/sitemap-7.0.0 branch 2 times, most recently from d818176 to 1159ce4 Compare May 24, 2021 04:47
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/sitemap-7.0.0 branch from 1159ce4 to 5527acb Compare June 3, 2021 04:48
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/sitemap-7.0.0 branch 2 times, most recently from b165e45 to 3eacd8b Compare June 16, 2021 04:48
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/sitemap-7.0.0 branch from 3eacd8b to 0b7891b Compare July 8, 2021 04:49
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/sitemap-7.0.0 branch 2 times, most recently from ee72af9 to d162eaf Compare August 2, 2021 04:39
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/sitemap-7.0.0 branch from d162eaf to f32d0dd Compare August 3, 2021 04:48
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.

1 participant