Skip to content

ref: Avoid direct usage of glob, extract into globFiles helper#883

Merged
andreiborza merged 1 commit intomainfrom
ab/glob-consolidate
Feb 20, 2026
Merged

ref: Avoid direct usage of glob, extract into globFiles helper#883
andreiborza merged 1 commit intomainfrom
ab/glob-consolidate

Conversation

@andreiborza
Copy link
Member

The idea is that we can test against globFiles and eventually replace glob.

The idea is that we can test against globFiles and eventually replace glob.
@github-actions
Copy link

github-actions bot commented Feb 19, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Bug Fixes 🐛

  • (webpack) Deduplicate webpack deploys by chargome in #875

Internal Changes 🔧

  • Avoid direct usage of glob, extract into globFiles helper by andreiborza in #883
  • Avoid direct usage of glob, extract into globFiles helper by andreiborza in #883
  • Migrate to oxfmt by timfish in #880
  • Build with Rolldown by timfish in #872
  • Remove unplugin by timfish in #876
  • Rollup/Vite no longer uses unplugin by timfish in #858
  • Esbuild no longer uses unplugin by timfish in #871
  • Webpack no longer uses unplugin by timfish in #870

🤖 This preview updates automatically when you update the PR.

@andreiborza andreiborza requested a review from timfish February 19, 2026 15:58
@andreiborza andreiborza merged commit 1176013 into main Feb 20, 2026
25 checks passed
@andreiborza andreiborza deleted the ab/glob-consolidate branch February 20, 2026 09:32
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Feb 24, 2026
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | @sentry/vite-plugin | 4.9.1 | 5.0.0 |


## [v5.0.0](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#500)

##### Breaking Changes 🛠

- Updating minimatch by [@isaacs](https://github.com/isaacs) in [#885](getsentry/sentry-javascript-bundler-plugins#885)
- Remove support for Node < v18 and webpack v4 by [@timfish](https://github.com/timfish) in [#886](getsentry/sentry-javascript-bundler-plugins#886)

##### Bug Fixes 🐛

- (webpack) Deduplicate webpack deploys by [@chargome](https://github.com/chargome) in [#875](getsentry/sentry-javascript-bundler-plugins#875)

##### Internal Changes 🔧

- Avoid direct usage of glob, extract into `globFiles` helper by [@andreiborza](https://github.com/andreiborza) in [#883](getsentry/sentry-javascript-bundler-plugins#883)
- Migrate to oxfmt by [@timfish](https://github.com/timfish) in [#880](getsentry/sentry-javascript-bundler-plugins#880)
- Build with Rolldown by [@timfish](https://github.com/timfish) in [#872](getsentry/sentry-javascript-bundler-plugins#872)
- Remove unplugin by [@timfish](https://github.com/timfish) in [#876](getsentry/sentry-javascript-bundler-plugins#876)
- Rollup/Vite no longer uses unplugin by [@timfish](https://github.com/timfish) in [#858](getsentry/sentry-javascript-bundler-plugins#858)
- Esbuild no longer uses unplugin by [@timfish](https://github.com/timfish) in [#871](getsentry/sentry-javascript-bundler-plugins#871)
- Webpack no longer uses unplugin by [@timfish](https://github.com/timfish) in [#870](getsentry/sentry-javascript-bundler-plugins#870)
@wbolster
Copy link

(related to #869)

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.

3 participants