Skip to content

Commit

Permalink
Require Node.js <=14.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed May 18, 2022
1 parent e7b591f commit 9fb97f8
Show file tree
Hide file tree
Showing 12 changed files with 431 additions and 403 deletions.
9 changes: 9 additions & 0 deletions .changeset/lovely-tables-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'bob-esbuild': major
'bob-esbuild-cli': major
'bob-ts': major
'bob-tsm': major
'bob-esbuild-plugin': major
---

Require Node.js >=14.13.1
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-
- name: install pnpm
run: npm i pnpm@^6.7.0 -g
run: npm i pnpm@^7.1.1 -g

- name: Install Dependencies
run: pnpm i
Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"shared": "workspace:^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.25",
"esbuild": "^0.14.38",
"typescript": "^4.6.3"
"@types/node": "^17.0.34",
"esbuild": "^0.14.39",
"typescript": "^4.6.4"
},
"publishConfig": {
"directory": "lib"
Expand Down
14 changes: 7 additions & 7 deletions examples/nextjs-custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"dependencies": {
"bob-tsm": "workspace:^0.4.8",
"next": "^12.1.5",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@types/node": "^17.0.25",
"@types/react": "^18.0.6",
"@types/node": "^17.0.34",
"@types/react": "^18.0.9",
"cross-env": "^7.0.3",
"esbuild": "^0.14.38",
"typescript": "^4.6.3"
"esbuild": "^0.14.39",
"typescript": "^4.6.4"
},
"dependenciesMeta": {
"bob-tsm": {
Expand Down
4 changes: 2 additions & 2 deletions examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"bob-esbuild-cli": "workspace:^3.0.2"
},
"devDependencies": {
"esbuild": "^0.14.38",
"typescript": "^4.6.3"
"esbuild": "^0.14.39",
"typescript": "^4.6.4"
},
"dependenciesMeta": {
"bob-esbuild-cli": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"@changesets/config": "^2.0.0",
"@changesets/read": "^0.5.5",
"@manypkg/get-packages": "^1.1.3",
"@types/node": "^17.0.25",
"@types/node": "^17.0.34",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.38",
"husky": "^7.0.4",
"esbuild": "^0.14.39",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"tsm": "^2.2.1",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"engines": {
"pnpm": ">=6.7.1"
"pnpm": ">=7.1.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bob-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"bob-esbuild": "workspace:^3.2.5",
"changesets-github-release": "^0.1.0",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"peerDependencies": {
"bob-esbuild": "workspace:^3.2.5"
Expand All @@ -52,6 +52,6 @@
}
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.13.1"
}
}
12 changes: 6 additions & 6 deletions packages/bob-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
},
"dependencies": {
"bob-esbuild-plugin": "workspace:^3.1.5",
"rollup": "^2.70.2"
"rollup": "^2.73.0"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@types/node": "^17.0.25",
"@types/node": "^17.0.34",
"bob-esbuild-cli": "workspace:^3.0.2",
"changesets-github-release": "^0.1.0",
"commander": "^9.2.0",
"esbuild": "^0.14.38",
"esbuild": "^0.14.39",
"execa": "^6.1.0",
"globby": "^13.1.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-externals": "^3.1.2",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-tsconfig-paths": "^1.1.8",
"tree-kill": "^1.2.2",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"peerDependencies": {
"@types/node": "*",
Expand All @@ -68,7 +68,7 @@
}
},
"engines": {
"node": "^12.20.0 || >=14.13.0"
"node": ">=14.13.1"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions packages/bob-tsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"devDependencies": {
"@types/semver": "^7.3.9",
"bob-esbuild-plugin": "workspace:^3.1.4",
"c8": "^7.11.2",
"c8": "^7.11.3",
"chokidar": "^3.5.3",
"commander": "^9.2.0",
"esbuild": "^0.14.38",
"esbuild": "^0.14.39",
"execa": "^6.1.0",
"tree-kill": "^1.2.2",
"typescript": "^4.6.3",
"typescript": "^4.6.4",
"typescript-paths": "^1.3.1"
},
"peerDependencies": {
Expand All @@ -64,7 +64,7 @@
"fsevents": "~2.3.2"
},
"engines": {
"node": "^12.20.0 || >=14.13.0"
"node": ">=14.13.1"
},
"publishConfig": {
"access": "public",
Expand Down
26 changes: 17 additions & 9 deletions packages/bob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,40 +31,48 @@
"postpublish": "gh-release"
},
"dependencies": {
"@pnpm/types": "^8.0.0",
"@pnpm/types": "^8.0.1",
"bob-esbuild-plugin": "workspace:3.1.5",
"rollup": "^2.70.2"
"rollup": "^2.73.0"
},
"devDependencies": {
"@pnpm/exportable-manifest": "^3.0.1",
"@pnpm/exportable-manifest": "^3.0.2",
"@rollup/plugin-json": "^4.1.0",
"@types/folder-hash": "^4.0.1",
"@types/fs-extra": "^9.0.13",
"@types/lodash.get": "^4.4.7",
"@types/node": "^17.0.25",
"builtin-modules": "^3.2.0",
"@types/node": "^17.0.34",
"builtin-modules": "^3.3.0",
"chalk": "^5.0.1",
"changesets-github-release": "^0.1.0",
"cosmiconfig": "^7.0.1",
"date-fns": "^2.28.0",
"esbuild": "^0.14.38",
"esbuild": "^0.14.39",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"folder-hash": "^4.0.2",
"fs-extra": "^10.1.0",
"globby": "^13.1.1",
"lodash.get": "^4.4.2",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-externals": "^3.1.2",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-tsconfig-paths": "^1.1.8",
"tree-kill": "^1.2.2",
"tsconfck": "^1.2.2",
"typescript": "^4.6.3"
"tsconfck": "^2.0.0",
"typescript": "^4.6.4"
},
"peerDependencies": {
"esbuild": ">=0.14.38",
"typescript": "*"
},
"peerDependenciesMeta": {
"esbuild": {
"optional": true
},
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"directory": "lib"
Expand Down
16 changes: 12 additions & 4 deletions packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,23 @@
},
"devDependencies": {
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.38",
"rollup": "^2.70.2",
"tsconfck": "^1.2.2",
"tsup": "^5.12.6"
"esbuild": "^0.14.39",
"rollup": "^2.73.0",
"tsconfck": "^2.0.0",
"tsup": "^5.12.8"
},
"peerDependencies": {
"esbuild": ">=0.14.38",
"rollup": "*"
},
"peerDependenciesMeta": {
"esbuild": {
"optional": true
},
"rollup": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"directory": "lib"
Expand Down

0 comments on commit 9fb97f8

Please sign in to comment.