Skip to content

Commit

Permalink
6.1.1 - Dependency Updates (#553)
Browse files Browse the repository at this point in the history
* fix FromAsCasing, make "as" uppercase
* Update angular-split to 18.0.0
* bump version
* implement #374
* add pr template, implements #120
* dependency updates
---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cyrill Püntener <34008738+wp99cp@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 21, 2024
1 parent ef7433f commit 959fd8f
Show file tree
Hide file tree
Showing 10 changed files with 2,533 additions and 1,855 deletions.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# PR

## TODO
- [ ] Docs updated
- [ ] Version bumped
- [ ] CI Pipelines run successfully
- [ ] If .env updated --> change in deployment
- [ ] Manually tested
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.3
Flask==3.1.0
gunicorn==23.0.0
flask-cors==5.0.0
gpxpy==1.6.2
Expand Down
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Stage
FROM node:20-alpine3.19 as builder
FROM node:20-alpine3.19 AS builder

WORKDIR /app

Expand Down
9 changes: 6 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ titleTemplate: J+S-Marschzeittabellen automatisiert generieren


hero:
name: Marschzeittabellen
text: automatisiert generieren
name: Walk-Time Tables
text: generated automatically
tagline: Read the documentation about the tool.
actions:
- theme: brand
text: Get Started
text: Use the tool
link: https://map.cevi.tools
- theme: alt
text: Read the Documentation
link: /documentation/introduction/getting-started
- theme: alt
text: View on GitHub
Expand Down
187 changes: 96 additions & 91 deletions docs/package-lock.json

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

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"author": "Cyrill Püntener",
"dependencies": {
"vitepress": "^1.4.5",
"vue": "^3.5.10"
"vitepress": "^1.5.0",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Stage 1: Compile and Build angular codebase
# Use official node image as the base image
FROM node:20.13.1-alpine3.20 as build
FROM node:20.13.1-alpine3.20 AS build

# Set the working directory
WORKDIR /app
Expand Down
Loading

0 comments on commit 959fd8f

Please sign in to comment.