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

chore: bump up all non-major dependencies #8298

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.4.1 -> 19.5.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.4.1 -> 19.5.0 age adoption passing confidence
@nx/vite (source) 19.6.5 -> 19.7.2 age adoption passing confidence
@playwright/test (source) 1.46.1 -> 1.47.0 age adoption passing confidence
@swc/core (source) 1.7.24 -> 1.7.26 age adoption passing confidence
nx (source) 19.6.5 -> 19.7.2 age adoption passing confidence
shiki (source) 1.16.3 -> 1.17.0 age adoption passing confidence
typedoc-plugin-markdown (source) 4.2.6 -> 4.2.7 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence
vite (source) 5.4.3 -> 5.4.4 age adoption passing confidence
vue (source) 3.5.3 -> 3.5.4 age adoption passing confidence
yjs (source) 13.6.18 -> 13.6.19 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-conventional

nrwl/nx (@​nx/vite)

v19.7.2

Compare Source

19.7.2 (2024-09-10)
🩹 Fixes
  • core: take nx-release-publish target defaults into account for implicit target (#​27764)
  • release: ensure git commits containing pipe can be parsed reliably (#​27840)
❤️ Thank You

v19.7.1

Compare Source

19.7.1 (2024-09-10)
🚀 Features
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#​27787)
🩹 Fixes
  • core: make sure sharedGlobals is referenced in default namedInputs (#​27813)
  • release: respect updateDependents being explicitly disabled in conventional commits (#​27851)
❤️ Thank You

v19.7.0

Compare Source

19.7.0 (2024-09-09)
🚀 Features
  • bundling: add option to generate sourcemaps for Rollup build (#​27539)
  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#​27593)
  • core: add shutdown lifecycle hook to node executor (#​27354)
  • core: add sqlite db for nx (#​26891)
  • core: expose graph json type (#​27496)
  • core: return task results from imperative task runner (#​27640)
  • core: refactor graph implementation details (#​27267)
  • core: allow disabling registered task sync generators (#​27638)
  • core: allow skipping sync when running tasks (#​27697)
  • core: add shutdown lifecycle hook to node executor" (#​27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#​27664)
  • devkit: prefer strings over Linter enum (#​27209)
  • docs: update OpenAI model to use gpt-4o-mini (#​27434)
  • graph: add expandedTargets to project details on nx dev (#​26911)
  • graph: update tags to render on a single line by default with expand option (#​27829)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#​27518)
  • js: generate package.json with overrides and resolutions (#​27601)
  • js: add metadata to the typescript inferred tasks (#​27806)
  • linter: add option to exclude projects from circular deps check (#​27504)
  • nx-cloud: alias for login and logout (#​27358)
  • nx-cloud: remove feature flag for nx login (#​27657)
  • nx-cloud: add 'generate-token' option to connect (#​27678)
  • nx-cloud: remove env variable for login (#​27791)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#​27455)
  • nx-dev: add Monorepo World banner to hero (#​27482)
  • nx-dev: honor prefers-reduced-motion (#​27541)
  • nx-dev: add deepdive callout component (daf5837a21)
  • nx-dev: add Mike Hartington in the team section (#​27755)
  • nx-dev: make animations more performant (#​27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#​27756)
  • react: add rspack module federation support (#​27696)
  • react: add module federation static server (#​27802)
  • remix: infer targets for remix vite in @​nx/remix/plugin (#​27713)
🩹 Fixes
  • missing export for setRemoteDefinition (#​27491)
  • angular: generate @​nx/angular in devDependencies and move to dependencies when using runtime helpers (#​27405)
  • angular: module-federation-ssr-dev-server should call correct builder (#​27477)
  • angular: bump ngrx version to 18.0.2 (#​27506)
  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #​26483 (#​27616, #​26483)
  • bundling: update snapshots for copy assets plugin (#​27610)
  • core: fix importing files with special characters (#​27484)
  • core: use withVerbose util (#​27553)
  • core: support import detection of packages installed from git remote URL (#​27569)
  • core: fix compat for old remote caches (#​27574)
  • core: enable using the daemon in docker if enabled explicitly (#​27585)
  • core: ensure file watcher is looking for correct config on windows (#​27594)
  • core: change order of CI providers to match their popularity (#​27623)
  • core: not parse hex to number (#​27515)
  • core: nx migrate should determine angular devkit migration from cli or schematics #​20282 (#​27634, #​20282)
  • core: do not stream output when static output style is enabled (#​27642)
  • core: fix --e2eTestRunner for create-nx-workspace with react native (#​27543)
  • core: negative workspace-root filesets should override positive filesets (#​27524)
  • core: make sure env vars specified in run-commands envFile option take priority over other loaded env files (#​27583)
  • core: change remoteCache to getRemoteCache (#​27673)
  • core: fixes an issue where using "node:test" results in infinite loop (#​27685)
  • core: handle file change conflicts between sync generators (#​27695)
  • core: filter branch in preparation for nx import (#​27652)
  • core: add parallelism to target defaults schema (#​27710)
  • core: bump plugin pool attempts to work with slow runtimes (#​27726)
  • core: optimize daemon output glob matching (#​27775)
  • core: fix wasm build (#​27830)
  • core: move daemon server-process.json watching to outputs watcher (#​27832)
  • detox: fix name with camel case (#​27602)
  • esbuild: declaration:true should find the correct package root regardless of cwd #​26261 (#​27560, #​26261)
  • expo: add expoLibraryGenerator to export (#​27520)
  • expo: fix unable to build expo local for yarn 4 (#​26992)
  • expo: add cacheVersion to metro.config (#​27646)
  • gradle: track childProjects in properties report (#​27488)
  • gradle: fix tasksFileLines might be undefined (#​27548)
  • gradle: fix child project deps (#​27643)
  • gradle: fix find root for projects (#​27651)
  • graph: fix "args" help tooltip in pdv and only show "args" usage in fallback example (#​27808)
  • js: handle arbitrary nested ts path mappings when re-mapping them to the outputs (#​27429)
  • js: only sync references when composite is true, preserve comments in other parts of file (#​27530)
  • js: ensure assets option in tsc executor defaults to empty array for programmatic usage (#​27565)
  • js: fix verdaccio windows for registry (#​27350)
  • js: respect "watch" option when "runBuildTargetDependencies" is true (#​27677)
  • linter: update the @​nx/dependency-checks rule to read the package.json content from the rule context (#​27476)
  • linter: fix plugin race condition (#​27810)
  • misc: ensure custom reporters are usable with @​nx/playwright:playwright (#​27443)
  • misc: fix the URL of the @​naxodev/nx-cloudflare plugin (#​27723)
  • module-federation: ensure target defaults are set correctly #​27448 (#​27472, #​27448)
  • module-federation: ensure shared packages can be shared from host #​27162 (#​27513, #​27162)
  • module-federation: ssr uses async-node with runtime plugin (#​27492)
  • nextjs: should not fail when running outside of nx cli (#​27523)
  • nextjs: Should be able to run custom server targets with swc (#​27526)
  • nextjs: schema type for unitTestRunner for library (#​26824)
  • node: build-esbuild-options.ts browser user define envs by config (#​27480)
  • node: generate webpack server apps with generatePackageJson:true by default (#​27570)
  • nx-dev: Og image path generation (#​27456)
  • nx-dev: bad link from home page (#​27475)
  • nx-dev: fix use key instead of env to reference cache key in… (#​26644)
  • nx-dev: modify prompt (#​27536)
  • nx-dev: show first tab if none selected (#​27701)
  • nx-dev: change connect to nx cloud link in home page (f39b995b88)
  • nx-dev: make sure graph height works and render mode is nx-docs (#​27776)
  • nx-dev: update Bill's website link (#​27790)
  • nx-plugin: allow create-package without e2eProject (#​27572)
  • react: ensure @​vitejs/plugin-react is installed for storybook (#​27463)
  • react: enable vitejs-plugin-react-swc for swc compiler (#​27457)
  • react: handle more scenarios when collecting component props for generating stories (#​27528)
  • react: tailwind with rspack should work on generation #​27028 (#​27619, #​27028)
  • react: ensure interop between webpack and rspack module federation (#​27824)
  • react-native: remove upgrade command in migration (#​27467)
  • react-native: change hermesCommand to build android (#​27641)
  • release: programmatic API types should not be any (#​27647)
  • release: release plan command should take filters and touched projects into account (#​27706)
  • release: version plan changelogs should contain authors and refs (#​27737)
  • release: support forwarding the --access flag to npm publish (#​27765)
  • release: show version plan deletion log in dry-run (#​27744)
  • repo: add dependsOn to native build (#​27446)
  • storybook: should generate correct config for nextjs apps #​27233 (#​27510, #​27233)
  • testing: fix misc issues in migrations (#​27471)
  • testing: fix issues in static server target migrations (#​27547)
  • testing: application generators should accurately configure e2e projects (#​27453)
  • vite: plugin should infer serve target if server config defined #​27370 (#​27507, #​27370)
  • vite: load the correct config file from @​nx/vite:test executor (#​27514)
  • vite: add typecheck inferred target for vite plugin #​27501 (#​27531, #​27501)
  • vite: plugin should infer ts project correctly for libs (#​27649)
  • vite: tsconfig paths plugin should resolve file extensions (#​27774)
  • webpack: add migration for proxy config (#​27621)
❤️ Thank You

v19.6.6

Compare Source

19.6.6 (2024-09-09)

🚀 Features
  • core: allow skipping sync when running tasks (#​27697)
  • core: add shutdown lifecycle hook to node executor" (#​27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#​27664)
  • linter: add option to exclude projects from circular deps check (#​27504)
  • nx-dev: add Mike Hartington in the team section (#​27755)
  • nx-dev: make animations more performant (#​27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#​27756)
🩹 Fixes
  • core: optimize daemon output glob matching (#​27775)
  • core: fix wasm build (#​27830)
  • graph: fix "args" help tooltip in pdv and only show "args" usage in fallback example (#​27808)
  • linter: fix plugin race condition (#​27810)
  • module-federation: ssr uses async-node with runtime plugin (#​27492)
  • nx-dev: change connect to nx cloud link in home page (d93cd00123)
  • nx-dev: update Bill's website link (#​27790)
  • release: show version plan deletion log in dry-run (#​27744)
  • vite: tsconfig paths plugin should resolve file extensions (#​27774)
❤️ Thank You
microsoft/playwright (@​playwright/test)

v1.47.0

Compare Source

swc-project/swc (@​swc/core)

v1.7.26

Compare Source

v1.7.25

Compare Source

Bug Fixes
Features
  • (es/common) Introduce pure Span and BytePos to handle #__PURE__ (#​9539) (f63a481)
Miscellaneous Tasks
  • (bindings/node) Fix type definition (64ec111)
shikijs/shiki (shiki)

v1.17.0

Compare Source

No significant changes

    View changes on GitHub
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)

v4.2.7

Compare Source

Patch Changes
  • Correctly handle top level custom groups in navigation (#​685)
  • Fix missing index descriptions for some signatures (#​670)
  • Add '?' for optional type declarations in tables
microsoft/TypeScript (typescript)

v5.6.2

Compare Source

vitejs/vite (vite)

v5.4.4

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core (vue)

v3.5.4

Compare Source

Bug Fixes
Performance Improvements
  • reactivity: trigger deps directly instead of storing in an array first (#​11695) (f80d447)
yjs/yjs (yjs)

v13.6.19

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 11, 2024 09:37
Copy link

vercel bot commented Sep 11, 2024

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

Name Status Preview Comments Updated (UTC)
blocksuite ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 2:00pm
blocksuite-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 2:00pm

Copy link

changeset-bot bot commented Sep 11, 2024

⚠️ No Changeset found

Latest commit: 8d3fffa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

graphite-app bot commented Sep 11, 2024

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

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge.

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

Copy link

nx-cloud bot commented Sep 11, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 8d3fffa. 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 1 target

Sent with 💌 from NxCloud.

Copy link
Contributor

github-actions bot commented Sep 11, 2024

size-limit report 📦

Path Size
@blocksuite/affine-block-list 5.95 KB (0%)
@blocksuite/affine-block-paragraph 4.5 KB (0%)
@blocksuite/affine-block-surface 88.71 KB (0%)
@blocksuite/affine-components 1003.79 KB (0%)
@blocksuite/data-view 358.49 KB (0%)
@blocksuite/affine-model 48.84 KB (0%)
@blocksuite/affine-shared 30.15 KB (0%)
@blocksuite/blocks 6.75 MB (+0.01% 🔺)
@blocksuite/block-std 149.55 KB (0%)
@blocksuite/global 28.4 KB (0%)
@blocksuite/inline 27.44 KB (0%)
@blocksuite/store 66.34 KB (0%)
@blocksuite/sync 96.01 KB (+0.02% 🔺)
@blocksuite/presets 252.08 KB (0%)

Copy link

graphite-app bot commented Sep 11, 2024

Merge activity

  • Sep 11, 9:50 AM EDT: The merge label 'merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Sep 11, 9:55 AM EDT: Saul-Mirone added this pull request to the Graphite merge queue.
  • Sep 11, 10:00 AM EDT: The Graphite merge queue couldn't merge this PR because it was not satisfying all requirements (Failed CI: 'Build & Test', 'E2E Test (14)').
  • Sep 11, 10:00 AM EDT: The merge label 'merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Sep 11, 2:00 PM UTC: The merge label 'merge' was removed. This PR will no longer be merged by the Graphite merge queue
  • Sep 11, 10:03 AM EDT: The merge label 'merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Sep 11, 10:05 AM EDT: Saul-Mirone added this pull request to the Graphite merge queue.
  • Sep 11, 10:06 AM EDT: Saul-Mirone merged this pull request with the Graphite merge queue.

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@commitlint/cli](https://commitlint.js.org/) ([source](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`19.4.1` -> `19.5.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.4.1/19.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/19.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fcli/19.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fcli/19.4.1/19.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/19.4.1/19.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)) | [`19.4.1` -> `19.5.0`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/19.4.1/19.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/19.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fconfig-conventional/19.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fconfig-conventional/19.4.1/19.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/19.4.1/19.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@nx/vite](https://nx.dev) ([source](https://github.com/nrwl/nx/tree/HEAD/packages/vite)) | [`19.6.5` -> `19.7.2`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.6.5/19.7.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fvite/19.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fvite/19.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fvite/19.6.5/19.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fvite/19.6.5/19.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@playwright/test](https://playwright.dev) ([source](https://github.com/microsoft/playwright)) | [`1.46.1` -> `1.47.0`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.46.1/1.47.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.46.1/1.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.46.1/1.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@swc/core](https://swc.rs) ([source](https://github.com/swc-project/swc)) | [`1.7.24` -> `1.7.26`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.24/1.7.26) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.7.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.7.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.7.24/1.7.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.7.24/1.7.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [nx](https://nx.dev) ([source](https://github.com/nrwl/nx/tree/HEAD/packages/nx)) | [`19.6.5` -> `19.7.2`](https://renovatebot.com/diffs/npm/nx/19.6.5/19.7.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nx/19.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nx/19.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nx/19.6.5/19.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nx/19.6.5/19.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [shiki](https://github.com/shikijs/shiki) ([source](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki)) | [`1.16.3` -> `1.17.0`](https://renovatebot.com/diffs/npm/shiki/1.16.3/1.17.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/shiki/1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/shiki/1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/shiki/1.16.3/1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/shiki/1.16.3/1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [typedoc-plugin-markdown](https://typedoc-plugin-markdown.org) ([source](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown)) | [`4.2.6` -> `4.2.7`](https://renovatebot.com/diffs/npm/typedoc-plugin-markdown/4.2.6/4.2.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc-plugin-markdown/4.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typedoc-plugin-markdown/4.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typedoc-plugin-markdown/4.2.6/4.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typedoc-plugin-markdown/4.2.6/4.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.5.4` -> `5.6.2`](https://renovatebot.com/diffs/npm/typescript/5.5.4/5.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.5.4/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.5.4/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.4.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/vite/5.4.3/5.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [vue](https://github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://github.com/vuejs/core)) | [`3.5.3` -> `3.5.4`](https://renovatebot.com/diffs/npm/vue/3.5.3/3.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.5.3/3.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.3/3.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [yjs](https://docs.yjs.dev) ([source](https://github.com/yjs/yjs)) | [`13.6.18` -> `13.6.19`](https://renovatebot.com/diffs/npm/yjs/13.6.18/13.6.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/yjs/13.6.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/yjs/13.6.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/yjs/13.6.18/13.6.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/yjs/13.6.18/13.6.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>conventional-changelog/commitlint (@&#8203;commitlint/cli)</summary>

### [`v19.5.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#1950-2024-09-11)

[Compare Source](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0)

##### Features

-   **cli:** use special errorCode for missing rules/config [#&#8203;4142](https://github.com/conventional-changelog/commitlint/issues/4142) ([#&#8203;4143](https://github.com/conventional-changelog/commitlint/issues/4143)) ([d7070d8](https://github.com/conventional-changelog/commitlint/commit/d7070d8a4905da7834a018825b37d52c2dd29f62))

#### [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)

**Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli)

</details>

<details>
<summary>conventional-changelog/commitlint (@&#8203;commitlint/config-conventional)</summary>

### [`v19.5.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#1950-2024-09-11)

[Compare Source](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0)

**Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional)

#### [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)

**Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional)

#### [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional)

</details>

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

### [`v19.7.2`](https://github.com/nrwl/nx/releases/tag/19.7.2)

[Compare Source](https://github.com/nrwl/nx/compare/19.7.1...19.7.2)

##### 19.7.2 (2024-09-10)

##### 🩹 Fixes

-   **core:** take nx-release-publish target defaults into account for implicit target ([#&#8203;27764](https://github.com/nrwl/nx/pull/27764))
-   **release:** ensure git commits containing pipe can be parsed reliably ([#&#8203;27840](https://github.com/nrwl/nx/pull/27840))

##### ❤️  Thank You

-   James Henry [@&#8203;JamesHenry](https://github.com/JamesHenry)

### [`v19.7.1`](https://github.com/nrwl/nx/releases/tag/19.7.1)

[Compare Source](https://github.com/nrwl/nx/compare/19.7.0...19.7.1)

##### 19.7.1 (2024-09-10)

##### 🚀 Features

-   **release:** allow local dependency version protocols to be preserved, pnpm publish support ([#&#8203;27787](https://github.com/nrwl/nx/pull/27787))

##### 🩹 Fixes

-   **core:** make sure sharedGlobals is referenced in default namedInputs ([#&#8203;27813](https://github.com/nrwl/nx/pull/27813))
-   **release:** respect updateDependents being explicitly disabled in conventional commits ([#&#8203;27851](https://github.com/nrwl/nx/pull/27851))

##### ❤️  Thank You

-   James Henry [@&#8203;JamesHenry](https://github.com/JamesHenry)
-   Juri Strumpflohner [@&#8203;juristr](https://github.com/juristr)

### [`v19.7.0`](https://github.com/nrwl/nx/releases/tag/19.7.0)

[Compare Source](https://github.com/nrwl/nx/compare/19.6.6...19.7.0)

##### 19.7.0 (2024-09-09)

##### 🚀 Features

-   **bundling:** add option to generate sourcemaps for Rollup build ([#&#8203;27539](https://github.com/nrwl/nx/pull/27539))
-   **bundling:** add nxCopyAssetsPlugin for Vite to use in JS libs ([#&#8203;27593](https://github.com/nrwl/nx/pull/27593))
-   **core:** add shutdown lifecycle hook to node executor ([#&#8203;27354](https://github.com/nrwl/nx/pull/27354))
-   **core:** add sqlite db for nx ([#&#8203;26891](https://github.com/nrwl/nx/pull/26891))
-   **core:** expose graph json type ([#&#8203;27496](https://github.com/nrwl/nx/pull/27496))
-   **core:** return task results from imperative task runner ([#&#8203;27640](https://github.com/nrwl/nx/pull/27640))
-   **core:** refactor graph implementation details ([#&#8203;27267](https://github.com/nrwl/nx/pull/27267))
-   **core:** allow disabling registered task sync generators ([#&#8203;27638](https://github.com/nrwl/nx/pull/27638))
-   **core:** allow skipping sync when running tasks ([#&#8203;27697](https://github.com/nrwl/nx/pull/27697))
-   **core:** add shutdown lifecycle hook to node executor" ([#&#8203;27794](https://github.com/nrwl/nx/pull/27794))
-   **core:** update PNPM GH action setup to use v4 and pnpm version 9 ([#&#8203;27664](https://github.com/nrwl/nx/pull/27664))
-   **devkit:** prefer strings over Linter enum ([#&#8203;27209](https://github.com/nrwl/nx/pull/27209))
-   **docs:** update OpenAI model to use gpt-4o-mini ([#&#8203;27434](https://github.com/nrwl/nx/pull/27434))
-   **graph:** add expandedTargets to project details on nx dev ([#&#8203;26911](https://github.com/nrwl/nx/pull/26911))
-   **graph:** update tags to render on a single line by default with expand option ([#&#8203;27829](https://github.com/nrwl/nx/pull/27829))
-   **js:** add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json ([#&#8203;27518](https://github.com/nrwl/nx/pull/27518))
-   **js:** generate package.json with overrides and resolutions ([#&#8203;27601](https://github.com/nrwl/nx/pull/27601))
-   **js:** add metadata to the typescript inferred tasks ([#&#8203;27806](https://github.com/nrwl/nx/pull/27806))
-   **linter:** add option to exclude projects from circular deps check ([#&#8203;27504](https://github.com/nrwl/nx/pull/27504))
-   **nx-cloud:** alias for login and logout ([#&#8203;27358](https://github.com/nrwl/nx/pull/27358))
-   **nx-cloud:** remove feature flag for nx login ([#&#8203;27657](https://github.com/nrwl/nx/pull/27657))
-   **nx-cloud:** add 'generate-token' option to connect ([#&#8203;27678](https://github.com/nrwl/nx/pull/27678))
-   **nx-cloud:** remove env variable for login ([#&#8203;27791](https://github.com/nrwl/nx/pull/27791))
-   **nx-dev:** add Explain with AI to Enterprise and Pro Plans ([#&#8203;27455](https://github.com/nrwl/nx/pull/27455))
-   **nx-dev:** add Monorepo World banner to hero ([#&#8203;27482](https://github.com/nrwl/nx/pull/27482))
-   **nx-dev:** honor prefers-reduced-motion ([#&#8203;27541](https://github.com/nrwl/nx/pull/27541))
-   **nx-dev:** add deepdive callout component ([daf5837a21](https://github.com/nrwl/nx/commit/daf5837a21))
-   **nx-dev:** add Mike Hartington in the team section ([#&#8203;27755](https://github.com/nrwl/nx/pull/27755))
-   **nx-dev:** make animations more performant ([#&#8203;27757](https://github.com/nrwl/nx/pull/27757))
-   **nx-dev:** add create-nx-workspace from nx-cloud on ci section ([#&#8203;27756](https://github.com/nrwl/nx/pull/27756))
-   **react:** add rspack module federation support ([#&#8203;27696](https://github.com/nrwl/nx/pull/27696))
-   **react:** add module federation static server ([#&#8203;27802](https://github.com/nrwl/nx/pull/27802))
-   **remix:** infer targets for remix vite in @&#8203;nx/remix/plugin ([#&#8203;27713](https://github.com/nrwl/nx/pull/27713))

##### 🩹 Fixes

-   missing export for setRemoteDefinition ([#&#8203;27491](https://github.com/nrwl/nx/pull/27491))
-   **angular:** generate [@&#8203;nx/angular](https://github.com/nx/angular) in devDependencies and move to dependencies when using runtime helpers ([#&#8203;27405](https://github.com/nrwl/nx/pull/27405))
-   **angular:** module-federation-ssr-dev-server should call correct builder ([#&#8203;27477](https://github.com/nrwl/nx/pull/27477))
-   **angular:** bump ngrx version to 18.0.2 ([#&#8203;27506](https://github.com/nrwl/nx/pull/27506))
-   **angular:** ensure target default for '[@&#8203;nx/angular](https://github.com/nx/angular):webpack-browser' is set [#&#8203;26483](https://github.com/nrwl/nx/issues/26483) ([#&#8203;27616](https://github.com/nrwl/nx/pull/27616), [#&#8203;26483](https://github.com/nrwl/nx/issues/26483))
-   **bundling:** update snapshots for copy assets plugin ([#&#8203;27610](https://github.com/nrwl/nx/pull/27610))
-   **core:** fix importing files with special characters ([#&#8203;27484](https://github.com/nrwl/nx/pull/27484))
-   **core:** use withVerbose util ([#&#8203;27553](https://github.com/nrwl/nx/pull/27553))
-   **core:** support import detection of packages installed from git remote URL ([#&#8203;27569](https://github.com/nrwl/nx/pull/27569))
-   **core:** fix compat for old remote caches ([#&#8203;27574](https://github.com/nrwl/nx/pull/27574))
-   **core:** enable using the daemon in docker if enabled explicitly ([#&#8203;27585](https://github.com/nrwl/nx/pull/27585))
-   **core:** ensure file watcher is looking for correct config on windows ([#&#8203;27594](https://github.com/nrwl/nx/pull/27594))
-   **core:** change order of CI providers to match their popularity ([#&#8203;27623](https://github.com/nrwl/nx/pull/27623))
-   **core:** not parse hex to number ([#&#8203;27515](https://github.com/nrwl/nx/pull/27515))
-   **core:** nx migrate should determine angular devkit migration from cli or schematics [#&#8203;20282](https://github.com/nrwl/nx/issues/20282) ([#&#8203;27634](https://github.com/nrwl/nx/pull/27634), [#&#8203;20282](https://github.com/nrwl/nx/issues/20282))
-   **core:** do not stream output when static output style is enabled ([#&#8203;27642](https://github.com/nrwl/nx/pull/27642))
-   **core:** fix --e2eTestRunner for create-nx-workspace with react native ([#&#8203;27543](https://github.com/nrwl/nx/pull/27543))
-   **core:** negative workspace-root filesets should override positive filesets ([#&#8203;27524](https://github.com/nrwl/nx/pull/27524))
-   **core:** make sure env vars specified in run-commands envFile option take priority over other loaded env files ([#&#8203;27583](https://github.com/nrwl/nx/pull/27583))
-   **core:** change remoteCache to getRemoteCache ([#&#8203;27673](https://github.com/nrwl/nx/pull/27673))
-   **core:** fixes an issue where using "node:test" results in infinite loop ([#&#8203;27685](https://github.com/nrwl/nx/pull/27685))
-   **core:** handle file change conflicts between sync generators ([#&#8203;27695](https://github.com/nrwl/nx/pull/27695))
-   **core:** filter branch in preparation for nx import ([#&#8203;27652](https://github.com/nrwl/nx/pull/27652))
-   **core:** add parallelism to target defaults schema ([#&#8203;27710](https://github.com/nrwl/nx/pull/27710))
-   **core:** bump plugin pool attempts to work with slow runtimes ([#&#8203;27726](https://github.com/nrwl/nx/pull/27726))
-   **core:** optimize daemon output glob matching ([#&#8203;27775](https://github.com/nrwl/nx/pull/27775))
-   **core:** fix wasm build ([#&#8203;27830](https://github.com/nrwl/nx/pull/27830))
-   **core:** move daemon server-process.json watching to outputs watcher ([#&#8203;27832](https://github.com/nrwl/nx/pull/27832))
-   **detox:** fix name with camel case ([#&#8203;27602](https://github.com/nrwl/nx/pull/27602))
-   **esbuild:** declaration:true should find the correct package root regardless of cwd [#&#8203;26261](https://github.com/nrwl/nx/issues/26261) ([#&#8203;27560](https://github.com/nrwl/nx/pull/27560), [#&#8203;26261](https://github.com/nrwl/nx/issues/26261))
-   **expo:** add expoLibraryGenerator to export ([#&#8203;27520](https://github.com/nrwl/nx/pull/27520))
-   **expo:** fix unable to build expo local for yarn 4 ([#&#8203;26992](https://github.com/nrwl/nx/pull/26992))
-   **expo:** add cacheVersion to metro.config ([#&#8203;27646](https://github.com/nrwl/nx/pull/27646))
-   **gradle:** track childProjects in properties report ([#&#8203;27488](https://github.com/nrwl/nx/pull/27488))
-   **gradle:** fix tasksFileLines might be undefined ([#&#8203;27548](https://github.com/nrwl/nx/pull/27548))
-   **gradle:** fix child project deps ([#&#8203;27643](https://github.com/nrwl/nx/pull/27643))
-   **gradle:** fix find root for projects ([#&#8203;27651](https://github.com/nrwl/nx/pull/27651))
-   **graph:** fix "args" help tooltip in pdv and only show "args" usage in fallback example ([#&#8203;27808](https://github.com/nrwl/nx/pull/27808))
-   **js:** handle arbitrary nested ts path mappings when re-mapping them to the outputs ([#&#8203;27429](https://github.com/nrwl/nx/pull/27429))
-   **js:** only sync references when composite is true, preserve comments in other parts of file ([#&#8203;27530](https://github.com/nrwl/nx/pull/27530))
-   **js:** ensure assets option in tsc executor defaults to empty array for programmatic usage ([#&#8203;27565](https://github.com/nrwl/nx/pull/27565))
-   **js:** fix verdaccio windows for registry ([#&#8203;27350](https://github.com/nrwl/nx/pull/27350))
-   **js:** respect "watch" option when "runBuildTargetDependencies" is true ([#&#8203;27677](https://github.com/nrwl/nx/pull/27677))
-   **linter:** update the [@&#8203;nx/dependency-checks](https://github.com/nx/dependency-checks) rule to read the package.json content from the rule context ([#&#8203;27476](https://github.com/nrwl/nx/pull/27476))
-   **linter:** fix plugin race condition ([#&#8203;27810](https://github.com/nrwl/nx/pull/27810))
-   **misc:** ensure custom reporters are usable with [@&#8203;nx/playwright](https://github.com/nx/playwright):playwright ([#&#8203;27443](https://github.com/nrwl/nx/pull/27443))
-   **misc:** fix the URL of the [@&#8203;naxodev/nx-cloudflare](https://github.com/naxodev/nx-cloudflare) plugin ([#&#8203;27723](https://github.com/nrwl/nx/pull/27723))
-   **module-federation:** ensure target defaults are set correctly [#&#8203;27448](https://github.com/nrwl/nx/issues/27448) ([#&#8203;27472](https://github.com/nrwl/nx/pull/27472), [#&#8203;27448](https://github.com/nrwl/nx/issues/27448))
-   **module-federation:** ensure shared packages can be shared from host [#&#8203;27162](https://github.com/nrwl/nx/issues/27162) ([#&#8203;27513](https://github.com/nrwl/nx/pull/27513), [#&#8203;27162](https://github.com/nrwl/nx/issues/27162))
-   **module-federation:** ssr uses async-node with runtime plugin ([#&#8203;27492](https://github.com/nrwl/nx/pull/27492))
-   **nextjs:** should not fail when running outside of nx cli ([#&#8203;27523](https://github.com/nrwl/nx/pull/27523))
-   **nextjs:** Should be able to run custom server targets with swc ([#&#8203;27526](https://github.com/nrwl/nx/pull/27526))
-   **nextjs:** schema type for unitTestRunner for library ([#&#8203;26824](https://github.com/nrwl/nx/pull/26824))
-   **node:** build-esbuild-options.ts browser user define envs by config ([#&#8203;27480](https://github.com/nrwl/nx/pull/27480))
-   **node:** generate webpack server apps with generatePackageJson:true by default ([#&#8203;27570](https://github.com/nrwl/nx/pull/27570))
-   **nx-dev:** Og image path generation ([#&#8203;27456](https://github.com/nrwl/nx/pull/27456))
-   **nx-dev:** bad link from home page ([#&#8203;27475](https://github.com/nrwl/nx/pull/27475))
-   **nx-dev:** fix use `key` instead of `env` to reference cache key in… ([#&#8203;26644](https://github.com/nrwl/nx/pull/26644))
-   **nx-dev:** modify prompt ([#&#8203;27536](https://github.com/nrwl/nx/pull/27536))
-   **nx-dev:** show first tab if none selected ([#&#8203;27701](https://github.com/nrwl/nx/pull/27701))
-   **nx-dev:** change connect to nx cloud link in home page ([f39b995b88](https://github.com/nrwl/nx/commit/f39b995b88))
-   **nx-dev:** make sure graph height works and render mode is nx-docs ([#&#8203;27776](https://github.com/nrwl/nx/pull/27776))
-   **nx-dev:** update Bill's website link ([#&#8203;27790](https://github.com/nrwl/nx/pull/27790))
-   **nx-plugin:** allow create-package without e2eProject ([#&#8203;27572](https://github.com/nrwl/nx/pull/27572))
-   **react:** ensure [@&#8203;vitejs/plugin-react](https://github.com/vitejs/plugin-react) is installed for storybook ([#&#8203;27463](https://github.com/nrwl/nx/pull/27463))
-   **react:** enable vitejs-plugin-react-swc for swc compiler ([#&#8203;27457](https://github.com/nrwl/nx/pull/27457))
-   **react:** handle more scenarios when collecting component props for generating stories ([#&#8203;27528](https://github.com/nrwl/nx/pull/27528))
-   **react:** tailwind with rspack should work on generation [#&#8203;27028](https://github.com/nrwl/nx/issues/27028) ([#&#8203;27619](https://github.com/nrwl/nx/pull/27619), [#&#8203;27028](https://github.com/nrwl/nx/issues/27028))
-   **react:** ensure interop between webpack and rspack module federation ([#&#8203;27824](https://github.com/nrwl/nx/pull/27824))
-   **react-native:** remove upgrade command in migration ([#&#8203;27467](https://github.com/nrwl/nx/pull/27467))
-   **react-native:** change hermesCommand to build android ([#&#8203;27641](https://github.com/nrwl/nx/pull/27641))
-   **release:** programmatic API types should not be any ([#&#8203;27647](https://github.com/nrwl/nx/pull/27647))
-   **release:** release plan command should take filters and touched projects into account ([#&#8203;27706](https://github.com/nrwl/nx/pull/27706))
-   **release:** version plan changelogs should contain authors and refs ([#&#8203;27737](https://github.com/nrwl/nx/pull/27737))
-   **release:** support forwarding the --access flag to npm publish ([#&#8203;27765](https://github.com/nrwl/nx/pull/27765))
-   **release:** show version plan deletion log in dry-run ([#&#8203;27744](https://github.com/nrwl/nx/pull/27744))
-   **repo:** add dependsOn to native build ([#&#8203;27446](https://github.com/nrwl/nx/pull/27446))
-   **storybook:** should generate correct config for nextjs apps [#&#8203;27233](https://github.com/nrwl/nx/issues/27233) ([#&#8203;27510](https://github.com/nrwl/nx/pull/27510), [#&#8203;27233](https://github.com/nrwl/nx/issues/27233))
-   **testing:** fix misc issues in migrations ([#&#8203;27471](https://github.com/nrwl/nx/pull/27471))
-   **testing:** fix issues in static server target migrations ([#&#8203;27547](https://github.com/nrwl/nx/pull/27547))
-   **testing:** application generators should accurately configure e2e projects ([#&#8203;27453](https://github.com/nrwl/nx/pull/27453))
-   **vite:** plugin should infer serve target if server config defined [#&#8203;27370](https://github.com/nrwl/nx/issues/27370) ([#&#8203;27507](https://github.com/nrwl/nx/pull/27507), [#&#8203;27370](https://github.com/nrwl/nx/issues/27370))
-   **vite:** load the correct config file from [@&#8203;nx/vite](https://github.com/nx/vite):test executor ([#&#8203;27514](https://github.com/nrwl/nx/pull/27514))
-   **vite:** add typecheck inferred target for vite plugin [#&#8203;27501](https://github.com/nrwl/nx/issues/27501) ([#&#8203;27531](https://github.com/nrwl/nx/pull/27531), [#&#8203;27501](https://github.com/nrwl/nx/issues/27501))
-   **vite:** plugin should infer ts project correctly for libs ([#&#8203;27649](https://github.com/nrwl/nx/pull/27649))
-   **vite:** tsconfig paths plugin should resolve file extensions ([#&#8203;27774](https://github.com/nrwl/nx/pull/27774))
-   **webpack:** add migration for proxy config ([#&#8203;27621](https://github.com/nrwl/nx/pull/27621))

##### ❤️  Thank You

-   [@&#8203;NgDaddy](https://github.com/NgDaddy) [@&#8203;NgDaddy](https://github.com/NgDaddy)
-   Austin Fahsl [@&#8203;fahslaj](https://github.com/fahslaj)
-   Benjamin Cabanes [@&#8203;bcabanes](https://github.com/bcabanes)
-   Chau Tran
-   Colum Ferry [@&#8203;Coly010](https://github.com/Coly010)
-   Craigory Coppola [@&#8203;AgentEnder](https://github.com/AgentEnder)
-   EGonz1PCTY
-   Emily Xiong [@&#8203;xiongemi](https://github.com/xiongemi)
-   Feliche-Demian Netliukh
-   Guilherme Prezzi [@&#8203;menosprezzi](https://github.com/menosprezzi)
-   Isaac Mann [@&#8203;isaacplmann](https://github.com/isaacplmann)
-   Jack Hsu [@&#8203;jaysoo](https://github.com/jaysoo)
-   James Henry [@&#8203;JamesHenry](https://github.com/JamesHenry)
-   Jason Jean [@&#8203;FrozenPandaz](https://github.com/FrozenPandaz)
-   Jonathan Cammisuli
-   Juri [@&#8203;juristr](https://github.com/juristr)
-   Juri Strumpflohner [@&#8203;juristr](https://github.com/juristr)
-   Kamenskih Dmitriy
-   Leosvel Pérez Espinosa [@&#8203;leosvelperez](https://github.com/leosvelperez)
-   Louie Weng [@&#8203;lourw](https://github.com/lourw)
-   MaxKless [@&#8203;MaxKless](https://github.com/MaxKless)
-   Miroslav Jonaš [@&#8203;meeroslav](https://github.com/meeroslav)
-   Nicholas Cunningham [@&#8203;ndcunningham](https://github.com/ndcunningham)
-   Nicolas Beaussart
-   Paweł Twardziak [@&#8203;paweltwardziak](https://github.com/paweltwardziak)
-   Tine Kondo [@&#8203;tinesoft](https://github.com/tinesoft)
-   Victor Berchet [@&#8203;vicb](https://github.com/vicb)
-   Wei Liang [@&#8203;weiliang79](https://github.com/weiliang79)

### [`v19.6.6`](https://github.com/nrwl/nx/releases/tag/19.6.6)

[Compare Source](https://github.com/nrwl/nx/compare/19.6.5...19.6.6)

#### 19.6.6 (2024-09-09)

##### 🚀 Features

-   **core:** allow skipping sync when running tasks ([#&#8203;27697](https://github.com/nrwl/nx/pull/27697))
-   **core:** add shutdown lifecycle hook to node executor" ([#&#8203;27794](https://github.com/nrwl/nx/pull/27794))
-   **core:** update PNPM GH action setup to use v4 and pnpm version 9 ([#&#8203;27664](https://github.com/nrwl/nx/pull/27664))
-   **linter:** add option to exclude projects from circular deps check ([#&#8203;27504](https://github.com/nrwl/nx/pull/27504))
-   **nx-dev:** add Mike Hartington in the team section ([#&#8203;27755](https://github.com/nrwl/nx/pull/27755))
-   **nx-dev:** make animations more performant ([#&#8203;27757](https://github.com/nrwl/nx/pull/27757))
-   **nx-dev:** add create-nx-workspace from nx-cloud on ci section ([#&#8203;27756](https://github.com/nrwl/nx/pull/27756))

##### 🩹 Fixes

-   **core:** optimize daemon output glob matching ([#&#8203;27775](https://github.com/nrwl/nx/pull/27775))
-   **core:** fix wasm build ([#&#8203;27830](https://github.com/nrwl/nx/pull/27830))
-   **graph:** fix "args" help tooltip in pdv and only show "args" usage in fallback example ([#&#8203;27808](https://github.com/nrwl/nx/pull/27808))
-   **linter:** fix plugin race condition ([#&#8203;27810](https://github.com/nrwl/nx/pull/27810))
-   **module-federation:** ssr uses async-node with runtime plugin ([#&#8203;27492](https://github.com/nrwl/nx/pull/27492))
-   **nx-dev:** change connect to nx cloud link in home page ([d93cd00123](https://github.com/nrwl/nx/commit/d93cd00123))
-   **nx-dev:** update Bill's website link ([#&#8203;27790](https://github.com/nrwl/nx/pull/27790))
-   **release:** show version plan deletion log in dry-run ([#&#8203;27744](https://github.com/nrwl/nx/pull/27744))
-   **vite:** tsconfig paths plugin should resolve file extensions ([#&#8203;27774](https://github.com/nrwl/nx/pull/27774))

##### ❤️  Thank You

-   Benjamin Cabanes [@&#8203;bcabanes](https://github.com/bcabanes)
-   Colum Ferry [@&#8203;Coly010](https://github.com/Coly010)
-   Craigory Coppola [@&#8203;AgentEnder](https://github.com/AgentEnder)
-   Jack Hsu [@&#8203;jaysoo](https://github.com/jaysoo)
-   James Henry [@&#8203;JamesHenry](https://github.com/JamesHenry)
-   Jason Jean [@&#8203;FrozenPandaz](https://github.com/FrozenPandaz)
-   Juri Strumpflohner [@&#8203;juristr](https://github.com/juristr)
-   Leosvel Pérez Espinosa [@&#8203;leosvelperez](https://github.com/leosvelperez)
-   Miroslav Jonaš [@&#8203;meeroslav](https://github.com/meeroslav)

</details>

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

### [`v1.47.0`](https://github.com/microsoft/playwright/compare/v1.46.1...d5943def35edadc6f9bd8daeed382559d2a55fbe)

[Compare Source](https://github.com/microsoft/playwright/compare/v1.46.1...v1.47.0)

</details>

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

### [`v1.7.26`](https://github.com/swc-project/swc/compare/v1.7.25...v1.7.26)

[Compare Source](https://github.com/swc-project/swc/compare/v1.7.25...v1.7.26)

### [`v1.7.25`](https://github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1725---2024-09-11)

[Compare Source](https://github.com/swc-project/swc/compare/v1.7.24...v1.7.25)

##### Bug Fixes

-   **(es/codegen)** Handle minify number ([#&#8203;9541](https://github.com/swc-project/swc/issues/9541)) ([8b1e442](https://github.com/swc-project/swc/commit/8b1e4428a3324dea76ba480a6d4cddf3865e41e8))

-   **(es/codegen)** Ensure decorators are emitted first in TS paramters ([#&#8203;9545](https://github.com/swc-project/swc/issues/9545)) ([47ef38d](https://github.com/swc-project/swc/commit/47ef38dc1d53918604481fd078c76554b012a82b))

##### Features

-   **(es/common)** Introduce pure `Span` and `BytePos` to handle `#__PURE__` ([#&#8203;9539](https://github.com/swc-project/swc/issues/9539)) ([f63a481](https://github.com/swc-project/swc/commit/f63a481833ebe9b5eae0708ee69b6a50b946ee28))

##### Miscellaneous Tasks

-   **(bindings/node)** Fix type definition ([64ec111](https://github.com/swc-project/swc/commit/64ec1117697029895284e248d79698f802cf1aa8))

</details>

<details>
<summary>shikijs/shiki (shiki)</summary>

### [`v1.17.0`](https://github.com/shikijs/shiki/releases/tag/v1.17.0)

[Compare Source](https://github.com/shikijs/shiki/compare/v1.16.3...v1.17.0)

*No significant changes*

#####     [View changes on GitHub](https://github.com/shikijs/shiki/compare/v1.16.3...v1.17.0)

</details>

<details>
<summary>typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)</summary>

### [`v4.2.7`](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#427-2024-09-05)

[Compare Source](https://github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.6...typedoc-plugin-markdown@4.2.7)

##### Patch Changes

-   Correctly handle top level custom groups in navigation ([#&#8203;685](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/685))
-   Fix missing index descriptions for some signatures ([#&#8203;670](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/670))
-   Add '?' for optional type declarations in tables

</details>

<details>
<summary>microsoft/TypeScript (typescript)</summary>

### [`v5.6.2`](https://github.com/microsoft/TypeScript/compare/v5.5.4...a7e3374f13327483fbe94e32806d65785b0b6cda)

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

</details>

<details>
<summary>vitejs/vite (vite)</summary>

### [`v5.4.4`](https://github.com/vitejs/vite/releases/tag/v5.4.4)

[Compare Source](https://github.com/vitejs/vite/compare/v5.4.3...v5.4.4)

Please refer to [CHANGELOG.md](https://github.com/vitejs/vite/blob/v5.4.4/packages/vite/CHANGELOG.md) for details.

</details>

<details>
<summary>vuejs/core (vue)</summary>

### [`v3.5.4`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#354-2024-09-10)

[Compare Source](https://github.com/vuejs/core/compare/v3.5.3...v3.5.4)

##### Bug Fixes

-   **compiler-sfc:** correct scoped injection for nesting selector ([#&#8203;11854](https://github.com/vuejs/core/issues/11854)) ([b1de75e](https://github.com/vuejs/core/commit/b1de75ed04626b6423085dfde91fb0cb481a25e8)), closes [#&#8203;10567](https://github.com/vuejs/core/issues/10567)
-   **reactivity:** fix markRaw error on already marked object ([#&#8203;11864](https://github.com/vuejs/core/issues/11864)) ([67d6596](https://github.com/vuejs/core/commit/67d6596d40b1807b9cd8eb0d9282932ea77be3c0)), closes [#&#8203;11862](https://github.com/vuejs/core/issues/11862)
-   Revert "fix: Revert "fix(reactivity): self-referencing computed should refresh"" ([e596378](https://github.com/vuejs/core/commit/e596378e0be728dad7d60938449f3fa557ca2ec9))
-   **runtime-core:** handle shallow reactive arrays in renderList correctly ([#&#8203;11870](https://github.com/vuejs/core/issues/11870)) ([ced59ab](https://github.com/vuejs/core/commit/ced59ab8f2f2e89c13119bab3a0c25a1a1f1c3d6)), closes [#&#8203;11869](https://github.com/vuejs/core/issues/11869)
-   **types:** correctly infer `TypeEmits` with both tuple and function syntax ([#&#8203;11840](https://github.com/vuejs/core/issues/11840)) ([dad6738](https://github.com/vuejs/core/commit/dad673809929c084dcb8e42640eb7daa675d4ea4)), closes [#&#8203;11836](https://github.com/vuejs/core/issues/11836)

##### Performance Improvements

-   **reactivity:** trigger deps directly instead of storing in an array first ([#&#8203;11695](https://github.com/vuejs/core/issues/11695)) ([f80d447](https://github.com/vuejs/core/commit/f80d447c17662556e9e3f99f6d199967f4c8cf3d))

</details>

<details>
<summary>yjs/yjs (yjs)</summary>

### [`v13.6.19`](https://github.com/yjs/yjs/compare/v13.6.18...9a993f81d43690a9e25e54735dff70769371ff2b)

[Compare Source](https://github.com/yjs/yjs/compare/v13.6.18...v13.6.19)

</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 is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/blocksuite).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Copy link
Contributor Author

renovate bot commented Sep 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant