Skip to content

Commit 8578c9b

Browse files
authored
v3: new build system fixes round 2 (#1283)
* Fixed empty env vars overriding in dev runs * Don’t import package.json anymore * fix node10 moduleResolution in @trigger.dev/core * Support self-hosters pushing to a custom registry when running deploy * dev: Fixed stuck runs when a child run fails with a process exit * Make some doc notes about known issues and docker hub private repos * Fix --project-ref when running deploy * Fix —config option when deploying * Fixing the flushing/killing process with the new build system * Add monorepo-react-email e2e test fixture * Fix issue with emitDecoratorMetadata and tsconfigs with extends * Got the emit decorator metadata fixture working * Fixed typechecking yarn e2e CLI tests in monorepos * Add remote forced externals system, in case we come across another package that cannot be bundled (spurred on by header-generator) * Remote externals now powered by JSON Hero to be easier to update * resolve config source files * Add a —javascript option to init, defaults to typescript * Add support for prisma typed sql * Remove msw and retry.interceptFetch * Add missing code to the openai retries example * Don’t generate the v3 catalog prisma client during CI * Fixed v3-catalog task imports * Remove interceptor usage in task file * Only import import-in-the-middle hook if there are instrumented packages * Fix yarn.lock file
1 parent 8bb81ec commit 8578c9b

File tree

103 files changed

+19181
-552
lines changed

Some content is hidden

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

103 files changed

+19181
-552
lines changed

.changeset/curvy-beers-camp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Fixed empty env vars overriding in dev runs

.changeset/gentle-planets-return.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/build": patch
3+
---
4+
5+
Fix issue with emitDecoratorMetadata and tsconfigs with extends

.changeset/mighty-sheep-guess.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@trigger.dev/sdk": patch
3+
"trigger.dev": patch
4+
"@trigger.dev/core": patch
5+
---
6+
7+
Support self-hosters pushing to a custom registry when running deploy

.changeset/proud-dogs-battle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/build": patch
3+
---
4+
5+
Add support for prisma typed sql

.changeset/rude-houses-promise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Fix --project-ref when running deploy

.changeset/strong-years-help.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Fixed stuck runs when a child run fails with a process exit

.changeset/tidy-roses-guess.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"trigger.dev": patch
3+
"@trigger.dev/core": patch
4+
---
5+
6+
Add remote forced externals system, in case we come across another package that cannot be bundled (spurred on by header-generator)

.changeset/twenty-seahorses-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/sdk": patch
3+
---
4+
5+
Remove msw and retry.interceptFetch

.changeset/violet-cherries-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/core": patch
3+
---
4+
5+
fix node10 moduleResolution in @trigger.dev/core

.changeset/wise-pens-agree.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"trigger.dev": patch
3+
"@trigger.dev/core": patch
4+
---
5+
6+
Only import import-in-the-middle hook if there are instrumented packages

0 commit comments

Comments
 (0)