Skip to content

Commit 79be5ec

Browse files
Version Packages (#399)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a6194f9 commit 79be5ec

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

.changeset/harden-rolldown-external-shim.md

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

packages/gdu/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# gdu
22

3+
## 13.14.1
4+
5+
### Patch Changes
6+
7+
- a6194f9: Harden rolldownExternalShim plugin for production resilience
8+
- Use `chunk.isEntry` instead of filename pattern matching for entry chunk
9+
detection — decoupled from `chunkFileNames` config
10+
- Remove fragile `code.includes()` content heuristic — shim is harmless if
11+
`require()` is never called at runtime
12+
- Switch `Promise.all()` to `Promise.allSettled()` with per-import
13+
`.catch()` — single CDN failure no longer blanks the page
14+
- Chain to existing `globalThis.require` when present — multiple Vite MFEs
15+
on the same page no longer overwrite each other's module caches
16+
- Widen `renderChunk` chunk type to include `isEntry` property
17+
318
## 13.14.0
419

520
### Minor Changes

packages/gdu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gdu",
3-
"version": "13.14.0",
3+
"version": "13.14.1",
44
"description": "AutoGuru's development toolkit",
55
"homepage": "https://github.com/autoguru-au/octane/tree/master/packages/gdu#readme",
66
"repository": "https://github.com/autoguru-au/octane/tree/master/packages/gdu",

0 commit comments

Comments
 (0)