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 apps/e2e-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@mrjasonroy/cache-components-cache-handler": "workspace:*",
"ioredis": "^5.4.1",
"next": "^16.0.1",
"next": "^16.1.6",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

It's great that this app is updated to next: ^16.1.6. However, I noticed that the apps/redis-example application was not updated and still depends on next: ^16.0.1. The lockfile shows this resolves to a version that is deprecated due to a security vulnerability. For consistency and security across the project, apps/redis-example should be updated as well.

"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/legacy-cache-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@mrjasonroy/cache-components-cache-handler": "workspace:*",
"next": "^16.0.1",
"next": "^16.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/legacy-cache-test/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cache-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrjasonroy/cache-components-cache-handler",
"version": "16.0.4",
"version": "16.1.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While bumping the version to 16.1.0 to reflect support for Next.js 16.1.x is correct, the package's own development environment should also be aligned. To ensure the package is developed and tested against this version, please consider adding next: "^16.1.6" to the devDependencies in this file. This makes the dependency explicit and avoids inconsistencies where an older version might be used during development.

"description": "Cache handler for Next.js 16+ with support for 'use cache' directive and Cache Components",
"author": "Jason Roy",
"license": "MIT",
Expand Down
137 changes: 133 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading