Skip to content

Commit 0a8669a

Browse files
committed
release: 0.1.3-next.3
1 parent 8b78ef8 commit 0a8669a

File tree

9 files changed

+188
-81
lines changed

9 files changed

+188
-81
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-perfectionist": "^5.0.0",
2929
"eslint-plugin-regexp": "^2.10.0",
3030
"eslint-plugin-unicorn": "^62.0.0",
31-
"typescript-eslint": "^8.50.0"
31+
"typescript-eslint": "^8.50.1"
3232
},
3333
"peerDependencies": {
3434
"eslint": "^9.39.1",

.pkgs/function-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"eslint": "^9.39.2",
28-
"tsdown": "^0.18.1"
28+
"tsdown": "^0.18.2"
2929
},
3030
"peerDependencies": {
3131
"eslint": "^9.39.1",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3-next.2
1+
0.1.3-next.3

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dx",
3-
"version": "0.1.3-next.2",
3+
"version": "0.1.3-next.3",
44
"private": true,
55
"description": "Monorepo for JavaScript and TypeScript dx libraries.",
66
"homepage": "https://github.com/Rel1cx/dx",
@@ -52,12 +52,12 @@
5252
"sort-package-json": "^3.6.0",
5353
"tinyglobby": "^0.2.15",
5454
"ts-pattern": "^5.9.0",
55-
"tsdown": "^0.18.1",
55+
"tsdown": "^0.18.2",
5656
"typedoc": "^0.28.15",
5757
"typedoc-plugin-markdown": "^4.9.0",
5858
"typedoc-plugin-mdn-links": "^5.0.10",
5959
"typescript": "^5.9.3",
60-
"typescript-eslint": "^8.50.0"
60+
"typescript-eslint": "^8.50.1"
6161
},
6262
"packageManager": "pnpm@10.26.1",
6363
"engines": {

packages/eff/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@let/eff",
3-
"version": "0.1.3-next.2",
3+
"version": "0.1.3-next.3",
44
"license": "MIT",
55
"exports": "./src/index.ts"
66
}

packages/eff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@let/eff",
3-
"version": "0.1.3-next.2",
3+
"version": "0.1.3-next.3",
44
"description": "JavaScript and TypeScript utilities.",
55
"homepage": "https://github.com/Rel1cx/dx",
66
"bugs": {

packages/eslint-plugin-function-rule/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-function-rule",
3-
"version": "0.1.3-next.2",
3+
"version": "0.1.3-next.3",
44
"description": "An ESLint plugin to write custom rules with JavaScript functions.",
55
"homepage": "https://github.com/Rel1cx/dx",
66
"bugs": {

packages/eslint-plugin-function/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-function",
3-
"version": "0.1.3-next.2",
3+
"version": "0.1.3-next.3",
44
"private": false,
55
"description": "(WIP) An ESLint plugin for function-related rules.",
66
"homepage": "https://github.com/Rel1cx/dx",
@@ -37,19 +37,19 @@
3737
"@eslint-react/ast": "^2.3.13",
3838
"@eslint-react/shared": "^2.3.13",
3939
"@let/eff": "jsr:^0.1.2",
40-
"@typescript-eslint/scope-manager": "^8.50.0",
41-
"@typescript-eslint/type-utils": "^8.50.0",
42-
"@typescript-eslint/types": "^8.50.0",
43-
"@typescript-eslint/utils": "^8.50.0",
40+
"@typescript-eslint/scope-manager": "^8.50.1",
41+
"@typescript-eslint/type-utils": "^8.50.1",
42+
"@typescript-eslint/types": "^8.50.1",
43+
"@typescript-eslint/utils": "^8.50.1",
4444
"string-ts": "^2.3.1",
4545
"ts-api-utils": "^2.1.0",
4646
"ts-pattern": "^5.9.0"
4747
},
4848
"devDependencies": {
49-
"@typescript-eslint/rule-tester": "^8.50.0",
49+
"@typescript-eslint/rule-tester": "^8.50.1",
5050
"dedent": "^1.7.1",
5151
"eslint": "^9.39.2",
52-
"tsdown": "^0.18.1"
52+
"tsdown": "^0.18.2"
5353
},
5454
"peerDependencies": {
5555
"eslint": "^9.39.1",

0 commit comments

Comments
 (0)