Closed thucpn closed 1 week ago
Latest commit: 6e7792f4deca0671300cd7abd9742f107e8277bf
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This pull request introduces a patch named "create-llama" that updates multiple dependencies across several configuration files. Key updates include upgrading ESLint to version 9, Next.js to version 15, and React to version 19. Additionally, the next.config.json
file is simplified by removing the "experimental" key, and a new target
property is added to the TypeScript configuration to specify ECMAScript version 2017.
File Path | Change Summary |
---|---|
.changeset/swift-donuts-own.md | Introduces patch "create-llama" and updates ESLint, Next.js, and React versions. |
templates/types/streaming/express/package.json | Adds "lint": "eslint ." script, updates ESLint from ^8.54.0 to ^9.14.0 , and adds "typescript-eslint": "^8.14.0" in devDependencies . |
templates/types/streaming/nextjs/next.config.json | Removes "experimental" key, retaining outputFileTracingIncludes and outputFileTracingExcludes . |
templates/types/streaming/nextjs/package.json | Updates dependencies: next to ^15.0.3 , react and react-dom to 19.0.0-rc-5c56b873-20241107 , and various ESLint packages. |
templates/types/streaming/nextjs/tsconfig.json | Adds target: "ES2017" to compilerOptions . |
templates/types/streaming/express/eslint.config.mjs | Introduces a new ESLint configuration file for TypeScript, setting up compatibility with recommended configurations. |
templates/types/streaming/express/eslintrc.json | Removes the existing ESLint configuration file, eliminating previous linting rules. |
templates/types/streaming/express/index.ts | Modifies CORS configuration based on environment variables and streamlines Express server initialization. |
helpers/typescript.ts | Updates installTSTemplate function to change handling of Next.js configuration for server components. |
templates/types/streaming/nextjs/app/api/files/[...slug]/route.ts | Updates GET function to change params argument type from synchronous to a promise. |
llama-index
version in the package.json
for both Express and Next.js projects, indicating a related focus on dependency management.package.json
for Next.js, including the eslint
version, aligning with the focus on maintaining up-to-date dependencies.@llamaindex/pdf-viewer
dependency in the package.json
, relevant as it reflects ongoing dependency management.tsconfig.json
, aligning with the focus on maintaining project dependencies.package.json
for dependencies, relevant to the focus on keeping dependencies current.ai
package version in the package.json
, relevant to the focus on dependency management.llama-index-callbacks-arize-phoenix
package, reflecting ongoing dependency management.🐰 In the meadow, changes bloom,
Dependencies rise, banishing gloom.
ESLint and React, a fresh new start,
With Next.js shining, a work of art.
Let's hop along, with joy we sing,
For every update, new features bring! 🌼
[!WARNING]
Rate limit exceeded
@thucpn has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 15 minutes and 17 seconds before requesting another review.
⌛ How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.🚦 How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.📥 Commits
Reviewing files that changed from the base of the PR and between a3ab6178de8e3084a4f8b5081c740eae4e71de9f and 6e7792f4deca0671300cd7abd9742f107e8277bf.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Chores