Skip to content

Commit

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/rollup/rollup/compare/v3.7.2...v3.7.3)

*2022-12-11*

##### Bug Fixes

- Ensure `this.getFileName` no longer returns a placeholder as soon as
hash placeholders have been resolved
([#&#8203;4747](https://togithub.com/rollup/rollup/issues/4747))

##### Pull Requests

- [#&#8203;4747](https://togithub.com/rollup/rollup/pull/4747): provide
hashed file name when using this.getFileName in generateBundle
([@&#8203;lukastaegert](https://togithub.com/lukastaegert))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 11, 2022
1 parent 8588190 commit f0fcdac
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
Expand Up @@ -96,7 +96,7 @@
"qs-middleware": "1.0.3",
"requisition": "1.7.0",
"rimraf": "3.0.2",
"rollup": "3.7.2",
"rollup": "3.7.3",
"supertest": "6.3.3",
"test-listen": "1.1.0",
"ts-jest": "29.0.3",
Expand Down
2 changes: 1 addition & 1 deletion smoke-test/package.json
Expand Up @@ -8,7 +8,7 @@
"@rollup/plugin-json": "5.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"@types/make-fetch-happen": "10.0.1",
"rollup": "3.7.2"
"rollup": "3.7.3"
},
"volta": {
"extends": "../package.json"
Expand Down

0 comments on commit f0fcdac

Please sign in to comment.