Skip to content

Commit 5d5bbbc

Browse files
committed
chore: re-enable automatic GitHub release, bum dev deps
1 parent 78e1ba8 commit 5d5bbbc

File tree

5 files changed

+43
-53
lines changed

5 files changed

+43
-53
lines changed

.oxfmtrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"bracketSameLine": true,
77
"trailingComma": "es5",
88
"arrowParens": "avoid",
9-
"experimentalSortPackageJson": false,
109
"ignorePatterns": ["**/build", "**/node_modules", "CHANGELOG.md"],
10+
"experimentalSortPackageJson": false,
1111
"experimentalSortImports": {
1212
"groups": [
1313
["side-effect"],

.oxlintrc.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@
4545
"import/consistent-type-specifier-style": ["error", "prefer-inline"],
4646
"import/default": "error",
4747
"import/namespace": "error",
48-
"import/no-cycle": [
49-
"error",
50-
{
51-
"maxDepth": 3,
52-
"disableScc": true
53-
}
54-
],
48+
"import/no-cycle": ["error", { "maxDepth": 3 }],
5549
"import/no-duplicates": "error",
5650
"import/no-named-as-default": "error",
5751
"import/no-named-as-default-member": "error",

bun.lock

Lines changed: 31 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
"conventional-changelog-conventionalcommits": "^9.1.0",
6767
"esbuild": "^0.27.2",
6868
"ovsx": "^0.10.8",
69-
"oxfmt": "^0.26.0",
70-
"oxlint": "^1.41.0",
71-
"oxlint-tsgolint": "^0.11.1",
69+
"oxfmt": "^0.28.0",
70+
"oxlint": "^1.43.0",
71+
"oxlint-tsgolint": "^0.11.4",
7272
"rimraf": "6.1.2",
73-
"semantic-release": "^25.0.2",
73+
"semantic-release": "^25.0.3",
7474
"typescript": "^5.9.3"
7575
}
7676
}

release.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ module.exports = {
4646
assets: ['package.json', 'CHANGELOG.md'],
4747
},
4848
],
49-
// [
50-
// '@semantic-release/github',
51-
// {
52-
// draftRelease: false,
53-
// },
54-
// ],
49+
[
50+
'@semantic-release/github',
51+
{
52+
draftRelease: false,
53+
},
54+
],
5555
],
5656
};

0 commit comments

Comments
 (0)