Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v3.29.1 (#7725)
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.29.0` ->
`3.29.1`](https://renovatebot.com/diffs/npm/rollup/3.29.0/3.29.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/3.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/3.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/3.29.0/3.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/3.29.0/3.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rollup/rollup (rollup)</summary>

###
[`v3.29.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3291)

[Compare
Source](https://togithub.com/rollup/rollup/compare/v3.29.0...v3.29.1)

*2023-09-10*

##### Bug Fixes

- Fix time measurement of plugin hooks in watch mode
([#&#8203;5114](https://togithub.com/rollup/rollup/issues/5114))
- Ensure accessing document.currentScript in import.meta.url returns
correct results
([#&#8203;5118](https://togithub.com/rollup/rollup/issues/5118))

##### Pull Requests

- [#&#8203;5114](https://togithub.com/rollup/rollup/pull/5114):
fix(perf): avoid superfluous timer wrappings in watch mode
([@&#8203;ZhengLiu2825](https://togithub.com/ZhengLiu2825))
- [#&#8203;5118](https://togithub.com/rollup/rollup/pull/5118): fix:
access document.currentScript at the top level
([@&#8203;TrickyPi](https://togithub.com/TrickyPi))
- [#&#8203;5125](https://togithub.com/rollup/rollup/pull/5125):
chore(deps): update actions/checkout action to v4
([@&#8203;renovate](https://togithub.com/renovate)\[bot])
- [#&#8203;5126](https://togithub.com/rollup/rollup/pull/5126):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://togithub.com/renovate)\[bot])
- [#&#8203;5129](https://togithub.com/rollup/rollup/pull/5129):
re-enbale repl-artefacts workflow for rollup-swc branch
([@&#8203;TrickyPi](https://togithub.com/TrickyPi))

</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://developer.mend.io/github/apollographql/apollo-server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 10, 2023
1 parent 0af0546 commit 53dd061
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 @@
"prettier-2": "npm:[email protected]",
"qs-middleware": "1.0.3",
"requisition": "1.7.0",
"rollup": "3.29.0",
"rollup": "3.29.1",
"supertest": "6.3.3",
"test-listen": "1.1.0",
"ts-jest": "29.1.1",
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.2.1",
"@types/make-fetch-happen": "10.0.1",
"rollup": "3.29.0"
"rollup": "3.29.1"
},
"volta": {
"extends": "../package.json"
Expand Down

0 comments on commit 53dd061

Please sign in to comment.