From 23e0c404626f56998bdbd9210668a50aec777573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:24:42 +0000 Subject: [PATCH 1/2] chore(deps): update dependency prettier to v3.6.0 --- pnpm-lock.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1d76c2c..d299603 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,7 +47,7 @@ importers: version: 3.1.4 prettier: specifier: ^3.5.1 - version: 3.5.1 + version: 3.6.0 ts-node: specifier: ^10.0.0 version: 10.9.2(@swc/core@1.6.1)(@types/node@20.14.9)(typescript@5.7.3) @@ -2641,8 +2641,8 @@ packages: lexical@0.13.1: resolution: {integrity: sha512-jaqRYzVEfBKbX4FwYpd/g+MyOjRaraAel0iQsTrwvx3hyN0bswUZuzb6H6nGlFSjcdrc77wKpyKwoWj4aUd+Bw==} - lib0@0.2.99: - resolution: {integrity: sha512-vwztYuUf1uf/1zQxfzRfO5yzfNKhTtgOByCruuiQQxWQXnPb8Itaube5ylofcV0oM0aKal9Mv+S1s1Ky0UYP1w==} + lib0@0.2.109: + resolution: {integrity: sha512-jP0gbnyW0kwlx1Atc4dcHkBbrVAkdHjuyHxtClUPYla7qCmwIif1qZ6vQeJdR5FrOVdn26HvQT0ko01rgW7/Xw==} engines: {node: '>=16'} hasBin: true @@ -3307,8 +3307,8 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - prettier@3.5.1: - resolution: {integrity: sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==} + prettier@3.6.0: + resolution: {integrity: sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==} engines: {node: '>=14'} hasBin: true @@ -7728,7 +7728,7 @@ snapshots: lexical@0.13.1: {} - lib0@0.2.99: + lib0@0.2.109: dependencies: isomorphic.js: 0.2.5 @@ -8543,7 +8543,7 @@ snapshots: prettier@2.8.8: {} - prettier@3.5.1: {} + prettier@3.6.0: {} pretty-error@4.0.0: dependencies: @@ -9650,6 +9650,6 @@ snapshots: yjs@13.6.15: dependencies: - lib0: 0.2.99 + lib0: 0.2.109 yn@3.1.1: {} From dc2752a7838f20609010522ef45bd33bb7cfabba Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:25:09 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d5d9a18..b4b72e7 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,9 @@ Before you begin, ensure you have the following installed: ``` 1. **Environment Setup** - - Copy the `.env.example` file to `.env` 1. **MongoDB Setup** - - Start MongoDB for example with Docker: ```bash docker run --name mongodb-website-cms -p 27017:27017 mongo:latest @@ -44,7 +42,6 @@ Before you begin, ensure you have the following installed: - If needed update the `DATABASE_URI` in the `.env` file 1. **Development** - - Start the development server: ```bash pnpm dev