Skip to content

Commit

Permalink
chore(deps-dev): bump esbuild from 0.19.12 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.12 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.19.12...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2025
1 parent 7de97e3 commit 2f642a0
Show file tree
Hide file tree
Showing 9 changed files with 425 additions and 902 deletions.
2 changes: 1 addition & 1 deletion apps/auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@codemod-com/tsconfig": "workspace:*",
"@types/node": "20.10.5",
"dotenv-cli": "catalog:",
"esbuild": "^0.19.12",
"esbuild": "^0.25.0",
"esbuild-plugin-copy": "catalog:",
"ts-node": "10.9.2",
"tsx": "^4.7.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/supertest": "catalog:",
"@types/ws": "catalog:",
"dotenv-cli": "catalog:",
"esbuild": "^0.19.12",
"esbuild": "^0.25.0",
"esbuild-plugin-copy": "catalog:",
"fastify-plugin": "catalog:",
"nodemon": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@nodejs-loaders/alias": "^1.1.1",
"@octokit/rest": "catalog:",
"blessed": "catalog:",
"esbuild": "^0.23.0",
"esbuild": "^0.25.0",
"keytar": "catalog:"
}
}
2 changes: 1 addition & 1 deletion apps/modgpt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/node": "20.10.5",
"esbuild": "^0.21.1",
"esbuild": "^0.25.0",
"fastify-plugin": "catalog:",
"nodemon": "^3.1.7"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/run-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/node": "20.10.5",
"@types/parse-github-url": "catalog:",
"dotenv-cli": "catalog:",
"esbuild": "^0.19.12",
"esbuild": "^0.25.0",
"fastify-plugin": "catalog:",
"nodemon": "3.0.2",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"@vscode/test-electron": "catalog:",
"chai": "catalog:",
"cspell-cli": "catalog:",
"esbuild": "^0.17.18",
"esbuild": "^0.25.0",
"ts-loader": "catalog:",
"ts-node": "^10.9.1",
"typescript": "5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"underscore": "catalog:",
"@svgr/hast-util-to-babel-ast": "catalog:",
"@vue/compiler-sfc": "catalog:",
"esbuild": "^0.23.0",
"esbuild": "^0.25.0",
"glob": "catalog:",
"js-yaml": "catalog:",
"jscodeshift": "^0.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@codemod-com/utilities": "workspace:*",
"@types/lodash-es": "catalog:",
"esbuild": "^0.17.14",
"esbuild": "^0.25.0",
"typescript": "^5.2.2",
"@types/inquirer": "catalog:",
"simple-git": "catalog:",
Expand Down
1,311 changes: 417 additions & 894 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 2f642a0

Please sign in to comment.