Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node.js #44

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .carson/workspace.snapshot
Binary file not shown.
16 changes: 16 additions & 0 deletions .changeset/renovate-c62f24a.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
'@jakubmazanec/args': major
'@jakubmazanec/carson': minor
'@jakubmazanec/carson-templates': major
'@jakubmazanec/changesets-changelog': major
'@jakubmazanec/cli': minor
'@jakubmazanec/error': major
'@jakubmazanec/eslint-config': major
'@jakubmazanec/fs-utils': minor
'@jakubmazanec/template': major
'@jakubmazanec/ts-utils': major
'@jakubmazanec/zod-utils': major
---

BREAKING: Dependency `node` updated to version `^20.8.0`. Dependency `@types/node` updated to
version `^20.8.5`.
6 changes: 6 additions & 0 deletions .changeset/spotty-readers-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@jakubmazanec/carson-templates': major
---

BREAKING: In all templates, Node.js version was updated to `^20.8.0`; related dependencies were also
updated.
11,896 changes: 810 additions & 11,086 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.56",
"@testing-library/jest-dom": "^5.16.5",
"@types/node": "^16.18.3",
"@types/node": "^20.8.5",
"chokidar": "^3.5.3",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
Expand All @@ -43,9 +43,9 @@
"typedoc-plugin-markdown": "^3.15.1",
"typescript": "^5.1.3"
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
},
"overrides": {
"react": "^18.2.0"
Expand Down
Binary file modified packages/args/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/args/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It cannot be required from a CommonJS module.

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later
- TypeScript 5 or later

## Usage
Expand Down
6 changes: 3 additions & 3 deletions packages/args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/lodash.camelcase": "^4.3.7",
"@types/node": "^16.18.3"
"@types/node": "^20.8.5"
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
Binary file modified packages/carson-templates/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/carson-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install @jakubmazanec/carson-templates

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later

## Usage

Expand Down
5 changes: 3 additions & 2 deletions packages/carson-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@jest/globals": "^29.5.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.195",
"@types/node": "^20.8.5",
"execa": "^8.0.1",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.1",
Expand All @@ -47,8 +48,8 @@
"peerDependencies": {
"@jakubmazanec/carson": "^0.2.0"
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/carson-templates/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const DEPENDENCY_VERSIONS: Record<string, string> = {
'@swc/cli': '^0.1.0',
'@swc/core': '^1.0.0',
'@testing-library/jest-dom': '^5.0.0',
'@types/node': '^16.0.0',
'@types/node': '^20.0.0',
chokidar: '^3.0.0',
'cross-env': '^7.0.0',
'del-cli': '^5.0.0',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ let packageJson = {
devDependencies: {
'@jest/globals': '^29.5.0',
},
packageManager: 'npm@8.19.4',
packageManager: 'npm@10.1.0',
engines: {
node: '>=16.20.0',
node: '^20.8.0',
},
};
-%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ let packageJson = {
test: 'jest --passWithNoTests',
typecheck: 'tsc --project tsconfig.typecheck.json',
},
packageManager: 'npm@8.19.4',
packageManager: 'npm@10.1.0',
engines: {
node: '>=16.20.0',
node: '^20.8.0',
},
};
-%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ let packageJson = {
test: 'jest --passWithNoTests',
typecheck: 'tsc --project tsconfig.typecheck.json',
},
packageManager: 'npm@8.19.4',
packageManager: 'npm@10.1.0',
engines: {
node: '>=16.20.0',
node: '^20.8.0',
},
};
-%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ let packageJson = lodash.merge(
typecheck: 'tsc --project tsconfig.typecheck.json',
},
devDependencies: developmentDependencies,
packageManager: 'npm@8.19.4',
packageManager: 'npm@10.1.0',
engines: {
node: '>=16.20.0',
node: '^20.8.0',
},
},
project.config.overrides?.packageJson ?? {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ let packageJson = lodash.merge(
uninstall: 'del-cli ./**/node_modules ./package-lock.json',
},
devDependencies: developmentDependencies,
packageManager: 'npm@8.19.4',
packageManager: 'npm@10.1.0',
engines: {
node: '>=16.20.0',
node: '^20.8.0',
},
},
workspace.config.overrides?.packageJson ?? {},
Expand Down
Binary file modified packages/carson/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/carson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm install @jakubmazanec/carson @jakubmazanec/carson-templates -g

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later

