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

fix(deps): update dependency @sentry/node to v7.120.0 #1011

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/node (source) 7.119.2 -> 7.120.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/node)

v7.120.0

Compare Source

  • feat(v7/browser): Add moduleMetadataIntegration lazy loading support (#​13822)

Work in this release contributed by @​gilisho. Thank you for your contribution!


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) November 20, 2024 01:19
Copy link
Contributor

[puLL-Merge] - getsentry/[email protected]

Description

This PR updates the version number across all packages from 7.119.2 to 7.120.0. It also adds support for lazy loading of the moduleMetadataIntegration in the browser package.

Changes

Changes

  1. CHANGELOG.md:

    • Added entry for version 7.120.0
    • Mentioned the new feature: "Add moduleMetadataIntegration lazy loading support"
    • Acknowledged contributor @gilisho
  2. packages/browser/rollup.bundle.config.mjs:

    • Added configuration for moduleMetadataAddonBaseBundleConfig
  3. packages/browser/src/integrations/modulemetadata.ts:

    • New file added to export moduleMetadataIntegration and ModuleMetadata from @sentry/core
  4. Multiple package.json files:

    • Updated version number from 7.119.2 to 7.120.0
    • Updated dependencies to use the new version number
  5. packages/core/src/version.ts:

    • Updated SDK_VERSION to 7.120.0
  6. dev-packages/browser-integration-tests/utils/generatePlugin.ts:

    • Added entries for moduleMetadataIntegration and ModuleMetadata
graph TD
    A[Update Version] --> B[Update CHANGELOG]
    A --> C[Update package.json files]
    A --> D[Update core/src/version.ts]
    E[Add moduleMetadataIntegration support] --> F[Update browser rollup config]
    E --> G[Add new modulemetadata.ts file]
    E --> H[Update generatePlugin.ts]
Loading
sequenceDiagram
    participant Dev as Developer
    participant Git as Git Repository
    participant NPM as NPM Registry

    Dev->>Git: Commit version update changes
    Dev->>Git: Commit moduleMetadataIntegration support
    Dev->>Git: Push changes
    Git->>NPM: Publish new version 7.120.0
    NPM-->>Dev: Confirm publication
Loading

@renovate renovate bot merged commit 39dc2f1 into master Nov 20, 2024
10 checks passed
@renovate renovate bot deleted the renovate/sentry-javascript-monorepo branch November 20, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants