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.118.0 #938

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v7.118.0

Compare Source

  • fix(v7/bundle): Ensure CDN bundles do not overwrite window.Sentry (#​12579)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) June 26, 2024 01:36
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from e8b8818 to 0d3719c Compare June 26, 2024 04:55
@renovate renovate bot merged commit e471ffd into master Jun 26, 2024
7 checks passed
@renovate renovate bot deleted the renovate/sentry-javascript-monorepo branch June 26, 2024 04:55
Copy link
Contributor

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

Description

This PR updates the version number of the Sentry JavaScript SDK from 7.117.0 to 7.118.0 across various packages. It also includes a fix for the CDN bundles to ensure they don't overwrite the window.Sentry object.

Changes

Changes

  1. CHANGELOG.md:

    • Added entry for version 7.118.0
    • Mentioned fix for CDN bundles: "Ensure CDN bundles do not overwrite window.Sentry"
  2. New test files added:

    • dev-packages/browser-integration-tests/loader-suites/loader/onLoad/keepSentryGlobal/init.js
    • dev-packages/browser-integration-tests/loader-suites/loader/onLoad/keepSentryGlobal/subject.js
    • dev-packages/browser-integration-tests/loader-suites/loader/onLoad/keepSentryGlobal/template.html
    • dev-packages/browser-integration-tests/loader-suites/loader/onLoad/keepSentryGlobal/test.ts
      These files appear to be integration tests for the new functionality to keep the window.Sentry object intact.
  3. dev-packages/rollup-utils/bundleHelpers.mjs:

    • Added an intro function to the bundle config that sets exports = window.Sentry || {};
      This change ensures that the CDN bundles don't overwrite existing window.Sentry objects.
  4. Version updates:

    • Updated version number from 7.117.0 to 7.118.0 in multiple package.json files across various packages
    • Updated SDK_VERSION in packages/core/src/version.ts
  5. lerna.json:

    • Updated version to 7.118.0

These changes collectively represent a minor version bump with a bugfix for CDN bundle behavior, along with corresponding tests and documentation updates.

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