Skip to content

Commit efafd66

Browse files
chore(deps): bump esbuild from 0.24.2 to 0.28.1
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.2 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.2...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7852fb commit efafd66

8 files changed

Lines changed: 128 additions & 118 deletions

File tree

packages/cookie-jar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"cookie": "1.0.2",
27-
"esbuild": "0.24.2",
27+
"esbuild": "0.28.1",
2828
"fast-glob": "3.3.2",
2929
"fs-extra": "11.2.0"
3030
},

packages/create-redwood-rsc-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/which": "3.0.4",
4646
"@types/yauzl-promise": "4.0.1",
4747
"concurrently": "^8.2.2",
48-
"esbuild": "0.24.2",
48+
"esbuild": "0.28.1",
4949
"eslint": "^9.7.0",
5050
"eslint-plugin-jsdoc": "^48.7.0",
5151
"eslint-plugin-jsonc": "^2.16.0",

packages/framework-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@arethetypeswrong/cli": "0.16.4",
35-
"esbuild": "0.24.2",
35+
"esbuild": "0.28.1",
3636
"fast-glob": "3.3.2",
3737
"fs-extra": "11.2.0",
3838
"zx": "8.1.9"

packages/internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"chalk": "4.1.2",
101101
"core-js": "3.38.1",
102102
"deepmerge": "4.3.1",
103-
"esbuild": "0.24.2",
103+
"esbuild": "0.28.1",
104104
"fast-glob": "3.3.2",
105105
"fs-extra": "11.2.0",
106106
"graphql": "16.9.0",

packages/record/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@prisma/internals": "5.20.0",
3939
"@redwoodjs/framework-tools": "workspace:*",
40-
"esbuild": "0.24.2",
40+
"esbuild": "0.28.1",
4141
"publint": "0.3.12",
4242
"tsx": "4.19.2",
4343
"vitest": "2.1.9"

packages/server-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@redwoodjs/auth": "workspace:*",
2626
"@redwoodjs/cookie-jar": "workspace:*",
27-
"esbuild": "0.24.2",
27+
"esbuild": "0.28.1",
2828
"fast-glob": "3.3.2",
2929
"fs-extra": "11.2.0"
3030
},

packages/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@redwoodjs/framework-tools": "workspace:*",
6464
"@types/mime-types": "2.1.4",
6565
"concurrently": "8.2.2",
66-
"esbuild": "0.24.2",
66+
"esbuild": "0.28.1",
6767
"publint": "0.3.12",
6868
"tstyche": "3.0.0",
6969
"tsx": "4.19.2",

0 commit comments

Comments
 (0)