Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/create-turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-turbo",
"version": "2.9.2-canary.4",
"version": "2.9.2",
"description": "Create a new Turborepo",
"homepage": "https://turborepo.dev",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-turbo",
"version": "2.9.2-canary.4",
"version": "2.9.2",
"description": "ESLint config for Turborepo",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-turbo",
"version": "2.9.2-canary.4",
"version": "2.9.2",
"description": "ESLint plugin for Turborepo",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/codemod",
"version": "2.9.2-canary.4",
"version": "2.9.2",
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
"homepage": "https://turborepo.dev",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/gen",
"version": "2.9.2-canary.4",
"version": "2.9.2",
"description": "Extend a Turborepo",
"homepage": "https://turborepo.dev",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-ignore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-ignore",
"version": "2.9.2-canary.4",
"version": "2.9.2",
"description": "",
"keywords": [],
"homepage": "https://turborepo.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/types",
"version": "2.9.2-canary.4",
"version": "2.9.2",
"description": "Turborepo types",
"homepage": "https://turborepo.dev",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-workspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/workspaces",
"version": "2.9.2-canary.4",
"version": "2.9.2",
"description": "Tools for working with package managers",
"homepage": "https://turborepo.dev",
"bugs": {
Expand Down
14 changes: 7 additions & 7 deletions packages/turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo",
"version": "2.9.2-canary.4",
"version": "2.9.2",
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
"homepage": "https://turborepo.dev",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand All @@ -18,11 +18,11 @@
"postversion": "node bump-version.js"
},
"optionalDependencies": {
"@turbo/darwin-64": "2.9.2-canary.4",
"@turbo/darwin-arm64": "2.9.2-canary.4",
"@turbo/linux-64": "2.9.2-canary.4",
"@turbo/linux-arm64": "2.9.2-canary.4",
"@turbo/windows-64": "2.9.2-canary.4",
"@turbo/windows-arm64": "2.9.2-canary.4"
"@turbo/darwin-64": "2.9.2",
"@turbo/darwin-arm64": "2.9.2",
"@turbo/linux-64": "2.9.2",
"@turbo/linux-arm64": "2.9.2",
"@turbo/windows-64": "2.9.2",
"@turbo/windows-arm64": "2.9.2"
}
}
4 changes: 2 additions & 2 deletions skills/turborepo/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
monorepo, shares code between apps, runs changed/affected packages, debugs cache,
or has apps/packages directories.
metadata:
version: 2.9.2-canary.4
version: 2.9.2
---

# Turborepo Skill
Expand Down Expand Up @@ -740,7 +740,7 @@ import { Button } from "@repo/ui/button";

```json
{
"$schema": "https://v2-9-2-canary-4.turborepo.dev/schema.json",
"$schema": "https://v2-9-2.turborepo.dev/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
Expand Down
4 changes: 2 additions & 2 deletions skills/turborepo/references/best-practices/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Package tasks enable Turborepo to:

```json
{
"$schema": "https://v2-9-2-canary-4.turborepo.dev/schema.json",
"$schema": "https://v2-9-2.turborepo.dev/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
Expand All @@ -117,7 +117,7 @@ With `futureFlags.globalConfiguration`, global settings move under a `global` ke

```json
{
"$schema": "https://v2-9-2-canary-4.turborepo.dev/schema.json",
"$schema": "https://v2-9-2.turborepo.dev/schema.json",
"futureFlags": { "globalConfiguration": true },
"global": {
"inputs": ["tsconfig.json"],
Expand Down
4 changes: 2 additions & 2 deletions skills/turborepo/references/configuration/RULE.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ When you run `turbo run lint`, Turborepo finds all packages with a `lint` script

```json
{
"$schema": "https://v2-9-2-canary-4.turborepo.dev/schema.json",
"$schema": "https://v2-9-2.turborepo.dev/schema.json",
"globalEnv": ["CI"],
"globalDependencies": ["tsconfig.json"],
"tasks": {
Expand All @@ -97,7 +97,7 @@ When the `globalConfiguration` future flag is enabled, global options move under

```json
{
"$schema": "https://v2-9-2-canary-4.turborepo.dev/schema.json",
"$schema": "https://v2-9-2.turborepo.dev/schema.json",
"futureFlags": { "globalConfiguration": true },
"global": {
"inputs": ["tsconfig.json"],
Expand Down
2 changes: 1 addition & 1 deletion skills/turborepo/references/environment/RULE.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ When the `globalConfiguration` future flag is enabled, global environment keys m

```json
{
"$schema": "https://v2-9-2-canary-4.turborepo.dev/schema.json",
"$schema": "https://v2-9-2.turborepo.dev/schema.json",
"globalEnv": ["CI", "NODE_ENV"],
"globalPassThroughEnv": ["GITHUB_TOKEN", "NPM_TOKEN"],
"tasks": {
Expand Down
4 changes: 2 additions & 2 deletions skills/turborepo/references/environment/gotchas.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ If you use `.env.development` and `.env.production`, both should be in inputs.

```json
{
"$schema": "https://v2-9-2-canary-4.turborepo.dev/schema.json",
"$schema": "https://v2-9-2.turborepo.dev/schema.json",
"globalEnv": ["CI", "NODE_ENV", "VERCEL"],
"globalPassThroughEnv": ["GITHUB_TOKEN", "VERCEL_URL"],
"tasks": {
Expand Down Expand Up @@ -146,7 +146,7 @@ The same config using the `global` key. The `.env` files move to `global.inputs`

```json
{
"$schema": "https://v2-9-2-canary-4.turborepo.dev/schema.json",
"$schema": "https://v2-9-2.turborepo.dev/schema.json",
"futureFlags": { "globalConfiguration": true },
"global": {
"env": ["CI", "NODE_ENV", "VERCEL"],
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.9.2-canary.4
2.9.3-canary.0
canary