Skip to content

Commit b11e2fe

Browse files
committed
Update dependencies to latest versions
- upgraded ts-pattern from ^5.8.0 to ^5.9.0 in multiple packages - upgraded tsdown from ^0.15.9 to ^0.15.10 in multiple packages - updated eslint-plugin-jsdoc from 61.1.8 to 61.1.9 - updated eslint-plugin-unicorn from 61.0.2 to 62.0.0 - updated get-tsconfig from 4.12.0 to 4.13.0 - updated magic-string from 0.30.19 to 0.30.21 - updated rolldown-plugin-dts from 0.16.12 to 0.17.1 - updated various dependencies in pnpm-lock.yaml
1 parent 49d397d commit b11e2fe

File tree

16 files changed

+155
-155
lines changed

16 files changed

+155
-155
lines changed

.pkgs/configs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"@stylistic/eslint-plugin": "^5.5.0",
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.33",
26-
"eslint-plugin-jsdoc": "^61.1.8",
26+
"eslint-plugin-jsdoc": "^61.1.9",
2727
"eslint-plugin-perfectionist": "^4.15.1",
2828
"eslint-plugin-regexp": "^2.10.0",
29-
"eslint-plugin-unicorn": "^61.0.2",
29+
"eslint-plugin-unicorn": "^62.0.0",
3030
"typescript-eslint": "^8.46.2"
3131
},
3232
"peerDependencies": {

.pkgs/eslint-plugin-local/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"@typescript-eslint/types": "^8.46.2",
3232
"@typescript-eslint/utils": "^8.46.2",
3333
"eslint-plugin-de-morgan": "^2.0.0",
34-
"eslint-plugin-jsdoc": "^61.1.8",
34+
"eslint-plugin-jsdoc": "^61.1.9",
3535
"eslint-plugin-perfectionist": "^4.15.1",
3636
"eslint-plugin-regexp": "^2.10.0",
37-
"eslint-plugin-unicorn": "^61.0.2",
37+
"eslint-plugin-unicorn": "^62.0.0",
3838
"string-ts": "^2.2.1",
39-
"ts-pattern": "^5.8.0"
39+
"ts-pattern": "^5.9.0"
4040
},
4141
"devDependencies": {
4242
"@local/configs": "workspace:*",
4343
"@types/react": "^19.2.2",
4444
"@types/react-dom": "^19.2.2",
45-
"tsdown": "^0.15.9"
45+
"tsdown": "^0.15.10"
4646
},
4747
"peerDependencies": {
4848
"eslint": "^9.38.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"skott": "^0.35.6",
8686
"sort-package-json": "^3.4.0",
8787
"tinyglobby": "^0.2.15",
88-
"ts-pattern": "^5.8.0",
89-
"tsdown": "^0.15.9",
88+
"ts-pattern": "^5.9.0",
89+
"tsdown": "^0.15.10",
9090
"tsx": "^4.20.6",
9191
"type-fest": "^5.1.0",
9292
"typedoc": "^0.28.14",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"@typescript-eslint/types": "^8.46.2",
4646
"@typescript-eslint/utils": "^8.46.2",
4747
"birecord": "^0.1.1",
48-
"ts-pattern": "^5.8.0"
48+
"ts-pattern": "^5.9.0"
4949
},
5050
"devDependencies": {
5151
"@local/configs": "workspace:*",
52-
"tsdown": "^0.15.9"
52+
"tsdown": "^0.15.10"
5353
},
5454
"engines": {
5555
"node": ">=20.19.0"

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
"@typescript-eslint/types": "^8.46.2",
5555
"@typescript-eslint/utils": "^8.46.2",
5656
"string-ts": "^2.2.1",
57-
"ts-pattern": "^5.8.0"
57+
"ts-pattern": "^5.9.0"
5858
},
5959
"devDependencies": {
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.15.9"
63+
"tsdown": "^0.15.10"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
"@typescript-eslint/utils": "^8.46.2",
5555
"compare-versions": "^6.1.1",
5656
"string-ts": "^2.2.1",
57-
"ts-pattern": "^5.8.0"
57+
"ts-pattern": "^5.9.0"
5858
},
5959
"devDependencies": {
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.15.9"
63+
"tsdown": "^0.15.10"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"@typescript-eslint/types": "^8.46.2",
5656
"@typescript-eslint/utils": "^8.46.2",
5757
"string-ts": "^2.2.1",
58-
"ts-pattern": "^5.8.0"
58+
"ts-pattern": "^5.9.0"
5959
},
6060
"devDependencies": {
6161
"@local/configs": "workspace:*",
6262
"@types/react": "^19.2.2",
6363
"@types/react-dom": "^19.2.2",
64-
"tsdown": "^0.15.9"
64+
"tsdown": "^0.15.10"
6565
},
6666
"peerDependencies": {
6767
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
"@typescript-eslint/types": "^8.46.2",
5555
"@typescript-eslint/utils": "^8.46.2",
5656
"string-ts": "^2.2.1",
57-
"ts-pattern": "^5.8.0"
57+
"ts-pattern": "^5.9.0"
5858
},
5959
"devDependencies": {
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.15.9"
63+
"tsdown": "^0.15.10"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
"@typescript-eslint/types": "^8.46.2",
5454
"@typescript-eslint/utils": "^8.46.2",
5555
"string-ts": "^2.2.1",
56-
"ts-pattern": "^5.8.0"
56+
"ts-pattern": "^5.9.0"
5757
},
5858
"devDependencies": {
5959
"@local/configs": "workspace:*",
6060
"@types/react": "^19.2.2",
6161
"@types/react-dom": "^19.2.2",
62-
"tsdown": "^0.15.9"
62+
"tsdown": "^0.15.10"
6363
},
6464
"peerDependencies": {
6565
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-x/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"is-immutable-type": "^5.0.1",
5757
"string-ts": "^2.2.1",
5858
"ts-api-utils": "^2.1.0",
59-
"ts-pattern": "^5.8.0"
59+
"ts-pattern": "^5.9.0"
6060
},
6161
"devDependencies": {
6262
"@local/configs": "workspace:*",
6363
"@types/react": "^19.2.2",
6464
"@types/react-dom": "^19.2.2",
65-
"tsdown": "^0.15.9"
65+
"tsdown": "^0.15.10"
6666
},
6767
"peerDependencies": {
6868
"eslint": "^9.38.0",

0 commit comments

Comments
 (0)