Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

fix(deps): update dependency nuxt-simple-sitemap to v3.4.1#125

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuxt-simple-sitemap-3.x
Open

fix(deps): update dependency nuxt-simple-sitemap to v3.4.1#125
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuxt-simple-sitemap-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2023

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 was generated by Mend Renovate. View the repository job log.

@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 force-pushed the renovate/nuxt-simple-sitemap-3.x branch from 2651935 to d2b7b8e Compare August 27, 2023 14:48
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.2.5 fix(deps): update dependency nuxt-simple-sitemap to v3.2.6 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 3 times, most recently from c1cfb4f to d9a0b09 Compare August 29, 2023 10:11
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from d9a0b09 to 61edfc6 Compare September 6, 2023 06:52
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.2.6 fix(deps): update dependency nuxt-simple-sitemap to v3.2.7 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 2 times, most recently from f1d4772 to e3ee6be Compare September 9, 2023 14:19
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.2.7 fix(deps): update dependency nuxt-simple-sitemap to v3.2.8 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 2 times, most recently from 0cc8aac to 3339461 Compare September 13, 2023 10:16
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.2.8 fix(deps): update dependency nuxt-simple-sitemap to v3.2.9 Sep 13, 2023
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.2.9 fix(deps): update dependency nuxt-simple-sitemap to v3.3.1 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch 2 times, most recently from 1fb901b to 5ece877 Compare September 14, 2023 10:47
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.3.1 fix(deps): update dependency nuxt-simple-sitemap to v3.3.2 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from 5ece877 to 053b2b7 Compare September 15, 2023 14:17
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.3.2 fix(deps): update dependency nuxt-simple-sitemap to v3.3.3 Sep 15, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from 053b2b7 to 355df02 Compare September 19, 2023 22:16
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.3.3 fix(deps): update dependency nuxt-simple-sitemap to v3.3.4 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/nuxt-simple-sitemap-3.x branch from 355df02 to e37beca Compare September 27, 2023 10:49
@renovate renovate bot changed the title fix(deps): update dependency nuxt-simple-sitemap to v3.3.4 fix(deps): update dependency nuxt-simple-sitemap to v3.3.5 Sep 27, 2023
@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
@changeset-bot
Copy link

changeset-bot bot commented Apr 22, 2024

⚠️ No Changeset found

Latest commit: 7b22077

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

@github-actions
Copy link
Contributor

github-actions bot commented Apr 22, 2024

Run report for 7b220779

Total time: 1m 7s | Comparison time: 1m 7s | Estimated loss: 113.2ms (0.2% slower)

Action Time Status Info
🟩 SyncWorkspace 0ms Passed
⬛️ SetupNodeTool(global) 1.5s Skipped
🟩 InstallNodeDeps(global) 34.8s Passed
🟩 SyncNodeProject(jose-browser) 0.2ms Passed
🟩 SyncNodeProject(custom-field) 0.2ms Passed
🟩 SyncNodeProject(typesense-xior) 0.2ms Passed
🟩 SyncNodeProject(karbon-utils) 0.2ms Passed
🟩 SyncNodeProject(code-highlight) 0.3ms Passed
🟩 SyncNodeProject(playground) 0.6ms Passed
🟪 RunTask(custom-field:build) 25.1ms Cached
🟩 SyncNodeProject(worker-playground) 1.4ms Passed
🟩 SyncNodeProject(karbon) 1.6ms Passed
🟪 RunTask(code-highlight:build) 18.4ms Cached
🟪 RunTask(jose-browser:build) 11.4ms Cached
🟩 SyncNodeProject(karbon-monorepo) 0.2ms Passed
🟪 RunTask(karbon-utils:build) 23ms Cached
🟪 RunTask(typesense-xior:build) 11.4ms Cached
🟩 RunTask(karbon:dev-stub) 4s Passed
🟩 RunTask(worker-playground:test-run) 3.5s Passed
🟩 RunTask(karbon:dev-prepare) 4.7s Passed
And 8 more...
Expanded report
Action Time Status Info
🟩 RunTask(karbon:bundle-cli) 599.2ms Passed
🟩 RunTask(karbon:build-module) 15.4s Passed
🟩 RunTask(karbon:bundle-module) 518.3ms Passed
🟩 RunTask(karbon:bundle-helper) 440.5ms Passed
🟩 RunTask(karbon:build) 9.9ms Passed
🟩 RunTask(playground:dev-prepare) 2.8s Passed
🟩 RunTask(karbon-monorepo:build) 4.7ms Passed
🟩 RunTask(karbon-monorepo:test) 4s Passed
Touched files
packages/karbon/package.json
yarn.lock

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants