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

Publish new version of create-vite to include the latest template #18260

Closed
7 tasks done
hyunbinseo opened this issue Oct 3, 2024 · 1 comment
Closed
7 tasks done

Comments

@hyunbinseo
Copy link
Contributor

hyunbinseo commented Oct 3, 2024

Describe the bug

There was a major bump in svelte-check dependency — ecabf89

But a new version of create-vite was not published.

Steps to reproduce

pnpm create vite a1 --template svelte-ts
pnpm create vite@latest a2 --template svelte-ts
{
  "devDependencies": {
    "@sveltejs/vite-plugin-svelte": "^3.1.1",
    "@tsconfig/svelte": "^5.0.4",
    "svelte": "^4.2.18",
    "svelte-check": "^3.8.5", // outdated, should be v4
    "tslib": "^2.6.3",
    "typescript": "^5.5.3",
    "vite": "^5.4.1"
  }
}

System Info

System:
  OS: macOS 14.6.1
  CPU: (10) arm64 Apple M1 Pro
  Memory: 56.02 MB / 16.00 GB
  Shell: 5.9 - /bin/zsh
Binaries:
  Node: 22.9.0 - ~/.local/state/fnm_multishells/75004_1727889929923/bin/node
  npm: 10.8.3 - ~/.local/state/fnm_multishells/75004_1727889929923/bin/npm
  pnpm: 9.12.0 - ~/.local/state/fnm_multishells/75004_1727889929923/bin/pnpm
Browsers:
  Chrome: 129.0.6668.72
  Edge: 129.0.2792.65
  Safari: 17.6

Used Package Manager

pnpm

Logs

No response

Validations

@bluwy
Copy link
Member

bluwy commented Oct 4, 2024

Released 👍

@bluwy bluwy closed this as completed Oct 4, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Oct 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants