-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps-dev): bump @babel/core from 7.25.2 to 7.26.0 #440
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
Updates @babel/core dependency from 7.25.2 to 7.26.0, introducing new features and fixes for Node.js 23 compatibility in the langfuse-js monorepo.
- Enables import attributes parsing by default in Babel configuration
- Adds support for async plugin pre/post hooks in babel-core
- Fixes critical module loading issues with Node.js 23
- Improves module transformation performance
- Adds transform-regexp-modifiers to preset-env configuration
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
b4648a8
to
bf1991d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
(updates since last review)
Updates to the langfuse-js monorepo focused on prompt handling functionality and version synchronization across packages.
- Added
LangfusePromptRecord
type export in/langfuse-core/src/index.ts
for improved prompt type safety - Modified
BasePromptClient
in/langfuse-core/src/prompts/promptClients.ts
with new required 'type' parameter and toJSON method - Extended
PromptInput
type in/langfuse-core/src/types.ts
to support fallback prompts - Synchronized version bumps to 3.29.0 across all package.json files in the monorepo
- Added prompt metadata validation in
/langfuse-vercel/src/LangfuseExporter.ts
13 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
bf1991d
to
2c187ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
(updates since last review)
This PR continues the update of @babel/core from 7.25.2 to 7.26.0 with version synchronization across the monorepo packages.
- Synchronized version bump to 3.29.1 across all package.json files in langfuse packages
- Added usage tracking for streaming responses in
/langfuse/src/openai/traceMethod.ts
- Updated lerna.json version to match package versions at 3.29.1
The changes are primarily maintenance updates and version synchronization, with no breaking changes introduced.
8 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
2c187ca
to
4488df4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
Based on the latest changes, I'll provide a concise summary focusing only on the new updates not covered in previous reviews:
Updates the @babel/core dependency with additional Node.js 23 compatibility fixes and performance improvements.
- Fixed TLA (Top Level Await) module loading issues for parallel execution in Node.js 23
- Added workaround for Node.js bug affecting parallel loading of TLA modules
- Improved module transformation performance in babel-helper-module-transforms
- Added support for BROWSERSLIST environment variables in helper-compilation-targets
The changes are focused on Node.js compatibility and performance optimizations, with no breaking changes introduced.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
4488df4
to
360c2a1
Compare
360c2a1
to
d30cc15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
Based on the latest changes, here's a summary of the new updates not covered in previous reviews:
Version synchronization update across the langfuse-js monorepo packages to version 3.30.0.
- Updated version to 3.30.0 in
/langfuse-core/package.json
- Synchronized version in
/langfuse-node/package.json
dependencies - Updated version and dependencies in
/langfuse-langchain/package.json
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
d30cc15
to
0d4913b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
Based on the latest changes, here's a summary of the new updates not covered in previous reviews:
Version synchronization update across the langfuse-js monorepo packages to version 3.30.1.
- Updated version to 3.30.1 in all package.json files
- Added [email protected] as devDependency in
/langfuse-node/package.json
- Updated @types/node to ^22.7.4 in
/langfuse-node/package.json
The changes focus on version synchronization and dependency updates, maintaining compatibility across the monorepo.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
0d4913b
to
23fca5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
Based on the latest changes, I'll provide a summary focusing only on new updates not covered in previous reviews:
No significant changes found since the last review. The PR continues to focus on updating @babel/core from 7.25.2 to 7.26.0 with all previously mentioned improvements and fixes already covered in prior reviews.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
23fca5f
to
06164f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
Based on the latest changes, here's a summary focusing only on new updates not covered in previous reviews:
Version synchronization update across the langfuse-js monorepo packages to version 3.30.2.
- Updated version to 3.30.2 in
/langfuse-core/package.json
- Synchronized version number across dependent packages
- Maintained Node.js version requirement of ">=18" in package configuration
The changes are focused on version synchronization while maintaining existing compatibility requirements.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.2 to 7.26.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
06164f0
to
f83817c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
Based on the latest changes, here's a summary focusing only on new updates not covered in previous reviews:
Version synchronization update across the langfuse-js monorepo packages to version 3.30.3.
- Updated version to 3.30.3 in
/langfuse-core/package.json
- Synchronized version in
/langfuse-node/package.json
and its dependencies - Updated version and dependencies in
/langfuse-langchain/package.json
to maintain consistency
The changes maintain version synchronization across the monorepo while preserving existing functionality and compatibility requirements.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Bumps @babel/core from 7.25.2 to 7.26.0.
Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
63d3038
v7.26.08b5b6bf
fix: CI with Node v23.1.0 (#16932)64fa466
Enable import attributes parsing by default (#16850)0216853
feat: support async plugin's pre/post (#16862)b8002e2
Workaround Node.js bug for parallel loading of TLA modules (#16928)56658ac
Fix loading of modules with TLA in Node.js 23 (#16926)fdc456a
Only parse # as comment in .babelignore at line start (#16925)79e50b2
test: add node 23 to ci matrix4360ee5
fix: path.resolve changes in node 23.0.0b07957e
v7.25.9You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)