Skip to content

Commit 8b97da4

Browse files
author
Bruno Fantauzzi
committed
4.4.0
1 parent d14a0a4 commit 8b97da4

File tree

6 files changed

+23
-28
lines changed

6 files changed

+23
-28
lines changed

.husky/post-checkout

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
bun i

.husky/post-merge

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
bun i

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
bun pre-commit

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
> Changes to the `js` flavor are also applied to all the other flavors.
44
> Changes to the `ts` flavor are also applied to `react` and `react-native` flavors.
55
6+
## 4.4.0
7+
8+
- Upgrade deps
9+
610
## 4.3.0
711

812
- Removed `require-extensions` plugin. Bun ftw!

bun.lockb

10 KB
Binary file not shown.

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "eslint-config-gev",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Curated ESLint configs for TS, JS, Next, React, and React Native projects",
55
"author": "SrBrahma",
66
"main": "index.js",
77
"bin": "bin.js",
88
"scripts": {
99
"format": "biome check --apply-unsafe . && eslint --fix . package.json",
1010
"format:check": "biome check . && eslint . package.json",
11-
"pre-commit": "bun format && bun test && bun start && git add -A",
12-
"prepare": "husky install",
11+
"pre-commit": "bun format && bun start && git add -A",
12+
"prepare": "husky",
1313
"start": "bun scripts/makeTsExtensions.ts",
1414
"test:watch": "bun test --watch",
1515
"watch": "bun --watch scripts/makeTsExtensions.ts"
@@ -31,29 +31,29 @@
3131
"javascript"
3232
],
3333
"dependencies": {
34-
"@next/eslint-plugin-next": "^14.0.4",
35-
"@rushstack/eslint-patch": "^1.6.1",
36-
"@stylistic/eslint-plugin": "1.5.3",
37-
"@typescript-eslint/eslint-plugin": "6.17.0",
38-
"@typescript-eslint/parser": "6.17.0",
39-
"citty": "0.1.5",
34+
"@next/eslint-plugin-next": "^14.2.3",
35+
"@rushstack/eslint-patch": "^1.10.2",
36+
"@stylistic/eslint-plugin": "1.7.2",
37+
"@typescript-eslint/eslint-plugin": "7.7.1",
38+
"@typescript-eslint/parser": "7.7.1",
39+
"citty": "0.1.6",
4040
"eslint": "8.56.0",
41-
"eslint-config-biome": "^1.4.1",
42-
"eslint-plugin-jsdoc": "48.0.2",
43-
"eslint-plugin-json-files": "^4.1.0",
41+
"eslint-config-biome": "^1.5.3",
42+
"eslint-plugin-jsdoc": "48.2.3",
43+
"eslint-plugin-json-files": "^4.2.0",
4444
"eslint-plugin-no-autofix": "1.2.3",
45-
"eslint-plugin-no-relative-import-paths": "1.5.3",
46-
"eslint-plugin-prefer-arrow-functions": "3.2.4",
47-
"eslint-plugin-react": "7.33.2",
45+
"eslint-plugin-no-relative-import-paths": "1.5.4",
46+
"eslint-plugin-prefer-arrow-functions": "3.3.2",
47+
"eslint-plugin-react": "7.34.1",
4848
"eslint-plugin-react-hooks": "4.6.0",
4949
"eslint-plugin-react-native": "4.1.0",
5050
"eslint-plugin-require-extensions": "0.1.3",
51-
"eslint-plugin-unused-imports": "3.0.0"
51+
"eslint-plugin-unused-imports": "3.1.0"
5252
},
5353
"devDependencies": {
54-
"@biomejs/biome": "^1.4.1",
54+
"@biomejs/biome": "^1.7.1",
5555
"@sindresorhus/tsconfig": "5.0.0",
56-
"@types/bun": "^1.0.0",
57-
"husky": "8.0.3"
56+
"@types/bun": "^1.1.0",
57+
"husky": "9.0.11"
5858
}
5959
}

0 commit comments

Comments
 (0)