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 @rollup/plugin-node-resolve from 15.2.3 to 15.3.0 #426

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 7, 2024

Bumps @rollup/plugin-node-resolve from 15.2.3 to 15.3.0.

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v15.3.0

2024-09-23

Features

  • feat: allow preferBuiltins to be a function (#1694)

v15.2.4

2024-09-22

Updates

  • chore: remove is-builtin-module (#1735)
Commits
  • a8e326d chore(release): node-resolve v15.3.0
  • 032055b feat(node-resolve): allow preferBuiltins to be a function (#1694)
  • 6d4bb6b chore(release): node-resolve v15.2.4
  • 190aa21 chore(node-resolve): remove is-builtin-module (#1735)
  • dcd8da5 chore(repo): use @dot/versioner for releases (#1612)
  • 1caee89 chore(release): node-resolve v15.2.3
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

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

vercel bot commented Oct 7, 2024

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

Name Status Preview Updated (UTC)
langfuse-js ✅ Ready (Inspect) Visit Preview Oct 25, 2024 1:44pm

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

This PR updates the @rollup/plugin-node-resolve dependency from version 15.2.3 to 15.3.0, introducing a new feature that allows 'preferBuiltins' to be a function.

  • Updated @rollup/plugin-node-resolve to version 15.3.0 in package.json
  • New feature: 'preferBuiltins' can now be a function in rollup configuration
  • No changes required in rollup.config.js, but potential for optimization exists
  • Consider reviewing rollup configuration to leverage the new 'preferBuiltins' functionality if needed
  • Ensure compatibility with other dependencies and test thoroughly before merging

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup/plugin-node-resolve-15.3.0 branch from c3be32c to c038213 Compare October 7, 2024 06:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup/plugin-node-resolve-15.3.0 branch 2 times, most recently from 74b1513 to 3b2a66a Compare October 22, 2024 18:27
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 updates multiple package versions across the langfuse-js monorepo and removes an auto-merge workflow for Dependabot.

  • Removed .github/workflows/dependabot-auto-merge.yml, disabling automatic merging of Dependabot PRs
  • Updated versions to 3.27.1 in langfuse-core, langfuse-langchain, langfuse-node, langfuse-vercel, and langfuse package.json files
  • Enhanced error handling in langfuse-vercel/src/LangfuseExporter.ts, now logging a debug message instead of throwing an error when a root span is not found
  • Added type exports from langfuse-core in langfuse/src/langfuse.ts
  • Updated lerna.json to reflect the new version 3.27.1

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

This PR updates the @rollup/plugin-node-resolve dependency from version 15.2.3 to 15.3.0 across multiple packages in the langfuse-js monorepo.

  • Updated @rollup/plugin-node-resolve to 15.3.0 in all package.json files
  • Bumped versions of langfuse-core, langfuse-langchain, langfuse-node, langfuse-vercel, and langfuse packages from 3.27.1 to 3.27.2
  • Updated lerna.json version to 3.27.2
  • New feature in @rollup/plugin-node-resolve: preferBuiltins can now be a function

7 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.3 to 15.3.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  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/rollup/plugin-node-resolve-15.3.0 branch from 3b2a66a to 8cf6173 Compare October 25, 2024 13:42
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 introduces data masking functionality to the Langfuse core library while updating package versions across the monorepo.

  • Added new masking feature in langfuse-core/src/index.ts that allows masking sensitive data in input/output fields before processing
  • Introduced MaskFunction type in langfuse-core/src/types.ts for type-safe data masking implementation
  • Added integration test in integration-test/langfuse-integration-fetch.spec.ts to verify masking functionality
  • Bumped all package versions from 3.27.2 to 3.28.0 across the monorepo
  • Updated @rollup/plugin-node-resolve to 15.3.0 with new preferBuiltins function capability

10 file(s) reviewed, 1 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