GithubHelp home page GithubHelp logo

sveltejs / svelte-ecosystem-ci Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vitejs/vite-ecosystem-ci

6.0 6.0 6.0 423 KB

Svelte Ecosystem CI

License: MIT License

JavaScript 2.23% TypeScript 97.77%

svelte-ecosystem-ci's People

Contributors

adriangonz97 avatar akryum avatar arnaudbarre avatar aslemammad avatar benmccann avatar bholmesdev avatar bluwy avatar brc-dd avatar brillout avatar cijiugechu avatar cyco130 avatar danielroe avatar dominikg avatar dummdidumm avatar elmassimo avatar frandiox avatar fwouts avatar ianvs avatar innocenzi avatar patak-dev avatar renovate[bot] avatar sapphi-red avatar sodatea avatar tajo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

svelte-ecosystem-ci's Issues

Add more tests

Are there more repos from the svelte org we can add, or external applications/libraries/frameworks built on svelte?

criteria:

  1. uses svelte as a dependency
  2. has a stable testsuite that covers some use of svelte
  3. active maintainers who are willing to collaborate on investigating failures in exchange for extra security that new svelte releases "just work"

Please share ideas below

Libraries that utilize monorepos don't have their svelte dependencies replaced during tests

While investigating #13, I noticed that libraries who utilize monorepos aren't getting their svelte dependencies (like @sveltejs/kit) replaced. e.g. Skeleton and Melt both use SK v1, yet Melt fails and Skeleton does not.

Here are two more libraries that I used to test locally to confirm (they both also use SK v1):

Test for bits-ui (normal repo, fails):

// bits-ui.ts
import { runInRepo } from '../utils'
import { RunOptions } from '../types'

export async function test(options: RunOptions) {
	await runInRepo({
		...options,
		repo: 'huntabyte/bits-ui',
		branch: 'main',
		test: 'pnpm test',
	})
}

Test for svelte-ux (monorepo, passes):

// svelte-ux.ts
import { runInRepo } from '../utils'
import { RunOptions } from '../types'

export async function test(options: RunOptions) {
	await runInRepo({
		...options,
		repo: 'techniq/svelte-ux',
		branch: 'main',
		test: 'pnpm test:unit',
	})
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.