Skip to content

Commit e0c7250

Browse files
committed
Why isn't GH autolinking commit SHAs?
1 parent dad4780 commit e0c7250

5 files changed

Lines changed: 25 additions & 25 deletions

File tree

packages/gen-mapping/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# [0.3.10] - 2025-06-30
22

3-
- Remove `require(esm)` support to fix bug with Node v22: e95784217661cdd44c3c1bd5b3c42bbb8a24b69c
3+
- Remove `require(esm)` support to fix bug with Node v22: https://github.com/jridgewell/sourcemaps/commit/e95784217661cdd44c3c1bd5b3c42bbb8a24b69c
44

55
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/gen-mapping/0.3.9...gen-mapping/0.3.10
66

77
# [0.3.9] - 2025-06-29
88

9-
- Fix package types for CJS and ESM imports: a924ed32ebfa27e49bc0ff4196118e791eaff22d
9+
- Fix package types for CJS and ESM imports: https://github.com/jridgewell/sourcemaps/commit/a924ed32ebfa27e49bc0ff4196118e791eaff22d
1010
- fix: use stable version of sourcemap-codec dependency: #26 (thanks @benmccann)
11-
- Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): 3836f6c8aee41d47119a642c7f88042b1a8ed239
12-
- Add type declaration source maps to assist go-to-definition: 9a0266518d2877047da27cbaf3290a4e6e3cb556
13-
- Temporarily remove scopes/ranges APIs: 7575b63bc3f70388c2cafc33efc8b47254ff4b4c
11+
- Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): https://github.com/jridgewell/sourcemaps/commit/3836f6c8aee41d47119a642c7f88042b1a8ed239
12+
- Add type declaration source maps to assist go-to-definition: https://github.com/jridgewell/sourcemaps/commit/9a0266518d2877047da27cbaf3290a4e6e3cb556
13+
- Temporarily remove scopes/ranges APIs: https://github.com/jridgewell/sourcemaps/commit/7575b63bc3f70388c2cafc33efc8b47254ff4b4c
1414
- Include set-array source directly in gen-mapping project: #1 (thanks @benmccann)
1515

1616
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/gen-mapping/0.3.5...gen-mapping/0.3.9

packages/remapping/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# [2.3.2] - 2025-06-30
22

3-
- Remove `require(esm)` support to fix bug with Node v22: e95784217661cdd44c3c1bd5b3c42bbb8a24b69c
3+
- Remove `require(esm)` support to fix bug with Node v22: https://github.com/jridgewell/sourcemaps/commit/e95784217661cdd44c3c1bd5b3c42bbb8a24b69c
44

55
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/remapping/2.3.1...remapping/2.3.2
66

77
# [2.3.1] - 2025-06-29
88

9-
- Fix package types for CJS and ESM imports: a924ed32ebfa27e49bc0ff4196118e791eaff22d
10-
- Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): 3836f6c8aee41d47119a642c7f88042b1a8ed239
11-
- Add type declaration source maps to assist go-to-definition: 9a0266518d2877047da27cbaf3290a4e6e3cb556
12-
- Rename package to `@jridgewell/remapping`: 6882c505e4c9e9abb5b341cd3ae02cf42f376a5b
9+
- Fix package types for CJS and ESM imports: https://github.com/jridgewell/sourcemaps/commit/a924ed32ebfa27e49bc0ff4196118e791eaff22d
10+
- Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): https://github.com/jridgewell/sourcemaps/commit/3836f6c8aee41d47119a642c7f88042b1a8ed239
11+
- Add type declaration source maps to assist go-to-definition: https://github.com/jridgewell/sourcemaps/commit/9a0266518d2877047da27cbaf3290a4e6e3cb556
12+
- Rename package to `@jridgewell/remapping`: https://github.com/jridgewell/sourcemaps/commit/6882c505e4c9e9abb5b341cd3ae02cf42f376a5b
1313

1414
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/remapping/2.3.0...remapping/2.3.1
1515

packages/source-map/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# [0.3.8] - 2025-06-30
22

3-
- Remove `require(esm)` support to fix bug with Node v22: e95784217661cdd44c3c1bd5b3c42bbb8a24b69c
3+
- Remove `require(esm)` support to fix bug with Node v22: https://github.com/jridgewell/sourcemaps/commit/e95784217661cdd44c3c1bd5b3c42bbb8a24b69c
44

55
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/source-map/0.3.7...source-map/0.3.8
66

77
# [0.3.7] - 2025-06-29
88

