Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 27, 2024
1 parent 9283c6e commit 674df8b
Show file tree
Hide file tree
Showing 6 changed files with 2,004 additions and 777 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Generate documentation
run: yarn compodoc
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages
folder: documentation
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Create 404.html file
run: cp ./dist/index.html ./dist/404.html
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
repository-name: DerYeger/apollo
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
token: ${{ secrets.PAT }}
- name: Semantic release
uses: cycjimmy/semantic-release-action@v4.0.0
uses: cycjimmy/semantic-release-action@v4.1.0
with:
extra_plugins: |
@semantic-release/changelog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete assets of old releases
uses: dev-drprasad/delete-older-releases@v0.3.2
uses: dev-drprasad/delete-older-releases@v0.3.4
with:
keep_latest: 3
env:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.4.0-alpine@sha256:34556ba78497768394c896cca78c490f620e624ddacd4ebe47380c52e3e5cf79 AS BUILDER
FROM node:21.7.3-alpine@sha256:d44678a321331f2f003b51303cc5105f9787637e0524cf94d4323d08050a99c9 AS BUILDER

WORKDIR /usr/app

Expand All @@ -10,7 +10,7 @@ RUN sed -i "s|{{BACKEND_URL}}|$BACKEND_URL|g" src/environments/environment.prod.
yarn install &&\
yarn build

FROM nginx:1.25.3-alpine@sha256:f2802c2a9d09c7aa3ace27445dfc5656ff24355da28e7b958074a0111e3fc076
FROM nginx:1.26.0-alpine@sha256:ef587d1eb99e991291c582bfb74f27db27f7ca2c095d4ba06cc3f7c910a0c7b3

COPY --from=BUILDER /usr/app/dist/apollo-frontend/ /usr/share/nginx/html

Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,56 +27,56 @@
"private": true,
"dependencies": {
"@angular/animations": "16.2.12",
"@angular/cdk": "16.2.12",
"@angular/cdk": "16.2.14",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/material": "16.2.12",
"@angular/material": "16.2.14",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@angular/service-worker": "16.2.12",
"@ngrx/store": "17.0.1",
"@ngrx/store": "17.2.0",
"@ngx-translate/core": "15.0.0",
"@types/d3": "7.4.3",
"d3": "7.8.5",
"fast-copy": "3.0.1",
"d3": "7.9.0",
"fast-copy": "3.0.2",
"ml-matrix": "6.11.0",
"ngrx-store-localstorage": "17.0.0",
"ngx-logger": "5.0.12",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"yaml": "2.3.4",
"zone.js": "0.14.2"
"yaml": "2.4.2",
"zone.js": "0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.10",
"@angular-eslint/builder": "17.1.1",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/schematics": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@angular/cli": "16.2.10",
"@angular-devkit/build-angular": "16.2.14",
"@angular-eslint/builder": "17.5.1",
"@angular-eslint/eslint-plugin": "17.5.1",
"@angular-eslint/eslint-plugin-template": "17.5.1",
"@angular-eslint/schematics": "17.5.1",
"@angular-eslint/template-parser": "17.5.1",
"@angular/cli": "16.2.14",
"@angular/compiler-cli": "16.2.12",
"@compodoc/compodoc": "1.1.23",
"@compodoc/compodoc": "1.1.24",
"@types/jasmine": "5.1.4",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"eslint": "^8.39.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "5.1.1",
"jasmine-core": "5.1.2",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"prettier": "3.1.0",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typescript": "5.0.4"
}
Expand Down
Loading

0 comments on commit 674df8b

Please sign in to comment.