Milkdown / milkdown

🍼 Plugin driven WYSIWYG markdown editor framework.
https://milkdown.dev
MIT License
8.64k stars 386 forks source link

chore(deps): update all dependencies to v19.4.0 #1400

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/tao (source) 19.3.2 -> 19.4.0 age adoption passing confidence
@nx/cypress (source) 19.3.2 -> 19.4.0 age adoption passing confidence
@nx/storybook (source) 19.3.2 -> 19.4.0 age adoption passing confidence
@nx/web (source) 19.3.2 -> 19.4.0 age adoption passing confidence
@nx/workspace (source) 19.3.2 -> 19.4.0 age adoption passing confidence
nx (source) 19.3.2 -> 19.4.0 age adoption passing confidence

Release Notes

nrwl/nx (@​nrwl/tao) ### [`v19.4.0`](https://togithub.com/nrwl/nx/releases/tag/19.4.0) [Compare Source](https://togithub.com/nrwl/nx/compare/19.3.2...19.4.0) ##### 19.4.0 (2024-07-02) ##### 🚀 Features - **angular:** update ngrx packages to v18 ([#​26549](https://togithub.com/nrwl/nx/pull/26549)) - **angular:** add helper function to devkit to add viewProviders to a component ([#​26526](https://togithub.com/nrwl/nx/pull/26526)) - **bundling:** add convert-to-inferred generator for [@​nx/rollup](https://togithub.com/nx/rollup) ([#​26280](https://togithub.com/nrwl/nx/pull/26280)) - **core:** allow defining target with only dependsOn ([#​26545](https://togithub.com/nrwl/nx/pull/26545)) - **core:** add lifecycle to record task history & retrieve via daemon ([#​26593](https://togithub.com/nrwl/nx/pull/26593)) - **core:** added the ability to split command property into an array in nx:run-commands executor ([#​20201](https://togithub.com/nrwl/nx/pull/20201)) - **core:** add --help content to project details view ([#​26629](https://togithub.com/nrwl/nx/pull/26629)) - **devkit:** add aggregateLog util for executor to plugin migration ([#​26523](https://togithub.com/nrwl/nx/pull/26523)) - **expo:** add to project package.json for install command ([#​26500](https://togithub.com/nrwl/nx/pull/26500)) - **gradle:** support composite build ([#​25990](https://togithub.com/nrwl/nx/pull/25990)) - **graph:** add description and tags to details page ([#​26252](https://togithub.com/nrwl/nx/pull/26252)) - **graph:** add atomizer label to target groups ([#​26622](https://togithub.com/nrwl/nx/pull/26622)) - **nextjs:** add experimental-build-mode option to support compile only ([#​26465](https://togithub.com/nrwl/nx/pull/26465)) - **nextjs:** Add convert-to-inferred generator ([#​26706](https://togithub.com/nrwl/nx/pull/26706)) - **nx-cloud:** updates to the new onboarding flow ([d928558bc](https://togithub.com/nrwl/nx/commit/d928558bc)) - **nx-cloud:** unhide new onboarding flow ([92be32c1a](https://togithub.com/nrwl/nx/commit/92be32c1a)) - **release:** allow disabling GitHub username matching in default changelog renderer ([#​26672](https://togithub.com/nrwl/nx/pull/26672)) - **remix:** add convert-to-inferred generator ([#​26601](https://togithub.com/nrwl/nx/pull/26601)) - **storybook:** add convert-to-inferred generator ([#​26595](https://togithub.com/nrwl/nx/pull/26595)) - **testing:** add convert-to-inferred migration generator for jest ([#​26259](https://togithub.com/nrwl/nx/pull/26259)) - **vite:** add convert-to-inferred migration generator ([#​26249](https://togithub.com/nrwl/nx/pull/26249)) - **webpack:** add createNodesV2 for plugin ([#​26588](https://togithub.com/nrwl/nx/pull/26588)) - **webpack:** add convertConfigToWebpackPlugin ([#​26516](https://togithub.com/nrwl/nx/pull/26516)) - **webpack:** add convert-to-inferred generator ([#​26621](https://togithub.com/nrwl/nx/pull/26621)) ##### 🩹 Fixes - **angular:** fix chalk import and correctly skip invalid projects in ng-add generator ([#​26667](https://togithub.com/nrwl/nx/pull/26667)) - **angular:** allow usages of ecmascript decorators in ng-packagr executors ([#​26691](https://togithub.com/nrwl/nx/pull/26691)) - **angular:** migration of browserTarget to buildTarget should handle empty config [#​26681](https://togithub.com/nrwl/nx/issues/26681) ([#​26690](https://togithub.com/nrwl/nx/pull/26690), [#​26681](https://togithub.com/nrwl/nx/issues/26681)) - **bundling:** set project type correct for buildable vite projects ([#​26420](https://togithub.com/nrwl/nx/pull/26420)) - **bundling:** convert to inferred should handle config file ([#​26619](https://togithub.com/nrwl/nx/pull/26619)) - **bundling:** rename aliases for [@​nx/rollup](https://togithub.com/nx/rollup):convert-to-inferred generator ([#​26659](https://togithub.com/nrwl/nx/pull/26659)) - **bundling:** use vite createNodes v2 for add plugin ([#​26662](https://togithub.com/nrwl/nx/pull/26662)) - **bundling:** register plugin correctly in rollup migration generator ([#​26673](https://togithub.com/nrwl/nx/pull/26673)) - **core:** merge args and options in nx:run-commands executor ([#​26573](https://togithub.com/nrwl/nx/pull/26573)) - **core:** repair sourcemaps that had file & plugin swapped ([#​26628](https://togithub.com/nrwl/nx/pull/26628)) - **core:** pick up changes to plugins configuration in daemon ([#​26625](https://togithub.com/nrwl/nx/pull/26625)) - **core:** isolated plugins should provide cleanup function ([#​26657](https://togithub.com/nrwl/nx/pull/26657)) - **core:** expand env variables on load and unload ([#​26459](https://togithub.com/nrwl/nx/pull/26459)) - **core:** move plugin worker to socket ([#​26558](https://togithub.com/nrwl/nx/pull/26558)) - **core:** do not create projects twice from package.json ([#​26700](https://togithub.com/nrwl/nx/pull/26700)) - **core:** fix create package json root parsing ([#​26717](https://togithub.com/nrwl/nx/pull/26717)) - **core:** add windowsHide for depencies-and-lockfile plugin with bun ([#​26718](https://togithub.com/nrwl/nx/pull/26718)) - **core:** correctly detect Windows Bamboo agents as CI environments ([#​26699](https://togithub.com/nrwl/nx/pull/26699)) - **core:** prevent cmd popups from isolation ([#​26730](https://togithub.com/nrwl/nx/pull/26730)) - **core:** do not load transpiler when within tsx environment ([#​26723](https://togithub.com/nrwl/nx/pull/26723)) - **core:** handle packageManager property with createPackageJson ([#​26726](https://togithub.com/nrwl/nx/pull/26726)) - **core:** do not re-register ts-node twice for the same compiler opt… ([#​26758](https://togithub.com/nrwl/nx/pull/26758)) - **expo:** fix expo start windows ([#​26493](https://togithub.com/nrwl/nx/pull/26493)) - **expo:** should support app.config.ts ([#​26713](https://togithub.com/nrwl/nx/pull/26713)) - **gradle:** fix migrations ([#​26739](https://togithub.com/nrwl/nx/pull/26739)) - **gradle:** pass process.env when running gradle ([#​26776](https://togithub.com/nrwl/nx/pull/26776)) - **graph:** improve layout when target groups are empty or there are no groups ([#​26555](https://togithub.com/nrwl/nx/pull/26555)) - **graph:** fix search params reload when back to graph ([#​26580](https://togithub.com/nrwl/nx/pull/26580)) - **graph:** fix empty target group ([#​26704](https://togithub.com/nrwl/nx/pull/26704)) - **graph:** update atomizer metadata & pdv hint ([#​26733](https://togithub.com/nrwl/nx/pull/26733)) - **js:** node executor now correctly kills tasks when exiting ([#​19219](https://togithub.com/nrwl/nx/pull/19219)) - **linter:** ensure that [@​nx/eslint-plugin](https://togithub.com/nx/eslint-plugin) is installed when we add an extracted base eslintrc file ([#​26679](https://togithub.com/nrwl/nx/pull/26679)) - **linter:** handle eslint flat config path correctly in lint executor ([#​26687](https://togithub.com/nrwl/nx/pull/26687)) - **linter:** dependency checks should respect pnpm workspace versions ([#​26709](https://togithub.com/nrwl/nx/pull/26709)) - **misc:** rename @​nrwl/\* to @​nx/\* in init generator descriptions ([#​26610](https://togithub.com/nrwl/nx/pull/26610)) - **misc:** register plugins correctly in migration generators ([#​26670](https://togithub.com/nrwl/nx/pull/26670)) - **misc:** restrict countries not supported by OpenAI ([#​26725](https://togithub.com/nrwl/nx/pull/26725)) - **misc:** respect useInferencePlugin in nx.json when generating apps and libs ([#​26703](https://togithub.com/nrwl/nx/pull/26703)) - **module-federation:** module-federation-dev-server hang caused by child process exiting too early ([#​26684](https://togithub.com/nrwl/nx/pull/26684), [#​26685](https://togithub.com/nrwl/nx/pull/26685)) - **module-federation:** dynamic remotes external to workspace should be skipped correctly [#​26551](https://togithub.com/nrwl/nx/issues/26551) ([#​26692](https://togithub.com/nrwl/nx/pull/26692), [#​26551](https://togithub.com/nrwl/nx/issues/26551)) - **nest:** Add missing props ([#​26534](https://togithub.com/nrwl/nx/pull/26534)) - **nextjs:** fixes for convert-to-inferred ([#​26735](https://togithub.com/nrwl/nx/pull/26735)) - **nuxt:** api template typo ([#​26719](https://togithub.com/nrwl/nx/pull/26719)) - **nx-cloud:** do not use bff api for onboarding ([#​26712](https://togithub.com/nrwl/nx/pull/26712)) - **nx-cloud:** onboarding cloud version handling ([#​26790](https://togithub.com/nrwl/nx/pull/26790)) - **nx-dev:** allow linking to headers that are `code` wrapped ([#​26608](https://togithub.com/nrwl/nx/pull/26608)) - **release:** skip dependents of projects without changes in conventional commits ([#​26671](https://togithub.com/nrwl/nx/pull/26671)) - **remix:** don't add [@​remix-run/eslint-config](https://togithub.com/remix-run/eslint-config) dependency to new remix apps ([#​26568](https://togithub.com/nrwl/nx/pull/26568)) - **storybook:** output should match CLI flag ([#​26652](https://togithub.com/nrwl/nx/pull/26652)) - **testing:** handle different jest config files in configurations when migrating to inferred ([#​26591](https://togithub.com/nrwl/nx/pull/26591)) - **testing:** accept a numeric value for the playwright executor's workers option ([#​26689](https://togithub.com/nrwl/nx/pull/26689)) - **testing:** only add atomizer label for parent atomizer task ([#​26740](https://togithub.com/nrwl/nx/pull/26740)) - **testing:** pin cypress to 13.12.0 and re-enable skipped tests ([#​26751](https://togithub.com/nrwl/nx/pull/26751)) - **vite:** nxViteTsPaths plugin should not run-many for vitest ([#​26574](https://togithub.com/nrwl/nx/pull/26574)) - **vite:** setup-paths-plugin should only register import once ([#​26678](https://togithub.com/nrwl/nx/pull/26678)) - **vite:** incremental builds tmp tsconfig should have baseUrl set to workspace root ([#​26680](https://togithub.com/nrwl/nx/pull/26680)) - **vite:** infer build and serve targets when rollupOptions.input is present ([#​26750](https://togithub.com/nrwl/nx/pull/26750)) - **vite:** remove deprecated cache.dir from vitest generation ([#​26756](https://togithub.com/nrwl/nx/pull/26756)) - **vue:** application generator should use normalized app name [#​26605](https://togithub.com/nrwl/nx/issues/26605) ([#​26729](https://togithub.com/nrwl/nx/pull/26729), [#​26605](https://togithub.com/nrwl/nx/issues/26605)) - **webpack:** handle nullable plugin options ([#​26624](https://togithub.com/nrwl/nx/pull/26624)) - **webpack:** skip useLegacyNxPlugin during graph creation ([#​26626](https://togithub.com/nrwl/nx/pull/26626)) - **webpack:** add comment to explain useLegacyNxPlugin and how to remove it ([#​26696](https://togithub.com/nrwl/nx/pull/26696)) ##### ❤️ Thank You - Altan Stalker - Caleb Ukle - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - dfr-exnaton [@​dfr-exnaton](https://togithub.com/dfr-exnaton) - Emily Xiong [@​xiongemi](https://togithub.com/xiongemi) - Jack Hsu [@​jaysoo](https://togithub.com/jaysoo) - James Henry [@​JamesHenry](https://togithub.com/JamesHenry) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Josh Kim [@​jooskim](https://togithub.com/jooskim) - Katerina Skroumpelou [@​mandarini](https://togithub.com/mandarini) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - Maciej Łyskawiński [@​LonguCodes](https://togithub.com/LonguCodes) - MaxKless [@​MaxKless](https://togithub.com/MaxKless) - Miroslav Jonaš [@​meeroslav](https://togithub.com/meeroslav) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) - Pavlo Grosse [@​Olster](https://togithub.com/Olster) - scottpledger [@​scottpledger](https://togithub.com/scottpledger) - Thomas Dekiere - Uzhanin Egor [@​gearonix](https://togithub.com/gearonix)

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



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

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
milkdown-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 2, 2024 10:07pm
nx-cloud[bot] commented 1 month ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit d8ea9650686719ea35dfa23b4c29544e00a16e7a. 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 3 targets - [`nx build @milkdown/e2e`](https://cloud.nx.app/runs/p0Hn9F1WJ3?utm_source=pull-request&utm_medium=comment) - [`nx run-many --target=tsc --all --parallel`](https://cloud.nx.app/runs/3bJxoUQi8g?utm_source=pull-request&utm_medium=comment) - [`nx run-many --target=build --all --parallel`](https://cloud.nx.app/runs/egUgFZteR1?utm_source=pull-request&utm_medium=comment)

Sent with 💌 from NxCloud.

cypress[bot] commented 1 month ago

Passing run #932 ↗︎

0 83 0 0 Flakiness 0

Details:

Merge d8ea9650686719ea35dfa23b4c29544e00a16e7a into 2ab0263a49e8c8cd609ea7fdc464...
Project: Default Project Commit: 01870c55d4 ℹ️
Status: Passed Duration: 01:36 💡
Started: Jul 2, 2024 10:13 PM Ended: Jul 2, 2024 10:15 PM

Review all test suite changes for PR #1400 ↗︎

cypress[bot] commented 1 month ago

Passing run #933 ↗︎

0 83 0 0 Flakiness 0

Details:

chore(deps): update all dependencies to v19.4.0 (#1400)
Project: Default Project Commit: 6a7ca71274
Status: Passed Duration: 01:37 💡
Started: Jul 2, 2024 11:55 PM Ended: Jul 2, 2024 11:56 PM

Review all test suite changes for PR #1400 ↗︎