Skip to content

Commit

Permalink
Merge pull request #637 from uktrade/chore/dependencies-2024-08-19
Browse files Browse the repository at this point in the history
Dependabot (2024-08-19)
  • Loading branch information
swenban authored Aug 20, 2024
2 parents 6c3f830 + 7ba466b commit 8bd2156
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/sre-docker-registry/omis-dependencies:1.0.5
FROM gcr.io/sre-docker-registry/omis-dependencies:1.0.6

ARG CURRENT_UID
ARG CURRENT_GID
Expand Down
5 changes: 3 additions & 2 deletions docs/Dependabot.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker build -f Dockerfile.dependencies -t omis-dependencies . --platform linux/
Tag the dependencies image with the incremented version.

```bash
export VERSION=1.0.5 # Increment this version each time when you edit Dockerfile.
export VERSION=1.0.6 # Increment this version each time when you edit Dockerfile.
docker tag omis-dependencies:latest gcr.io/sre-docker-registry/omis-dependencies:${VERSION}
docker tag omis-dependencies:latest gcr.io/sre-docker-registry/omis-dependencies:latest
```
Expand All @@ -71,4 +71,5 @@ Commit the new changes to the `chore/dependencies` branch before raising the mai
### Bulk upgrade of dependency groups

As with the Data Hub frontend, this project has some dependencies that need to be updated together:
- Sentry (`dependabot:update-sentry`)

- Sentry (`dependabot:update-sentry`)
191 changes: 165 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@babel/core": "^7.25.2",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@sentry/node": "^8.25.0",
"@sentry/node": "^8.26.0",
"@sentry/profiling-node": "^8.25.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.3",
"axios": "^1.7.4",
"babel-loader": "^9.1.3",
"body-parser": "^1.20.2",
"browser-sync": "^3.0.2",
Expand Down Expand Up @@ -85,14 +85,14 @@
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1",
"winston": "^3.14.1"
"winston": "^3.14.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"chai-subset": "^1.6.0",
"cypress": "^13.13.2",
"cypress": "^13.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
Expand Down

0 comments on commit 8bd2156

Please sign in to comment.