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 nuxt-simple-sitemap to v3.4.1 #125

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nuxt-simple-sitemap 3.0.13 -> 3.4.1 age adoption passing confidence

Release Notes

harlan-zw/nuxt-simple-sitemap (nuxt-simple-sitemap)

v3.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt-modules/sitemap@v3.4.0...v3.4.1

v3.4.0

Compare Source

Features

v3.3.6

Compare Source

Bug Fixes
  • more logical sorting of urls (611006b)

v3.3.5

Compare Source

Bug Fixes

v3.3.4

Compare Source

v3.3.3

Compare Source

Bug Fixes
  • prerender: assert site url more accurately and without error (2bbea0f)

v3.3.2

Compare Source

Bug Fixes
  • add google news sitemap namespace (927d40e)
  • support xhtml queries in XLS (aea7b14)

v3.3.1

Compare Source

v3.3.0

Compare Source

Bug Fixes
  • allow i18n.pages to have falsey entries (10bff74)
Features

v3.2.9

Compare Source

Bug Fixes
  • avoid adding routes from route rules with named params (7b603e2), closes #​224

v3.2.8

Compare Source

Bug Fixes

v3.2.7

Compare Source

Bug Fixes

v3.2.6

Compare Source

Bug Fixes
  • types: maybe fix sitemaps.index (0f2ced2)

v3.2.5

Compare Source

Bug Fixes
  • i18n: add missing default locale entries and defaults (4fc2644)

v3.2.4

Compare Source

Bug Fixes
  • i18n: strip non-prefixed urls with strategy prefix (8116aff)

v3.2.3

Compare Source

Bug Fixes
  • dedupe alternatives on hreflang (586c497)
  • headers for prerendered sitemap xml's (76e6b0e), closes #​109
  • honour i18n iso option (a89ccc8)
  • no i18n sitemaps if no_prefix (9c901d1)

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

v3.2.0

Compare Source

Features

New config: autoI18n (5c2f455)

This new config is a direct replacement of autoAlternativeLangPrefixes with the intent of providing more contextual data so pages can be constructed properly.

This new feature comes with better support for i18n routes with:

  • Filtered routes (include, exclude)
  • Dynamic routes

⚠️ autoAlternativeLangPrefixes is deprecated, you should rename it to autoI18n.

export default defineNuxtConfig({
  sitemap: {
-    autoAlternativeLangPrefixes: true,
+    autoI18n: true
  }
})
i18n Sitemap Index

When sitemaps is left empty and you're using the @​nuxtjs/i18n module, it will now generate an index sitemap grouped by each locale. This should make testing your sitemaps much easier.

To opt-out of this behavior, you can explicitly pass sitemaps: false.

image

Bug Fixes

v3.1.8

Compare Source

Bug Fixes

v3.1.7

Compare Source

Bug Fixes

v3.1.6

Compare Source

Bug Fixes

v3.1.5

Compare Source

Bug Fixes

v3.1.4

Compare Source

v3.1.3

Compare Source

Bug Fixes
  • add x-alternative and missing i18n locs (55a2746)
  • allow alternatives with same href (2558266)
  • merge multi sitemap defaults (8d8fa6f), closes #​107

v3.1.2

Compare Source

Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Bug Fixes
  • avoid adding api routes to sitemap (add9d89)
  • only show devtools tab when debugging (85e5bac)
  • only use routes.json when prerendering routes (f8dfff9)
  • resolve routes.json using canonical url (7b33c00)
  • slow sitemap loads with 8s default timeout for fetch (73b12ac)
Features
  • defaultSitemapsChunkSize (9ad07fc)
  • add routes from routeRules and nitro prerender routes (ffc07c8)

v3.0.15

Compare Source

Bug Fixes
  • safer check for i18n strategy usage (8143ad1)

v3.0.14

Compare Source

