Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 16, 2024
1 parent c45d6d8 commit 8bdc621
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/nationalarchives/docker/compare/v0.5.2...HEAD)

### Added

- Added `stylelint-order` for `stylelint`

### Changed

- Installation of formatting and linting tools moved to `Dockerfile` so are available at startup of the dev image
- Updated `prettier`, `stylelint` and `stylelint-config-standard-scss` in `tna-python-dev`
- Updated Poetry to [1.8.5](https://github.com/python-poetry/poetry/releases/tag/1.8.5)
- Updated Stylelint to [16.12.0](https://github.com/stylelint/stylelint/releases/tag/16.12.0)
- Updated Uvicorn to [0.34.0](https://github.com/encode/uvicorn/releases/tag/0.34.0)

### Deprecated
### Removed
Expand Down
2 changes: 1 addition & 1 deletion docker/tna-python-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ COPY --chown=app lib/* /home/app/
# ==========================================
RUN python -m pip install --no-cache-dir --quiet black==24.10.0 flake8==7.1.1 isort==5.13.2; \
. "$HOME/.nvm/nvm.sh"; \
npm install -g [email protected] [email protected] stylelint@16.11.0 [email protected] [email protected]
npm install -g [email protected] [email protected] stylelint@16.12.0 [email protected] [email protected] [email protected]

CMD ["dev"]
2 changes: 1 addition & 1 deletion docker/tna-python/bin/tna-build
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ then
fi

poetry add [email protected]
poetry add uvicorn@0.32.1
poetry add uvicorn@0.34.0
poetry add [email protected]
poetry install --no-root --no-interaction

Expand Down

0 comments on commit 8bdc621

Please sign in to comment.