Skip to content

Commit

Permalink
Expand esbuild peer dep range
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Jul 11, 2024
1 parent a079ee3 commit 60ec0df
Show file tree
Hide file tree
Showing 10 changed files with 643 additions and 178 deletions.
11 changes: 11 additions & 0 deletions .changeset/curly-numbers-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@jgoz/esbuild-plugin-livereload': patch
'@jgoz/esbuild-plugin-typecheck': patch
'@jgoz/esbuild-plugin-html': patch
'@jgoz/esbuild-plugin-sass': patch
'@jgoz/esbuild-overlay': patch
'@jgoz/jest-esbuild': patch
'esbd': patch
---

Expand esbuild peer dependency range
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tsconfig/node16": "^16.1.3",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"esbuild": "^0.21.3",
"esbuild": "^0.23.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@jgoz/esbuild-plugin-typecheck": "workspace:*"
},
"peerDependencies": {
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x || 0.21.x"
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x || 0.21.x || 0.22.x || 0.23.x"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
Expand All @@ -33,7 +33,7 @@
"@types/serve-static": "1.15.7",
"@types/wait-on": "^5.3.4",
"cleye": "^1.3.2",
"esbuild": "^0.21.3",
"esbuild": "^0.23.0",
"execa": "^5.0.0",
"get-port": "^5.0.0",
"io-spin": "^0.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"module": "dist/overlay.js",
"types": "lib/overlay.d.ts",
"peerDependencies": {
"esbuild": "0.20.x || 0.21.x"
"esbuild": "0.20.x || 0.21.x || 0.22.x || 0.23.x"
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.4",
"esbuild": "^0.21.3",
"esbuild": "^0.23.0",
"esbuild-svelte": "^0.8.1",
"prettier": "^3.2.5",
"svelte": "^3.58.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"main": "dist/plugin-html.js",
"types": "lib/index.d.ts",
"peerDependencies": {
"esbuild": "0.20.x || 0.21.x"
"esbuild": "0.20.x || 0.21.x || 0.22.x || 0.23.x"
},
"devDependencies": {
"@types/js-beautify": "^1.14.3",
"@types/node": "^20.12.12",
"esbuild": "^0.21.3",
"esbuild": "^0.23.0",
"js-beautify": "^1.15.1",
"parse5": "^7.1.2",
"typescript": "^5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-livereload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"main": "dist/plugin-livereload.js",
"types": "lib/index.d.ts",
"peerDependencies": {
"esbuild": "0.20.x || 0.21.x"
"esbuild": "0.20.x || 0.21.x || 0.22.x || 0.23.x"
},
"devDependencies": {
"@jgoz/esbuild-overlay": "workspace:*",
"@playwright/test": "^1.45.1",
"@types/node": "^20.12.12",
"esbuild": "^0.21.3",
"esbuild": "^0.23.0",
"esbuild-svelte": "^0.8.1",
"get-port": "^5.0.0",
"open-editor": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"main": "dist/plugin-sass.js",
"types": "lib/index.d.ts",
"peerDependencies": {
"esbuild": "0.20.x || 0.21.x",
"esbuild": "0.20.x || 0.21.x || 0.22.x || 0.23.x",
"sass": ">= 1.x"
},
"peerDependenciesMeta": {
Expand All @@ -38,7 +38,7 @@
"@types/node-sass": "^4.11.7",
"autoprefixer": "^10.4.19",
"enhanced-resolve": "^5.16.1",
"esbuild": "^0.21.3",
"esbuild": "^0.23.0",
"js-beautify": "^1.15.1",
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-typecheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"types": "lib/index.d.ts",
"peerDependencies": {
"@jgoz/esbuild-plugin-livereload": ">=2.1.0",
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x || 0.21.x",
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x || 0.21.x || 0.22.x || 0.23.x",
"typescript": ">= 3.5"
},
"peerDependenciesMeta": {
Expand All @@ -38,7 +38,7 @@
"devDependencies": {
"@jgoz/esbuild-plugin-livereload": "workspace:*",
"@types/node": "^20.12.12",
"esbuild": "^0.21.3",
"esbuild": "^0.23.0",
"execa": "^5.0.0",
"memfs": "^3.5.3",
"picocolors": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"peerDependencies": {
"@babel/core": ">= 7.0.0",
"esbuild": "0.20.x || 0.21.x",
"esbuild": "0.20.x || 0.21.x || 0.22.x || 0.23.x",
"jest": "28 || 29"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"esbuild": "^0.21.3",
"esbuild": "^0.23.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"tslib": "^2.4.0",
Expand Down
Loading

0 comments on commit 60ec0df

Please sign in to comment.