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 #8424

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.10.0 -> 9.11.0 age adoption passing confidence
@nx/vite (source) 19.7.4 -> 19.8.0 age adoption passing confidence
@playwright/test (source) 1.47.1 -> 1.47.2 age adoption passing confidence
@shoelace-style/shoelace 2.16.0 -> 2.17.0 age adoption passing confidence
nx (source) 19.7.4 -> 19.8.0 age adoption passing confidence
rollup (source) 4.22.2 -> 4.22.4 age adoption passing confidence
vite (source) 5.4.6 -> 5.4.7 age adoption passing confidence
vue (source) 3.5.6 -> 3.5.7 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.11.0

Compare Source

nrwl/nx (@​nx/vite)

v19.8.0

Compare Source

19.8.0 (2024-09-20)

🚀 Features
  • angular: add plugin for inferring nodes from angular.json files (#​27804)
  • core: import warns when source and destination directories are different (#​27875)
  • core: use durations from task history to schedule tasks (#​27783)
  • core: add metagenerator for convert-to-inferred (#​27672)
  • core: able to import gradle project (#​27645)
  • core: split runCommand to return status per project (#​27705)
  • core: handle prettier not installed when running nx format (#​27970)
  • core: add integration with nx powerpack (#​27972)
  • graph: expose functions to render pdv & error page (#​27833)
  • graph: add sync generators to target details in project details view (#​27639)
  • linter: create new workspaces with ESLint v9 and typescript-eslint v8 (#​27404)
  • nx-dev: clean up enterprise section (#​27979)
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#​27787)
  • release: support groupPreVersionCommand for release groups (#​27474)
  • release: support github enterprise server (#​26482)
🩹 Fixes
  • angular: add serve static target more intentionally #​27854 (#​27924, #​27854)
  • angular: dynamic module federation should not reset remoteUrlDefinitions #​27793 (#​27927, #​27793)
  • angular: migrations should use correct namedInputs #​27899 (#​27929, #​27899)
  • angular: license-webpack-plugin should not scan root package.json #​27989 (#​27994, #​27989)
  • core: make sure sharedGlobals is referenced in default namedInputs (#​27813)
  • core: take nx-release-publish target defaults into account for implicit target (#​27764)
  • core: handle sync generator failures (#​27650)
  • core: handle --no-interative for create-nx-workspace (#​27702)
  • core: respect filenames of inputs when computing task hash (#​27873)
  • core: handleErrors should display error cause if it exists (#​27886)
  • core: add flag to disable the db and logs when there are errors … (#​27930)
  • core: import should be rebasable (#​27940)
  • core: import handles argument escaping correctly in Windows (#​27957)
  • core: fix env for running parallel tasks (#​27889)
  • core: nx import detects plugins synchronously (#​27958)
  • core: fix powerpack license report and add back remote cache (#​27983)
  • core: link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (#​28001)
  • core: fix powerpack fs cache package name (#​27997)
  • core: do not check cache validity when putting into the cache (#​28004)
  • gradle: fix gradle app deps (#​27865)
  • graph: typo (e9fd0a7e2b)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#​27636)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#​27862)
  • js: do not infer typecheck target for root tsconfig.json (#​27950)
  • misc: createNodesV2 plugins should show inference capabilities (#​27896)
  • module-federation: collect secondary entry points from exports #​26878 (#​27999, #​26878)
  • nx-cloud: include nxCloudId when generating connect urls (#​27882)
  • nx-dev: update contributors value (#​27944)
  • react: Add historyApiFallback to webpack config (#​27942)
  • react: normalizing project names for module federation correctly #​27901 (#​27990, #​27901)
  • release: respect updateDependents being explicitly disabled in conventional commits (#​27851)
  • release: ensure git commits containing pipe can be parsed reliably (#​27840)
  • release: ensure default release group has projects on windows (#​27933)
  • release: allow string array for commitArgs and tagArgs (#​27797)
  • remix: vite plugin should be less strict on inference #​27884 (#​27923, #​27884)
  • storybook: do not duplicate cacheable operations #​27866 (#​27951, #​27866)
  • vite: typecheck infer plugin should use correct inputs (#​27922)
  • vite: exit from test if no files found (#​27722)
  • webpack: handle relative paths for additionalEntryPath (#​27885)
❤️ Thank You
microsoft/playwright (@​playwright/test)

v1.47.2

Compare Source

Highlights

https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128
shoelace-style/shoelace (@​shoelace-style/shoelace)

v2.17.0

Compare Source

Features

Commits

rollup/rollup (rollup)

v4.22.4

Compare Source

2024-09-21

Bug Fixes
  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#​5671)
Pull Requests

v4.22.3

Compare Source

2024-09-21

Bug Fixes
  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#​5669)
Pull Requests
vitejs/vite (vite)

v5.4.7

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core (vue)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

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 21, 2024 10:44
Copy link

changeset-bot bot commented Sep 21, 2024

⚠️ No Changeset found

Latest commit: ee75b0c

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

vercel bot commented Sep 21, 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 21, 2024 1:09pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
blocksuite-docs ⬜️ Ignored (Inspect) Visit Preview Sep 21, 2024 1:09pm

Copy link

graphite-app bot commented Sep 21, 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 21, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit ee75b0c. 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 21, 2024

size-limit report 📦

Path Size
@blocksuite/affine 13 B (0%)
@blocksuite/affine/effects 2.03 MB (0%)
@blocksuite/affine/block-std 144.92 KB (0%)
@blocksuite/affine/block-std/gfx 75.93 KB (0%)
@blocksuite/affine/global 13 B (0%)
@blocksuite/affine/global/utils 13.82 KB (0%)
@blocksuite/affine/global/env 231 B (0%)
@blocksuite/affine/global/exceptions 552 B (0%)
@blocksuite/affine/global/di 1.65 KB (0%)
@blocksuite/affine/global/types 13 B (0%)
@blocksuite/affine/store 69.09 KB (0%)
@blocksuite/affine/inline 30.45 KB (0%)
@blocksuite/affine/inline/consts 51 B (0%)
@blocksuite/affine/inline/types 13 B (0%)
@blocksuite/affine/presets 1.83 MB (0%)
@blocksuite/affine/blocks 1.92 MB (0%)
@blocksuite/affine/blocks/schemas 85.48 KB (0%)

Copy link

graphite-app bot commented Sep 21, 2024

Merge activity

  • Sep 21, 9:06 AM EDT: The merge label 'merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Sep 21, 9:06 AM EDT: doodlewind added this pull request to the Graphite merge queue.
  • Sep 21, 9:12 AM EDT: doodlewind merged this pull request with the Graphite merge queue.

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.10.0` -> `9.11.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.10.0/9.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@eslint%2fjs/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@eslint%2fjs/9.10.0/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fjs/9.10.0/9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@nx/vite](https://nx.dev) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/vite)) | [`19.7.4` -> `19.8.0`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.7.4/19.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fvite/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fvite/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fvite/19.7.4/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fvite/19.7.4/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@playwright/test](https://playwright.dev) ([source](https://redirect.github.com/microsoft/playwright)) | [`1.47.1` -> `1.47.2`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.47.1/1.47.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.47.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.47.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.47.1/1.47.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.47.1/1.47.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@shoelace-style/shoelace](https://redirect.github.com/shoelace-style/shoelace) | [`2.16.0` -> `2.17.0`](https://renovatebot.com/diffs/npm/@shoelace-style%2fshoelace/2.16.0/2.17.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@shoelace-style%2fshoelace/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@shoelace-style%2fshoelace/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@shoelace-style%2fshoelace/2.16.0/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@shoelace-style%2fshoelace/2.16.0/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [nx](https://nx.dev) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx)) | [`19.7.4` -> `19.8.0`](https://renovatebot.com/diffs/npm/nx/19.7.4/19.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nx/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nx/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nx/19.7.4/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nx/19.7.4/19.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.22.2` -> `4.22.4`](https://renovatebot.com/diffs/npm/rollup/4.22.2/4.22.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.22.2/4.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.22.2/4.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [vite](https://vitejs.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.4.6` -> `5.4.7`](https://renovatebot.com/diffs/npm/vite/5.4.6/5.4.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.4.6/5.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.4.6/5.4.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.6` -> `3.5.7`](https://renovatebot.com/diffs/npm/vue/3.5.6/3.5.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.5.6/3.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.6/3.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>eslint/eslint (@&#8203;eslint/js)</summary>

### [`v9.11.0`](https://redirect.github.com/eslint/eslint/compare/v9.10.0...a10f90af35aea9ac555b1f33106fbba1027d774e)

[Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.10.0...v9.11.0)

</details>

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

### [`v19.8.0`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.0)

[Compare Source](https://redirect.github.com/nrwl/nx/compare/19.7.4...19.8.0)

#### 19.8.0 (2024-09-20)

##### 🚀 Features

-   **angular:** add plugin for inferring nodes from angular.json files ([#&#8203;27804](https://redirect.github.com/nrwl/nx/pull/27804))
-   **core:** import warns when source and destination directories are different ([#&#8203;27875](https://redirect.github.com/nrwl/nx/pull/27875))
-   **core:** use durations from task history to schedule tasks ([#&#8203;27783](https://redirect.github.com/nrwl/nx/pull/27783))
-   **core:** add metagenerator for convert-to-inferred ([#&#8203;27672](https://redirect.github.com/nrwl/nx/pull/27672))
-   **core:** able to import gradle project ([#&#8203;27645](https://redirect.github.com/nrwl/nx/pull/27645))
-   **core:** split runCommand to return status per project ([#&#8203;27705](https://redirect.github.com/nrwl/nx/pull/27705))
-   **core:** handle prettier not installed when running nx format ([#&#8203;27970](https://redirect.github.com/nrwl/nx/pull/27970))
-   **core:** add integration with nx powerpack ([#&#8203;27972](https://redirect.github.com/nrwl/nx/pull/27972))
-   **graph:** expose functions to render pdv & error page ([#&#8203;27833](https://redirect.github.com/nrwl/nx/pull/27833))
-   **graph:** add sync generators to target details in project details view ([#&#8203;27639](https://redirect.github.com/nrwl/nx/pull/27639))
-   **linter:** create new workspaces with ESLint v9 and typescript-eslint v8 ([#&#8203;27404](https://redirect.github.com/nrwl/nx/pull/27404))
-   **nx-dev:** clean up enterprise section ([#&#8203;27979](https://redirect.github.com/nrwl/nx/pull/27979))
-   **release:** allow local dependency version protocols to be preserved, pnpm publish support ([#&#8203;27787](https://redirect.github.com/nrwl/nx/pull/27787))
-   **release:** support groupPreVersionCommand for release groups ([#&#8203;27474](https://redirect.github.com/nrwl/nx/pull/27474))
-   **release:** support github enterprise server ([#&#8203;26482](https://redirect.github.com/nrwl/nx/pull/26482))

##### 🩹 Fixes

-   **angular:** add serve static target more intentionally [#&#8203;27854](https://redirect.github.com/nrwl/nx/issues/27854) ([#&#8203;27924](https://redirect.github.com/nrwl/nx/pull/27924), [#&#8203;27854](https://redirect.github.com/nrwl/nx/issues/27854))
-   **angular:** dynamic module federation should not reset remoteUrlDefinitions [#&#8203;27793](https://redirect.github.com/nrwl/nx/issues/27793) ([#&#8203;27927](https://redirect.github.com/nrwl/nx/pull/27927), [#&#8203;27793](https://redirect.github.com/nrwl/nx/issues/27793))
-   **angular:** migrations should use correct namedInputs [#&#8203;27899](https://redirect.github.com/nrwl/nx/issues/27899) ([#&#8203;27929](https://redirect.github.com/nrwl/nx/pull/27929), [#&#8203;27899](https://redirect.github.com/nrwl/nx/issues/27899))
-   **angular:** license-webpack-plugin should not scan root package.json [#&#8203;27989](https://redirect.github.com/nrwl/nx/issues/27989) ([#&#8203;27994](https://redirect.github.com/nrwl/nx/pull/27994), [#&#8203;27989](https://redirect.github.com/nrwl/nx/issues/27989))
-   **core:** make sure sharedGlobals is referenced in default namedInputs ([#&#8203;27813](https://redirect.github.com/nrwl/nx/pull/27813))
-   **core:** take nx-release-publish target defaults into account for implicit target ([#&#8203;27764](https://redirect.github.com/nrwl/nx/pull/27764))
-   **core:** handle sync generator failures ([#&#8203;27650](https://redirect.github.com/nrwl/nx/pull/27650))
-   **core:** handle --no-interative for create-nx-workspace ([#&#8203;27702](https://redirect.github.com/nrwl/nx/pull/27702))
-   **core:** respect filenames of inputs when computing task hash ([#&#8203;27873](https://redirect.github.com/nrwl/nx/pull/27873))
-   **core:** handleErrors should display error cause if it exists ([#&#8203;27886](https://redirect.github.com/nrwl/nx/pull/27886))
-   **core:** add flag to disable the db and logs when there are errors … ([#&#8203;27930](https://redirect.github.com/nrwl/nx/pull/27930))
-   **core:** import should be rebasable ([#&#8203;27940](https://redirect.github.com/nrwl/nx/pull/27940))
-   **core:** import handles argument escaping correctly in Windows ([#&#8203;27957](https://redirect.github.com/nrwl/nx/pull/27957))
-   **core:** fix env for running parallel tasks ([#&#8203;27889](https://redirect.github.com/nrwl/nx/pull/27889))
-   **core:** nx import detects plugins synchronously ([#&#8203;27958](https://redirect.github.com/nrwl/nx/pull/27958))
-   **core:** fix powerpack license report and add back remote cache ([#&#8203;27983](https://redirect.github.com/nrwl/nx/pull/27983))
-   **core:** link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges ([#&#8203;28001](https://redirect.github.com/nrwl/nx/pull/28001))
-   **core:** fix powerpack fs cache package name ([#&#8203;27997](https://redirect.github.com/nrwl/nx/pull/27997))
-   **core:** do not check cache validity when putting into the cache ([#&#8203;28004](https://redirect.github.com/nrwl/nx/pull/28004))
-   **gradle:** fix gradle app deps ([#&#8203;27865](https://redirect.github.com/nrwl/nx/pull/27865))
-   **graph:** typo ([e9fd0a7e2b](https://redirect.github.com/nrwl/nx/commit/e9fd0a7e2b))
-   **js:** keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator ([#&#8203;27636](https://redirect.github.com/nrwl/nx/pull/27636))
-   **js:** set compilerOptions correctly when loading .ts that targets ESM ([#&#8203;27862](https://redirect.github.com/nrwl/nx/pull/27862))
-   **js:** do not infer typecheck target for root tsconfig.json ([#&#8203;27950](https://redirect.github.com/nrwl/nx/pull/27950))
-   **misc:** createNodesV2 plugins should show inference capabilities ([#&#8203;27896](https://redirect.github.com/nrwl/nx/pull/27896))
-   **module-federation:** collect secondary entry points from exports [#&#8203;26878](https://redirect.github.com/nrwl/nx/issues/26878) ([#&#8203;27999](https://redirect.github.com/nrwl/nx/pull/27999), [#&#8203;26878](https://redirect.github.com/nrwl/nx/issues/26878))
-   **nx-cloud:** include nxCloudId when generating connect urls ([#&#8203;27882](https://redirect.github.com/nrwl/nx/pull/27882))
-   **nx-dev:** update contributors value ([#&#8203;27944](https://redirect.github.com/nrwl/nx/pull/27944))
-   **react:** Add historyApiFallback to webpack config ([#&#8203;27942](https://redirect.github.com/nrwl/nx/pull/27942))
-   **react:** normalizing project names for module federation correctly [#&#8203;27901](https://redirect.github.com/nrwl/nx/issues/27901) ([#&#8203;27990](https://redirect.github.com/nrwl/nx/pull/27990), [#&#8203;27901](https://redirect.github.com/nrwl/nx/issues/27901))
-   **release:** respect updateDependents being explicitly disabled in conventional commits ([#&#8203;27851](https://redirect.github.com/nrwl/nx/pull/27851))
-   **release:** ensure git commits containing pipe can be parsed reliably ([#&#8203;27840](https://redirect.github.com/nrwl/nx/pull/27840))
-   **release:** ensure default release group has projects on windows ([#&#8203;27933](https://redirect.github.com/nrwl/nx/pull/27933))
-   **release:** allow string array for commitArgs and tagArgs ([#&#8203;27797](https://redirect.github.com/nrwl/nx/pull/27797))
-   **remix:** vite plugin should be less strict on inference [#&#8203;27884](https://redirect.github.com/nrwl/nx/issues/27884) ([#&#8203;27923](https://redirect.github.com/nrwl/nx/pull/27923), [#&#8203;27884](https://redirect.github.com/nrwl/nx/issues/27884))
-   **storybook:** do not duplicate cacheable operations [#&#8203;27866](https://redirect.github.com/nrwl/nx/issues/27866) ([#&#8203;27951](https://redirect.github.com/nrwl/nx/pull/27951), [#&#8203;27866](https://redirect.github.com/nrwl/nx/issues/27866))
-   **vite:** typecheck infer plugin should use correct inputs ([#&#8203;27922](https://redirect.github.com/nrwl/nx/pull/27922))
-   **vite:** exit from test if no files found ([#&#8203;27722](https://redirect.github.com/nrwl/nx/pull/27722))
-   **webpack:** handle relative paths for additionalEntryPath ([#&#8203;27885](https://redirect.github.com/nrwl/nx/pull/27885))

##### ❤️  Thank You

-   Ali Yusuf [@&#8203;AliYusuf95](https://redirect.github.com/AliYusuf95)
-   Austin Fahsl [@&#8203;fahslaj](https://redirect.github.com/fahslaj)
-   Benjamin Cabanes [@&#8203;bcabanes](https://redirect.github.com/bcabanes)
-   Colum Ferry [@&#8203;Coly010](https://redirect.github.com/Coly010)
-   Craigory Coppola [@&#8203;AgentEnder](https://redirect.github.com/AgentEnder)
-   Emily Xiong [@&#8203;xiongemi](https://redirect.github.com/xiongemi)
-   Jack Hsu [@&#8203;jaysoo](https://redirect.github.com/jaysoo)
-   James Henry [@&#8203;JamesHenry](https://redirect.github.com/JamesHenry)
-   Jason Jean [@&#8203;FrozenPandaz](https://redirect.github.com/FrozenPandaz)
-   Jonathan Gelin [@&#8203;jogelin](https://redirect.github.com/jogelin)
-   Juri [@&#8203;juristr](https://redirect.github.com/juristr)
-   Juri Strumpflohner [@&#8203;juristr](https://redirect.github.com/juristr)
-   Leosvel Pérez Espinosa [@&#8203;leosvelperez](https://redirect.github.com/leosvelperez)
-   Louie Weng [@&#8203;lourw](https://redirect.github.com/lourw)
-   MaxKless [@&#8203;MaxKless](https://redirect.github.com/MaxKless)
-   Nate Jacobs [@&#8203;iAmNathanJ](https://redirect.github.com/iAmNathanJ)
-   Nicholas Cunningham [@&#8203;ndcunningham](https://redirect.github.com/ndcunningham)

</details>

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

### [`v1.47.2`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.47.2)

[Compare Source](https://redirect.github.com/microsoft/playwright/compare/v1.47.1...v1.47.2)

##### Highlights

[microsoft/playwright#32699 \[REGRESSION]: fix(codegen): use content_frame property in python/.NET[microsoft/playwright#32706 \[REGRESSION]: page.pause() does not pause test timeout after 1.4[microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions

#### Browser Versions

-   Chromium 129.0.6668.29
-   Mozilla Firefox 130.0
-   WebKit 18.0

This version was also tested against the following stable channels:

-   Google Chrome 128
-   Microsoft Edge 128

</details>

<details>
<summary>shoelace-style/shoelace (@&#8203;shoelace-style/shoelace)</summary>

### [`v2.17.0`](https://redirect.github.com/shoelace-style/shoelace/releases/tag/v2.17.0)

[Compare Source](https://redirect.github.com/shoelace-style/shoelace/compare/v2.16.0...v2.17.0)

#### Features

-   add a countdown on sl-alert ([#&#8203;1899](https://redirect.github.com/shoelace-style/shoelace/issues/1899)) [#&#8203;1899](https://redirect.github.com/shoelace-style/shoelace/pull/1899) ([RoCat](https://redirect.github.com/shoelace-style/shoelace/commit/6bac3faab0835e22c9d175a32cf9a57269f3f769))

#### Commits

-   [`ad608d6`](https://redirect.github.com/shoelace-style/shoelace/commit/ad608d6): update version in changelog (Cory LaViska)
-   [`d0441f5`](https://redirect.github.com/shoelace-style/shoelace/commit/d0441f5): update sl-select suffix example (lindsaym-fa)
-   [`bc6d25a`](https://redirect.github.com/shoelace-style/shoelace/commit/bc6d25a): optional chain disconnects; fixes [#&#8203;2127](https://redirect.github.com/shoelace-style/shoelace/issues/2127) ([#&#8203;2129](https://redirect.github.com/shoelace-style/shoelace/issues/2129)) (Cory LaViska) [#&#8203;2129](https://redirect.github.com/shoelace-style/shoelace/pull/2129)
-   [`2704f72`](https://redirect.github.com/shoelace-style/shoelace/commit/2704f72): Add support for sl-dropdown in the default slot of sl-breadcrumb-item ([#&#8203;2015](https://redirect.github.com/shoelace-style/shoelace/issues/2015)) (Christian Schilling) [#&#8203;2015](https://redirect.github.com/shoelace-style/shoelace/pull/2015)
-   [`c2e0544`](https://redirect.github.com/shoelace-style/shoelace/commit/c2e0544): update changelog (Cory LaViska)
-   [`5760017`](https://redirect.github.com/shoelace-style/shoelace/commit/5760017): update docs (Cory LaViska)
-   [`d956fcf`](https://redirect.github.com/shoelace-style/shoelace/commit/d956fcf): Fix wrong name of css property of alert component in docs ([#&#8203;2132](https://redirect.github.com/shoelace-style/shoelace/issues/2132)) (Claudio Marangon) [#&#8203;2132](https://redirect.github.com/shoelace-style/shoelace/pull/2132)
-   [`77d7ce5`](https://redirect.github.com/shoelace-style/shoelace/commit/77d7ce5): prettier (Cory LaViska)
-   [`72130fa`](https://redirect.github.com/shoelace-style/shoelace/commit/72130fa): Fixed link in docs to .md file on GitHub ([#&#8203;2154](https://redirect.github.com/shoelace-style/shoelace/issues/2154)) (Rohan) [#&#8203;2154](https://redirect.github.com/shoelace-style/shoelace/pull/2154)
-   [`ab3a66e`](https://redirect.github.com/shoelace-style/shoelace/commit/ab3a66e): Fix carousel newActiveSlide calculation to account for slidesPerPage ([#&#8203;2155](https://redirect.github.com/shoelace-style/shoelace/issues/2155)) (Leander Gilles) [#&#8203;2155](https://redirect.github.com/shoelace-style/shoelace/pull/2155)
-   [`70e0cd6`](https://redirect.github.com/shoelace-style/shoelace/commit/70e0cd6): update changelog (Cory LaViska)
-   [`3e77359`](https://redirect.github.com/shoelace-style/shoelace/commit/3e77359): Merge branch 'next' of https://github.com/shoelace-style/shoelace into next (Cory LaViska)
-   [`906e7ba`](https://redirect.github.com/shoelace-style/shoelace/commit/906e7ba): \[fix]\[CVE-2024-27307] update jsonata dependency ([#&#8203;2159](https://redirect.github.com/shoelace-style/shoelace/issues/2159)) (Piotr Błażejewicz (Peter Blazejewicz)) [#&#8203;2159](https://redirect.github.com/shoelace-style/shoelace/pull/2159)
-   [`57bafa4`](https://redirect.github.com/shoelace-style/shoelace/commit/57bafa4): update changelog (Cory LaViska)
-   [`9480921`](https://redirect.github.com/shoelace-style/shoelace/commit/9480921): Fix tab-group active indicator when tabs size change ([#&#8203;2164](https://redirect.github.com/shoelace-style/shoelace/issues/2164)) (Andrey Lushnikov) [#&#8203;2164](https://redirect.github.com/shoelace-style/shoelace/pull/2164)
-   [`82618d7`](https://redirect.github.com/shoelace-style/shoelace/commit/82618d7): update changelog (Cory LaViska)
-   [`e74b0f2`](https://redirect.github.com/shoelace-style/shoelace/commit/e74b0f2): Merge branch 'next' of https://github.com/shoelace-style/shoelace into next (Cory LaViska)
-   [`6ce6e22`](https://redirect.github.com/shoelace-style/shoelace/commit/6ce6e22): fix select prefix spacing; closes [#&#8203;2167](https://redirect.github.com/shoelace-style/shoelace/issues/2167) ([#&#8203;2174](https://redirect.github.com/shoelace-style/shoelace/issues/2174)) (Cory LaViska) [#&#8203;2174](https://redirect.github.com/shoelace-style/shoelace/pull/2174)
-   [`65126e8`](https://redirect.github.com/shoelace-style/shoelace/commit/65126e8): Add ability to automatically hide tab-group scroll control ([#&#8203;2128](https://redirect.github.com/shoelace-style/shoelace/issues/2128)) (Shmuel Leider) [#&#8203;2128](https://redirect.github.com/shoelace-style/shoelace/pull/2128)
-   [`41ba672`](https://redirect.github.com/shoelace-style/shoelace/commit/41ba672): fix attributes and properties turning to null from 'morphing' ([#&#8203;2177](https://redirect.github.com/shoelace-style/shoelace/issues/2177)) (Konnor Rogers) [#&#8203;2177](https://redirect.github.com/shoelace-style/shoelace/pull/2177)
-   [`e064d2b`](https://redirect.github.com/shoelace-style/shoelace/commit/e064d2b): fixes [#&#8203;2151](https://redirect.github.com/shoelace-style/shoelace/issues/2151) (Cory LaViska)
-   [`edd30a9`](https://redirect.github.com/shoelace-style/shoelace/commit/edd30a9): update changelog (Cory LaViska)
-   [`6864148`](https://redirect.github.com/shoelace-style/shoelace/commit/6864148): 2.17.0 (Cory LaViska)

</details>

<details>
<summary>rollup/rollup (rollup)</summary>

### [`v4.22.4`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4224)

[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.3...v4.22.4)

*2024-09-21*

##### Bug Fixes

-   Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context ([#&#8203;5671](https://redirect.github.com/rollup/rollup/issues/5671))

##### Pull Requests

-   [#&#8203;5670](https://redirect.github.com/rollup/rollup/pull/5670): refactor: Use object.prototype to check for reserved properties ([@&#8203;YuHyeonWook](https://redirect.github.com/YuHyeonWook))
-   [#&#8203;5671](https://redirect.github.com/rollup/rollup/pull/5671): Fix DOM Clobbering CVE ([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))

### [`v4.22.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4223)

[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.2...v4.22.3)

*2024-09-21*

##### Bug Fixes

-   Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies ([#&#8203;5669](https://redirect.github.com/rollup/rollup/issues/5669))

##### Pull Requests

-   [#&#8203;5669](https://redirect.github.com/rollup/rollup/pull/5669): Ensure impure dependencies of pure modules are added ([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))

</details>

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

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

[Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.6...v5.4.7)

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

</details>

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

### [`v3.5.7`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#357-2024-09-20)

[Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.6...v3.5.7)

##### Bug Fixes

-   **compile-core:** fix v-model with newlines edge case ([#&#8203;11960](https://redirect.github.com/vuejs/core/issues/11960)) ([6224288](https://redirect.github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca)), closes [#&#8203;8306](https://redirect.github.com/vuejs/core/issues/8306)
-   **compiler-sfc:** initialize scope with null prototype object ([#&#8203;11963](https://redirect.github.com/vuejs/core/issues/11963)) ([215e154](https://redirect.github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5))
-   **hydration:** avoid observing non-Element node ([#&#8203;11954](https://redirect.github.com/vuejs/core/issues/11954)) ([7257e6a](https://redirect.github.com/vuejs/core/commit/7257e6a34200409b3fc347d3bb807e11e2785974)), closes [#&#8203;11952](https://redirect.github.com/vuejs/core/issues/11952)
-   **reactivity:** do not remove dep from depsMap when unsubbed by computed ([960706e](https://redirect.github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153))
-   **reactivity:** fix dev-only memory leak by updating dep.subsHead on sub removal ([5c8b76e](https://redirect.github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f)), closes [#&#8203;11956](https://redirect.github.com/vuejs/core/issues/11956)
-   **reactivity:** fix memory leak from dep instances of garbage collected objects ([235ea47](https://redirect.github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585)), closes [#&#8203;11979](https://redirect.github.com/vuejs/core/issues/11979) [#&#8203;11971](https://redirect.github.com/vuejs/core/issues/11971)
-   **reactivity:** fix triggerRef call on ObjectRefImpl returned by toRef ([#&#8203;11986](https://redirect.github.com/vuejs/core/issues/11986)) ([b030c8b](https://redirect.github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a)), closes [#&#8203;11982](https://redirect.github.com/vuejs/core/issues/11982)
-   **scheduler:** ensure recursive jobs can't be queued twice ([#&#8203;11955](https://redirect.github.com/vuejs/core/issues/11955)) ([d18d6aa](https://redirect.github.com/vuejs/core/commit/d18d6aa1b20dc57a8103c51ec4d61e8e53ed936d))
-   **ssr:** don't render comments in TransitionGroup ([#&#8203;11961](https://redirect.github.com/vuejs/core/issues/11961)) ([a2f6ede](https://redirect.github.com/vuejs/core/commit/a2f6edeb02faedbb673c4bc5c6a59d9a79a37d07)), closes [#&#8203;11958](https://redirect.github.com/vuejs/core/issues/11958)
-   **transition:** respect `duration` setting even when it is `0` ([#&#8203;11967](https://redirect.github.com/vuejs/core/issues/11967)) ([f927a4a](https://redirect.github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd))
-   **types:** correct type inference of all-optional props ([#&#8203;11644](https://redirect.github.com/vuejs/core/issues/11644)) ([9eca65e](https://redirect.github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350)), closes [#&#8203;11733](https://redirect.github.com/vuejs/core/issues/11733) [vuejs/language-tools#4704](https://redirect.github.com/vuejs/language-tools/issues/4704)

##### Performance Improvements

-   **hydration:** avoid observer if element is in viewport ([#&#8203;11639](https://redirect.github.com/vuejs/core/issues/11639)) ([e075dfa](https://redirect.github.com/vuejs/core/commit/e075dfad5c7649c6045e3711687ec888e7aa1a39))

</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://redirect.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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Copy link
Contributor Author

renovate bot commented Sep 21, 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
Development

Successfully merging this pull request may close these issues.

1 participant