Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .effect-reference
Submodule .effect-reference added at 05033c
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ count.txt
.secrets
generated/
.wrangler

.claude/worktrees
.claude/settings.local.json
40 changes: 27 additions & 13 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
{
"migrations": [
{
"version": "22.2.0-beta.1",
"requires": {
"vitest": ">=4.0.0"
},
"description": "Create AI Instructions to help migrate users workspaces past breaking changes for Vitest 4.",
"implementation": "./src/migrations/update-22-2-0/create-ai-instructions-for-vitest-4",
"package": "@nx/vite",
"name": "update-22-2-0"
"cli": "nx",
"version": "22.6.0-beta.10",
"description": "Adds .claude/worktrees to .gitignore",
"implementation": "./src/migrations/update-22-6-0/add-claude-worktrees-to-git-ignore",
"package": "nx",
"name": "22-6-1-add-claude-worktrees-to-git-ignore"
},
{
"version": "22.2.0-beta.2",
"description": "Migrate Vitest usage from @nx/vite to @nx/vitest package.",
"implementation": "./src/migrations/update-22-2-0/migrate-vitest-to-vitest-package",
"package": "@nx/vite",
"name": "migrate-vitest-to-vitest-package"
"cli": "nx",
"version": "22.6.0-rc.0",
"description": "Adds .claude/settings.local.json to .gitignore",
"implementation": "./src/migrations/update-22-6-0/add-claude-settings-local-to-git-ignore",
"package": "nx",
"name": "22-6-0-add-claude-settings-local-to-git-ignore"
},
{
"cli": "nx",
"version": "22.6.0-beta.11",
"description": "Prompts to enable usage analytics",
"implementation": "./src/migrations/update-22-6-0/enable-analytics-prompt",
"package": "nx",
"name": "22-6-0-enable-analytics-prompt"
},
{
"version": "22.6.0-beta.11",
"description": "Prefix reportsDirectory with {projectRoot} to maintain correct resolution after workspace-root-relative behavior change.",
"implementation": "./src/migrations/update-22-6-0/prefix-reports-directory-with-project-root",
"package": "@nx/vitest",
"name": "update-22-6-0-prefix-reports-directory"
}
]
}
52 changes: 40 additions & 12 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"packageManager": "pnpm"
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"production": [
"default",
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
Expand All @@ -32,7 +35,10 @@
},
{
"plugin": "@nx/vite/plugin",
"exclude": ["apps/solid-app-start/**/*", "apps/react-app-remix/**/*"],
"exclude": [
"apps/solid-app-start/**/*",
"apps/react-app-remix/**/*"
],
"options": {
"buildTargetName": "build",
"serveTargetName": "serve",
Expand Down Expand Up @@ -105,7 +111,9 @@
}
},
"sync": {
"disabledTaskSyncGenerators": ["@nx/js:typescript-sync"]
"disabledTaskSyncGenerators": [
"@nx/js:typescript-sync"
]
},
"targets": {
"local-registry": {
Expand Down Expand Up @@ -141,26 +149,45 @@
"targetDefaults": {
"dev": {
"cache": false,
"dependsOn": ["^build"]
"dependsOn": [
"^build"
]
},
"build": {
"cache": true,
"inputs": ["production", "^production"],
"dependsOn": ["^build"]
"inputs": [
"production",
"^production"
],
"dependsOn": [
"^build"
]
},
"serve": {
"cache": false,
"dependsOn": ["^build"]
"dependsOn": [
"^build"
]
},
"@nx/esbuild:esbuild": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
]
},
"@nx/js:tsc": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
]
}
},
"generators": {
Expand All @@ -179,5 +206,6 @@
"linter": "none"
}
}
}
},
"analytics": true
}
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nx/node": "catalog:",
"@nx/react": "catalog:",
"@nx/vite": "catalog:",
"@nx/vitest": "22.5.4",
"@nx/vitest": "22.6.2",
"@nx/web": "catalog:",
"@react-router/dev": "catalog:",
"@swc-node/register": "catalog:",
Expand All @@ -47,7 +47,7 @@
"jiti": "catalog:",
"jsdom": "catalog:",
"lint-staged": "catalog:",
"nx": "22.5.4",
"nx": "22.6.2",
"nx-oxlint": "catalog:",
"oxlint": "1.42.0",
"prettier": "catalog:",
Expand Down Expand Up @@ -78,14 +78,17 @@
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"@prisma/engines",
"@swc/core",
"@tailwindcss/oxide",
"better-sqlite3",
"core-js",
"dprint",
"esbuild",
"msgpackr-extract",
"nx",
"sharp"
"prisma",
"unrs-resolver"
],
"ignoredBuiltDependencies": [
"bun"
Expand Down
Binary file modified packages/prisma/prisma/dev.db
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/react/query/tsconfig.lib.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"root":["./src/index.ts","./src/types.d.ts","./src/lib/types.ts","./src/lib/internal/make-use-effect-mutation.ts","./src/lib/internal/make-use-effect-query.ts","./src/lib/internal/make-use-rx-subsciption-ref.ts","./src/lib/internal/make-use-rx-subscribe.ts","./src/lib/internal/query-data-helpers.ts","./src/lib/tanstack-query-effect.tsx"],"version":"5.9.3"}
{"version":"7.0.0-dev+effect-tsgo.0.0.17","root":["./src/index.ts","./src/types.d.ts","./src/lib/types.ts","./src/lib/internal/make-use-effect-mutation.ts","./src/lib/internal/make-use-effect-query.ts","./src/lib/internal/make-use-rx-subsciption-ref.ts","./src/lib/internal/make-use-rx-subscribe.ts","./src/lib/internal/query-data-helpers.ts","./src/lib/tanstack-query-effect.tsx"]}
2 changes: 1 addition & 1 deletion packages/react/router/tsconfig.lib.tsbuildinfo

Large diffs are not rendered by default.

Loading
Loading