## Usage

Expand Down
6 changes: 3 additions & 3 deletions packages/carson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.195",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.18.3",
"@types/node": "^20.8.5",
"@types/react": "^18.0.26",
"@types/semver": "^7.3.9",
"@types/zen-observable": "^0.8.3",
Expand All @@ -76,8 +76,8 @@
"optional": true
}
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
Binary file modified packages/changesets-changelog/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/changesets-changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install @jakubmazanec/changesets-changelog

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later

## Usage

Expand Down
6 changes: 3 additions & 3 deletions packages/changesets-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"devDependencies": {
"@changesets/parse": "^0.3.15",
"@changesets/types": "^5.2.0",
"@types/node": "^16.18.3"
"@types/node": "^20.8.5"
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
Binary file modified packages/cli/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It cannot be required from a CommonJS module.

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later
- TypeScript 5 or later

## Usage
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@jest/globals": "^29.5.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.195",
"@types/node": "^16.18.3",
"@types/node": "^20.8.5",
"@types/react": "^18.0.26",
"ink": "^3.2.0",
"ink-testing-library": "^3.0.0",
Expand All @@ -58,8 +58,8 @@
"optional": true
}
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
Binary file modified packages/error/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/error/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It cannot be required from a CommonJS module.

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later
- TypeScript 5 or later

## Usage
Expand Down
7 changes: 4 additions & 3 deletions packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@jest/globals": "^29.5.0"
"@jest/globals": "^29.5.0",
"@types/node": "^20.8.5"
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
Binary file modified packages/eslint-config/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install @jakubmazanec/eslint-config

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later
- TypeScript 5 or later

## Usage
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@types/confusing-browser-globals": "^1.0.0",
"@types/eslint": "^8.21.3",
"@types/node": "^16.18.3",
"@types/node": "^20.8.5",
"eslint": "^8.36.0"
},
"peerDependencies": {
Expand All @@ -66,8 +66,8 @@
"optional": true
}
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
Binary file modified packages/fs-utils/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/fs-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It cannot be required from a CommonJS module.

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later
- TypeScript 5 or later

## Usage
Expand Down
7 changes: 4 additions & 3 deletions packages/fs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/fs-extra": "^9.0.13"
"@types/fs-extra": "^9.0.13",
"@types/node": "^20.8.5"
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
Binary file modified packages/template/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It cannot be required from a CommonJS module.

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later
- TypeScript 5 or later

## Usage
Expand Down
6 changes: 3 additions & 3 deletions packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@types/fs-extra": "^11.0.1",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.omit": "^4.5.7",
"@types/node": "^16.18.3"
"@types/node": "^20.8.5"
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
Binary file modified packages/ts-utils/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/ts-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It cannot be required from a CommonJS module.

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later
- TypeScript 5 or later

## Usage
Expand Down
7 changes: 4 additions & 3 deletions packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
"typecheck": "tsc --project tsconfig.typecheck.json"
},
"devDependencies": {
"@jest/globals": "^29.5.0"
"@jest/globals": "^29.5.0",
"@types/node": "^20.8.5"
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
Binary file modified packages/zod-utils/.carson/project.snapshot
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/zod-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It cannot be required from a CommonJS module.

#### Prerequisites

- Node.js 16 or later
- Node.js 20 or later
- TypeScript 5 or later

## Usage
Expand Down
6 changes: 3 additions & 3 deletions packages/zod-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/node": "^16.18.3",
"@types/node": "^20.8.5",
"zod": "^3.19.1"
},
"peerDependencies": {
"zod": "^3.19.1"
},
"packageManager": "npm@8.19.4",
"packageManager": "npm@10.1.0",
"engines": {
"node": ">=16.20.0"
"node": "^20.8.0"
}
}
Loading