next-shared-cache icon indicating copy to clipboard operation
next-shared-cache copied to clipboard

Next.js self-hosting simplified

Results 38 next-shared-cache issues
Sort by recently updated
recently updated
newest added

Bumps [tsx](https://github.com/privatenumber/tsx) from 4.9.4 to 4.10.3. Release notes Sourced from tsx's releases. v4.10.3 4.10.3 (2024-05-16) Performance Improvements skip parsing if import( is not found in minified code (5cdd50b) This release...

dependencies

Bumps the eslint group with 3 updates in the / directory: [eslint](https://github.com/eslint/eslint), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `eslint` from 8.57.0 to 9.2.0 Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76...

dependencies

Bumps [redis](https://github.com/redis/node-redis) from 4.6.13 to 4.6.14. Release notes Sourced from redis's releases. [email protected] Enhancements Upgrade @redis/client from 1.5.14 to 1.5.16 Commits d5355d4 Release [email protected] fcf4119 upgrade @​redis/client d5518e0 Release [email protected]...

dependencies

Bumps the definitely-typed group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `@types/node` from 20.12.11 to 20.12.12 Commits See full diff in compare view Updates `@types/react` from...

dependencies

Bumps the pino group with 1 update: [pino](https://github.com/pinojs/pino). Updates `pino` from 9.0.0 to 9.1.0 Release notes Sourced from pino's releases. v9.1.0 What's Changed fix(transport-stream): Fix import error when using pkg...

dependencies

documentation
help wanted
example

Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.14 to 10.3.15. Commits 921c4b9 10.3.15 57f5551 engines: need 14.18, where 'node:path' shows up See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glob&package-manager=npm_and_yarn&previous-version=10.3.14&new-version=10.3.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.6 to 5.0.7. Commits fb974ad 5.0.7 8ba2442 engines: need 14.18, where 'node:path' shows up 39340d1 update deps See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rimraf&package-manager=npm_and_yarn&previous-version=5.0.6&new-version=5.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...

dependencies

This pull request adds a new utility Handler called `redis-sitemap` to the project. The `redis-sitemap` Handler allows generating the same sitemap in distributed environments easier. It includes the necessary code...

enhancement

**Brief Description of the Bug** When configured to use a Redis cache, the package currently discards the page contents generated during the NextJS build phase. As a result, initial page...

bug