Skip to content

Commit

Permalink
chore: Bump esbuild from 0.21.1 to 0.24.2
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.21.1 to 0.24.2.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.21.1...v0.24.2)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and doug-wade committed Jan 19, 2025
1 parent 4395ba1 commit 2c9f489
Show file tree
Hide file tree
Showing 13 changed files with 141 additions and 121 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"browser-sync": "^3.0.2",
"chalk": "^5.2.0",
"commander": "^12.1.0",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"eslint": "^8.57.0",
"find-up": "^7.0.0",
"glob": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"license": "MIT",
"devDependencies": {
"concurrently": "^8.2.2",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"concurrently": "^8.2.2",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"devDependencies": {
"@cypress-audit/lighthouse": "^1.4.2",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"eslint-plugin-cypress": "^4.0.0",
"rimraf": "^5.0.7",
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eleventy-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tybalt/esbuild-plugin": "workspace:^",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"glob": "^11.0.0",
"jsdom": "^24.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"concurrently": "^8.2.2",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"rimraf": "^5.0.7",
"typescript": "^5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/rule-tester": "^7.13.0",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"esbuild-jest": "^0.5.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tybalt/esbuild-plugin": "workspace:^",
"@tybalt/test-utils": "workspace:^",
"browser-sync": "^3.0.2",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"esbuild-jest": "^0.5.0",
"rimraf": "^5.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "Douglas Wade <[email protected]>",
"devDependencies": {
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"esbuild-jest": "^0.5.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"license": "MIT",
"devDependencies": {
"concurrently": "^8.2.2",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@types/uuid": "^9.0.8",
"concurrently": "^8.2.2",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"devDependencies": {
"concurrently": "^8.2.2",
"esbuild": "^0.21.1",
"esbuild": "^0.24.2",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"typescript": "^5.7.3"
Expand Down
Loading

0 comments on commit 2c9f489

Please sign in to comment.