Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies (minor) #389

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-s3 (source) 3.598.0 -> 3.600.0 age adoption passing confidence
@milkdown/core (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/ctx (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/plugin-clipboard (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/plugin-diagram (source) ^7.3.6 -> ^7.4.0 age adoption passing confidence
@milkdown/plugin-history (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/plugin-indent (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/plugin-listener (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/preset-commonmark (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/preset-gfm (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/prose (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/react (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/transformer (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@milkdown/utils (source) 7.3.6 -> 7.4.0 age adoption passing confidence
@radix-ui/react-dialog (source) 1.0.5 -> 1.1.1 age adoption passing confidence
@radix-ui/react-label (source) 2.0.2 -> 2.1.0 age adoption passing confidence
@radix-ui/react-scroll-area (source) 1.0.5 -> 1.1.0 age adoption passing confidence
@radix-ui/react-select (source) 2.0.0 -> 2.1.1 age adoption passing confidence
@radix-ui/react-switch (source) 1.0.3 -> 1.1.0 age adoption passing confidence
@radix-ui/react-tabs (source) 1.0.4 -> 1.1.0 age adoption passing confidence
@shikijs/transformers (source) 1.6.5 -> 1.9.1 age adoption passing confidence
@tanstack/query-async-storage-persister (source) 5.45.0 -> 5.48.0 age adoption passing confidence
@tanstack/react-query (source) 5.45.1 -> 5.48.0 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.45.1 -> 5.48.0 age adoption passing confidence
@tanstack/react-query-persist-client (source) 5.45.1 -> 5.48.0 age adoption passing confidence
@vercel/postgres (source) 0.8.0 -> 0.9.0 age adoption passing confidence
crossbell 1.11.9 -> 1.12.0 age adoption passing confidence
openai 4.51.0 -> 4.52.1 age adoption passing confidence
pnpm (source) 9.3.0 -> 9.4.0 age adoption passing confidence
react-router-dom (source) 6.23.1 -> 6.24.0 age adoption passing confidence
shiki (source) 1.6.5 -> 1.9.1 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.2 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.600.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

Milkdown/milkdown (@​milkdown/core)

v7.4.0

Compare Source

Minor Changes
  • 849669b: ## Headless components and Crepe polish
Feature
Migrate from tippy to floating ui
Components Improvements
Crepe Improvements
Misc
Patch Changes
Milkdown/milkdown (@​milkdown/ctx)

v7.4.0

Compare Source

Minor Changes
  • 849669b: ## Headless components and Crepe polish
Feature
Migrate from tippy to floating ui
Components Improvements
Crepe Improvements
Misc
Patch Changes
Milkdown/milkdown (@​milkdown/plugin-clipboard)

v7.4.0

Compare Source

Minor Changes
  • 849669b: ## Headless components and Crepe polish
Feature
Migrate from tippy to floating ui
-   feat: replace tippy with floating ui in plugin block in <https://github.com/Milkdown/milkdown/pull/1356>
-   feat: migrate tippy to floating ui in plugin slash in <https://github.com/Milkdown/milkdown/pull/1375>
-   feat: add offset for floating ui in <https://github.com/Milkdown/milkdown/pull/1384>
-   feat: migrate to floating ui in plugin tooltip in <https://github.com/Milkdown/milkdown/pull/1373>
Components Improvements
-   feat: optimize code block behavior in <https://github.com/Milkdown/milkdown/pull/1388>
-   fix: image caption bug in <https://github.com/Milkdown/milkdown/pull/1382>
-   fix: list item block should respect readonly mode in <https://github.com/Milkdown/milkdown/pull/1339>
-   feat: remove styles in components in <https://github.com/Milkdown/milkdown/pull/1346>
-   feat: optimize block handle in <https://github.com/Milkdown/milkdown/pull/1355>
-   fix: slash menu scroll behavior in <https://github.com/Milkdown/milkdown/pull/1386>
Crepe Improvements
-   feat: add better readonly support for crepe in <https://github.com/Milkdown/milkdown/pull/1322>
-   feat: add components in storybook in <https://github.com/Milkdown/milkdown/pull/1323>
-   fix: crepe destroy throw an error in <https://github.com/Milkdown/milkdown/pull/1305>
-   fix: improve styles for crepe in <https://github.com/Milkdown/milkdown/pull/1306>
-   feat: optimize ui for crepe theme in <https://github.com/Milkdown/milkdown/pull/1383>
-   feat: polish crepe image component ui in <https://github.com/Milkdown/milkdown/pull/1385>
-   feat: better drop cursor for crepe in <https://github.com/Milkdown/milkdown/pull/1378>
-   feat: migrate crepe theme to pure css in <https://github.com/Milkdown/milkdown/pull/1358>
Misc
-   docs: update default config reference by @&#8203;emmanuel-ferdman in <https://github.com/Milkdown/milkdown/pull/1320>
-   chore: remove copyright in <https://github.com/Milkdown/milkdown/pull/1321>
-   test: add list item block in stories in <https://github.com/Milkdown/milkdown/pull/1338>
-   chore: add inline image block in storybook in <https://github.com/Milkdown/milkdown/pull/1340>
-   chore: add link tooltip in storybook in <https://github.com/Milkdown/milkdown/pull/1341>
-   chore: add listener plugin in storybook in <https://github.com/Milkdown/milkdown/pull/1342>
-   fix: image block style offset in storybook in <https://github.com/Milkdown/milkdown/pull/1345>
-   chore: 🤖 adjust script names in <https://github.com/Milkdown/milkdown/pull/1348>
-   chore: adjust e2e folder in <https://github.com/Milkdown/milkdown/pull/1354>
-   chore: adjust folders in <https://github.com/Milkdown/milkdown/pull/1357>
-   chore: improve styles in story book in <https://github.com/Milkdown/milkdown/pull/1359>
-   fix: ordered list paste becomes unordered list in <https://github.com/Milkdown/milkdown/pull/1368>
-   feat: optimize storybook in <https://github.com/Milkdown/milkdown/pull/1369>
-   ci: use core pack in <https://github.com/Milkdown/milkdown/pull/1387>
Patch Changes
Milkdown/milkdown (@​milkdown/prose)

v7.4.0

Compare Source

Minor Changes
  • 849669b: ## Headless components and Crepe polish
Feature
Migrate from tippy to floating ui
Components Improvements
Crepe Improvements
Misc
Patch Changes
Milkdown/milkdown (@​milkdown/transformer)

v7.4.0

Compare Source

Minor Changes
  • 849669b: ## Headless components and Crepe polish
Feature
Migrate from tippy to floating ui
Components Improvements
Crepe Improvements
Misc
Patch Changes
Milkdown/milkdown (@​milkdown/utils)

v7.4.0

Compare Source

Minor Changes
  • 849669b: ## Headless components and Crepe polish
Feature
Migrate from tippy to floating ui
Components Improvements
Crepe Improvements
Misc
Patch Changes

Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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 renovate label Jun 22, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from fcebb0e to 897120b Compare June 26, 2024 15:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 897120b to 8d7c0bb Compare June 27, 2024 19:46
Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 87.29 KB (🟢 -9 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@Innei Innei merged commit 6b5075f into main Jun 28, 2024
2 checks passed
@Innei Innei deleted the renovate/all-minor-patch branch June 28, 2024 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant