-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 0a450ca
committed
build: define typescript version via string in module.bazel file
Within our module.bazel file when describing the version of typescript to use for rules_ts, we use ts_version instead of ts_version_from to prevent our package.json file from being
part of the set of files used to calculate the sha for the lock file. Any unrelated change to the version of the typescript file would end up causing our lockfile to be out of date.
This amount of churn has proven to be too much for our current setup. We instead now test to validate the versions defined in the package.json and MODULE.bazel files match.1 parent f5e6894 commit 0a450ca
File tree
6 files changed
+16
-18
lines changed- .github/workflows
- tools/test
6 files changed
+16
-18
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 | - | ||
75 | - | ||
76 | - | ||
74 | + | ||
77 | 75 |
| |
78 | 76 |
| |
79 | 77 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | - | ||
105 | - | ||
106 | - | ||
104 | + | ||
107 | 105 |
| |
108 | 106 |
| |
109 | 107 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
102 | 103 |
| |
103 | 104 |
| |
104 | 105 |
| |
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | - | ||
42 | + | ||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 | - | ||
179 | + | ||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | - | ||
39 | - | ||
40 | - | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | 41 |
| |
42 | 42 |
|
0 commit comments