Skip to content

Commit 8cc5901

Browse files
authored
Merge pull request #41708 from github/repo-sync
Repo sync
2 parents d35f3d0 + c87fca4 commit 8cc5901

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+18032
-21160
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# JetBrains IDE files
1414
.idea/
1515

16-
# Tracks package-lock.json installation state
17-
.installed.package-lock.json
16+
1817

1918
# Linkinator full site link check results
2019
.linkinator/

content/copilot/reference/ai-models/model-hosting.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ Used for:
4747

4848
## Anthropic models
4949

50-
<!-- expires 2025-12-05 -->
51-
52-
<!-- When this expires, check with the stakeholder for release #20458 on whether or not this note can be removed -->
53-
54-
{% data reusables.copilot.claude-promo-period %} See [Model multipliers](/copilot/reference/ai-models/supported-models#model-multipliers).
55-
56-
<!-- end expires 2025-12-05 -->
57-
5850
Used for:
5951

6052
* {% data variables.copilot.copilot_claude_haiku_45 %}

content/copilot/reference/ai-models/supported-models.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,6 @@ Each model has a premium request multiplier, based on its complexity and resourc
9898

9999
For more information about premium requests, see [AUTOTITLE](/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
100100

101-
<!-- expires 2025-12-05 -->
102-
103-
<!-- When this expires, check with the stakeholder for release #20458 on whether or not this note can be removed and table updated -->
104-
105-
{% data reusables.copilot.claude-promo-period %}
106-
107-
<!-- end expires 2025-12-05 -->
108-
109101
{% data reusables.copilot.model-multipliers %}
110102

111103
## Next steps

content/rest/projects-classic/cards.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ intro: >-
88
Use the REST API to create and manage cards on a {% data
99
variables.projects.projects_v1_board %}.
1010
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
11-
ghec: '*'
1211
ghes: <=3.16
1312
topics:
1413
- API

content/rest/projects-classic/collaborators.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: 'REST API endpoints for {% data variables.product.prodname_project_v1_caps %} collaborators'
2+
title: >-
3+
REST API endpoints for {% data variables.product.prodname_project_v1_caps %}
4+
collaborators
35
shortTitle: Collaborators
46
allowTitleToDifferFromFilename: true
57
intro: >-
68
Use the REST API to manage collaborators on a {% data
79
variables.projects.projects_v1_board %}.
810
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
9-
fpt: '*'
10-
ghec: '*'
11-
ghes: '*'
11+
ghes: <=3.16
1212
topics:
1313
- API
1414
autogenerated: rest

content/rest/projects-classic/columns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: 'REST API endpoints for {% data variables.product.prodname_project_v1_caps %} columns'
2+
title: >-
3+
REST API endpoints for {% data variables.product.prodname_project_v1_caps %}
4+
columns
35
shortTitle: Columns
46
allowTitleToDifferFromFilename: true
57
intro: >-
68
Use the REST API to create and manage columns on a {% data
79
variables.projects.projects_v1_board %}.
810
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
9-
fpt: '*'
10-
ghec: '*'
11-
ghes: '*'
11+
ghes: <=3.16
1212
topics:
1313
- API
1414
autogenerated: rest

data/tables/copilot/model-multipliers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
multiplier_free: Not applicable
1919

2020
- name: Claude Opus 4.5
21-
multiplier_paid: 1 (**3** after Dec 5, 2025)
21+
multiplier_paid: 3
2222
multiplier_free: Not applicable
2323

2424
- name: Claude Sonnet 4

empty.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
// Empty module to satisfy Turbopack resolveAlias fallback for Node.js modules
22
// See turbopack config in next.config.ts
3+
4+
// No-op function that returns itself for chaining
5+
export const createLogger = () => ({
6+
info: () => {},
7+
warn: () => {},
8+
error: () => {},
9+
debug: () => {},
10+
})
11+
312
export default {}

next.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ const config: NextConfig = {
6565
async_hooks: {
6666
browser: './empty.ts', // Point to empty module when async_hooks is requested for browser
6767
},
68+
'@/observability/logger': {
69+
browser: './empty.ts',
70+
},
71+
'@/observability/logger/lib/logger-context': {
72+
browser: './empty.ts',
73+
},
6874
},
6975
},
7076

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)