Git Product home page Git Product logo

turbo-packages's Introduction

Turbo Packages

Deploy on Zeabur

A starter monorepo built with Turborepo, Nextjs, Docker, Typescript, Vitest and Tailwind.

What's included

This turborepo uses pnpm as a package manager. It includes the following packages:

Packages

  • @acme/ui: A UI library built with React, Typescript, Tailwind and Vitest.
  • @acme/ui-utils: A utility library built with Typescript and React.
  • @acme/utils: A utility library built with Typescript.
  • @acme/tailwind-config: A Tailwind config library.

Apps

  • @acme/docs: A documentation app built with Nextra.

Playgrounds

  • next-app-play: A Nextjs app playground.

Getting started

Install dependencies

pnpm i

Run the docs app

pnpm dev --filter docs...

Run the nextjs app

pnpm dev --filter next-app-play...

Build the docs app

pnpm build --filter docs...

Continuous Integration

Test, Lint and Typecheck

pnpm test lint type:check

Check package versions

The repo uses manypkg

manypkg check

manypkg check runs all of the checks against your repo, logs any errors and exits with a code

manypkg fix

manypkg fix runs all of the checks against your repo and fixes any of problems that can be fixed.

pnpm manypkg check

# or

pnpm manypkg fix

Release

The repo uses changesets

Versioning and publishing

Once you decide you want to do a release, you can run

pnpm version

This consumes all changesets, and updates to the most appropriate semver version based on those changesets. It also writes changelog entries for each consumed changeset.

We recommend at this step reviewing both the changelog entries and the version changes for packages. Once you are confident that these are correct, and have made any necessary tweaks to changelogs, you can publish your packages:

pnpm release

This will run npm publish in each package that is of a later version than the one currently listed on npm.

turbo-packages's People

Contributors

chia1104 avatar

Stargazers

 avatar

Watchers

 avatar

