Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v3.23.1 (#7596)
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.23.0` ->
`3.23.1`](https://renovatebot.com/diffs/npm/rollup/3.23.0/3.23.1) |
[![age](https://badges.renovateapi.com/packages/npm/rollup/3.23.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/rollup/3.23.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/rollup/3.23.1/compatibility-slim/3.23.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/rollup/3.23.1/confidence-slim/3.23.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v3.23.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#&#8203;3231)

[Compare
Source](https://togithub.com/rollup/rollup/compare/v3.23.0...v3.23.1)

*2023-06-04*

##### Bug Fixes

- Ensure the last segment of sourcemapBaseUrl is never omitted
([#&#8203;5022](https://togithub.com/rollup/rollup/issues/5022))

##### Pull Requests

- [#&#8203;5006](https://togithub.com/rollup/rollup/pull/5006): Better
workflow caching
([@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5012](https://togithub.com/rollup/rollup/pull/5012):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://togithub.com/renovate)\[bot])
- [#&#8203;5022](https://togithub.com/rollup/rollup/pull/5022): fix: add
a trailing slash automatically for sourcemapBaseUrl
([@&#8203;TrickyPi](https://togithub.com/TrickyPi))
- [#&#8203;5023](https://togithub.com/rollup/rollup/pull/5023):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://togithub.com/renovate)\[bot])

</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] committed Jun 4, 2023
1 parent 14c8b5d commit 4c26a8f
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.23.0",
"rollup": "3.23.1",
"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.23.0"
"rollup": "3.23.1"
},
"volta": {
"extends": "../package.json"
Expand Down

0 comments on commit 4c26a8f

Please sign in to comment.