|
| 1 | +<a name="2022.6.28"></a> |
| 2 | +# 2022.6.28 (2022-06-28) |
| 3 | +### bazel |
| 4 | +| Commit | Type | Description | |
| 5 | +| -- | -- | -- | |
| 6 | +| [757d038](https://github.com/angular/dev-infra/commit/757d03864d104dbf2131181f14cd063426ee7da6) | feat | **spec-bundling:** generate ESM mjs bundle for node spec bundles | |
| 7 | +| [b6213c5](https://github.com/angular/dev-infra/commit/b6213c5a2f89f353fd848a78afa0636e5dee793a) | feat | **spec-bundling:** support bundling ESM into CJS for legacy tests like protractor | |
| 8 | +| [f2920bf](https://github.com/angular/dev-infra/commit/f2920bf750ab4305b17d255690fe92f68e23b7d4) | feat | **spec-bundling:** support for bootstrap scripts to be provided | |
| 9 | +| [04a54cd](https://github.com/angular/dev-infra/commit/04a54cdfa050a7b6ed1dab8f0054f85022827ed5) | feat | **spec-bundling:** support specifying strategy for handling unknown linker declarations | |
| 10 | +### github-actions |
| 11 | +| Commit | Type | Description | |
| 12 | +| -- | -- | -- | |
| 13 | +| [2025d98](https://github.com/angular/dev-infra/commit/2025d98ffa9a83f05d0da3736ac77a5e0ea49366) | fix | rework token revoke mechanism to not rely on `post` run | |
| 14 | +### ng-dev |
| 15 | +| Commit | Type | Description | |
| 16 | +| -- | -- | -- | |
| 17 | +| [feba54c](https://github.com/angular/dev-infra/commit/feba54c0435390911d4236683867fb5ea23cfcd1) | feat | always require `ts-node` to be available | |
| 18 | +| [70b51cd](https://github.com/angular/dev-infra/commit/70b51cd7edf7128ba6c6f29911e28f0c7922f8cc) | feat | remove `ts-node` runtime registration as it does not work with ESM | |
| 19 | +| [638993f](https://github.com/angular/dev-infra/commit/638993fc3d3b2a4da360a9cbeb71a3217a840d96) | feat | support ESM-written repository configurations | |
| 20 | +| [3276c53](https://github.com/angular/dev-infra/commit/3276c531167dacaff492e06fe5354df552a65197) | feat | support exceptional minor target labeling in the interim | |
| 21 | +| [94c9c10](https://github.com/angular/dev-infra/commit/94c9c102b4f23470c899a724cd3077a8b925c11a) | fix | **release:** always publish experimental packages for lts patch | |
| 22 | +| [91c9200](https://github.com/angular/dev-infra/commit/91c9200c31977ecb179172cb67d288dc0ba390f3) | fix | avoid ts-node esm shebang that breaks on windows | |
| 23 | +| [fcb33b0](https://github.com/angular/dev-infra/commit/fcb33b0c754217727aa031298bb02069e464963f) | fix | do not match dots automatically in pullapprove | |
| 24 | +| [e0f37fc](https://github.com/angular/dev-infra/commit/e0f37fcf32c3a8472e60775523c8d76c898521e8) | fix | ensure config can be properly loaded on windows | |
| 25 | +| [c713d4a](https://github.com/angular/dev-infra/commit/c713d4a7449b499c0ac31a9941095a7319b15441) | fix | exceptional minor changes should also land into next branch | |
| 26 | +| [4505df9](https://github.com/angular/dev-infra/commit/4505df9ad7fefdf2154c7bf518abe144a42ff6d8) | fix | yarnpkg lockfile package cannot be bundled with ESM | |
| 27 | +## Special Thanks |
| 28 | +Paul Gschwendtner |
| 29 | + |
| 30 | +<!-- CHANGELOG SPLIT MARKER --> |
1 | 31 | <a name="2022.6.12"></a>
|
2 | 32 | # 2022.6.12 (2022-06-12)
|
3 | 33 | ### bazel
|
@@ -182,18 +212,3 @@ Alan Agius and Paul Gschwendtner
|
182 | 212 | | [104c49a](https://github.com/angular/dev-infra/commit/104c49ad795097101ab3aa268a8e9af2cdf04a8d) | fix | limit the amount of CPUs used by workers ([#436](https://github.com/angular/dev-infra/pull/436)) |
|
183 | 213 | ## Special Thanks
|
184 | 214 | Alan Agius, George Kalpakas, Jason Bedard, Joey Perrott and Paul Gschwendtner
|
185 |
| - |
186 |
| -<!-- CHANGELOG SPLIT MARKER --> |
187 |
| -<a name="2022.2.27"></a> |
188 |
| -# 2022.2.27 (2022-02-27) |
189 |
| -### bazel |
190 |
| -| Commit | Type | Description | |
191 |
| -| -- | -- | -- | |
192 |
| -| [53786a3](https://github.com/angular/dev-infra/commit/53786a3d630f1ba10bbb6697913768215ca41308) | feat | add rule for extracting type definitions from targets ([#430](https://github.com/angular/dev-infra/pull/430)) | |
193 |
| -### ng-dev |
194 |
| -| Commit | Type | Description | |
195 |
| -| -- | -- | -- | |
196 |
| -| [c969fc8](https://github.com/angular/dev-infra/commit/c969fc8c87b91faf2e415baae9ccce8fec310dc1) | feat | expose entry-point with code-splitting for runtime consumers ([#430](https://github.com/angular/dev-infra/pull/430)) | |
197 |
| -| [a9c4860](https://github.com/angular/dev-infra/commit/a9c48602d4f54850beabdf7933e05a9ce89e9dd5) | fix | uncommitted changes check returning false-positives ([#416](https://github.com/angular/dev-infra/pull/416)) | |
198 |
| -## Special Thanks |
199 |
| -Charles Lyding, George Kalpakas, Paul Gschwendtner and renovate[bot] |
|
0 commit comments