turbo-packages's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency autoprefixer to v10.4.19
  • fix(deps): update dependency @manypkg/cli to v0.21.4
  • fix(deps): update dependency dayjs to v1.11.11
  • fix(deps): update dependency ts-node to v10.9.2
  • chore(deps): update dependency @testing-library/react to v14.3.1
  • chore(deps): update dependency @types/lodash to v4.17.1
  • chore(deps): update dependency @vitejs/plugin-react-swc to v3.6.0
  • chore(deps): update dependency framer-motion to v10.18.0
  • chore(deps): update dependency tailwind-merge to v1.14.0
  • chore(deps): update dependency tailwindcss to v3.4.3
  • chore(deps): update dependency tsup to v7.2.0
  • chore(deps): update react monorepo (@types/react, @types/react-dom, react, react-dom)
  • fix(deps): update dependency @changesets/cli to v2.27.1
  • fix(deps): update dependency @total-typescript/ts-reset to v0.5.1
  • fix(deps): update dependency eslint to v8.57.0
  • fix(deps): update dependency eslint-config-prettier to v8.10.0
  • fix(deps): update dependency lint-staged to v13.3.0
  • fix(deps): update dependency sharp to ^0.33.0
  • fix(deps): update dependency typescript to v5.4.5
  • fix(deps): update dependency vitest to ^0.34.0
  • fix(deps): update dependency zod to v3.23.8
  • fix(deps): update nextra monorepo to v2.13.4 (nextra, nextra-theme-docs)
  • fix(deps): update typescript-eslint monorepo to v5.62.0 (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • chore(deps): update actions/cache action to v4
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/labeler action to v5
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @testing-library/react to v15
  • chore(deps): update dependency clsx to v2
  • chore(deps): update dependency framer-motion to v11
  • chore(deps): update dependency tailwind-merge to v2
  • chore(deps): update dependency tsup to v8
  • chore(deps): update pnpm/action-setup action to v4
  • fix(deps): update dependency eslint to v9
  • fix(deps): update dependency eslint-config-prettier to v9
  • fix(deps): update dependency eslint-plugin-prettier to v5
  • fix(deps): update dependency happy-dom to v14
  • fix(deps): update dependency husky to v9
  • fix(deps): update dependency lint-staged to v15
  • fix(deps): update dependency prettier to v3
  • fix(deps): update dependency superjson to v2
  • fix(deps): update dependency vitest to v1
  • fix(deps): update nextjs monorepo to v14 (major) (@next/bundle-analyzer, @next/eslint-plugin-next, eslint-config-next)
  • fix(deps): update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
github-actions
.github/actions/init-pnpm/action.yml
  • pnpm/action-setup v2
  • actions/cache v3
  • actions/setup-node v3
.github/workflows/ci.yml
  • actions/checkout v3
.github/workflows/clean-cache.yml
  • actions/checkout v3
.github/workflows/labeler.yml
  • actions/labeler v4
.github/workflows/release.yml
  • actions/checkout v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
  • changesets/action v1
npm
apps/docs/package.json
  • @next/bundle-analyzer ^13.4.7
  • dayjs ^1.11.8
  • framer-motion ^10.12.17
  • lodash ^4.17.21
  • nextra ^2.8.0
  • nextra-theme-docs ^2.8.0
  • react ^18.2.0
  • react-dom ^18.2.0
  • server-only ^0.0.1
  • sharp ^0.32.1
  • @testing-library/react ^14.0.0
  • @types/node 20.3.1
  • @types/react ^18.2.13
  • @types/react-dom ^18.2.6
  • @vitejs/plugin-react-swc ^3.3.2
  • autoprefixer 10.4.14
  • postcss 8.4.24
  • tailwindcss ^3.3.2
package.json
  • @changesets/cli ^2.26.2
  • @manypkg/cli ^0.21.0
  • @next/eslint-plugin-next 13.4.7
  • @total-typescript/ts-reset 0.4.2
  • @types/node 20.3.1
  • @typescript-eslint/eslint-plugin ^5.60.0
  • @typescript-eslint/parser ^5.60.0
  • eslint ^8.43.0
  • eslint-config-next ^13.4.7
  • eslint-config-prettier ^8.8.0
  • eslint-config-turbo ^1.10.6
  • eslint-plugin-prettier ^4.2.1
  • eslint-plugin-react 7.32.2
  • eslint-plugin-tailwindcss 3.12.1
  • happy-dom ^9.20.3
  • husky ^8.0.3
  • lint-staged ^13.2.2
  • prettier ^2.8.8
  • prettier-plugin-tailwindcss ^0.3.0
  • shell-quote ^1.8.1
  • superjson 1.12.4
  • ts-node ^10.9.1
  • turbo 1.10.6
  • typescript ^5.1.3
  • vitest ^0.32.2
  • zod ^3.21.4
packages/tailwind-config/package.json
  • tailwindcss ^3.3.2
packages/tsconfig/package.json
packages/ui-utils/package.json
  • @testing-library/react ^14.0.0
  • @types/lodash ^4.14.195
  • @types/react ^18.2.13
  • @types/react-dom ^18.2.6
  • @vitejs/plugin-react-swc ^3.3.2
  • clsx ^1.2.1
  • react ^18.2.0
  • tailwind-merge ^1.13.2
  • tsup ^7.0.0
  • react >=18.2.0
packages/ui/package.json
  • @testing-library/react ^14.0.0
  • @types/react ^18.2.13
  • @types/react-dom ^18.2.6
  • class-variance-authority ^0.6.0
  • clsx ^1.2.1
  • framer-motion ^10.12.17
  • react ^18.2.0
  • react-dom ^18.2.0
  • tailwind-merge ^1.13.2
  • tailwindcss ^3.3.2
  • tsup ^7.0.0
  • framer-motion ^10.12.16
  • react ^18.2.0
  • react-dom ^18.2.0
packages/utils/package.json
  • tsup ^7.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

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.