这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: dangbt/turbo

Tags

turbopack-240215.4

Toggle turbopack-240215.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add support for dynamic requests in require() and import() (vercel#7398)

### Description

Refactors `PatternMatching` to support a map of multiple matches by key.
Based on the new `RequestKey` support for resolving.

Code Generation for `require("./dir/"+ expr)` will emit a map of
`__turbopack_lookup__({ "./a": () => ..., "./b": () => ... }, "./dir/" +
expr)`.

The output format isn't really optimized yet, that's work for future
PRs.

### Testing Instructions

added a test case, enabled one previously skipped test case



Closes PACK-2512

turbopack-240215.3

Toggle turbopack-240215.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "add support for dynamic requests in require() and import()" (v…

…ercel#7397)

Reverts vercel#7153

Closes PACK-2511

turbopack-240215.2

Toggle turbopack-240215.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(tasks-fs): allow to skip subpath invalidation (vercel#7391)

### Description

This PR allows diskfilesystem to specify certain subpath to not to cause
invalidations.

Notify doesn't support actively unwatching subpath yet, so this still
setup the watcher normally - only the invalidation won't be notified for
the turbopack.

Closes PACK-2495

turbopack-240215.1

Toggle turbopack-240215.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(tasks-fs): allow to skip subpath invalidation (vercel#7391)

### Description

This PR allows diskfilesystem to specify certain subpath to not to cause
invalidations.

Notify doesn't support actively unwatching subpath yet, so this still
setup the watcher normally - only the invalidation won't be notified for
the turbopack.

Closes PACK-2495

v1.12.4

Toggle v1.12.4's commit message
publish 1.12.4 to registry

turbopack-240214.2

Toggle turbopack-240214.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: avoid grouping logs from tasks which ended in error (vercel#7335)

### Description

Fixes vercel#6709

Github Action doesn't provide a mechanism for grouping logs together and
keeping them expanded which is helpful for highlighting errors.

This PR changes the behavior so we avoid emitting the grouping
header/footer if task execution was a failure.

### Testing Instructions

Updated GH Action log grouping integration test


Closes TURBO-2320

turbopack-240214.1

Toggle turbopack-240214.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: avoid grouping logs from tasks which ended in error (vercel#7335)

### Description

Fixes vercel#6709

Github Action doesn't provide a mechanism for grouping logs together and
keeping them expanded which is helpful for highlighting errors.

This PR changes the behavior so we avoid emitting the grouping
header/footer if task execution was a failure.

### Testing Instructions

Updated GH Action log grouping integration test


Closes TURBO-2320

v1.12.4-canary.1

Toggle v1.12.4-canary.1's commit message
publish 1.12.4-canary.1 to registry

turbopack-240213.5

Toggle turbopack-240213.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(labels): add @turbo/repository label (vercel#7370)

### Description

Label `@turbo/repository` PR's, and give those PR's their own section in
release notes


Closes TURBO-2342

turbopack-240213.4

Toggle turbopack-240213.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove server addr (vercel#7346)

### Description

No longer needed

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->


Closes PACK-2461