Skip to content

Commit 2a72aed

Browse files
release(turborepo): 2.8.13-canary.15 (#12127)
## Release v2.8.13-canary.15 Versioned docs: https://v2-8-13-canary-15.turborepo.dev ### Changes - release(turborepo): 2.8.13-canary.14 (#12120) (`0e593bb`) - examples: Fix markdown links inside code blocks in basic README (#11946) (`755bc3a`) - fix: Install capnproto on Windows for fork PRs that lack remote cache (#12121) (`40cdef2`) - fix(frameworks): Also check devDependencies when inferring framework in single-package mode (#12056) (`cb12132`) - test: Add boundary tests for framework inference `devDependencies` support (#12122) (`545d041`) - ci: Skip check-examples on fork PRs (#12124) (`259f153`) - fix: Stabilize flaky watch_file_change_reruns_affected_package test (#12123) (`09d6daa`) - fix: Microfrontends merges `with` into root config instead of replacing it (#12125) (`92018dc`) --------- Co-authored-by: Turbobot <turbobot@vercel.com>
1 parent 92018dc commit 2a72aed

File tree

16 files changed

+52
-52
lines changed

16 files changed

+52
-52
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.13-canary.14",
3+
"version": "2.8.13-canary.15",
44
"description": "Create a new Turborepo",
55
"homepage": "https://turborepo.dev",
66
"bugs": {

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.13-canary.14",
3+
"version": "2.8.13-canary.15",
44
"description": "ESLint config for Turborepo",
55
"keywords": [
66
"eslint",

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.13-canary.14",
3+
"version": "2.8.13-canary.15",
44
"description": "ESLint plugin for Turborepo",
55
"keywords": [
66
"eslint",

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.13-canary.14",
3+
"version": "2.8.13-canary.15",
44
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
55
"homepage": "https://turborepo.dev",
66
"bugs": {

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.13-canary.14",
3+
"version": "2.8.13-canary.15",
44
"description": "Extend a Turborepo",
55
"homepage": "https://turborepo.dev",
66
"bugs": {
@@ -58,10 +58,10 @@
5858
"validate-npm-package-name": "5.0.0"
5959
},
6060
"optionalDependencies": {
61-
"@turbo/gen-darwin-64": "2.8.13-canary.14",
62-
"@turbo/gen-darwin-arm64": "2.8.13-canary.14",
63-
"@turbo/gen-linux-64": "2.8.13-canary.14",
64-
"@turbo/gen-linux-arm64": "2.8.13-canary.14",
65-
"@turbo/gen-windows-64": "2.8.13-canary.14"
61+
"@turbo/gen-darwin-64": "2.8.13-canary.15",
62+
"@turbo/gen-darwin-arm64": "2.8.13-canary.15",
63+
"@turbo/gen-linux-64": "2.8.13-canary.15",
64+
"@turbo/gen-linux-arm64": "2.8.13-canary.15",
65+
"@turbo/gen-windows-64": "2.8.13-canary.15"
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.13-canary.14",
3+
"version": "2.8.13-canary.15",
44
"description": "",
55
"keywords": [],
66
"homepage": "https://turborepo.dev",

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.13-canary.14",
3+
"version": "2.8.13-canary.15",
44
"description": "Turborepo types",
55
"homepage": "https://turborepo.dev",
66
"bugs": {

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.13-canary.14",
3+
"version": "2.8.13-canary.15",
44
"description": "Tools for working with package managers",
55
"homepage": "https://turborepo.dev",
66
"bugs": {

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.13-canary.14",
3+
"version": "2.8.13-canary.15",
44
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
55
"homepage": "https://turborepo.dev",
66
"bugs": "https://github.com/vercel/turborepo/issues",
@@ -18,11 +18,11 @@
1818
"postversion": "node bump-version.js"
1919
},
2020
"optionalDependencies": {
21-
"turbo-darwin-64": "2.8.13-canary.14",
22-
"turbo-darwin-arm64": "2.8.13-canary.14",
23-
"turbo-linux-64": "2.8.13-canary.14",
24-
"turbo-linux-arm64": "2.8.13-canary.14",
25-
"turbo-windows-64": "2.8.13-canary.14",
26-
"turbo-windows-arm64": "2.8.13-canary.14"
21+
"turbo-darwin-64": "2.8.13-canary.15",
22+
"turbo-darwin-arm64": "2.8.13-canary.15",
23+
"turbo-linux-64": "2.8.13-canary.15",
24+
"turbo-linux-arm64": "2.8.13-canary.15",
25+
"turbo-windows-64": "2.8.13-canary.15",
26+
"turbo-windows-arm64": "2.8.13-canary.15"
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)