Skip to content

Commit ef22b25

Browse files
release(turborepo): 2.8.11-canary.18 (#11954)
## Release v2.8.11-canary.18 Versioned docs: https://v2-8-11-canary-18.turborepo.dev ### Changes - release(turborepo): 2.8.11-canary.17 (#11949) (`51cb58b`) - perf: Replace `libgit2` git status with `gix-index` for faster file hashing (#11950) (`eba684f`) --------- Co-authored-by: Turbobot <turbobot@vercel.com>
1 parent eba684f commit ef22b25

File tree

12 files changed

+47
-47
lines changed

12 files changed

+47
-47
lines changed

packages/create-turbo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-turbo",
3-
"version": "2.8.11-canary.17",
3+
"version": "2.8.11-canary.18",
44
"description": "Create a new Turborepo",
55
"homepage": "https://turborepo.dev",
66
"license": "MIT",

packages/eslint-config-turbo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-turbo",
3-
"version": "2.8.11-canary.17",
3+
"version": "2.8.11-canary.18",
44
"type": "commonjs",
55
"description": "ESLint config for Turborepo",
66
"license": "MIT",

packages/eslint-plugin-turbo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-turbo",
3-
"version": "2.8.11-canary.17",
3+
"version": "2.8.11-canary.18",
44
"description": "ESLint plugin for Turborepo",
55
"keywords": [
66
"turbo",

packages/turbo-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/codemod",
3-
"version": "2.8.11-canary.17",
3+
"version": "2.8.11-canary.18",
44
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
55
"homepage": "https://turborepo.dev",
66
"license": "MIT",

packages/turbo-gen/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/gen",
3-
"version": "2.8.11-canary.17",
3+
"version": "2.8.11-canary.18",
44
"description": "Extend a Turborepo",
55
"homepage": "https://turborepo.dev",
66
"license": "MIT",
@@ -58,10 +58,10 @@
5858
"access": "public"
5959
},
6060
"optionalDependencies": {
61-
"@turbo/gen-darwin-64": "2.8.11-canary.17",
62-
"@turbo/gen-darwin-arm64": "2.8.11-canary.17",
63-
"@turbo/gen-linux-64": "2.8.11-canary.17",
64-
"@turbo/gen-linux-arm64": "2.8.11-canary.17",
65-
"@turbo/gen-windows-64": "2.8.11-canary.17"
61+
"@turbo/gen-darwin-64": "2.8.11-canary.18",
62+
"@turbo/gen-darwin-arm64": "2.8.11-canary.18",
63+
"@turbo/gen-linux-64": "2.8.11-canary.18",
64+
"@turbo/gen-linux-arm64": "2.8.11-canary.18",
65+
"@turbo/gen-windows-64": "2.8.11-canary.18"
6666
}
6767
}

packages/turbo-ignore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-ignore",
3-
"version": "2.8.11-canary.17",
3+
"version": "2.8.11-canary.18",
44
"description": "",
55
"homepage": "https://turborepo.dev",
66
"keywords": [],

packages/turbo-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/types",
3-
"version": "2.8.11-canary.17",
3+
"version": "2.8.11-canary.18",
44
"description": "Turborepo types",
55
"type": "commonjs",
66
"homepage": "https://turborepo.dev",

packages/turbo-workspaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/workspaces",
3-
"version": "2.8.11-canary.17",
3+
"version": "2.8.11-canary.18",
44
"description": "Tools for working with package managers",
55
"homepage": "https://turborepo.dev",
66
"license": "MIT",

packages/turbo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo",
3-
"version": "2.8.11-canary.17",
3+
"version": "2.8.11-canary.18",
44
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
55
"repository": "https://github.com/vercel/turborepo",
66
"bugs": "https://github.com/vercel/turborepo/issues",
@@ -18,11 +18,11 @@
1818
"schema.json"
1919
],
2020
"optionalDependencies": {
21-
"turbo-darwin-64": "2.8.11-canary.17",
22-
"turbo-darwin-arm64": "2.8.11-canary.17",
23-
"turbo-linux-64": "2.8.11-canary.17",
24-
"turbo-linux-arm64": "2.8.11-canary.17",
25-
"turbo-windows-64": "2.8.11-canary.17",
26-
"turbo-windows-arm64": "2.8.11-canary.17"
21+
"turbo-darwin-64": "2.8.11-canary.18",
22+
"turbo-darwin-arm64": "2.8.11-canary.18",
23+
"turbo-linux-64": "2.8.11-canary.18",
24+
"turbo-linux-arm64": "2.8.11-canary.18",
25+
"turbo-windows-64": "2.8.11-canary.18",
26+
"turbo-windows-arm64": "2.8.11-canary.18"
2727
}
2828
}

pnpm-lock.yaml

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)