Skip to content

Commit

Permalink
chore(deps)!: bump the all group with 10 updates (#163)
Browse files Browse the repository at this point in the history
Updates `esbuild` from 0.19.11 to 0.20.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.11...v0.20.0)

Updates `browserslist` from 4.22.2 to 4.22.3
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.22.2...4.22.3)

Updates `@commitlint/cli` from 18.5.0 to 18.6.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 18.5.0 to 18.6.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.0/@commitlint/config-conventional)

Updates `@nihalgonsalves/esconfig` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/nihalgonsalves/esconfig/releases)
- [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esconfig@esconfig-v0.8.1...esconfig-v0.8.2)

Updates `@types/node` from 18.19.8 to 18.19.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/coverage-v8)

Updates `@vitest/ui` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/ui)

Updates `lefthook` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.6.0...v1.6.1)

Updates `vitest` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/vitest)

BREAKING CHANGE: esbuild v0.20.x is a pre-1.0 minor version bump, which signifies breaking changes: https://github.com/evanw/esbuild/releases/tag/v0.20.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nihal Gonsalves <nihal@nihalgonsalves.com>
  • Loading branch information
dependabot[bot] and nihalgonsalves committed Jan 28, 2024
1 parent 50c8577 commit 20d6167
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 427 deletions.
20 changes: 10 additions & 10 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.19.11"
"esbuild": "~0.20.0"
},
"dependencies": {
"debug": "^4.3.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@nihalgonsalves/esconfig": "^0.8.1",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@nihalgonsalves/esconfig": "^0.8.2",
"@types/debug": "^4.1.8",
"@types/node": "18",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/ui": "^1.2.1",
"browserslist": "^4.21.9",
"esbuild": "~0.19.11",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"browserslist": "^4.22.3",
"esbuild": "~0.20.0",
"eslint": "^8.45.0",
"eslint-plugin-vitest": "^0.3.1",
"lefthook": "^1.6.0",
"lefthook": "^1.6.1",
"prettier": "^3.2.4",
"typescript": "^5.1.6",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186"
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"moduleResolution": "Bundler",
"target": "ES2022",
"noEmit": true,
"skipLibCheck": true,
"verbatimModuleSyntax": false,
},
"include": ["./src/", "./vitest.config.ts"],
Expand Down
Loading

0 comments on commit 20d6167

Please sign in to comment.