Bug Fixes
  • better warnings on mismatched integration versions (362e6eb)
  • safer check for i18n pages usage (ede185a)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 4 times, most recently from 16dacf2 to af47118 Compare July 20, 2023 15:54
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from af47118 to d314dc3 Compare July 24, 2023 03:57
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3 fix(deps): update dependency nuxt-simple-sitemap to v3 - autoclosed Jul 25, 2023
@renovate renovate bot closed this Jul 25, 2023
@renovate renovate bot deleted the renovate/nuxt-simple-sitemap-3.x branch July 25, 2023 15:11
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3 - autoclosed fix(deps): update dependency nuxt-simple-sitemap to v3 Jul 26, 2023
@renovate renovate bot reopened this Jul 26, 2023
@renovate renovate bot restored the renovate/nuxt-simple-sitemap-3.x branch July 26, 2023 09:51
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3 fix(deps): update dependency nuxt-simple-sitemap to v3.0.14 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from d314dc3 to fe44a20 Compare July 26, 2023 09:51
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.0.14 fix(deps): update dependency nuxt-simple-sitemap to v3.0.15 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from fe44a20 to 3edd8cf Compare July 26, 2023 15:15
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.0.15 fix(deps): update dependency nuxt-simple-sitemap to v3.1.0 Jul 29, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from 3edd8cf to f395d94 Compare July 29, 2023 09:30
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.1.0 fix(deps): update dependency nuxt-simple-sitemap to v3.1.1 Jul 29, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from f395d94 to b6b4002 Compare July 29, 2023 19:21
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.1.1 fix(deps): update dependency nuxt-simple-sitemap to v3.1.3 Jul 30, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from b6b4002 to a04000f Compare July 30, 2023 13:28
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.1.3 fix(deps): update dependency nuxt-simple-sitemap to v3.1.4 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 2 times, most recently from d3c75b0 to 10d3670 Compare August 5, 2023 10:52
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.1.4 fix(deps): update dependency nuxt-simple-sitemap to v3.1.5 Aug 5, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 3 times, most recently from 5e78786 to 4683a67 Compare August 16, 2023 01:19
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.1.5 fix(deps): update dependency nuxt-simple-sitemap to v3.1.6 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from 4683a67 to e50264b Compare August 16, 2023 20:24
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.3.5 fix(deps): update dependency nuxt-simple-sitemap to v3.3.6 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 2 times, most recently from 50d0cb9 to 03532af Compare October 6, 2023 13:42
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.3.6 fix(deps): update dependency nuxt-simple-sitemap to v3.4.0 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 2 times, most recently from 58edeb5 to 77141c3 Compare October 23, 2023 01:52
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.4.0 fix(deps): update dependency nuxt-simple-sitemap to v3.4.1 Oct 25, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from 77141c3 to d70242d Compare October 25, 2023 00:55
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from d70242d to f6cc25e Compare November 13, 2023 00:28
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 2 times, most recently from 6ce812f to ee6081f Compare November 21, 2023 06:49
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from ee6081f to b48900b Compare December 21, 2023 07:17
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from b48900b to 5ff6435 Compare January 29, 2024 10:11
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 2 times, most recently from c7a5ecc to dc19990 Compare March 20, 2024 05:45
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 6 times, most recently from 978021a to fcd0cda Compare April 9, 2024 07:43
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 2 times, most recently from 50620a0 to 795d8ab Compare April 12, 2024 03:18
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from 795d8ab to 16f0d30 Compare April 22, 2024 02:14
Copy link

changeset-bot bot commented Apr 22, 2024

⚠️ No Changeset found

Latest commit: c36824b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Apr 22, 2024

Run report for c36824bf

Total time: 1m 10s | Comparison time: 1m 21s | Estimated savings: 11s (13.5% faster)

Action Time Status Info
🟩 SyncWorkspace 0ms Passed
⬛️ SetupNodeTool(global) 1.4s Skipped
🟩 InstallNodeDeps(global) 35s Passed
🟩 SyncNodeProject(jose-browser) 0.2ms Passed
🟩 SyncNodeProject(custom-field) 0.2ms Passed
🟩 SyncNodeProject(typesense-xior) 0.1ms Passed
🟩 SyncNodeProject(karbon-utils) 23ms Passed
🟩 SyncNodeProject(code-highlight) 0.2ms Passed
🟩 SyncNodeProject(playground) 23ms Passed
🟪 RunTask(custom-field:build) 22.8ms Cached
🟩 SyncNodeProject(worker-playground) 10.8ms Passed
🟩 SyncNodeProject(karbon) 0.3ms Passed
🟪 RunTask(code-highlight:build) 23.7ms Cached
🟪 RunTask(jose-browser:build) 10.7ms Cached
🟩 SyncNodeProject(karbon-monorepo) 0.1ms Passed
🟪 RunTask(karbon-utils:build) 22.4ms Cached
🟪 RunTask(typesense-xior:build) 11.4ms Cached
🟩 RunTask(karbon:dev-stub) 6s Passed
🟩 RunTask(worker-playground:test-run) 2.7s Passed
🟩 RunTask(karbon:dev-prepare) 4.8s Passed
And 8 more...
Expanded report
Action Time Status Info
🟩 RunTask(karbon:bundle-cli) 15.7s Passed
🟩 RunTask(karbon:build-module) 15.1s Passed
🟩 RunTask(karbon:bundle-module) 886.4ms Passed
🟩 RunTask(karbon:bundle-helper) 404.8ms Passed
🟩 RunTask(karbon:build) 8.9ms Passed
🟩 RunTask(playground:dev-prepare) 2.8s Passed
🟩 RunTask(karbon-monorepo:build) 4.2ms Passed
🟩 RunTask(karbon-monorepo:test) 3.9s Passed
Touched files
packages/karbon/package.json
yarn.lock

@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from 16f0d30 to 0f14c75 Compare April 22, 2024 09:10
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from 0f14c75 to f70b017 Compare May 3, 2024 05:51
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from f70b017 to c36824b Compare May 16, 2024 08:18
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

0 participants