imgix / js-core

A JavaScript client library for generating image URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
122 stars 20 forks source link

chore(dev-deps): update dependency rollup to v3.26.2 #367

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.24.0 -> 3.26.2 age adoption passing confidence

Release Notes

rollup/rollup (rollup) ### [`v3.26.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3262) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.26.1...v3.26.2) *2023-07-06* ##### Bug Fixes - Improve error handling when manual chunks would contain external modules ([#​5050](https://togithub.com/rollup/rollup/issues/5050)) ##### Pull Requests - [#​5050](https://togithub.com/rollup/rollup/pull/5050): fix: improve error for manualChunks' modules that are resolved as an external module ([@​TrickyPi](https://togithub.com/TrickyPi)) ### [`v3.26.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3261) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.26.0...v3.26.1) *2023-07-05* ##### Bug Fixes - Support `hasOwnProperty` as exported name in CommonJS ([#​5010](https://togithub.com/rollup/rollup/issues/5010)) - Properly reference browser types in package file ([#​5051](https://togithub.com/rollup/rollup/issues/5051)) ##### Pull Requests - [#​5010](https://togithub.com/rollup/rollup/pull/5010): safe hasOwnProperty call ([@​LongTengDao](https://togithub.com/LongTengDao)) - [#​5051](https://togithub.com/rollup/rollup/pull/5051): [@​rollup/browser](https://togithub.com/rollup/browser): fix types export map entry ([@​developit](https://togithub.com/developit)) ### [`v3.26.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3260) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.25.3...v3.26.0) *2023-06-30* ##### Features - Add `--filterLogs` CLI flag and `ROLLUP_FILTER_LOGS` environment variable for log filtering ([#​5035](https://togithub.com/rollup/rollup/issues/5035)) ##### Pull Requests - [#​5035](https://togithub.com/rollup/rollup/pull/5035): Add ability to filter logs via CLI option or environment variable ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5049](https://togithub.com/rollup/rollup/pull/5049): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) ### [`v3.25.3`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3253) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.25.2...v3.25.3) *2023-06-26* ##### Bug Fixes - Fix error when inlining dynamic imports that contain unused reexported variables ([#​5047](https://togithub.com/rollup/rollup/issues/5047)) ##### Pull Requests - [#​5047](https://togithub.com/rollup/rollup/pull/5047): Do not add tree-shaken variables to namespaces when inlining dynamic imports ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v3.25.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3252) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.25.1...v3.25.2) *2023-06-24* ##### Bug Fixes - Handle plugin errors where `code` is not a string ([#​5042](https://togithub.com/rollup/rollup/issues/5042)) - Use current transformed source when generating code frames with positions in transform hooks ([#​5045](https://togithub.com/rollup/rollup/issues/5045)) ##### Pull Requests - [#​5038](https://togithub.com/rollup/rollup/pull/5038): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5040](https://togithub.com/rollup/rollup/pull/5040): Fix typo in index.md ([@​vHeemstra](https://togithub.com/vHeemstra)) - [#​5042](https://togithub.com/rollup/rollup/pull/5042): fix: a plugin error can contains numeric code ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5045](https://togithub.com/rollup/rollup/pull/5045): Fix `this.error` with `pos` in `transform` hook ([@​sapphi-red](https://togithub.com/sapphi-red)) - [#​5046](https://togithub.com/rollup/rollup/pull/5046): chore(deps): update dependency locate-character to v3 ([@​renovate](https://togithub.com/renovate)\[bot]) ### [`v3.25.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3251) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.25.0...v3.25.1) *2023-06-12* ##### Bug Fixes - Respect `__NO_SIDE_EFFECTS__` for async functions ([#​5031](https://togithub.com/rollup/rollup/issues/5031)) ##### Pull Requests - [#​5031](https://togithub.com/rollup/rollup/pull/5031): fix: `__NO_SIDE_EFFECTS__` annotation for async function ([@​antfu](https://togithub.com/antfu)) ### [`v3.25.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3250) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.24.1...v3.25.0) *2023-06-11* ##### Features - Add `this.info` and `this.debug` plugin context logging functions ([#​5026](https://togithub.com/rollup/rollup/issues/5026)) - Add `onLog` option to read, map and filter logs ([#​5026](https://togithub.com/rollup/rollup/issues/5026)) - Add `logLevel` option to fully suppress logs by level ([#​5026](https://togithub.com/rollup/rollup/issues/5026)) - Support function logs in `this.warn`, `this.info` and `this.debug` to avoid heavy computations based on log level ([#​5026](https://togithub.com/rollup/rollup/issues/5026)) - Add `onLog` plugin hook to read, filter and map logs from plugins ([#​5026](https://togithub.com/rollup/rollup/issues/5026)) ##### Pull Requests - [#​5026](https://togithub.com/rollup/rollup/pull/5026): Add Logging API ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v3.24.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3241) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.24.0...v3.24.1) *2023-06-10* ##### Bug Fixes - Fix an issue where bundles with `@rollup/plugin-commonjs` were missing internal dependencies when code-splitting ([#​5029](https://togithub.com/rollup/rollup/issues/5029)) - Do not use `process.exit(0)` in watch mode to avoid issues in embedded scenarios ([#​5027](https://togithub.com/rollup/rollup/issues/5027)) ##### Pull Requests - [#​5027](https://togithub.com/rollup/rollup/pull/5027): fix turborepo with rollup --watch ([@​plumber-dhaval](https://togithub.com/plumber-dhaval)) - [#​5028](https://togithub.com/rollup/rollup/pull/5028): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5029](https://togithub.com/rollup/rollup/pull/5029): fix: get right sideEffectModules ([@​TrickyPi](https://togithub.com/TrickyPi))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.



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

renovate[bot] commented 1 year ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


commit-lint[bot] commented 1 year ago

Chore

Contributors

renovate[bot]

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR