Skip to content

Commit

Permalink
fix: dependencies 2023-08-14 (#294)
Browse files Browse the repository at this point in the history
* chore: automatic empty commit

* chore(deps): update dependency @babel/eslint-parser to v7.22.10 (#295)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency node to v16.20.2 (#296)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency eslint to v8.47.0 (#298)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency eslint-config-prettier to v8.10.0 (#297)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): lock file maintenance (#299)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bodinsamuel and renovate[bot] authored Aug 14, 2023
1 parent 1c2d114 commit 199224d
Show file tree
Hide file tree
Showing 4 changed files with 745 additions and 1,021 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.1
16.20.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN jq 'walk(if type == "object" then with_entries(select(.key | test("^jest|pre
# ------------------
# deps install
# ------------------
FROM node:16.20.1-bullseye AS base
FROM node:16.20.2-bullseye AS base

# Setup the app WORKDIR
WORKDIR /app/rab
Expand Down Expand Up @@ -38,7 +38,7 @@ RUN true \
# ------------------
# final image
# ------------------
FROM node:16.20.1-bullseye as web
FROM node:16.20.2-bullseye as web

LABEL org.opencontainers.image.source = "https://github.com/bodinsamuel/renovate-automatic-branch"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"typescript": "4.9.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.9",
"@babel/eslint-parser": "7.22.10",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.4",
"@semantic-release/npm": "10.0.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.45.0",
"eslint": "8.47.0",
"eslint-config-algolia": "22.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "39.9.1",
Expand Down
Loading

0 comments on commit 199224d

Please sign in to comment.