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

fix(deps): update dependency create-svelte to v7 #116

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
create-svelte (source) ^2.3.2 -> ^7.0.0 age adoption passing confidence

Release Notes

sveltejs/kit (create-svelte)

v7.0.0

Compare Source

Major Changes
  • breaking: the create-svelte package has been replaced by the sv package (#​12850)

v6.4.0

Compare Source

Minor Changes
  • feat: mark scripts in libraries as being side effect free by default (#​12372)

v6.3.12

Compare Source

Patch Changes
  • chore: update typescript-eslint configs (#​12721)

v6.3.11

Compare Source

Patch Changes
  • fix: import node:process instead of using globals (#​12641)

v6.3.10

Compare Source

Patch Changes

v6.3.9

Compare Source

Patch Changes

v6.3.8

Compare Source

Patch Changes
  • fix: use vite-plugin-svelte v4 pre-release when Svelte 5 is chosen (#​12586)

v6.3.7

Compare Source

Patch Changes
  • chore: configure provenance in a simpler manner (#​12570)

v6.3.6

Compare Source

Patch Changes

v6.3.5

Compare Source

Patch Changes

v6.3.4

Compare Source

Patch Changes

v6.3.3

Compare Source

Patch Changes
  • chore: rename styles.css to app.css (#​12426)

v6.3.2

Compare Source

Patch Changes
  • chore: update text about svelte-add (#​12337)

v6.3.1

Compare Source

Patch Changes
  • chore: update typescript-eslint configs (#​12721)

v6.3.0

Compare Source

Minor Changes

v6.2.0

Minor Changes
  • feat: make TypeScript the default for apps (#​12186)

v6.1.2

Patch Changes
  • fix: set peerDependencies based on chosen Svelte version (#​12117)

v6.1.1

Compare Source

Patch Changes
  • fix: go back to eslint 8 until typescript-eslint supports eslint 9 (#​12124)

v6.1.0

Compare Source

Minor Changes

v6.0.10

Compare Source

Patch Changes
  • docs: update comment about path aliases (#​11788)

v6.0.9

Compare Source

Patch Changes
  • chore: bump typescript-eslint to v7 (#​11845)

v6.0.8

Compare Source

Patch Changes
  • chore: upgrade to vite 5.0.11 and vitest 1.2.0 (#​11632)

v6.0.7

Compare Source

Patch Changes
  • fix: install eslint-plugin-svelte@next for svelte5 (#​11627)

v6.0.6

Compare Source

Patch Changes

v6.0.5

Compare Source

Patch Changes
  • fix: set the correct type for the ESLint config object (#​11453)

v6.0.4

Compare Source

Patch Changes

v6.0.3

Compare Source

Patch Changes

v6.0.2

Compare Source

Patch Changes
  • fix: use vitest 1.0 in playwright + vitest template (#​11376)

v6.0.1

Compare Source

Patch Changes
  • docs: update comment about path aliases (#​11788)

v6.0.0

Compare Source

Major Changes
  • feat: create projects with SvelteKit 2 (#​11236)

  • breaking: require Node 18.13 or newer (#​11172)

Minor Changes

v5.3.4

Compare Source

Patch Changes
  • chore: upgrade to prettier 3.1.1 (#​11304)

v5.3.3

Compare Source

Patch Changes
  • fix: call Svelte 5 an alpha rather than beta (#​11119)

v5.3.2

Compare Source

Patch Changes
  • chore: add type declaration to .eslintrc.cjs files (#​11091)

v5.3.1

Compare Source

Patch Changes
  • chore: upgrade eslint-config-prettier (#​11037)

v5.3.0

Compare Source

Minor Changes
  • feat: upgrade to prettier 3 and prettier-plugin-svelte 3 (#​10410)
Patch Changes
  • fix: correctly configure module and noEmit tsconfig and jsconfig properties (#​11029)

v5.2.0

Compare Source

Minor Changes
  • feat: add option to try out Svelte 5 beta (#​11026)

v5.1.1

Compare Source

Patch Changes
  • fix: specified initial-scale=1 on all viewport meta tags (#​10793)

  • feat: make output reflect user's choice of package manager (#​10811)

v5.1.0

Compare Source

Minor Changes
  • chore: remove resolution-mode=highest in template .npmrc (#​10635)
Patch Changes
  • feat: improve sverdle reactivity (#​10670)

v5.0.6

Compare Source

Patch Changes
  • chore: bump typescript-eslint to v6 (#​10371)

v5.0.5

Compare Source

Patch Changes
  • chore: upgrade vitest to 0.34.0 and @clack/prompts to 0.7.0 (#​10240)

v5.0.4

Compare Source

Patch Changes

v5.0.3

Compare Source

Patch Changes
  • chore: bump Vite and Svelte dependencies (#​10330)

  • fix: create lib folder in skeleton project (#​10341)

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes
  • chore: use satisfies keyword in jsdocs, in create-svelte default template (#​10203)

v5.0.0

Compare Source

Major Changes

v4.2.0

Compare Source

Minor Changes
  • feat: Add data-sveltekit-preload-data to lib template (#​9863)

v4.1.1

Compare Source

Patch Changes
  • fix: default playwright globs (#​9795)

  • fix: remove obsolete ignorePatterns: ['*.cjs'] from .eslintrc.cjs (#​9797)

v4.1.0

Compare Source

Minor Changes
  • feat: set resolution-mode=highest in generated .npmrc (#​9781)

v4.0.0

Compare Source

Major Changes
  • feat: switch default ESLint plugin from eslint-plugin-svelte3 to eslint-plugin-svelte (#​9749)

v3.3.1

Compare Source

Patch Changes
  • feat: upgrade to Vite 4.3 for faster build times (#​9737)

  • fix: generate tsconfig/jsconfig correctly for library option (#​9712)

v3.3.0

Compare Source

Minor Changes
  • feat: ignore test files in library skeleton package.json (#​9584)

v3.2.0

Compare Source

Minor Changes
  • feat: upgrade to TypeScript 5 (#​9435)
Patch Changes

v3.1.2

Compare Source

Patch Changes
  • fix: prevent duplicated lines in project creation CLI (#​9346)

v3.1.1

Compare Source

Patch Changes
  • chore: Add hint for toggling additional options during scaffolding flow. (#​9318)

v3.1.0

Compare Source

Minor Changes

v3.0.4

Compare Source

Patch Changes
  • docs: inform about adapter-auto not supporting all environments (#​9196)

v3.0.3

Compare Source

Patch Changes
  • chore: enhance library skeleton readme with some library instructions (#​9128)

v3.0.2

Compare Source

Patch Changes
  • chore: avoid running publint twice in prepublish (#​9126)

  • fix: add dist to pkg.files and .gitignore (#​9124)

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
  • breaking: update library scaffolding for @sveltejs/package version 2 (#​8922)

v2.3.4

Compare Source

Patch Changes
  • fix: use new locator API to improve demo test (#​8988)

v2.3.3

Compare Source

Patch Changes
  • chore: bump @sveltejs/kit and @sveltejs/adapter-auto versions (#​8740)

  • fix: adjust vite config type to work with vitest options (#​8871)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants