Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v3.25.0 (#7606)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [rollup](https://rollupjs.org/)
([source](https://togithub.com/rollup/rollup)) | [`3.24.1` ->
`3.25.0`](https://renovatebot.com/diffs/npm/rollup/3.24.1/3.25.0) |
[![age](https://badges.renovateapi.com/packages/npm/rollup/3.25.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/rollup/3.25.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/rollup/3.25.0/compatibility-slim/3.24.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/rollup/3.25.0/confidence-slim/3.24.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rollup/rollup</summary>

###
[`v3.25.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#&#8203;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
([#&#8203;5026](https://togithub.com/rollup/rollup/issues/5026))
- Add `onLog` option to read, map and filter logs
([#&#8203;5026](https://togithub.com/rollup/rollup/issues/5026))
- Add `logLevel` option to fully suppress logs by level
([#&#8203;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
([#&#8203;5026](https://togithub.com/rollup/rollup/issues/5026))
- Add `onLog` plugin hook to read, filter and map logs from plugins
([#&#8203;5026](https://togithub.com/rollup/rollup/issues/5026))

##### Pull Requests

- [#&#8203;5026](https://togithub.com/rollup/rollup/pull/5026): Add
Logging API ([@&#8203;lukastaegert](https://togithub.com/lukastaegert))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
America/Los_Angeles, 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/apollographql/apollo-server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 11, 2023
1 parent b8551f0 commit 03991de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"qs-middleware": "1.0.3",
"requisition": "1.7.0",
"rimraf": "5.0.1",
"rollup": "3.24.1",
"rollup": "3.25.0",
"supertest": "6.3.3",
"test-listen": "1.1.0",
"ts-jest": "29.1.0",
Expand Down
2 changes: 1 addition & 1 deletion smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@types/make-fetch-happen": "10.0.1",
"rollup": "3.24.1"
"rollup": "3.25.0"
},
"volta": {
"extends": "../package.json"
Expand Down

0 comments on commit 03991de

Please sign in to comment.