Skip to content

Commit bb1daf6

Browse files
release(turborepo): 2.8.2-canary.3 (#11625)
## Canary Release Versioned docs: https://v2-8-2-canary-3.turborepo.dev ### Included Changes - 469f9dd - fix: Upgrade ts-jest to 29.4.6 to fix brace-expansion ReDoS vulnerabilities (#11623) (#11623) - af6aef8 - fix: Upgrade inquirer to 8.2.7 to fix tmp vulnerability (#11622) (#11622) - 73e1a65 - fix: Consolidate canary releases into release workflow for npm trusted publishing (#11624) (#11624) - e192b8e - fix: Upgrade diff to fix DoS vulnerabilities (#11621) (#11621) - c79e54e - fix: Upgrade rehype packages to fix mdast-util-to-hast vulnerability (#11616) (#11616) - aceb210 - fix: Pass secrets explicitly in canary workflow (#11620) (#11620) - d6ca8cd - fix: Add explicit secrets declarations to release workflow_call trigger (#11619) (#11619) - a0c22ca - ci: Automated canary release pipeline (#11618) (#11618) --- Release PR for turborepo v2.8.2-canary.3 Co-authored-by: Turbobot <turbobot@vercel.com>
1 parent 469f9dd commit bb1daf6

File tree

11 files changed

+17
-17
lines changed

11 files changed

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

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

skills/turborepo/SKILL.md

Lines changed: 1 addition & 1 deletion
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.8.2-canary.2
12+
version: 2.8.2-canary.3
1313
---
1414

1515
# Turborepo Skill

0 commit comments

Comments
 (0)