File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11# Deno Log
22
3+ ### 2026.01.12 / @bartlomieju
4+
5+ Changes to the rebase process to avoid squashing all our changes into a single commit.
6+
7+ - ` git checkout rebase/2026-01-12 `
8+ - We're at ` 6e1e2c29067d9dfe638301be2d6409e788df47b1 ` from ` Microsoft/typescript-go `
9+ - ` git pull <denoland-remote> rebase/2025-12-16 `
10+ - ` git checkout 6e1e2c29067d9dfe638301be2d6409e788df47b1 `
11+ - ` git checkout -b rebase/YYYY-MM-DD `
12+ - We're now up to date with ` Microsoft/typescript-go ` main branch.
13+ - Cherry-pick commits from ` rebase/2025-12-16 ` one by one:
14+ - ` git cherry-pick <commit-hash> `
15+ - Alternatively all in the same go: ` git cherry-pick 07d4196df 158136cda 9b3df7abd d44b7a632 <other-commits> `
16+ - Resolve conflicts if any.
17+ - ` git add . `
18+ - ` git cherry-pick --continue `
19+ - ` git push -u <denoland-remote> rebase/YYYY-MM-DD `
20+ - Change pushed branch to be the default working branch in ` denoland/typescript-go ` repo.
21+
322### 2025.12.19 / @dsherret
423
524- Improved automatic lib.node.d.ts injection by deferring ` /// <reference lib="node" /> ` from being injected.
You can’t perform that action at this time.
0 commit comments