-
Notifications
You must be signed in to change notification settings - Fork 15
System Update #2915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System Update #2915
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| "sourceMap": true, | ||
| "strict": true, | ||
| "target": "es2022", | ||
| "target": "es2023", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed to do this in order to get roundingMode on the type of the args to Intl.NumberFormat. es2023 is currently the default in TS anyway, so we should be on it anyway.
| systemIpPoolsDocs: 'https://docs.oxide.computer/guides/operator/ip-pool-management', | ||
| systemMetricsDocs: 'https://docs.oxide.computer/guides/operator/system-metrics', | ||
| systemSiloDocs: 'https://docs.oxide.computer/guides/operator/silo-management', | ||
| systemUpdateDocs: 'https://docs.oxide.computer/guides/operator/system-update', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oxidecomputer/console@36e415c...ee1aa57 * [ee1aa575](oxidecomputer/console@ee1aa575) oxidecomputer/console#2920 * [74c20607](oxidecomputer/console@74c20607) oxidecomputer/console#2915 * [96939d35](oxidecomputer/console@96939d35) oxidecomputer/console#2910 * [1bc51872](oxidecomputer/console@1bc51872) oxidecomputer/console#2917 * [96211e99](oxidecomputer/console@96211e99) oxidecomputer/console#2914 * [22482fc1](oxidecomputer/console@22482fc1) oxidecomputer/console#2912 * [5c393b4d](oxidecomputer/console@5c393b4d) oxidecomputer/console#2911 * [8ac318bb](oxidecomputer/console@8ac318bb) oxidecomputer/console#2742
oxidecomputer/console@36e415c...ee1aa57 * [ee1aa575](oxidecomputer/console@ee1aa575) oxidecomputer/console#2920 * [74c20607](oxidecomputer/console@74c20607) oxidecomputer/console#2915 * [96939d35](oxidecomputer/console@96939d35) oxidecomputer/console#2910 * [1bc51872](oxidecomputer/console@1bc51872) oxidecomputer/console#2917 * [96211e99](oxidecomputer/console@96211e99) oxidecomputer/console#2914 * [22482fc1](oxidecomputer/console@22482fc1) oxidecomputer/console#2912 * [5c393b4d](oxidecomputer/console@5c393b4d) oxidecomputer/console#2911 * [8ac318bb](oxidecomputer/console@8ac318bb) oxidecomputer/console#2742
Closes #2903
Closes #2905
We have read-only stuff and setting target release. I had trouble with upload, so it is in the first commit but it is removed in a subsequent commit.
Outstanding questions