Skip to content

Commit acfe475

Browse files
release(turborepo): 2.9.9 (#12719)
## Release v2.9.9 > [!CAUTION] > Versioned docs aliasing FAILED. [View logs](https://github.com/vercel/turborepo/actions/runs/25342206497) ### Changes - release(turborepo): 2.9.8 (#12700) (`09900b9`) - fix: Remove Unix parent death watchdogs (#12699) (`22526bb`) - release(turborepo): 2.9.9-canary.1 (#12705) (`72cc81c`) - fix: Scope repo index prefixes to Git root (#12706) (`82dee40`) - release(turborepo): 2.9.9-canary.2 (#12708) (`7dacd56`) - ci: Harden non-release GitHub Actions (#12707) (`4af1ef1`) - docs: Add pnpm workspace flag (-w) to Oxc setup docs (#12655) (`4e8a20f`) - fix: Harden OG image signatures (#12709) (`76d26f8`) - fix: Scope release npm publishing credentials (#12710) (`382f305`) - ci: Harden release workflows (#12711) (`709c9d4`) - release(turborepo): 2.9.9-canary.3 (#12712) (`6f35176`) - fix: Harden docs security endpoints (#12713) (`56eefcc`) - ci: Harden internal GitHub Actions (#12714) (`cbe31ef`) - ci: Harden release workflow handling (#12715) (`f89f3bd`) - fix: Preserve lockfiles during dry-run conversion (#12717) (`3192551`) - ci: Fix LSP workflow container matrix (#12718) (`ac55ec9`) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anthony Shew <anthonyshew@gmail.com>
1 parent 25c71b0 commit acfe475

15 files changed

Lines changed: 25 additions & 25 deletions

File tree

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.9.9-canary.4",
3+
"version": "2.9.9",
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.9.9-canary.4",
3+
"version": "2.9.9",
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.9.9-canary.4",
3+
"version": "2.9.9",
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.9.9-canary.4",
3+
"version": "2.9.9",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/gen",
3-
"version": "2.9.9-canary.4",
3+
"version": "2.9.9",
44
"description": "Extend a Turborepo",
55
"homepage": "https://turborepo.dev",
66
"bugs": {

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.9.9-canary.4",
3+
"version": "2.9.9",
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.9.9-canary.4",
3+
"version": "2.9.9",
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.9.9-canary.4",
3+
"version": "2.9.9",
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.9.9-canary.4",
3+
"version": "2.9.9",
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.9.9-canary.4",
22-
"@turbo/darwin-arm64": "2.9.9-canary.4",
23-
"@turbo/linux-64": "2.9.9-canary.4",
24-
"@turbo/linux-arm64": "2.9.9-canary.4",
25-
"@turbo/windows-64": "2.9.9-canary.4",
26-
"@turbo/windows-arm64": "2.9.9-canary.4"
21+
"@turbo/darwin-64": "2.9.9",
22+
"@turbo/darwin-arm64": "2.9.9",
23+
"@turbo/linux-64": "2.9.9",
24+
"@turbo/linux-arm64": "2.9.9",
25+
"@turbo/windows-64": "2.9.9",
26+
"@turbo/windows-arm64": "2.9.9"
2727
}
2828
}

skills/turborepo/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
monorepo, shares code between apps, runs changed/affected packages, debugs cache,
1010
or has apps/packages directories.
1111
metadata:
12-
version: 2.9.9-canary.4
12+
version: 2.9.9
1313
---
1414

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

741741
```json
742742
{
743-
"$schema": "https://v2-9-9-canary-4.turborepo.dev/schema.json",
743+
"$schema": "https://v2-9-9.turborepo.dev/schema.json",
744744
"tasks": {
745745
"build": {
746746
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)