Skip to content

Commit

Permalink
feat(deps)!: support esbuild v0.20.x and update deps (#187)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: esbuild v0.20.x

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nihal Gonsalves <[email protected]>
  • Loading branch information
dependabot[bot] and nihalgonsalves authored May 22, 2024
1 parent 0c5b2d7 commit 7b33f9b
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 188 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ updates:
- dependency-name: "eslint"
update-types:
- "version-update:semver-major"
- dependency-name: "eslint-plugin-vitest"
update-types:
- "version-update:semver-minor"

- package-ecosystem: github-actions
directory: "/"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@
},
"peerDependencies": {
"browserslist": "^4.21.8",
"esbuild": "~0.20.2"
"esbuild": "~0.21.3"
},
"dependencies": {
"debug": "^4.3.4",
"zod": "^3.23.5"
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nihalgonsalves/esconfig": "^0.9.9",
"@nihalgonsalves/esconfig": "^0.9.10",
"@types/debug": "^4.1.12",
"@types/node": "18",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"browserslist": "^4.23.0",
"esbuild": "~0.20.2",
"esbuild": "~0.21.3",
"eslint": "^8.57.0",
"eslint-plugin-vitest": "~0.4.1",
"lefthook": "^1.6.10",
"lefthook": "^1.6.12",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vitest": "^1.5.2"
"vitest": "^1.6.0"
},
"packageManager": "[email protected]+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781"
}
Loading

0 comments on commit 7b33f9b

Please sign in to comment.