Skip to content

Commit

Permalink
chore: upgrade API Platform to 4.0.17 (#503)
Browse files Browse the repository at this point in the history
* chore: upgrade API Platform to 4.0.17

* fix: fix pnpm version

* chore: upgrade to node 23
  • Loading branch information
vincentchalamon authored Feb 12, 2025
1 parent d8763db commit a726e87
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 52 deletions.
6 changes: 3 additions & 3 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/doctrine-orm": "^4.0.15",
"api-platform/graphql": "^4.0.15",
"api-platform/symfony": "^4.0.15",
"api-platform/doctrine-orm": "^4.0.17",
"api-platform/graphql": "^4.0.17",
"api-platform/symfony": "^4.0.17",
"doctrine/common": "^3.4",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-fixtures-bundle": "^4.0",
Expand Down
86 changes: 43 additions & 43 deletions api/composer.lock

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

2 changes: 1 addition & 1 deletion api/config/packages/api_platform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
api_platform:
title: API Platform's demo
version: 4.0.15
version: 4.0.17
description: |
This is a demo application of the [API Platform](https://api-platform.com) framework.
[Its source code](https://github.com/api-platform/demo) includes various examples, check it out!
Expand Down
4 changes: 2 additions & 2 deletions helm/api-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.0.15
version: 4.0.17

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.0.15
appVersion: 4.0.17

dependencies:
- name: postgresql
Expand Down
5 changes: 3 additions & 2 deletions pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Versions
FROM node:21-alpine AS node_upstream
FROM node:23-alpine AS node_upstream


# Base stage for dev and build
Expand All @@ -14,7 +14,8 @@ RUN apk add --no-cache libc6-compat

WORKDIR /srv/app

RUN corepack enable && \
RUN apk upgrade && \
corepack enable && \
corepack prepare --activate pnpm@latest && \
pnpm config -g set store-dir /.pnpm-store

Expand Down
2 changes: 1 addition & 1 deletion pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
"eslint-config-next": "^15.1.5",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
"packageManager": "pnpm@10.3.0"
}

0 comments on commit a726e87

Please sign in to comment.