Skip to content

Commit

Permalink
Bump pnpm + nx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Nov 1, 2024
1 parent c099aae commit 57f2da8
Show file tree
Hide file tree
Showing 12 changed files with 149 additions and 139 deletions.
10 changes: 10 additions & 0 deletions .changeset/gentle-pumas-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"nx-populate-files": patch
"nx-update-ts-references": patch
"nx-plugin-handler": patch
"@leyman/eslint-config": patch
"nx-lifecycle": patch
"nx-tsc": patch
---

Bump pnpm + nx versions
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/devcontainers/base:debian

ARG NX_VERSION=20.0.6
ARG NX_VERSION=20.0.7
ARG NODE_VERSION=22.10.0
ARG PNPM_VERSION=9.12.2
ARG PNPM_VERSION=9.12.3
ARG CHANGESETS_VERSION=2.27.9

RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Test

env:
NODE_VERSION: 22.10.0
NX_VERSION: 20.0.6
PNPM_VERSION: 9.12.2
NX_VERSION: 20.0.7
PNPM_VERSION: 9.12.3

on:
- push
Expand Down
2 changes: 1 addition & 1 deletion apps/nx-lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"nx-plugin-handler": "workspace:^"
},
"optionalDependencies": {
"@nx/devkit": "^20.0.6"
"@nx/devkit": "^20.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/nx-update-ts-references/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"npm-juniper": "npm:juniper@latest"
},
"optionalDependencies": {
"@nx/devkit": "^20.0.6"
"@nx/devkit": "^20.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/populate-files/nx-populate-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"load-populate-files": "workspace:^"
},
"optionalDependencies": {
"@nx/devkit": "^20.0.6",
"@nx/devkit": "^20.0.7",
"juniper": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion leyman/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@nx/eslint": "20.0.6",
"@nx/eslint": "20.0.7",
"@types/chai": "^5.0.0",
"@types/eslint": "^9.6.1",
"@types/mocha": "^10.0.9",
Expand Down
2 changes: 1 addition & 1 deletion leyman/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@leyman/eslint-config": "workspace:^",
"eslint": "^9.13.0",
"npm": "^10.9.0",
"nx": "20.0.6",
"nx": "20.0.7",
"nx-lifecycle": "workspace:^",
"typescript": "^5.6.3"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"type": "module",
"devDependencies": {
"@nx/eslint": "20.0.6",
"@nx/eslint": "20.0.7",
"npm-nx-populate-files": "npm:nx-populate-files@latest",
"npm-nx-tsc": "npm:nx-tsc@latest",
"npm-nx-update-ts-references": "npm:nx-update-ts-references@latest",
"nx": "20.0.6",
"nx": "20.0.7",
"nx-lifecycle": "workspace:^",
"nx-populate-files": "workspace:^",
"nx-tsc": "workspace:^",
"nx-update-ts-references": "workspace:^"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
Loading

0 comments on commit 57f2da8

Please sign in to comment.