Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7408)
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 |
|---|---|---|---|---|---|
| [rimraf](https://togithub.com/isaacs/rimraf) | [`4.1.2` ->
`4.1.3`](https://renovatebot.com/diffs/npm/rimraf/4.1.2/4.1.3) |
[![age](https://badges.renovateapi.com/packages/npm/rimraf/4.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/rimraf/4.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/rimraf/4.1.3/compatibility-slim/4.1.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/rimraf/4.1.3/confidence-slim/4.1.2)](https://docs.renovatebot.com/merge-confidence/)
|
| [rollup](https://rollupjs.org/)
([source](https://togithub.com/rollup/rollup)) | [`3.17.3` ->
`3.18.0`](https://renovatebot.com/diffs/npm/rollup/3.17.3/3.18.0) |
[![age](https://badges.renovateapi.com/packages/npm/rollup/3.18.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/rollup/3.18.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/rollup/3.18.0/compatibility-slim/3.17.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/rollup/3.18.0/confidence-slim/3.17.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>isaacs/rimraf</summary>

###
[`v4.1.3`](https://togithub.com/isaacs/rimraf/compare/v4.1.2...v4.1.3)

[Compare
Source](https://togithub.com/isaacs/rimraf/compare/v4.1.2...v4.1.3)

</details>

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

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

[Compare
Source](https://togithub.com/rollup/rollup/compare/v3.17.3...v3.18.0)

*2023-03-01*

##### Features

- Add `experimentalLogSideEffects` to log the first detected side effect
in every module
([#&#8203;4871](https://togithub.com/rollup/rollup/issues/4871))
- Ignore-list sourcemaps of files inside node_modules by default
([#&#8203;4877](https://togithub.com/rollup/rollup/issues/4877))

##### Pull Requests

- [#&#8203;4871](https://togithub.com/rollup/rollup/pull/4871): Add
experimental logging for side effects
([@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;4877](https://togithub.com/rollup/rollup/pull/4877): feat:
mark files in a `node_modules` as ignore-listed by default
([@&#8203;bmeurer](https://togithub.com/bmeurer))
- [#&#8203;4880](https://togithub.com/rollup/rollup/pull/4880): build:
use
[@&#8203;rollup/plugin-replace](https://togithub.com/rollup/plugin-replace)
to replace chokidar fsevents
([@&#8203;dnalborczyk](https://togithub.com/dnalborczyk))
- [#&#8203;4887](https://togithub.com/rollup/rollup/pull/4887): Refactor
([@&#8203;dnalborczyk](https://togithub.com/dnalborczyk))

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 2, 2023
1 parent 149f138 commit 8177acc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 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
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
"prettier": "2.8.4",
"qs-middleware": "1.0.3",
"requisition": "1.7.0",
"rimraf": "4.1.2",
"rollup": "3.17.3",
"rimraf": "4.1.3",
"rollup": "3.18.0",
"supertest": "6.3.3",
"test-listen": "1.1.0",
"ts-jest": "29.0.5",
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.0.1",
"@types/make-fetch-happen": "10.0.1",
"rollup": "3.17.3"
"rollup": "3.18.0"
},
"volta": {
"extends": "../package.json"
Expand Down

0 comments on commit 8177acc

Please sign in to comment.