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

Update dependency @sentry/vite-plugin to v2.22.1 (main) - autoclosed #5

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/vite-plugin (source) 2.2.1 -> 2.22.1 age adoption passing confidence

Release Notes

getsentry/sentry-javascript-bundler-plugins (@​sentry/vite-plugin)

v2.22.1

Compare Source

  • fix: Use sourcemaps.disable to disable debug ID upload instead of legacy upload (#​587)
  • fix: Escape release string in injection snippet (#​585)

v2.22.0

Compare Source

  • deps: Bump @sentry/cli to 2.33.1 (#​581)
  • feat: Add bundleSizeOptimizations.excludeTracing option as alias to deprecated bundleSizeOptimizations.excludePerformanceMonitoring (#​582)
  • fix(vite-plugin): Ensure post order of sentry-vite-release-injection-plugin to avoid breaking @rollup/plugin-commonjs step (#​578)

v2.21.1

Compare Source

  • fix: Do not delete files before all upload tasks executed (#​572)

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

v2.21.0

Compare Source

  • fix: Use sequential and post order for vite artifact deletion (#​568)
  • feat: Add option to disable sourcemaps (#​561)

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

v2.20.1

Compare Source

  • feat(telemetry): Collect whether applicationKey is set (#​559)
  • fix: Wait for tasks depending on sourcemaps before deleting (#​557)

v2.20.0

Compare Source

  • feat: Export esbuild plugin as default (#​555)

v2.19.0

Compare Source

  • feat: Don't use word "error" in log message about telemetry (#​548)
  • feat(core): Detect releases from more providers (#​549)
  • fix: Always delete files when sourcemaps.filesToDeleteAfterUpload is set (#​547)
  • fix(vite): Fix environment variable loading issue for Windows (#​545)

Work in this release contributed by @​Rassilion, and @​mateusz-daniluk-xtb. Thank you for your contributions!

v2.18.0

Compare Source

  • feat: Add applicationKey option to identify application code from within the SDK (#​540)
  • feat: Allow passing of meta-framework as telemetry data (#​539)
  • feat: Promote experimental moduleMetadata option to stable (#​538)
  • fix(esbuild): Invert warning about bundle: true (#​542)

v2.17.0

Compare Source

  • feat: Deprecate and noop cleanArtifacts (#​525)
  • feat: Support Heroku env vars when inferring release name (#​517)
  • fix(docs): Update pnpm install commands (#​516)
  • misc(esbuild): Log warning when attempting to inject debug IDs with esbuild bundle option active (#​526)

Work in this release contributed by @​et84121, and @​duailibe. Thank you for your contributions!

v2.16.1

Compare Source

  • fix: Create word-based fidelity source mapping for code transformations (#​513)
  • fix: Also match .cjs and .mjs files when finding files to upload in rollup-based bundlers (#​509)

v2.16.0

Compare Source

  • feat(core): Add loggerPrefixOverride meta option (#​506)

v2.15.0

Compare Source

  • feat: Make options argument optional (#​502)
  • ref(annotate): Turn disabled message to debug log (#​504)

v2.14.3

Compare Source

  • deps(core): Unpin @babel/core, find-up, and glob (#​496)

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

v2.14.2

Compare Source

  • feat(core): Bundle in Sentry SDK deps (#​487)

v2.14.1

Compare Source

  • fix(core): Stop .env files from being picked up (#​486)
  • feat(core): Add telemetry for React component annotations (#​482)

v2.14.0

Compare Source

  • ref(component-annotate): Use default export (#​478)

v2.13.0

Compare Source

  • ref(component-annotate): Conform to Babel plugin naming conventions

v2.12.0

Compare Source

  • ref(component-annotate): Prefix plugin name with babel

v2.11.0

Compare Source

  • feat(core): Include component name annotation plugin with all bundler plugins except esbuild (#​469)
  • feat(component-annotate): Introduce new plugin to annotate frontend components at build-time (#​468)

v2.10.3

Compare Source

  • fix(core): Safely flush telemetry

v2.10.2

Compare Source

  • deps(core): Bump @sentry/cli to ^2.22.3 (#​451)

v2.10.1

Compare Source

v2.10.0

Compare Source

  • feat: deprecate excludeReplayCanvas config (#​436)
  • feat: Add excludeReplayWorker to bundleSizeOptimizations (#​433)

v2.9.0

Compare Source

  • feat: Allow to configure bundleSizeOptimizations (#​428)
  • fix(core): Don't abort source map location guessing when the reference is a URL (#​424)
  • fix(core): Widen detection of source maps with .cjs.map and .mjs.map (#​422)

v2.8.0

Compare Source

  • build(core): Bump Sentry CLI to v2.21.2 (#​415)
  • feat: Detect release name for Bitbucket pipelines (#​404)
  • feat: Detect release name for Flightcontrol (#​411)
  • fix(core): Move git revision to a separate function (#​399)
  • fix(esbuild): Don't inject debug IDs into injected modules (#​417)

Work in this release contributed by @​hoslmelq, @​mjomble, and @​aquacash5. Thank you for your contributions!

v2.7.1

Compare Source

  • docs: Point to org auth token page (#​393)
  • fix(webpack): Add default fallback to webpack import (#​395)
  • fix: Save results of rewriteSourcesHook (#​390)

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

v2.7.0

Compare Source

  • feat: Add module metadata injection for esbuild (#​381)
  • feat: Add module metadata injection for vite and rollup (#​380)
  • ref: Emit high resolution source-maps with magic-string (#​383)
  • ref: Run upload preparation with maximum concurrency (#​379)

v2.6.2

Compare Source

  • fix: Fix regex in source map locating heuristic via sourceMappingURL (#​376)
  • fix: Make sourceMappingURL heuristic more resilient (#​378)

Thanks to @​tomyam1 for identifying and pinpointing a bug that was hard to spot!

v2.6.1

Compare Source

  • fix: Don't crash on failed delete after upload (#​373)

v2.6.0

Compare Source

  • deps: Bump sentry-cli to 2.20.1 (#​355)
  • feat: Allow ommiting org when using organization auth token (#​368)
  • ref: Make asset detection more robust (#​369)

v2.5.0

Compare Source

  • deps: Bump and unpin Sentry SDK deps (#​353)
  • docs: Remove misleading documentation (#​339)
  • feat: Add experimental module metadata injection (#​334)
  • fix: Fix 'identifiy' typo in log messages (#​341)

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

v2.4.0

Compare Source

  • docs: Update instructions to install Vite plugin via pnpm (#​331)
  • docs: Update minimum supported Node.js version to 14 (#​327)
  • feat: Add configuration via .env.sentry-build-plugin file (#​333)
  • ref: Use full git SHA for release name (#​330)

Work in this release contributed by @​ffxsam and @​emilsivervik. Thank you for your contributions!

v2.3.0

Compare Source

  • feat(webpack): Generate deterministic debug IDs (#​321)
  • feat: Add filesToDeleteAfterUpload alias for deleteFilesAfterUpload (#​313)
  • feat: Sort globbed files to ensure deterministic bundle IDs (#​318)
  • fix(esbuild): Don't override user code with proxy module (#​322)
  • fix(esbuild): Fix debug ID generation (#​325)
  • fix: Use SENTRY_RELEASE environment variable to set release.name option (#​317)

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

v2.2.2

Compare Source

  • fix(esbuild): Don't use namespace for esbuild proxy resolving (#​311)
  • fix: Update commentUseStrictRegex to be lazy instead of greedy (#​309)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency @sentry/vite-plugin to v2.22.1 (main) Update dependency @sentry/vite-plugin to v2.22.1 (main) - autoclosed Aug 14, 2024
@renovate renovate bot closed this Aug 14, 2024
@renovate renovate bot deleted the renovate/main-sentry-vite-plugin-2.x branch August 14, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants