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

fix(deps): update dependency sitemap to v7 - abandoned #1175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sitemap 5.1.0 -> 7.1.1 age adoption passing confidence

Release Notes

ekalinin/sitemap.js

v7.1.1

Compare Source

v7.1.0

Compare Source

  • bumped types dependency for node
  • bumped all dev dependencies - includes some prettier changes
  • package-lock updated to version 2

v7.0.0

Compare Source

[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

v6.4.0

Compare Source

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

v6.3.6

Compare Source

  • bump dependencies

v6.3.5

Compare Source

  • 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) })

v6.3.4

Compare Source

  • 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

v6.3.3

Compare Source

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

v6.3.2

Compare Source

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

v6.3.1

Compare Source

  • fix #​331 incorrect type on sourceData in simpleSitemapAndIndex.

v6.3.0

Compare Source

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

v6.2.0

Compare Source

  • 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

v6.1.7

Compare Source

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

v6.1.6

Compare Source

  • support allow_embed #​314
  • bump dependencies

v6.1.5

Compare Source

  • performance improvement for streamToPromise #​307

v6.1.4

Compare Source

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

v6.1.3

Compare Source

v6.1.2

Compare Source

v6.1.1

Compare Source

  • Fix #​286 sitemapindex tag not closing for deprecated createSitemapsAndIndex

v6.1.0

Compare Source

  • Added back xslUrl option removed in 5.0.0

v6.0.0

Compare Source

  • 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

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented May 2, 2021

Codecov Report

Merging #1175 (a314eda) into master (11b9790) will not change coverage.
The diff coverage is n/a.

❗ Current head a314eda differs from pull request most recent head 530cca0. Consider uploading reports for the commit 530cca0 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1175   +/-   ##
=======================================
  Coverage   27.56%   27.56%           
=======================================
  Files          48       48           
  Lines         896      896           
  Branches       37       37           
=======================================
  Hits          247      247           
  Misses        648      648           
  Partials        1        1           
Flag Coverage Δ
unittests 27.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11b9790...530cca0. Read the comment docs.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update dependency sitemap to v7 fix(deps): update dependency sitemap to v7 - abandoned May 22, 2024
Copy link
Contributor Author

renovate bot commented May 22, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant