Skip to content

build(deps-dev): bump svelte-sitemap from 3.2.0 to 4.0.3 in /cornucopia.owasp.org#3120

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

build(deps-dev): bump svelte-sitemap from 3.2.0 to 4.0.3 in /cornucopia.owasp.org#3120
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/cornucopia.owasp.org/svelte-sitemap-4.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@dependabot dependabot Bot requested review from cw-owasp, rewtd and sydseter as code owners June 15, 2026 06:55
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