-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release 2024-17 #5584
Closed
Release 2024-17 #5584
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* bump `axios` to 0.28 * update lockfile * bump `axios` to 1.6 * Revert "bump `axios` to 1.6" This reverts commit 9cf748c. * bump `axios` to 1.6, selectively * bump `axios` in non-PSSS packages to 1.6 * further bump `axios` to 1.6.7 (except PSSS) * bump `axios` patch version * bump `axios` to latest version for PSSS too
refactor(uiComponents): short-circuit `TablePaginator` repo: update BES website link in manifest files repo: delete unused packages * short circuit `TablePaginator` * more verbose error message * code style * dedupe line of code * remove redundant spread then wrap * reword error message * Prettier * “.json” → “JSON” * type nerdery * Update BES website in package `author` field (#5494) * remove `meditrak-server` * replace LastPass reference with Bitwarden * don’t animate date picker * refactor `examples.http` variables * make `.gitignore` non-executable * one query param per line * delete unused `eslint-config-typescript` package
Co-authored-by: Rohan Port <rohan@bes.au>
merge: Master to Dev after Release 2024-15
* remove `.env-e` files on macOS * just use glob without for loop * fix paths to backup files * use safer path previsouly assumed script was run from monorepo root
…ruction (#5576) * restore instruction detail * render only if defined * fix typing mismatch * remove `console.log()` * fix copyright date Co-authored-by: alexd-bes <129009580+alexd-bes@users.noreply.github.com> --------- Co-authored-by: alexd-bes <129009580+alexd-bes@users.noreply.github.com>
Add transfer entity type
…con (#5589) * add icon * rearrange components and change expand icon * Update packages/admin-panel/src/VizBuilderApp/components/ExpandIcon.jsx Co-authored-by: Jasper Lai <33956381+jaskfla@users.noreply.github.com> * Update packages/admin-panel/src/VizBuilderApp/components/DataLibrary/component/TransformEditor.jsx Co-authored-by: Jasper Lai <33956381+jaskfla@users.noreply.github.com> * Remove unneeded icon file --------- Co-authored-by: Jasper Lai <33956381+jaskfla@users.noreply.github.com>
* feat(tupaiaWeb): RN-1240: Reinstate frontend-excluded exclusions * Update error messaging * Generate types * Add tests * Make project config not null * Generate types * Use findOne instead of find * Remove entity types excluded from frontend * Update EntityRoute.ts * Undo models changes * Revert "Generate types" This reverts commit af99b49. * tweak(environment): RN-1225: Override with local env if exists * Fixup types * DOn't change defaults * Fix order or codes * Fix types filer overwrite * Fixed filter merging --------- Co-authored-by: Andrew <vanbeekandrew@gmail.com>
Closing in favour of: #5598 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Manual release steps
strive
,fanafana
,covid_samoa
to becase
andcase_contact
Features ⭐
RN-1240: Reinstate frontend-excluded exclusions
Tweaks ⚖️
download-env-vars
no longer leaves behind unneeded.env-e
files on macOS (tweak(environment): clean up.env-e
files on macOS #5571)transfer
entity typeBug fixes 🐛
Infrastructure and maintenance 🛠️
axios
to ≥0.28 #5493)