chore(deps): move packages to TypeScript 6.0.3

Raises the typescript devDependency across the workspace, bumps package
versions, re-adds ignoreDeprecations, and repoints the @wrnexus registry.

These were pre-existing working-tree changes, committed as-is rather than
authored here. The .npmrc change redirects @wrnexus publishes from
registry.npmjs.org to registry.workroot.in — confirm that is intended
before publishing from this branch.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-18 19:16:34 +05:30
co-authored by Claude Opus 5
parent 4dd7681bf7
commit afa2a8c093
31 changed files with 132 additions and 130 deletions
+5 -5
View File
@@ -272,7 +272,7 @@
},
"packages/cli": {
"name": "@wrnexus/cli",
"version": "0.8.36",
"version": "0.8.41",
"bin": {
"wrnexus": "src/index.ts",
},
@@ -287,6 +287,7 @@
"@wrnexus/mcp": "workspace:*",
"@wrnexus/playground": "workspace:*",
"@wrnexus/plugin": "workspace:*",
"@wrnexus/react": "workspace:*",
"@wrnexus/router": "workspace:*",
"@wrnexus/security": "workspace:*",
"@wrnexus/styles": "workspace:*",
@@ -299,9 +300,8 @@
},
"packages/compiler": {
"name": "@wrnexus/compiler",
"version": "0.8.10",
"version": "0.8.11",
"dependencies": {
"@wrnexus/core": "workspace:*",
"@wrnexus/csr": "workspace:*",
"@wrnexus/store": "workspace:*",
"@wrnexus/syntax": "workspace:*",
@@ -337,7 +337,7 @@
},
"packages/dev-server": {
"name": "@wrnexus/dev-server",
"version": "0.8.33",
"version": "0.8.37",
"dependencies": {
"@wrnexus/authz": "workspace:*",
"@wrnexus/cache": "workspace:*",
@@ -364,7 +364,7 @@
},
"packages/dev-toolbar": {
"name": "@wrnexus/dev-toolbar",
"version": "0.8.10",
"version": "0.8.12",
"devDependencies": {
"@types/bun": "^1.3.14",
"typescript": "^6.0.3",