Skip to content

Commit

Permalink
Bump node, Nx, PNPM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Sep 3, 2024
1 parent d6bf328 commit 60a5dd6
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 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=19.6.1
ARG NODE_VERSION=22.5.1
ARG PNPM_VERSION=9.7.1
ARG NX_VERSION=19.6.4
ARG NODE_VERSION=22.7.0
ARG PNPM_VERSION=9.9.0
ARG CHANGESETS_VERSION=2.27.7

RUN apt-get update \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test

env:
NODE_VERSION: 22.5.1
NX_VERSION: 19.6.1
PNPM_VERSION: 9.7.1
NODE_VERSION: 22.7.0
NX_VERSION: 19.6.4
PNPM_VERSION: 9.9.0

on:
- push
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"biome.lspBin": "leyman/main/node_modules/.bin/biome",
"eslint.enable": true,
"eslint.run": "onType",
"eslint.runtime": "/home/leyman/.nvm/versions/node/v22.5.1/bin/node",
"eslint.runtime": "/home/leyman/.nvm/versions/node/v22.7.0/bin/node",
"eslint.nodePath": "leyman/main/node_modules",
"eslint.probe": [
"javascript",
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": "19.6.1"
"@nx/devkit": "19.6.4"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
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": "19.6.1"
"@nx/devkit": "19.6.4"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
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": "19.6.1",
"@nx/devkit": "19.6.4",
"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.8.3",
"@nx/eslint": "19.6.1",
"@nx/eslint": "19.6.4",
"@types/chai": "^4.3.17",
"@types/eslint": "^9.6.0",
"@types/mocha": "^10.0.7",
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.8.0",
"npm": "^10.8.2",
"nx": "19.6.1",
"nx": "19.6.4",
"nx-lifecycle": "workspace:^",
"typescript": "^5.5.4"
}
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": "19.6.1",
"@nx/eslint": "19.6.4",
"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": "19.6.1",
"nx": "19.6.4",
"nx-lifecycle": "workspace:^",
"nx-populate-files": "workspace:^",
"nx-tsc": "workspace:^",
"nx-update-ts-references": "workspace:^"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.9.0"
}
2 changes: 1 addition & 1 deletion tools/nx-plugin-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-default-import": "npm:default-import@latest"
},
"optionalDependencies": {
"@nx/devkit": "19.6.1"
"@nx/devkit": "19.6.4"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down
4 changes: 2 additions & 2 deletions tools/nx-tsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-tsc",
"version": "0.0.9",
"version": "0.0.10",
"description": "Build typescript package as nx executor",
"engines": {
"node": ">=20"
Expand Down Expand Up @@ -32,7 +32,7 @@
"nx-plugin-handler": "workspace:^"
},
"optionalDependencies": {
"@nx/devkit": "19.6.1",
"@nx/devkit": "19.6.4",
"npm-juniper": "npm:juniper@latest"
},
"peerDependencies": {
Expand Down

0 comments on commit 60a5dd6

Please sign in to comment.