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 next-sitemap from 3.1.15 to 4.0.7 #170

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps next-sitemap from 3.1.15 to 4.0.7.

Release notes

Sourced from next-sitemap's releases.

v4.0.7

Changes:

  • 2557fd0482dd6fdd92156b4dce4baa149f09c95b Merge pull request #607 from iamvishnusankar/dependabot/github_actions/actions/stale-8
  • 559e6f3913e235c77797ac9a3c0f4fe5e87d7d98 Bump actions/stale from 7 to 8

This list of changes was auto generated.

v4.0.6

Changes:

  • a31c27f79949059fcba8ffc06e200e0f08a3c85a Merge pull request #600 from iamvishnusankar/dependabot/npm_and_yarn/next-13.2.4
  • e7679c174831792edf98cbc700d4e86f4b87ec98 Bump next from 13.2.3 to 13.2.4

This list of changes was auto generated.

v4.0.5

Changes:

  • 2e595503cff19120f94c25d21ec2b378c80aef7a Merge pull request #458 from georgebutter/master
  • b24143ffbe97a446600262dbf52f97cd6fe63794 Merge branch 'master' into master
  • a0e80412098bc720fe4de19222a95b93d30c1254 Merge branch 'master' into master
  • 518a4c02a51276a30f8e89d6c891a9af00f500f1 Merge branch 'master' into master
  • be505d7fc16f775fda53ac42c1dfdf1e13df4eac feat: async excludes

This list of changes was auto generated.

v4.0.4

Changes:

  • 6911a3f7180c875716728913e4ac366ee416dada Merge pull request #437 from zuffik/feature/google-news-video-image
  • 815d2faeba2dc7e2a6aeebd0808f2433d905f653 formatted code
  • 6aa81365e1a12f36cdcadac5ab94628bdb71007a Merge branch 'master' into feature/google-news-video-image
  • e313da2d37b60e5692b35afffe21a30394b68950 fixed timezone in jest
  • c7a5dd2013fda29fb10b75eb065b7cce3853fd18 Merge branch 'master' into feature/google-news-video-image
  • c412857771f185e11cf7e1dbadf66a4aa8653404 Merge branch 'master' into feature/google-news-video-image
  • b0fa27948d07dd352c4926aab4484a52f8e99317 Merge branch 'master' into feature/google-news-video-image
  • f373c242e21ddaf207a717c4620e486e7073d414 Merge branch 'master' into feature/google-news-video-image
  • 471b5c2ff95749dfebef8c17473125bdad2308d7 prettier fix
  • 6f045f73d47cf09b575aeecae8582eb225d8f8ec updated docs ; updated date format to match specs in google docs

... (truncated)

Changelog

Sourced from next-sitemap's changelog.

4.0.x

v4.0.x added support for next13.2+ appDir via Custom Route Handlers

API Changes

Generating dynamic/server-side sitemaps

  • getServerSideSitemapIndex: Generates index sitemaps based on urls provided and returns application/xml response. Supports next13+ route.{ts,js} file.

    • To continue using inside pages directory, import getServerSideSitemapIndexLegacy instead.
  • getServerSideSitemap: Generates sitemap based on field entires and returns application/xml response. Supports next13+ route.{ts,js} file.

    • To continue using inside pages directory, import getServerSideSitemapLegacy instead.
Commits
  • 2557fd0 Merge pull request #607 from iamvishnusankar/dependabot/github_actions/action...
  • 559e6f3 Bump actions/stale from 7 to 8
  • a31c27f Merge pull request #600 from iamvishnusankar/dependabot/npm_and_yarn/next-13.2.4
  • e7679c1 Bump next from 13.2.3 to 13.2.4
  • 2e59550 Merge pull request #458 from georgebutter/master
  • b24143f Merge branch 'master' into master
  • 6911a3f Merge pull request #437 from zuffik/feature/google-news-video-image
  • 815d2fa formatted code
  • 6aa8136 Merge branch 'master' into feature/google-news-video-image
  • e313da2 fixed timezone in jest
  • 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 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)

Bumps [next-sitemap](https://github.com/iamvishnusankar/next-sitemap) from 3.1.15 to 4.0.7.
- [Release notes](https://github.com/iamvishnusankar/next-sitemap/releases)
- [Changelog](https://github.com/iamvishnusankar/next-sitemap/blob/master/changelog.md)
- [Commits](iamvishnusankar/next-sitemap@3.1.15...4.0.7)

---
updated-dependencies:
- dependency-name: next-sitemap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2023

Superseded by #172.

@dependabot dependabot bot closed this May 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/next-sitemap-4.0.7 branch May 1, 2023 01:03
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants