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
2 changes: 1 addition & 1 deletion .github/actions/check_changesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"@actions/exec": "2.0.0",
"@actions/github": "6.0.1"
},
"packageManager": "yarn@4.13.0"
"packageManager": "yarn@4.14.1"
}
2 changes: 1 addition & 1 deletion .github/actions/check_changesets/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10c0

"@actions/core@npm:2.0.3":
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/check_create_redwood_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"@actions/core": "2.0.3",
"@actions/exec": "2.0.0"
},
"packageManager": "yarn@4.13.0"
"packageManager": "yarn@4.14.1"
}
2 changes: 1 addition & 1 deletion .github/actions/check_create_redwood_app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10c0

"@actions/core@npm:2.0.3":
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/detect-changes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"@actions/core": "2.0.3",
"@actions/exec": "2.0.0"
},
"packageManager": "yarn@4.13.0"
"packageManager": "yarn@4.14.1"
}
2 changes: 1 addition & 1 deletion .github/actions/detect-changes/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10c0

"@actions/core@npm:2.0.3":
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/rsc-caching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"engines": {
"node": "=24.x"
},
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.1",
"resolutions": {
"@apollo/client-react-streaming/superjson": "^1.12.2",
"react-is": "19.2.3"
Expand Down
2 changes: 2 additions & 0 deletions __fixtures__/test-project-esm/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ nmMode: hardlinks-local
# How to install Node packages.
# Heads up: right now, Cedar expects this to be `node-modules`.
nodeLinker: node-modules

enableScripts: false
35 changes: 31 additions & 4 deletions __fixtures__/test-project-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,42 @@
"@cedarjs/eslint-config": "4.1.0",
"@cedarjs/project-config": "4.1.0",
"@cedarjs/testing": "4.1.0",
"vitest": "3.2.4",
"prettier-plugin-tailwindcss": "^0.7.0"
},
"engines": {
"node": "=24.x"
},
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3",
"vite": "7.3.2"
"react-is": "19.2.3"
},
"dependenciesMeta": {
"@clerk/shared": {
"built": true
},
"@firebase/util": {
"built": true
},
"@prisma/engines": {
"built": true
},
"@swc/core": {
"built": true
},
"better-sqlite3": {
"built": true
},
"esbuild": {
"built": true
},
"msw": {
"built": true
},
"prisma": {
"built": true
},
"protobufjs": {
"built": true
}
}
}
2 changes: 2 additions & 0 deletions __fixtures__/test-project-live/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ nmMode: hardlinks-local
# How to install Node packages.
# Heads up: right now, Cedar expects this to be `node-modules`.
nodeLinker: node-modules

enableScripts: false
6 changes: 3 additions & 3 deletions __fixtures__/test-project-live/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"type": "module",
"dependencies": {
"@cedarjs/api": "3.1.0",
"@cedarjs/api-server": "3.1.1",
"@cedarjs/auth-dbauth-api": "3.1.1",
"@cedarjs/api-server": "4.1.0",
"@cedarjs/auth-dbauth-api": "4.1.0",
"@cedarjs/graphql-server": "3.1.0",
"@cedarjs/realtime": "3.1.1",
"@cedarjs/realtime": "4.1.0",
"@my-org/validators": "workspace:*",
"@prisma/adapter-pg": "7.8.0",
"ioredis": "^5",
Expand Down
39 changes: 34 additions & 5 deletions __fixtures__/test-project-live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,46 @@
"packages/*"
],
"devDependencies": {
"@cedarjs/core": "3.1.1",
"@cedarjs/eslint-config": "3.1.1",
"@cedarjs/project-config": "3.1.1",
"@cedarjs/testing": "3.1.1",
"@cedarjs/core": "4.1.0",
"@cedarjs/eslint-config": "4.1.0",
"@cedarjs/project-config": "4.1.0",
"@cedarjs/testing": "4.1.0",
"prettier-plugin-tailwindcss": "^0.7.0"
},
"engines": {
"node": "=24.x"
},
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3"
},
"dependenciesMeta": {
"@clerk/shared": {
"built": true
},
"@firebase/util": {
"built": true
},
"@prisma/engines": {
"built": true
},
"@swc/core": {
"built": true
},
"better-sqlite3": {
"built": true
},
"esbuild": {
"built": true
},
"msw": {
"built": true
},
"prisma": {
"built": true
},
"protobufjs": {
"built": true
}
}
}
16 changes: 8 additions & 8 deletions __fixtures__/test-project-live/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
]
},
"dependencies": {
"@cedarjs/auth-dbauth-web": "3.1.1",
"@cedarjs/forms": "3.1.1",
"@cedarjs/gqlorm": "3.1.1",
"@cedarjs/router": "3.1.1",
"@cedarjs/web": "3.1.1",
"@cedarjs/auth-dbauth-web": "4.1.0",
"@cedarjs/forms": "4.1.0",
"@cedarjs/gqlorm": "4.1.0",
"@cedarjs/router": "4.1.0",
"@cedarjs/web": "4.1.0",
"@my-org/validators": "workspace:*",
"humanize-string": "2.1.0",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@cedarjs/vite": "3.1.1",
"@cedarjs/vite": "4.1.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.12",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.13",
"postcss-loader": "^8.2.1",
"tailwindcss": "^3.4.17"
}
Expand Down
33 changes: 31 additions & 2 deletions __fixtures__/test-project-rsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@cedarjs/core": "2.8.0"
"@cedarjs/core": "4.1.0"
},
"eslintConfig": {
"extends": "@cedarjs/eslint-config",
Expand All @@ -16,9 +16,38 @@
"engines": {
"node": "=24.x"
},
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.1",
"resolutions": {
"@apollo/client-react-streaming/superjson": "^1.12.2",
"react-is": "19.2.3"
},
"dependenciesMeta": {
"@clerk/shared": {
"built": true
},
"@firebase/util": {
"built": true
},
"@prisma/engines": {
"built": true
},
"@swc/core": {
"built": true
},
"better-sqlite3": {
"built": true
},
"esbuild": {
"built": true
},
"msw": {
"built": true
},
"prisma": {
"built": true
},
"protobufjs": {
"built": true
}
}
}
35 changes: 32 additions & 3 deletions __fixtures__/test-project-rsc-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
]
},
"devDependencies": {
"@cedarjs/core": "2.8.0",
"@cedarjs/project-config": "2.8.0"
"@cedarjs/core": "4.1.0",
"@cedarjs/project-config": "4.1.0"
},
"eslintConfig": {
"extends": "@cedarjs/eslint-config",
Expand All @@ -17,9 +17,38 @@
"engines": {
"node": "=24.x"
},
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.1",
"resolutions": {
"@apollo/client-react-streaming/superjson": "^1.12.2",
"react-is": "19.2.3"
},
"dependenciesMeta": {
"@clerk/shared": {
"built": true
},
"@firebase/util": {
"built": true
},
"@prisma/engines": {
"built": true
},
"@swc/core": {
"built": true
},
"better-sqlite3": {
"built": true
},
"esbuild": {
"built": true
},
"msw": {
"built": true
},
"prisma": {
"built": true
},
"protobufjs": {
"built": true
}
}
}
2 changes: 2 additions & 0 deletions __fixtures__/test-project/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ nmMode: hardlinks-local
# How to install Node packages.
# Heads up: right now, Cedar expects this to be `node-modules`.
nodeLinker: node-modules

enableScripts: false
31 changes: 30 additions & 1 deletion __fixtures__/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,37 @@
"engines": {
"node": "=24.x"
},
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3"
},
"dependenciesMeta": {
"@clerk/shared": {
"built": true
},
"@firebase/util": {
"built": true
},
"@prisma/engines": {
"built": true
},
"@swc/core": {
"built": true
},
"better-sqlite3": {
"built": true
},
"esbuild": {
"built": true
},
"msw": {
"built": true
},
"prisma": {
"built": true
},
"protobufjs": {
"built": true
}
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"@types/react": "^18.3.27",
"typescript": "5.9.3"
},
"packageManager": "yarn@4.13.0"
"packageManager": "yarn@4.14.1"
}
2 changes: 1 addition & 1 deletion docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10c0

"@algolia/abtesting@npm:1.11.0":
Expand Down
2 changes: 1 addition & 1 deletion local-testing-project-live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"engines": {
"node": "=24.x"
},
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3",
"@cedarjs/fastify-web": "file:../packages/adapters/fastify/web/cedarjs-fastify-web.tgz",
Expand Down
2 changes: 1 addition & 1 deletion local-testing-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"engines": {
"node": "=24.x"
},
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.1",
"resolutions": {
"react-is": "19.2.3",
"@cedarjs/fastify-web": "file:../packages/adapters/fastify/web/cedarjs-fastify-web.tgz",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@
"yargs": "17.7.2",
"zx": "8.8.5"
},
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.1",
"npmClient": "yarn"
}
Loading
Loading