Skip to content

Commit

Permalink
Merge pull request #342 from BoostV/update-dependencies
Browse files Browse the repository at this point in the history
Update-dependencies
  • Loading branch information
langdal authored Feb 6, 2025
2 parents d03c566 + 0b7470a commit 6a9b1e9
Show file tree
Hide file tree
Showing 16 changed files with 3,737 additions and 3,204 deletions.
11 changes: 11 additions & 0 deletions .changeset/serious-trees-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@boostv/eslint-config': patch
'@boostv/process-optimizer-frontend-plots': patch
'@boostv/process-optimizer-frontend-core': patch
'@boostv/process-optimizer-frontend-api': patch
'@boostv/process-optimizer-frontend-ui': patch
'@boostv/process-optimizer-frontend-sample-app': patch
'@boostv/process-optimizer-frontend-scaffol': patch
---

Update external dependencies
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.217.4/containers/typescript-node/.devcontainer/base.Dockerfile

# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster
ARG VARIANT="16-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
ARG VARIANT="22-bullseye"
FROM mcr.microsoft.com/devcontainers/typescript-node:1-${VARIANT}

# [Optional] Uncomment this section to install additional OS packages.
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends openjdk-17-jre
&& apt-get -y install --no-install-recommends openjdk-17-jre

# [Optional] Uncomment if you want to install an additional version of node using nvm
# ARG EXTRA_NODE_VERSION=10
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
# Update 'VARIANT' to pick an LTS version of Node.js: 16, 14, 12.
# Append -bullseye or -buster to pin to an OS version.
# Use -bullseye variants on local arm64/Apple Silicon.
VARIANT: 18-bullseye
VARIANT: 22-bullseye

volumes:
- ../..:/workspaces:cached
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ When you create significant changes that need to be noted in the changelog pleas
npx changeset
```

## Updating dependencies

Normally it should be possible to update all dependencies using the following commands

```bash
npx syncpack list
npx syncpack update
npx syncpack fix-mismatches
```

## Contributing

Please see [Contribution guideline for this project](CONTRIBUTING.md)
Expand Down
Loading

0 comments on commit 6a9b1e9

Please sign in to comment.