Skip to content

Commit

Permalink
chore(deps): update dependency @rollup/plugin-commonjs to v25.0.7 (#7759
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/plugin-commonjs](https://togithub.com/rollup/plugins/tree/master/packages/commonjs/#readme)
([source](https://togithub.com/rollup/plugins)) | [`25.0.5` ->
`25.0.7`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/25.0.5/25.0.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-commonjs/25.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-commonjs/25.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-commonjs/25.0.5/25.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-commonjs/25.0.5/25.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rollup/plugins (@&#8203;rollup/plugin-commonjs)</summary>

###
[`v25.0.7`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2507)

[Compare
Source](https://togithub.com/rollup/plugins/compare/042736d99c46b6b413ce5abe66bc39216585ce86...ad406ba364bc39b4f1f5517292ee722a5862b97d)

*2023-10-15*

##### Bugfixes

- fix: bump magic-string version
[#&#8203;1596](https://togithub.com/rollup/plugins/pull/1596)

###
[`v25.0.6`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2506)

[Compare
Source](https://togithub.com/rollup/plugins/compare/99fd13f4ac4ef8fa16aef02dd94699301c295cca...042736d99c46b6b413ce5abe66bc39216585ce86)

*2023-10-15*

##### Bugfixes

- fix: Keep the shebang at the top of the file content
[#&#8203;1610](https://togithub.com/rollup/plugins/pull/1610)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent 2449da8 commit c7d64a3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 19 deletions.
48 changes: 31 additions & 17 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 @@ -49,7 +49,7 @@
"@graphql-tools/mock": "8.7.20",
"@graphql-tools/schema": "9.0.19",
"@josephg/resolvable": "1.0.1",
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-commonjs": "25.0.7",
"@types/async-retry": "1.4.6",
"@types/body-parser": "1.19.3",
"@types/compression": "1.7.3",
Expand Down
2 changes: 1 addition & 1 deletion smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"make-fetch-happen": "13.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@types/make-fetch-happen": "10.0.2",
Expand Down

0 comments on commit c7d64a3

Please sign in to comment.