CrowdStrike / ember-browser-services

Services for interacting with browser APIs so that you can have fine-grained control in tests.
MIT License
47 stars 12 forks source link

chore(deps): update dependency rollup to v3.18.0 #375

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 3.12.1 -> 3.18.0 age adoption passing confidence

Release Notes

rollup/rollup ### [`v3.18.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3180) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.17.3...v3.18.0) *2023-03-01* ##### Features - Add `experimentalLogSideEffects` to log the first detected side effect in every module ([#​4871](https://togithub.com/rollup/rollup/issues/4871)) - Ignore-list sourcemaps of files inside node_modules by default ([#​4877](https://togithub.com/rollup/rollup/issues/4877)) ##### Pull Requests - [#​4871](https://togithub.com/rollup/rollup/pull/4871): Add experimental logging for side effects ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4877](https://togithub.com/rollup/rollup/pull/4877): feat: mark files in a `node_modules` as ignore-listed by default ([@​bmeurer](https://togithub.com/bmeurer)) - [#​4880](https://togithub.com/rollup/rollup/pull/4880): build: use [@​rollup/plugin-replace](https://togithub.com/rollup/plugin-replace) to replace chokidar fsevents ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4887](https://togithub.com/rollup/rollup/pull/4887): Refactor ([@​dnalborczyk](https://togithub.com/dnalborczyk)) ### [`v3.17.3`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3173) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.17.2...v3.17.3) *2023-02-25* ##### Bug Fixes - Handle non-URL-safe characters when poly-filling import.meta.url ([#​4875](https://togithub.com/rollup/rollup/issues/4875)) ##### Pull Requests - [#​4870](https://togithub.com/rollup/rollup/pull/4870): fix: style optimization in dark mode ([@​huodoushigemi](https://togithub.com/huodoushigemi)) - [#​4875](https://togithub.com/rollup/rollup/pull/4875): Fix transformation of `import.meta.url` in CommonJS ([@​fasttime](https://togithub.com/fasttime)) - [#​4876](https://togithub.com/rollup/rollup/pull/4876): fix: wrong params of the transform hook ([@​ZzqiZQute](https://togithub.com/ZzqiZQute)) - [#​4878](https://togithub.com/rollup/rollup/pull/4878): Improve test stability ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v3.17.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3172) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.17.1...v3.17.2) *2023-02-20* ##### Bug Fixes - Do not omit code if a file that only re-exports a used variable has `moduleSideEffects` set to `true` ([#​4867](https://togithub.com/rollup/rollup/issues/4867)) - Add missing `needsCodeReference` property in TypeScript for asset tree-shaking ([#​4868](https://togithub.com/rollup/rollup/issues/4868)) - Add correct side effect configuration for additional Object and Promise methods ([#​4323](https://togithub.com/rollup/rollup/issues/4323)) ##### Pull Requests - [#​4323](https://togithub.com/rollup/rollup/pull/4323): feat: add known globals ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4867](https://togithub.com/rollup/rollup/pull/4867): Include side effects of re-exporters unless they have moduleSideEffects: false ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4868](https://togithub.com/rollup/rollup/pull/4868): Add `needsCodeReference` property to `EmittedAsset` ([@​sapphi-red](https://togithub.com/sapphi-red)) ### [`v3.17.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3171) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.17.0...v3.17.1) *2023-02-18* ##### Bug Fixes - Add TypeScript types for `loadConfigFile` ([#​4853](https://togithub.com/rollup/rollup/issues/4853)) - Fix an issue that could include unused classes in the bundle if their super class was in a file with `moduleSideEffects: false` ([#​4866](https://togithub.com/rollup/rollup/issues/4866)) ##### Pull Requests - [#​4853](https://togithub.com/rollup/rollup/pull/4853): feat: export loadConfigFile type ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​4866](https://togithub.com/rollup/rollup/pull/4866): Do not mark variable access in files without side effects as TDZ ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v3.17.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3170) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.16.0...v3.17.0) *2023-02-18* ##### Features - Deprecate `experimentalDeepDynamicChunkOptimization` and always run the full chunk generation algorithm ([#​4862](https://togithub.com/rollup/rollup/issues/4862)) ##### Bug Fixes - Fix an issue that caused very slow builds for projects with over 1000 dynamic imports when `experimentalDeepDynamicChunkOptimization` was enabled ([#​4862](https://togithub.com/rollup/rollup/issues/4862)) ##### Pull Requests - [#​4862](https://togithub.com/rollup/rollup/pull/4862): Improve chunking performance ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v3.16.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3160) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.15.0...v3.16.0) *2023-02-17* ##### Features - Support `output.sourcemapIgnoreList` option to mark file sources as ignored in the `x_google_ignoreList` attribute of the resulting sourcemap ([#​4848](https://togithub.com/rollup/rollup/issues/4848)) - Support sourcemaps where `sourcesContent` contains `null` entries ([#​4846](https://togithub.com/rollup/rollup/issues/4846)) - Allow explicitly passing `true` for the `cache` option to override Vite's default ([#​4859](https://togithub.com/rollup/rollup/issues/4859)) ##### Bug Fixes - Fix an issue where unrelated side effects spilled into other chunks when using the `experimentalMinChunkSize` option ([#​4851](https://togithub.com/rollup/rollup/issues/4851)) ##### Pull Requests - [#​4846](https://togithub.com/rollup/rollup/pull/4846): Update magic-string and adjust types. ([@​bmeurer](https://togithub.com/bmeurer)) - [#​4848](https://togithub.com/rollup/rollup/pull/4848): Introduce `sourcemapIgnoreList` predicate. ([@​bmeurer](https://togithub.com/bmeurer)) - [#​4851](https://togithub.com/rollup/rollup/pull/4851): Fix chunk graph update when merging chunks for minChunkSize ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4852](https://togithub.com/rollup/rollup/pull/4852): docs: make api params more readable ([@​cunzaizhuyi](https://togithub.com/cunzaizhuyi)) - [#​4856](https://togithub.com/rollup/rollup/pull/4856): simplify code in includeStatements ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​4859](https://togithub.com/rollup/rollup/pull/4859): Allow to pass "true" to InputOptions.cache ([@​danielrentz](https://togithub.com/danielrentz)) ### [`v3.15.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3150) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.14.0...v3.15.0) *2023-02-10* ##### Features - Do not consider instantiating a constructor a side effect if it adds properties to "this" and is instantiated elsewhere ([#​4842](https://togithub.com/rollup/rollup/issues/4842)) ##### Bug Fixes - Improve side effect detection in constructors ([#​4842](https://togithub.com/rollup/rollup/issues/4842)) ##### Pull Requests - [#​4842](https://togithub.com/rollup/rollup/pull/4842): fix: add this option to context.ignore ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​4843](https://togithub.com/rollup/rollup/pull/4843): fixed the logo link ([@​oMatheuss](https://togithub.com/oMatheuss)) - [#​4844](https://togithub.com/rollup/rollup/pull/4844): Update index.md ([@​cunzaizhuyi](https://togithub.com/cunzaizhuyi)) - [#​4845](https://togithub.com/rollup/rollup/pull/4845): docs: fix style ([@​TrickyPi](https://togithub.com/TrickyPi)) ### [`v3.14.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3140) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.13.0...v3.14.0) *2023-02-05* ##### Features - Add `experimentalDeepDynamicChunkOptimization` option to produce fewer chunks from dynamic imports ([#​4837](https://togithub.com/rollup/rollup/issues/4837)) ##### Pull Requests - [#​4837](https://togithub.com/rollup/rollup/pull/4837): Add flag to re-enable deep dynamic chunk optimization ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4839](https://togithub.com/rollup/rollup/pull/4839): fix: correct incorrect assertions ([@​TrickyPi](https://togithub.com/TrickyPi)) ### [`v3.13.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3130) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.12.1...v3.13.0) *2023-02-03* ##### Features - Prevent chunk cycles when using `experimentalMinChunkSize` ([#​4723](https://togithub.com/rollup/rollup/issues/4723)) ##### Pull Requests - [#​4723](https://togithub.com/rollup/rollup/pull/4723): Improve minChunkSize algorithm ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4833](https://togithub.com/rollup/rollup/pull/4833): docs: Fix typo ([@​mturoci](https://togithub.com/mturoci)) - [#​4835](https://togithub.com/rollup/rollup/pull/4835): Tables in docs ([@​lukastaegert](https://togithub.com/lukastaegert))

Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (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.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: a9789e6c139d4290feb4caf2b0ef3122a0279176

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR