Releases: NHSDigital/immunisation-fhir-api
Releases · NHSDigital/immunisation-fhir-api
v1.0.2722-alpha
Bump werkzeug from 3.1.3 to 3.1.4 in /lambdas/delta_backend (#1021) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Yip <[email protected]>
v1.0.2721-alpha
Bump werkzeug from 3.1.3 to 3.1.4 in /lambdas/shared (#1019) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Yip <[email protected]>
v1.0.2720-alpha
Bump the npm-minor-patch group with 3 updates (#1018) Bumps the npm-minor-patch group with 3 updates: [@redocly/cli](https://github.com/Redocly/redocly-cli), [lint-staged](https://github.com/lint-staged/lint-staged) and [prettier](https://github.com/prettier/prettier). Updates `@redocly/cli` from 2.11.1 to 2.12.1 - [Release notes](https://github.com/Redocly/redocly-cli/releases) - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected]) Updates `lint-staged` from 16.2.6 to 16.2.7 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.6...v16.2.7) Updates `prettier` from 3.6.2 to 3.7.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.7.3) --- updated-dependencies: - dependency-name: "@redocly/cli" dependency-version: 2.12.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: lint-staged dependency-version: 16.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: prettier dependency-version: 3.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Yip <[email protected]>
v1.0.2719-alpha
bump the pip-minor-patch group across 14 directories with 5 updates (…
v1.0.2718-alpha
Bump js-yaml from 4.1.0 to 4.1.1 (#989) Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Yip <[email protected]>
v1.0.2717-alpha
Bump the terraform-minor-patch group across 3 directories with 1 upda…
v1.0.2716-alpha
VED-901: Extended Attribute (#1015) * Refactor extended attributes
v1.0.2715-alpha
VED-000-Mavis-Permissions (#1013) * mavis int permissions * fix mavis test
v1.0.2714-alpha
VED-935: fix url response for empty identifier search bundle (#1010) * Update empty identifier search bundle url Also moved some common code that was only used in the api service layer to the relevant place. * Remove redundant check --------- Co-authored-by: Akinola Olutola <[email protected]>
v1.0.2713-alpha
VED-934: Search Error Message (#1009) * fix search error message bug * write unittest