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

Update dependency @nuxtjs/sitemap to v6 #5035

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

openverse-bot
Copy link
Collaborator

@openverse-bot openverse-bot commented Oct 11, 2024

This PR contains the following updates:

Package Type Update Change
@nuxtjs/sitemap dependencies major ^5.3.5 -> ^6.0.0

Release Notes

nuxt-modules/sitemap (@​nuxtjs/sitemap)

v6.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v6.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.0.0

Compare Source

Introduction

The v6 represents hopefully the last major that the module will undergo. It brings many underlying
logic improvements which aim to solve stability and performance issues and set up the module to support
chunked multi-sitemaps in the future.

🚨 Breaking Change

Google Search Console

If you're using multi-sitemaps it's important to check Google Search Console after the update and verify you haven't submitted the old multi-sitemap paths. If so, you should update them.

Sitemap Output

Please verify your sitemap output after the update. Many changes have been made to the underlying logic and it's important to verify that your sitemap is still being generated correctly.

Changelog

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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 Renovate Bot.

@openverse-bot openverse-bot requested a review from a team as a code owner October 11, 2024 17:06
@openverse-bot openverse-bot added dependencies Pull requests that update a dependency file 💻 aspect: code Concerns the software code in the repository 🟨 tech: javascript Involves JavaScript 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users labels Oct 11, 2024
@openverse-bot openverse-bot requested a review from krysal October 11, 2024 17:06
@openverse-bot openverse-bot added the 🧱 stack: frontend Related to the Nuxt frontend label Oct 11, 2024
@openverse-bot openverse-bot requested a review from obulat October 11, 2024 17:06
Copy link

github-actions bot commented Oct 11, 2024

Latest k6 run output1

$     ✓ status was 200

     checks.........................: 100.00% ✓ 8000      ✗ 0   
     data_received..................: 1.9 GB  7.9 MB/s
     data_sent......................: 1.0 MB  4.5 kB/s
     http_req_blocked...............: avg=19.13µs  min=2.04µs  med=3.9µs    max=9.9ms   p(90)=5.45µs   p(95)=5.89µs  
     http_req_connecting............: avg=14.85µs  min=0s      med=0s       max=9.82ms  p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=606.92ms min=26.67ms med=544.26ms max=2.6s    p(90)=1.12s    p(95)=1.25s   
       { expected_response:true }...: avg=606.92ms min=26.67ms med=544.26ms max=2.6s    p(90)=1.12s    p(95)=1.25s   
   ✓ http_req_failed................: 0.00%   ✓ 0         ✗ 8000
     http_req_receiving.............: avg=142.6µs  min=41.11µs med=112.92µs max=20.23ms p(90)=181.95µs p(95)=216.28µs
     http_req_sending...............: avg=20.25µs  min=6.5µs   med=19.16µs  max=2.5ms   p(90)=24.85µs  p(95)=26.87µs 
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s       max=0s      p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=606.76ms min=26.57ms med=544.11ms max=2.6s    p(90)=1.12s    p(95)=1.25s   
     http_reqs......................: 8000    34.163274/s
     iteration_duration.............: avg=4.05s    min=1.16s   med=3.27s    max=12.95s  p(90)=8.71s    p(95)=9.44s   
     iterations.....................: 1200    5.124491/s
     vus............................: 2       min=2       max=30
     vus_max........................: 30      min=30      max=30

Footnotes

  1. This comment will automatically update with new output each time k6 runs for this PR

@obulat obulat force-pushed the gha-renovatenuxtjs-sitemap-6.x branch 2 times, most recently from a998959 to 95699fd Compare October 18, 2024 11:22
@openverse-bot openverse-bot force-pushed the gha-renovatenuxtjs-sitemap-6.x branch from 95699fd to 0ff309e Compare October 18, 2024 12:47
Copy link
Member

@krysal krysal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strangely, the first time I went to http://localhost:8443/sitemap.xml, it only displayed a blank page, but after a few attempts, I could see the sitemap. It seems to be working fine, so let's get this in.

@krysal krysal merged commit 7bf2859 into main Oct 18, 2024
50 checks passed
@krysal krysal deleted the gha-renovatenuxtjs-sitemap-6.x branch October 18, 2024 14:31
Danil49 pushed a commit to Danil49/openverse that referenced this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: frontend Related to the Nuxt frontend 🟨 tech: javascript Involves JavaScript
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants