Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Bumps @babel/core from 7.25.2 to 7.26.0.

Release notes

Sourced from @​babel/core's releases.

v7.26.0 (2024-10-25)

Thanks @​timofei-iatsenko for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0.

🚀 New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

🐛 Bug Fix

💅 Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

🏠 Internal

🏃‍♀️ Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

Committers: 5

v7.25.9 (2024-10-22)

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.26.0 (2024-10-25)

🚀 New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

🐛 Bug Fix

💅 Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

🏠 Internal

🏃‍♀️ Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9 (2024-10-22)

🐛 Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

🏠 Internal

  • babel-helper-transform-fixture-test-runner

... (truncated)

Commits

Dependabot compatibility score

You 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Copy link

vercel bot commented Oct 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
langfuse-js ✅ Ready (Inspect) Visit Preview Nov 22, 2024 11:45am

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
Copy link

@greptile-apps greptile-apps bot left a 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

Copy link

@greptile-apps greptile-apps bot left a 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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/core-7.26.0 branch from bf1991d to 2c187ca Compare November 5, 2024 15:35
Copy link

@greptile-apps greptile-apps bot left a 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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/core-7.26.0 branch from 2c187ca to 4488df4 Compare November 18, 2024 15:06
Copy link

@greptile-apps greptile-apps bot left a 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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/core-7.26.0 branch from 4488df4 to 360c2a1 Compare November 18, 2024 15:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/core-7.26.0 branch from 360c2a1 to d30cc15 Compare November 20, 2024 09:01
Copy link

@greptile-apps greptile-apps bot left a 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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/core-7.26.0 branch from d30cc15 to 0d4913b Compare November 20, 2024 10:16
Copy link

@greptile-apps greptile-apps bot left a 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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/core-7.26.0 branch from 0d4913b to 23fca5f Compare November 20, 2024 13:31
Copy link

@greptile-apps greptile-apps bot left a 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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/core-7.26.0 branch from 23fca5f to 06164f0 Compare November 21, 2024 09:18
Copy link

@greptile-apps greptile-apps bot left a 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]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/core-7.26.0 branch from 06164f0 to f83817c Compare November 22, 2024 11:07
Copy link

@greptile-apps greptile-apps bot left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants