Commit f6776f5
authored
* chore: add angular@19 test fixture without prerendering and ssr
* chore: add angular@19 test fixture with prerendering and ssr using stable CommonEngine
* chore: add angular@19 test fixture with prerendering and ssr using Developer Preview App Engine
* chore: add scripts for installing new fixture dependencies
* test: add test for version validation when angular@19 is used
* test: add test for version validation when angular deps are missing
* chore: add entire .netlify dirs to .gitignore
* test: add initial (failing) build tests for Angular 19 fixtures
* refactor: split reading angular version out to separate helper function
* fix: handle prerendered-routes.json shape in Angular 19
* chore: add runtime to new fixture dependencies
* chore: upgrade demo to Angular 19
* fix: hopefully initial working demo deployment using CommonEngine
* test: check if process import is result of using default server.ts
* test: fix used fixture dir in one of tests
* fix: only patch deno method in Deno env
* fix: try/catch deno.readFile patching to avoid potential fatal errors
* chore: upgrade @netlify/build
* test: update assertion for changed hashes after update
* Revert "test: check if process import is result of using default server.ts"
This reverts commit 8a7a7cb.
* fix: add engine name to 'not supported' error message
* refactor: simplify user code
* test: remove dashboard from expected excluded paths as it's now server rendered
* test: adjust test setup to not be impacted by angular-runtime devDeps
* chore: adjust eslint directive after adding @angular/ssr dev dep
* chore: upgrade node types (for before/after from node:test)
* fix: workaround type problem for now
* fix: automatically set Netlify compatible request handler using CommonEngine
* fix: support AppEngine
* test: update new test fixtures to rc.1
* fix: apply headers for prerendered routes
* fix: swap original server.ts back after build or failure
* fix: remove @android/ssr from dev and peerDeps
* chore(demo): migrate default server.ts to angular@19
* fix: update disabled rule after removing @angular/ssr devDep
* fix: lint
* chore: sync lock files
* docs: update readme for angular@19
* docs: update readme toc
* fix: re-add @ts-expect-error for app engine until angular types are adjusted
* chore: remove outdated TODOs
* chore: update jsdocs
* chore: upgrade to most recent RCs
* test: update assertion after package bump
* feat: initial boilerplate and tooling to start matching server.ts to known variants
* feat: only autoswap for known module content, otherwise fail build with actionable error
* fix: now that we require default or netlify compatible server.ts - update demo site
* chore: drop unuseful comment
* fix: attempt to normalize content for signature so crlf endlines are treated as lf
1 parent 24e330e commit f6776f5
File tree
113 files changed
+107046
-7679
lines changed- demo
- src/app
- src
- helpers
- tests
- fixtures
- angular-17
- angular-19-app-engine
- .vscode
- public
- src
- app
- angular-19-common-engine
- .vscode
- public
- src
- app
- angular-19-prerender-false
- .vscode
- public
- src
- app
- application-builder
- browser-builder
- missing-angular-deps
- non-angular-project
- prerender-false
- tools
- known-server-ts-signatures
- AppEngine
- CommonEngine
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+107046
-7679
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 144 | + | |
| 145 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| 81 | + | |
79 | 82 | | |
80 | | - | |
| 83 | + | |
81 | 84 | | |
82 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
83 | 146 | | |
84 | 147 | | |
85 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments