Skip to content

Commit 46c5675

Browse files
committed
Update changelogs [skip ci]
1 parent 53b1eaa commit 46c5675

3 files changed

Lines changed: 20 additions & 12 deletions

File tree

apps/rush/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.169.2",
6+
"tag": "@microsoft/rush_v5.169.2",
7+
"date": "Fri, 20 Feb 2026 00:15:23 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Add `\"node\"` condition before `\"import\"` in the `\"exports\"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `\"import\"`. Fixes https://github.com/microsoft/rushstack/issues/5644."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "5.169.1",
618
"tag": "@microsoft/rush_v5.169.1",

apps/rush/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/rush
22

3-
This log was last generated on Thu, 19 Feb 2026 01:30:24 GMT and should not be manually modified.
3+
This log was last generated on Fri, 20 Feb 2026 00:15:23 GMT and should not be manually modified.
4+
5+
## 5.169.2
6+
Fri, 20 Feb 2026 00:15:23 GMT
7+
8+
### Updates
9+
10+
- Add `"node"` condition before `"import"` in the `"exports"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `"import"`. Fixes https://github.com/microsoft/rushstack/issues/5644.
411

512
## 5.169.1
613
Thu, 19 Feb 2026 01:30:24 GMT

common/changes/@microsoft/rush/remove-package.json-exports-imports_2026-02-19-22-16.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)