Skip to content

Commit 00f6956

Browse files
docs: add update frequency table to workspace file (#9260)
1 parent 4f2c1ed commit 00f6956

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pnpm-workspace.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ packages:
55
- "fixtures/*"
66
- "tools"
77

8+
# We update various dependencies on an infrequent recurring basis.
9+
# This table describes what is updated and how often.
10+
#
11+
# Process | Frequency | Notes
12+
# --------------------|---------------|---------------------------------------
13+
# DevTools update | Every quarter | Update our fork of Chrome DevTools
14+
# Esbuild update | Every quarter | Bump esbuild dependency in workers-sdk
15+
# Node update | Every 2 years | Bump node dependency in workers-sdk
16+
# Quick Editor update | Every quarter | Update VSCode dependency and patches
17+
818
catalog:
919
"@types/node": "^20.17.32"
1020
"@vitest/runner": ~3.1.1

0 commit comments

Comments
 (0)