9-
- Fix package types for CJS and ESM imports: a924ed32ebfa27e49bc0ff4196118e791eaff22d
10-
- Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): 3836f6c8aee41d47119a642c7f88042b1a8ed239
11-
- Add type declaration source maps to assist go-to-definition: 9a0266518d2877047da27cbaf3290a4e6e3cb556
9+
- Fix package types for CJS and ESM imports: https://github.com/jridgewell/sourcemaps/commit/a924ed32ebfa27e49bc0ff4196118e791eaff22d
10+
- Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): https://github.com/jridgewell/sourcemaps/commit/3836f6c8aee41d47119a642c7f88042b1a8ed239
11+
- Add type declaration source maps to assist go-to-definition: https://github.com/jridgewell/sourcemaps/commit/9a0266518d2877047da27cbaf3290a4e6e3cb556
1212
- fix: remove extra comma to fix build: #24 (thanks @benmccann)
1313

1414
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/source-map/0.3.6...source-map/0.3.7

packages/sourcemap-codec/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# [1.5.2] - 2025-06-30
22

3-
- Remove `require(esm)` support to fix bug with Node v22: e95784217661cdd44c3c1bd5b3c42bbb8a24b69c
3+
- Remove `require(esm)` support to fix bug with Node v22: https://github.com/jridgewell/sourcemaps/commit/e95784217661cdd44c3c1bd5b3c42bbb8a24b69c
44

55
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.1...sourcemap-codec/1.5.2
66

77
# [1.5.1] - 2025-06-29
88

9-
- Fix package types for CJS and ESM imports: a924ed32ebfa27e49bc0ff4196118e791eaff22d
10-
- Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): 3836f6c8aee41d47119a642c7f88042b1a8ed239
11-
- Add type declaration source maps to assist go-to-definition: 9a0266518d2877047da27cbaf3290a4e6e3cb556
9+
- Fix package types for CJS and ESM imports: https://github.com/jridgewell/sourcemaps/commit/a924ed32ebfa27e49bc0ff4196118e791eaff22d
10+
- Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): https://github.com/jridgewell/sourcemaps/commit/3836f6c8aee41d47119a642c7f88042b1a8ed239
11+
- Add type declaration source maps to assist go-to-definition: https://github.com/jridgewell/sourcemaps/commit/9a0266518d2877047da27cbaf3290a4e6e3cb556
1212

1313
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.0...sourcemap-codec/1.5.1
1414

packages/trace-mapping/CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# [0.3.27] - 2025-06-30
22

3-
- Remove `require(esm)` support to fix bug with Node v22: e95784217661cdd44c3c1bd5b3c42bbb8a24b69c
3+
- Remove `require(esm)` support to fix bug with Node v22: https://github.com/jridgewell/sourcemaps/commit/e95784217661cdd44c3c1bd5b3c42bbb8a24b69c
44

55
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/trace-mapping/0.3.26...trace-mapping/0.3.27
66

77
# [0.3.26] - 2025-06-29
88

9-
- Fix package types for CJS and ESM imports: a924ed32ebfa27e49bc0ff4196118e791eaff22d
10-
- Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): 3836f6c8aee41d47119a642c7f88042b1a8ed239
11-
- Add type declaration source maps to assist go-to-definition: 9a0266518d2877047da27cbaf3290a4e6e3cb556
9+
- Fix package types for CJS and ESM imports: https://github.com/jridgewell/sourcemaps/commit/a924ed32ebfa27e49bc0ff4196118e791eaff22d
10+
- Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): https://github.com/jridgewell/sourcemaps/commit/3836f6c8aee41d47119a642c7f88042b1a8ed239
11+
- Add type declaration source maps to assist go-to-definition: https://github.com/jridgewell/sourcemaps/commit/9a0266518d2877047da27cbaf3290a4e6e3cb556
1212
- Fix map file resolution to match spec: #36
13-
- Accept readonly types: cdf32c7dc8cde4b3963306ea2d316a675002e296
14-
- Rename AnyMap: 5676069c80ca426f2d60b2ccfafca0944c79c039
15-
- Add error messages for common issues: 13c8987c4067c0e42d3b2b7192d23daedbb99a1b
13+
- Accept readonly types: https://github.com/jridgewell/sourcemaps/commit/cdf32c7dc8cde4b3963306ea2d316a675002e296
14+
- Rename AnyMap: https://github.com/jridgewell/sourcemaps/commit/5676069c80ca426f2d60b2ccfafca0944c79c039
15+
- Add error messages for common issues: https://github.com/jridgewell/sourcemaps/commit/13c8987c4067c0e42d3b2b7192d23daedbb99a1b
1616

1717
**Full Changelog**: https://github.com/jridgewell/sourcemaps/compare/trace-mapping/0.3.25...trace-mapping/0.3.26
1818

0 commit comments

Comments
 (0)