Skip to content

Commit ffbb144

Browse files
committed
release: 0.2.9
1 parent 1465e16 commit ffbb144

File tree

9 files changed

+352
-259
lines changed

9 files changed

+352
-259
lines changed

.pkgs/tsl-local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
"devDependencies": {
3030
"@local/configs": "workspace:*",
31-
"@types/react": "^19.2.8",
31+
"@types/react": "^19.2.9",
3232
"@types/react-dom": "^19.2.3",
33-
"tsdown": "^0.20.0-beta.3"
33+
"tsdown": "^0.20.0-beta.4"
3434
},
3535
"peerDependencies": {
3636
"tsl": "^1.0.28",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.8
1+
0.2.9

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dx",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"private": true,
55
"description": "Monorepo for JavaScript and TypeScript dx libraries.",
66
"homepage": "https://github.com/Rel1cx/dx",
@@ -44,11 +44,11 @@
4444
"dprint": "^0.51.1",
4545
"effect": "^3.19.14",
4646
"publint": "^0.3.16",
47-
"skott": "^0.35.6",
47+
"skott": "^0.35.7",
4848
"sort-package-json": "^3.6.0",
4949
"tinyglobby": "^0.2.15",
5050
"ts-pattern": "^5.9.0",
51-
"tsdown": "^0.20.0-beta.3",
51+
"tsdown": "^0.20.0-beta.4",
5252
"tsl": "^1.0.28",
5353
"tsl-module": "workspace:*",
5454
"tsx": "latest",
@@ -57,7 +57,7 @@
5757
"typedoc-plugin-mdn-links": "^5.1.0",
5858
"typescript": "^5.9.3"
5959
},
60-
"packageManager": "pnpm@10.28.0",
60+
"packageManager": "pnpm@10.28.1",
6161
"engines": {
6262
"node": ">=24.0.0"
6363
}

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.2.8",
3+
"version": "0.2.9",
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.2.8",
3+
"version": "0.2.9",
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.2.8",
3+
"version": "0.2.9",
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.2.8",
3+
"version": "0.2.9",
44
"private": false,
55
"description": "(WIP) An ESLint plugin for function-related rules.",
66
"homepage": "https://github.com/Rel1cx/dx",
@@ -36,21 +36,21 @@
3636
"dependencies": {
3737
"@eslint-react/ast": "^2.7.2",
3838
"@eslint-react/shared": "^2.7.2",
39-
"@typescript-eslint/scope-manager": "^8.53.0",
40-
"@typescript-eslint/type-utils": "^8.53.0",
41-
"@typescript-eslint/types": "^8.53.0",
42-
"@typescript-eslint/utils": "^8.53.0",
39+
"@typescript-eslint/scope-manager": "^8.53.1",
40+
"@typescript-eslint/type-utils": "^8.53.1",
41+
"@typescript-eslint/types": "^8.53.1",
42+
"@typescript-eslint/utils": "^8.53.1",
4343
"string-ts": "^2.3.1",
4444
"ts-api-utils": "^2.4.0",
4545
"ts-pattern": "^5.9.0"
4646
},
4747
"devDependencies": {
4848
"@let/eff": "jsr:^0.1.2",
4949
"@types/node": "^25.0.9",
50-
"@typescript-eslint/rule-tester": "^8.53.0",
50+
"@typescript-eslint/rule-tester": "^8.53.1",
5151
"dedent": "^1.7.1",
5252
"eslint": "^9.39.2",
53-
"tsdown": "^0.20.0-beta.3",
53+
"tsdown": "^0.20.0-beta.4",
5454
"tsl": "^1.0.28"
5555
},
5656
"peerDependencies": {

packages/tsl-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsl-module",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "A tsl plugin for JavaScript and TypeScript module syntax linting and transformations.",
55
"keywords": [
66
"tsl",
@@ -35,7 +35,7 @@
3535
"@let/eff": "jsr:^0.1.2",
3636
"@local/configs": "workspace:*",
3737
"dedent": "^1.7.1",
38-
"tsdown": "^0.20.0-beta.3",
38+
"tsdown": "^0.20.0-beta.4",
3939
"tsl": "^1.0.28",
4040
"vitest": "^4.0.17"
4141
},

0 commit comments

Comments
 (0)