Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7181)
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 |
|---|---|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://togithub.com/prettier/prettier)) | [`2.7.1` ->
`2.8.0`](https://renovatebot.com/diffs/npm/prettier/2.7.1/2.8.0) |
[![age](https://badges.renovateapi.com/packages/npm/prettier/2.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/prettier/2.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/prettier/2.8.0/compatibility-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/prettier/2.8.0/confidence-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/)
|
| [rollup](https://rollupjs.org/)
([source](https://togithub.com/rollup/rollup)) | [`3.3.0` ->
`3.4.0`](https://renovatebot.com/diffs/npm/rollup/3.3.0/3.4.0) |
[![age](https://badges.renovateapi.com/packages/npm/rollup/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/rollup/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/rollup/3.4.0/compatibility-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/rollup/3.4.0/confidence-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>prettier/prettier</summary>

###
[`v2.8.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#&#8203;280)

[Compare
Source](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0)

[diff](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0)

🔗 [Release Notes](https://prettier.io/blog/2022/11/23/2.8.0.html)

</details>

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

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

[Compare
Source](https://togithub.com/rollup/rollup/compare/v3.3.0...v3.4.0)

*2022-11-22*

##### Features

- Do not keep unused `Object.freeze` calls on object literals
([#&#8203;4720](https://togithub.com/rollup/rollup/issues/4720))

##### Pull Requests

- [#&#8203;4720](https://togithub.com/rollup/rollup/pull/4720): Only
consider Object.freeze a side effect if the argument is used
([@&#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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOS4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzAuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 23, 2022
1 parent 12176ad commit 84bcdb7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
25 changes: 14 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -92,11 +92,11 @@
"lodash.sumby": "4.6.0",
"nock": "13.2.9",
"node-fetch": "2.6.7",
"prettier": "2.7.1",
"prettier": "2.8.0",
"qs-middleware": "1.0.3",
"requisition": "1.7.0",
"rimraf": "3.0.2",
"rollup": "3.3.0",
"rollup": "3.4.0",
"supertest": "6.3.1",
"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.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@types/make-fetch-happen": "10.0.0",
"rollup": "3.3.0"
"rollup": "3.4.0"
},
"volta": {
"extends": "../package.json"
Expand Down

0 comments on commit 84bcdb7

Please sign in to comment.