Skip to content

StoresValues no longer exported from svelte/store #15594

Closed as not planned
Closed as not planned
@hmnd

Description

@hmnd

Describe the bug

When migrating a project to Svelte 5, I discovered that StoresValues is no longer exported from svelte/store. I know that stores are technically deprecated, but I don't see the need to make that type private. Instead, I would just remove it entirely in Svelte 6/7 when stores are eliminated as a feature and keep it public for now.

Reproduction

import type { StoresValues } from 'svelte/store';

Logs

System Info

Irrelevant

Severity

annoyance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions