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 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 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

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

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm js-yaml is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/svelte-sitemap@4.0.3npm/js-yaml@4.2.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/js-yaml@4.2.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

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 (9838f8a) to head (84d2526).
⚠️ Report is 3 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.

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