Skip to content

chore(deps-dev): bump svelte-sitemap from 3.2.0 to 4.0.3#38

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/svelte-sitemap-4.0.3
Open

chore(deps-dev): bump svelte-sitemap from 3.2.0 to 4.0.3#38
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/svelte-sitemap-4.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps svelte-sitemap from 3.2.0 to 4.0.3.

Release notes

Sourced from svelte-sitemap's releases.

v4.0.3

  • feat: sort sitemap pages alphabetically

Sort sitemap pages alphabetically (from root to deepest) to ensure a clean, hierarchical output and avoid git diff noises across different OS builds.

Full Changelog: bartholomej/svelte-sitemap@v4.0.2...v4.0.3

v4.0.2

  • fix: Resolved false positive warnings for prerendered routes.

Full Changelog: bartholomej/svelte-sitemap@v4.0.1...v4.0.2

v4.0.1

  • Add jsdoc for all options

Full Changelog: bartholomej/svelte-sitemap@v4.0.0...v4.0.1

v4.0.0 – Vite plugin

Vite plugin (new default method)

We are excited to introduce the Vite plugin for svelte-sitemap!

Starting from v4.0.0, this is now the new default and recommended method for generating sitemaps in SvelteKit projects.

Why switch to the Vite plugin?

  • Seamless integration: Automatically hooks into the Vite build pipeline. No more manual postbuild scripts
  • Zero-config file overhead: You can manage all your sitemap settings directly inside vite.config.ts
  • Fully backwards compatible: It accepts the exact same configuration options you are used to

Migrating from the CLI or config file to the Vite plugin

  1. Remove svelte-sitemap from package.json scripts:

    {
      "scripts": {
    -   "postbuild": "npx svelte-sitemap"
      }
    }
  2. If you are using a dedicated config file (e.g., svelte-sitemap.config.ts), copy its options and then you can safely delete the file.

  3. Register the plugin in vite.config.ts: Import svelteSitemap and configure your options directly inside the plugin. The options object is 100% compatible, so you can copy and paste your configuration directly into svelteSitemap({...}):

    // vite.config.ts
    import { sveltekit } from '@sveltejs/kit/vite';
    + import { svelteSitemap } from 'svelte-sitemap/vite';
    import { defineConfig } from 'vite';

... (truncated)

Commits
  • 714423f chore(update): patch release 4.0.3 🐛
  • cdef5c1 feat(helper): sort sitemap pages alphabetically
  • fe8437b chore(update): patch release 4.0.2 🐛
  • 888a6b6 fix(helper): check prerendered routes properly
  • e7f018d chore(update): patch release 4.0.1 🐛
  • 825cd15 feat(options): add jsdoc for config
  • af50026 chore(update): major release 4.0.0 💥
  • 60a4a71 chore(deps): update all deps
  • af3e245 chore(deps): update all deps
  • ee6b0ec docs(readme): migration guide
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 14, 2026
@dependabot
dependabot Bot requested a review from SkeLLLa as a code owner June 14, 2026 22:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 14, 2026
@socket-security

socket-security Bot commented Jun 14, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedsvelte-sitemap@​4.0.38110010096100

View full report

@socket-security

socket-security Bot commented Jun 14, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.47%. Comparing base (0f5a4ab) to head (5810a0f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #38   +/-   ##
=======================================
  Coverage   91.47%   91.47%           
=======================================
  Files          42       42           
  Lines        6173     6173           
  Branches      481      481           
=======================================
  Hits         5647     5647           
  Misses        504      504           
  Partials       22       22           
Flag Coverage Δ
js_open_source 91.47% <ø> (ø)

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

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps [svelte-sitemap](https://github.com/bartholomej/svelte-sitemap) from 3.2.0 to 4.0.3.
- [Release notes](https://github.com/bartholomej/svelte-sitemap/releases)
- [Commits](bartholomej/svelte-sitemap@v3.2.0...v4.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/svelte-sitemap-4.0.3 branch from 84d2526 to 5810a0f Compare June 22, 2026 08:10
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