Skip to content

Commit

Permalink
deps,infra: Update pnpm and node versions (#2532)
Browse files Browse the repository at this point in the history
* Update pnpm and node versions

Signed-off-by: Mirjam Aulbach <[email protected]>

* Update reference for pnpm version in coral docs

Signed-off-by: Mirjam Aulbach <[email protected]>

* Add link to the engines

Signed-off-by: Aindriu Lavelle <[email protected]>

* Version update for PNPM and node to reflect project updates.

Signed-off-by: Aindriu Lavelle <[email protected]>

---------

Signed-off-by: Mirjam Aulbach <[email protected]>
Signed-off-by: Aindriu Lavelle <[email protected]>
Co-authored-by: Aindriu Lavelle <[email protected]>
  • Loading branch information
programmiri and aindriu-aiven authored Aug 21, 2024
1 parent 0fdec2d commit 8879e0e
Show file tree
Hide file tree
Showing 10 changed files with 7,743 additions and 6,034 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,15 @@ With several downloads every week, many more companies which did not adopt a sol
### New React UI

Not required but to get the latest experience we recommend also building the React UI.
- [pnpm](https://pnpm.io/) (>=18.0.0 <19.0.0)
- [nodejs](https://nodejs.org/) (>=8.0.0 <9.0.0)
Latest:
- [pnpm](https://pnpm.io/) (>=9.0.0 <10.0.0)
- [nodejs](https://nodejs.org/) (>=20.0.0 <21.0.0)

Pre-20th of August 2024
- [pnpm](https://pnpm.io/) (>=8.0.0 <9.0.0)
- [nodejs](https://nodejs.org/) (>=18.0.0 <19.0.0)

If in doubt of the version you require locally you can see the information in [here](coral/package.json) under engines.

### Formatting

Expand Down
2 changes: 1 addition & 1 deletion coral/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
2 changes: 1 addition & 1 deletion coral/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is the setup you every time. You can find the different ways how to run the

- [node](https://nodejs.org/en/) needs to be installed <br/>
-> see [nvmrc](.nvmrc) or the `engines` definition in [package.json](package.json) for version).
- Coral uses [pnpm](https://pnpm.io/) (version 8) as a package manager. Read their official documentation [how to
- Coral uses [pnpm](https://pnpm.io/) (see version in `engines` definition in [package.json](package.json)) as a package manager. Read their official documentation [how to
install](https://pnpm.io/installation) pnpm.

1. navigate to this directory
Expand Down
2 changes: 1 addition & 1 deletion coral/docs/development-with-local-klaw.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please check out the [proxy README](../proxy/README.md) for more detailed inform
**⚠️ Requirements**

- [node](https://nodejs.org/en/) needs to be installed. See [nvmrc](../.nvmrc) or the `engines` definition in [package.json](../package.json) for version.
- Coral uses [pnpm](https://pnpm.io/) (version 8) as a package manager. Read their official documentation [how to
- Coral uses [pnpm](https://pnpm.io/) (see version in `engines` definition in [package.json](../package.json)) as a package manager. Read their official documentation [how to
install](https://pnpm.io/installation) pnpm.

**Step by step**
Expand Down
2 changes: 1 addition & 1 deletion coral/docs/development-witout-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
**⚠️ Requirements**

- [node](https://nodejs.org/en/) needs to be installed. See [nvmrc](../.nvmrc) or the `engines` definition in [package.json](../package.json) for version.
- Coral uses [pnpm](https://pnpm.io/) (version 8) as a package manager. Read their official documentation [how to
- Coral uses [pnpm](https://pnpm.io/) (see version in `engines` definition in [package.json](../package.json)) as a package manager. Read their official documentation [how to
install](https://pnpm.io/installation) pnpm.

**Step by step**
Expand Down
4 changes: 2 additions & 2 deletions coral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"license": "Apache-2.0",
"engineStrict": true,
"engines": {
"node": ">=18.0.0 <19.0.0",
"pnpm": ">=8.0.0 <9.0.0",
"node": ">=20.0.0 <21.0.0",
"pnpm": ">=9.0.0 <10.0.0",
"yarn": "❗Please use pnpm to assure a consistent package management.",
"npm": "❗Please use pnpm to assure a consistent package management."
},
Expand Down
Loading

0 comments on commit 8879e0e

Please sign in to comment.