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

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 19.4.0 -> 19.4.1 age adoption passing confidence devDependencies patch
@commitlint/config-conventional (source) 19.2.2 -> 19.4.1 age adoption passing confidence devDependencies minor
@lottiefiles/dotlottie-wc (source) 0.2.16 -> 0.2.19 age adoption passing confidence dependencies patch
@nx/eslint (source) 19.6.2 -> 19.6.4 age adoption passing confidence devDependencies patch
@nx/playwright (source) 19.6.2 -> 19.6.4 age adoption passing confidence devDependencies patch
@nx/vite (source) 19.6.2 -> 19.6.4 age adoption passing confidence devDependencies patch
@nx/web (source) 19.6.2 -> 19.6.4 age adoption passing confidence devDependencies patch
@stylistic/eslint-plugin-ts (source) 2.6.4 -> 2.7.2 age adoption passing confidence devDependencies minor
@swc/core (source) 1.7.14 -> 1.7.23 age adoption passing confidence devDependencies patch
@types/node (source) 22.5.0 -> 22.5.2 age adoption passing confidence devDependencies patch
happy-dom 15.0.0 -> 15.7.3 age adoption passing confidence devDependencies minor
inquirer (source) 10.1.8 -> 10.2.0 age adoption passing confidence devDependencies minor
kentaro-m/auto-assign-action v1.2.4 -> v1.2.6 age adoption passing confidence action patch
lint-staged 15.2.9 -> 15.2.10 age adoption passing confidence devDependencies patch
micromatch 4.0.7 -> 4.0.8 age adoption passing confidence devDependencies patch
nx (source) 19.6.2 -> 19.6.4 age adoption passing confidence devDependencies patch
pnpm (source) 9.8.0 -> 9.9.0 age adoption passing confidence packageManager minor
rollup (source) 4.21.0 -> 4.21.2 age adoption passing confidence devDependencies patch
shiki (source) 1.14.1 -> 1.16.1 age adoption passing confidence dependencies minor
simple-git (source) 3.25.0 -> 3.26.0 age adoption passing confidence devDependencies minor
sortablejs 1.15.2 -> 1.15.3 age adoption passing confidence dependencies patch
typedoc-plugin-markdown (source) 4.2.5 -> 4.2.6 age adoption passing confidence devDependencies patch
vitepress (source) 1.3.3 -> 1.3.4 age adoption passing confidence devDependencies patch

Release Notes

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

v19.4.1

Compare Source

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

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

v19.4.1

Compare Source

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

LottieFiles/dotlottie-web (@​lottiefiles/dotlottie-wc)

v0.2.19

Compare Source

Patch Changes

v0.2.18

Compare Source

Patch Changes

v0.2.17

Compare Source

Patch Changes
nrwl/nx (@​nx/eslint)

v19.6.4

Compare Source

19.6.4 (2024-08-28)
🚀 Features
  • core: return task results from imperative task runner (#​27640)
  • nx-dev: add deepdive callout component (2e38860db2)
🩹 Fixes
  • 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: fixes an issue where using "node:test" results in infinite loop (#​27685)
  • gradle: fix child project deps (#​27643)
  • gradle: fix find root for projects (#​27651)
  • js: respect "watch" option when "runBuildTargetDependencies" is true (#​27677)
  • release: programmatic API types should not be any (#​27647)
  • testing: application generators should accurately configure e2e projects (#​27453)
  • vite: plugin should infer ts project correctly for libs (#​27649)
❤️ Thank You

v19.6.3

Compare Source

19.6.3 (2024-08-26)
🚀 Features
🩹 Fixes
❤️ Thank You
eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin-ts)

v2.7.2

Compare Source

Bug Fixes

v2.7.1

Compare Source

Chores

v2.6.5

Compare Source

Bug Fixes
  • type-annotation-spacing: consider spacing around as and satisfies operator (#​517) (cf254a9)
Documentation
swc-project/swc (@​swc/core)

v1.7.23

Compare Source

Bug Fixes
Performance

v1.7.22

Compare Source

Bug Fixes
  • (es/minifier) Iterate object properties in reverse direction while inlining property access (#​9507) (f584ef7)

v1.7.21

Compare Source

Bug Fixes

v1.7.19

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (es/codegen) Bump minimum required swc_allocator version to 0.1.8 (#​9492) (5258763)
Refactor

v1.7.18

Compare Source

capricorn86/happy-dom (happy-dom)

v15.7.3

Compare Source

v15.7.2

Compare Source

v15.7.1

Compare Source

v15.7.0

Compare Source

v15.6.1

Compare Source

v15.6.0

Compare Source

v15.5.0

Compare Source

v15.4.3

Compare Source

👷‍♂️ Patch fixes
  • Adds support for supporting new lines and tabs as white-space character in CSS selectors - By @​syi0808 in task #​1414

v15.4.2

Compare Source

👷‍♂️ Patch fixes

v15.4.1

Compare Source

👷‍♂️ Patch fixes
  • Throw error in FormData.append() when value parameter type is incorrect - By @​btea in task #​1484

v15.4.0

Compare Source

v15.3.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes the HTMLInputElement.indeterminate, so that it behaves correctly - By @​malko in task #​1439

v15.3.1

Compare Source

v15.3.0

Compare Source

v15.2.0

Compare Source

🎨 Features

v15.1.0

Compare Source

🎨 Features
  • Refactor internal logic related to injecting the Window context for classes that can be constructed using the "new" operator - By @​capricorn86 in task #​1332
  • Improves the way classes can access the Browser context internally - By @​capricorn86 in task #​1332
  • Refactor of the logic for EventTarget.dispatchEvent() to better handle the event phases "none", "capture", "atTarget" and "bubbling" - By @​capricorn86 in task #​1332
  • Adds support for HTMLInputElement.popoverTargetElement, HTMLInputElement.popoverTargetAction, HTMLButtonElement.popoverTargetElement and HTMLButtonElement.popoverTargetAction - By @​capricorn86 in task #​1332
  • Adds support for HTMLElement.popover - By @​capricorn86 in task #​1332
  • Adds support for PerformanceObserver, PerformanceEntry and PerformanceObserverEntryList - By @​capricorn86 in task #​1332
👷‍♂️ Patch fixes
  • Makes it possible for a polyfill to replace NodeList[Symbol.iterator]() with Array.prototype.values() - By @​capricorn86 in task #​1332
  • Adds logic for canceling any request to start new async tasks while the Window is closing (e.g. using setTimeout() or fetch()) - By @​capricorn86 in task #​1332
  • Fixes issues with errors exiting the browser when using the setting "errorCapture" set to "processLevel" - By @​capricorn86 in task #​1332
    • Refactor internal logic, so that thrown errors are instances of unique error classes assigned to the Window, which makes it possible for BrowserExceptionObserver to know which Window the error originated from
  • Changes Event.composedPath() to not return the Window object if the event type is "load", which is the same behaviour as the browser - By @​capricorn86 in task #​1332
    • This means that "load" events will not bubble up to the Window object
SBoudrias/Inquirer.js (inquirer)

v10.2.0

Compare Source

kentaro-m/auto-assign-action (kentaro-m/auto-assign-action)

v1.2.6

Compare Source

Changes

v1.2.5

Compare Source

What's Changed

Full Changelog: kentaro-m/auto-assign-action@v1.2.4...v1.2.5

lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes
micromatch/micromatch (micromatch)

v4.0.8

Compare Source

pnpm/pnpm (pnpm)

v9.9.0

Compare Source

rollup/rollup (rollup)

v4.21.2

Compare Source

2024-08-30

Bug Fixes
  • Handle IIFE/UMD namespace definitions conflicting with a builtin property (#​5605)
Pull Requests

v4.21.1

Compare Source

2024-08-26

Bug Fixes
  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#​5618)
  • Do not produce invalid code for import.meta.url in compact mode (#​5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#​5625)
Pull Requests
shikijs/shiki (shiki)

v1.16.1

Compare Source

   🏎 Performance

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Sep 3, 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 3, 2024 11:14am
blocksuite-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 11:14am

Copy link

changeset-bot bot commented Sep 3, 2024

⚠️ No Changeset found

Latest commit: 3ef91d3

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 3, 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 3, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 3ef91d3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 3 targets

Sent with 💌 from NxCloud.

Copy link

graphite-app bot commented Sep 3, 2024

Merge activity

  • Sep 3, 7:04 AM EDT: The merge label 'merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Sep 3, 7:04 AM EDT: Saul-Mirone added this pull request to the Graphite merge queue.
  • Sep 3, 7:10 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 | Type | Update |
|---|---|---|---|---|---|---|---|
| [@commitlint/cli](https://commitlint.js.org/) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`19.4.0` -> `19.4.1`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.4.0/19.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fcli/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fcli/19.4.0/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/19.4.0/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)) | [`19.2.2` -> `19.4.1`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/19.2.2/19.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fconfig-conventional/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fconfig-conventional/19.2.2/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/19.2.2/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@lottiefiles/dotlottie-wc](https://redirect.github.com/LottieFiles/dotlottie-web) ([source](https://redirect.github.com/LottieFiles/dotlottie-web/tree/HEAD/packages/wc)) | [`0.2.16` -> `0.2.19`](https://renovatebot.com/diffs/npm/@lottiefiles%2fdotlottie-wc/0.2.16/0.2.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@lottiefiles%2fdotlottie-wc/0.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@lottiefiles%2fdotlottie-wc/0.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@lottiefiles%2fdotlottie-wc/0.2.16/0.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@lottiefiles%2fdotlottie-wc/0.2.16/0.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@nx/eslint](https://nx.dev) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/eslint)) | [`19.6.2` -> `19.6.4`](https://renovatebot.com/diffs/npm/@nx%2feslint/19.6.2/19.6.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2feslint/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2feslint/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2feslint/19.6.2/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2feslint/19.6.2/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@nx/playwright](https://nx.dev) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/playwright)) | [`19.6.2` -> `19.6.4`](https://renovatebot.com/diffs/npm/@nx%2fplaywright/19.6.2/19.6.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fplaywright/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fplaywright/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fplaywright/19.6.2/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fplaywright/19.6.2/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@nx/vite](https://nx.dev) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/vite)) | [`19.6.2` -> `19.6.4`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.6.2/19.6.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fvite/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fvite/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fvite/19.6.2/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fvite/19.6.2/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@nx/web](https://nx.dev) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/web)) | [`19.6.2` -> `19.6.4`](https://renovatebot.com/diffs/npm/@nx%2fweb/19.6.2/19.6.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fweb/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fweb/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fweb/19.6.2/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fweb/19.6.2/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@stylistic/eslint-plugin-ts](https://redirect.github.com/eslint-stylistic/eslint-stylistic) ([source](https://redirect.github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts)) | [`2.6.4` -> `2.7.2`](https://renovatebot.com/diffs/npm/@stylistic%2feslint-plugin-ts/2.6.4/2.7.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@stylistic%2feslint-plugin-ts/2.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stylistic%2feslint-plugin-ts/2.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stylistic%2feslint-plugin-ts/2.6.4/2.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stylistic%2feslint-plugin-ts/2.6.4/2.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc)) | [`1.7.14` -> `1.7.23`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.14/1.7.23) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.7.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.7.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.7.14/1.7.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.7.14/1.7.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.5.0` -> `22.5.2`](https://renovatebot.com/diffs/npm/@types%2fnode/22.5.0/22.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.5.0/22.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.5.0/22.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [happy-dom](https://redirect.github.com/capricorn86/happy-dom) | [`15.0.0` -> `15.7.3`](https://renovatebot.com/diffs/npm/happy-dom/15.0.0/15.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/15.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/15.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/15.0.0/15.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/15.0.0/15.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [inquirer](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/inquirer/README.md) ([source](https://redirect.github.com/SBoudrias/Inquirer.js)) | [`10.1.8` -> `10.2.0`](https://renovatebot.com/diffs/npm/inquirer/10.1.8/10.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/inquirer/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/inquirer/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/inquirer/10.1.8/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/inquirer/10.1.8/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [kentaro-m/auto-assign-action](https://redirect.github.com/kentaro-m/auto-assign-action) | `v1.2.4` -> `v1.2.6` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/kentaro-m%2fauto-assign-action/v1.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/kentaro-m%2fauto-assign-action/v1.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/kentaro-m%2fauto-assign-action/v1.2.4/v1.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/kentaro-m%2fauto-assign-action/v1.2.4/v1.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | action | patch |
| [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`15.2.9` -> `15.2.10`](https://renovatebot.com/diffs/npm/lint-staged/15.2.9/15.2.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.9/15.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.9/15.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [micromatch](https://redirect.github.com/micromatch/micromatch) | [`4.0.7` -> `4.0.8`](https://renovatebot.com/diffs/npm/micromatch/4.0.7/4.0.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/micromatch/4.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/micromatch/4.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/micromatch/4.0.7/4.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/micromatch/4.0.7/4.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [nx](https://nx.dev) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx)) | [`19.6.2` -> `19.6.4`](https://renovatebot.com/diffs/npm/nx/19.6.2/19.6.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nx/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nx/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nx/19.6.2/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nx/19.6.2/19.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.8.0` -> `9.9.0`](https://renovatebot.com/diffs/npm/pnpm/9.8.0/9.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.8.0/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.8.0/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | packageManager | minor |
| [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.21.0` -> `4.21.2`](https://renovatebot.com/diffs/npm/rollup/4.21.0/4.21.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.21.0/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.21.0/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [shiki](https://redirect.github.com/shikijs/shiki) ([source](https://redirect.github.com/shikijs/shiki/tree/HEAD/packages/shiki)) | [`1.14.1` -> `1.16.1`](https://renovatebot.com/diffs/npm/shiki/1.14.1/1.16.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/shiki/1.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/shiki/1.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/shiki/1.14.1/1.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/shiki/1.14.1/1.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [simple-git](https://redirect.github.com/steveukx/git-js) ([source](https://redirect.github.com/steveukx/git-js/tree/HEAD/simple-git)) | [`3.25.0` -> `3.26.0`](https://renovatebot.com/diffs/npm/simple-git/3.25.0/3.26.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/simple-git/3.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/simple-git/3.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/simple-git/3.25.0/3.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/simple-git/3.25.0/3.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [sortablejs](https://redirect.github.com/SortableJS/Sortable) | [`1.15.2` -> `1.15.3`](https://renovatebot.com/diffs/npm/sortablejs/1.15.2/1.15.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sortablejs/1.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sortablejs/1.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sortablejs/1.15.2/1.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sortablejs/1.15.2/1.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [typedoc-plugin-markdown](https://typedoc-plugin-markdown.org) ([source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown)) | [`4.2.5` -> `4.2.6`](https://renovatebot.com/diffs/npm/typedoc-plugin-markdown/4.2.5/4.2.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc-plugin-markdown/4.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typedoc-plugin-markdown/4.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typedoc-plugin-markdown/4.2.5/4.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typedoc-plugin-markdown/4.2.5/4.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [vitepress](https://vitepress.dev/) ([source](https://redirect.github.com/vuejs/vitepress)) | [`1.3.3` -> `1.3.4`](https://renovatebot.com/diffs/npm/vitepress/1.3.3/1.3.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitepress/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitepress/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitepress/1.3.3/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitepress/1.3.3/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |

---

### Release Notes

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

### [`v19.4.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#1941-2024-08-28)

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

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

</details>

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

### [`v19.4.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#1941-2024-08-28)

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

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

</details>

<details>
<summary>LottieFiles/dotlottie-web (@&#8203;lottiefiles/dotlottie-wc)</summary>

### [`v0.2.19`](https://redirect.github.com/LottieFiles/dotlottie-web/blob/HEAD/packages/wc/CHANGELOG.md#0219)

[Compare Source](https://redirect.github.com/LottieFiles/dotlottie-web/compare/@lottiefiles/dotlottie-wc@0.2.18...@lottiefiles/dotlottie-wc@0.2.19)

##### Patch Changes

-   Updated dependencies \[[`1900885`](https://redirect.github.com/LottieFiles/dotlottie-web/commit/1900885)]
-   Updated dependencies \[[`b7148b9`](https://redirect.github.com/LottieFiles/dotlottie-web/commit/b7148b9)]
    -   [@&#8203;lottiefiles/dotlottie-web](https://redirect.github.com/lottiefiles/dotlottie-web)[@&#8203;0](https://redirect.github.com/0).32.0

### [`v0.2.18`](https://redirect.github.com/LottieFiles/dotlottie-web/blob/HEAD/packages/wc/CHANGELOG.md#0218)

[Compare Source](https://redirect.github.com/LottieFiles/dotlottie-web/compare/@lottiefiles/dotlottie-wc@0.2.17...@lottiefiles/dotlottie-wc@0.2.18)

##### Patch Changes

-   Updated dependencies \[[`dd70edf`](https://redirect.github.com/LottieFiles/dotlottie-web/commit/dd70edf)]
    -   [@&#8203;lottiefiles/dotlottie-web](https://redirect.github.com/lottiefiles/dotlottie-web)[@&#8203;0](https://redirect.github.com/0).31.1

### [`v0.2.17`](https://redirect.github.com/LottieFiles/dotlottie-web/blob/HEAD/packages/wc/CHANGELOG.md#0217)

[Compare Source](https://redirect.github.com/LottieFiles/dotlottie-web/compare/@lottiefiles/dotlottie-wc@0.2.16...@lottiefiles/dotlottie-wc@0.2.17)

##### Patch Changes

-   Updated dependencies \[[`03311db`](https://redirect.github.com/LottieFiles/dotlottie-web/commit/03311db)]
-   Updated dependencies \[[`e34ac54`](https://redirect.github.com/LottieFiles/dotlottie-web/commit/e34ac54)]
-   Updated dependencies \[[`8e6f572`](https://redirect.github.com/LottieFiles/dotlottie-web/commit/8e6f572)]
    -   [@&#8203;lottiefiles/dotlottie-web](https://redirect.github.com/lottiefiles/dotlottie-web)[@&#8203;0](https://redirect.github.com/0).31.0

</details>

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

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

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

##### 19.6.4 (2024-08-28)

##### 🚀 Features

-   **core:** return task results from imperative task runner ([#&#8203;27640](https://redirect.github.com/nrwl/nx/pull/27640))
-   **nx-dev:** add deepdive callout component ([2e38860db2](https://redirect.github.com/nrwl/nx/commit/2e38860db2))

##### 🩹 Fixes

-   **core:** do not stream output when static output style is enabled ([#&#8203;27642](https://redirect.github.com/nrwl/nx/pull/27642))
-   **core:** fix --e2eTestRunner for create-nx-workspace with react native ([#&#8203;27543](https://redirect.github.com/nrwl/nx/pull/27543))
-   **core:** negative workspace-root filesets should override positive filesets ([#&#8203;27524](https://redirect.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://redirect.github.com/nrwl/nx/pull/27583))
-   **core:** fixes an issue where using "node:test" results in infinite loop ([#&#8203;27685](https://redirect.github.com/nrwl/nx/pull/27685))
-   **gradle:** fix child project deps ([#&#8203;27643](https://redirect.github.com/nrwl/nx/pull/27643))
-   **gradle:** fix find root for projects ([#&#8203;27651](https://redirect.github.com/nrwl/nx/pull/27651))
-   **js:** respect "watch" option when "runBuildTargetDependencies" is true ([#&#8203;27677](https://redirect.github.com/nrwl/nx/pull/27677))
-   **release:** programmatic API types should not be any ([#&#8203;27647](https://redirect.github.com/nrwl/nx/pull/27647))
-   **testing:** application generators should accurately configure e2e projects ([#&#8203;27453](https://redirect.github.com/nrwl/nx/pull/27453))
-   **vite:** plugin should infer ts project correctly for libs ([#&#8203;27649](https://redirect.github.com/nrwl/nx/pull/27649))

##### ❤️  Thank You

-   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)
-   Juri [@&#8203;juristr](https://redirect.github.com/juristr)
-   MaxKless [@&#8203;MaxKless](https://redirect.github.com/MaxKless)

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

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

##### 19.6.3 (2024-08-26)

##### 🚀 Features

-   **core:** expose graph json type ([#&#8203;27496](https://redirect.github.com/nrwl/nx/pull/27496))

##### 🩹 Fixes

-   **angular:** ensure target default for '[@&#8203;nx/angular](https://redirect.github.com/nx/angular):webpack-browser' is set [#&#8203;26483](https://redirect.github.com/nrwl/nx/issues/26483) ([#&#8203;27616](https://redirect.github.com/nrwl/nx/pull/27616), [#&#8203;26483](https://redirect.github.com/nrwl/nx/issues/26483))
-   **bundling:** update snapshots for copy assets plugin ([#&#8203;27610](https://redirect.github.com/nrwl/nx/pull/27610))
-   **core:** enable using the daemon in docker if enabled explicitly ([#&#8203;27585](https://redirect.github.com/nrwl/nx/pull/27585))
-   **core:** ensure file watcher is looking for correct config on windows ([#&#8203;27594](https://redirect.github.com/nrwl/nx/pull/27594))
-   **core:** change order of CI providers to match their popularity ([#&#8203;27623](https://redirect.github.com/nrwl/nx/pull/27623))
-   **core:** not parse hex to number ([#&#8203;27515](https://redirect.github.com/nrwl/nx/pull/27515))
-   **core:** nx migrate should determine angular devkit migration from cli or schematics [#&#8203;20282](https://redirect.github.com/nrwl/nx/issues/20282) ([#&#8203;27634](https://redirect.github.com/nrwl/nx/pull/27634), [#&#8203;20282](https://redirect.github.com/nrwl/nx/issues/20282))
-   **expo:** add expoLibraryGenerator to export ([#&#8203;27520](https://redirect.github.com/nrwl/nx/pull/27520))
-   **js:** fix verdaccio windows for registry ([#&#8203;27350](https://redirect.github.com/nrwl/nx/pull/27350))
-   **react:** tailwind with rspack should work on generation [#&#8203;27028](https://redirect.github.com/nrwl/nx/issues/27028) ([#&#8203;27619](https://redirect.github.com/nrwl/nx/pull/27619), [#&#8203;27028](https://redirect.github.com/nrwl/nx/issues/27028))
-   **react-native:** remove upgrade command in migration ([#&#8203;27467](https://redirect.github.com/nrwl/nx/pull/27467))
-   **webpack:** add migration for proxy config ([#&#8203;27621](https://redirect.github.com/nrwl/nx/pull/27621))

##### ❤️  Thank You

-   Colum Ferry [@&#8203;Coly010](https://redirect.github.com/Coly010)
-   Emily Xiong [@&#8203;xiongemi](https://redirect.github.com/xiongemi)
-   Jack Hsu [@&#8203;jaysoo](https://redirect.github.com/jaysoo)
-   Jason Jean [@&#8203;FrozenPandaz](https://redirect.github.com/FrozenPandaz)
-   MaxKless [@&#8203;MaxKless](https://redirect.github.com/MaxKless)
-   Paweł Twardziak [@&#8203;paweltwardziak](https://redirect.github.com/paweltwardziak)

</details>

<details>
<summary>eslint-stylistic/eslint-stylistic (@&#8203;stylistic/eslint-plugin-ts)</summary>

### [`v2.7.2`](https://redirect.github.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#272-2024-08-30)

[Compare Source](https://redirect.github.com/eslint-stylistic/eslint-stylistic/compare/v2.7.1...v2.7.2)

##### Bug Fixes

-   **types:** add missing type reference, close [#&#8203;526](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/526) ([47fddb0](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/47fddb0f6ac7f6e45188eff4f28755885e317249))

### [`v2.7.1`](https://redirect.github.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#271-2024-08-29)

[Compare Source](https://redirect.github.com/eslint-stylistic/eslint-stylistic/compare/v2.6.5...v2.7.1)

##### Chores

-   release-please-mark ([34148f4](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/34148f41089bcdf9621a02bd62b28b3db94f56ac))
-   release-please-mark ([4b2d7ba](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/4b2d7baa01258ef4ec0d92267950ec9a2ceee62e))

### [`v2.6.5`](https://redirect.github.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#265-2024-08-28)

[Compare Source](https://redirect.github.com/eslint-stylistic/eslint-stylistic/compare/v2.6.4...v2.6.5)

##### Bug Fixes

-   **type-annotation-spacing:** consider spacing around `as` and `satisfies` operator ([#&#8203;517](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/517)) ([cf254a9](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/cf254a9f00d504d2f433a937cfb25003083e2552))

##### Documentation

-   use new vscode codeActionsOnSave syntax ([#&#8203;511](https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/511)) ([086b7f3](https://redirect.github.com/eslint-stylistic/eslint-stylistic/commit/086b7f342a5cdbd289e2327ddfc3bb71cb51ba62))

</details>

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

### [`v1.7.23`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1723---2024-09-02)

[Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.22...v1.7.23)

##### Bug Fixes

-   **(es/minifier)** Fix name mangler ([#&#8203;9524](https://redirect.github.com/swc-project/swc/issues/9524)) ([5fd68f9](https://redirect.github.com/swc-project/swc/commit/5fd68f9a3a9eeef0e61627a821c52ace69a89696))

##### Performance

-   **(es/compat)** Reimplement constructor transform ([#&#8203;9519](https://redirect.github.com/swc-project/swc/issues/9519)) ([4b85a92](https://redirect.github.com/swc-project/swc/commit/4b85a92170576f194c2b1ad3b3ec624c4839e215))

-   **(es/utils)** Rewrite inject_after_super ([#&#8203;9496](https://redirect.github.com/swc-project/swc/issues/9496)) ([c562cfa](https://redirect.github.com/swc-project/swc/commit/c562cfa8af1163a4946ef79cb025d461c7e2e5e0))

### [`v1.7.22`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1722---2024-08-30)

[Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.21...v1.7.22)

##### Bug Fixes

-   **(es/minifier)** Iterate object properties in reverse direction while inlining property access ([#&#8203;9507](https://redirect.github.com/swc-project/swc/issues/9507)) ([f584ef7](https://redirect.github.com/swc-project/swc/commit/f584ef76d75e86da15d0725ac94be35a88a1c946))

### [`v1.7.21`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1721---2024-08-28)

[Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.19...v1.7.21)

##### Bug Fixes

-   **(es/typescript)** Preserve more comments ([#&#8203;9509](https://redirect.github.com/swc-project/swc/issues/9509)) ([3e253ec](https://redirect.github.com/swc-project/swc/commit/3e253ecc21f2028437572093b42df97ef5fe505e))

### [`v1.7.19`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1719---2024-08-28)

[Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.18...v1.7.19)

##### Bug Fixes

-   **(es/minifier)** Track if a var is used with `in` ([#&#8203;9508](https://redirect.github.com/swc-project/swc/issues/9508)) ([7d6269e](https://redirect.github.com/swc-project/swc/commit/7d6269e3b826524e340edf274a5e42b2a0ea058a))

##### Features

-   **(es/minifier)** Support mangle cache ([#&#8203;9489](https://redirect.github.com/swc-project/swc/issues/9489)) ([af922d8](https://redirect.github.com/swc-project/swc/commit/af922d83e58596021476006564edb6270069d437))

-   **(plugin/runner)** Improve error message ([#&#8203;9502](https://redirect.github.com/swc-project/swc/issues/9502)) ([da52930](https://redirect.github.com/swc-project/swc/commit/da529304fe23bcb1a15c25811f928ebf91207ef0))

##### Miscellaneous Tasks

-   **(es/codegen)** Bump minimum required swc_allocator version to 0.1.8 ([#&#8203;9492](https://redirect.github.com/swc-project/swc/issues/9492)) ([5258763](https://redirect.github.com/swc-project/swc/commit/5258763cf673e1684808bc2766ba6ee9c84642f1))

##### Refactor

-   **(es/utils)** Unify `prepend_stmts` ([#&#8203;9493](https://redirect.github.com/swc-project/swc/issues/9493)) ([faec8c1](https://redirect.github.com/swc-project/swc/commit/faec8c134d950d10a9f2dce0e5680d9230f87ceb))

### [`v1.7.18`](https://redirect.github.com/swc-project/swc/compare/v1.7.14...v1.7.18)

[Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.7.14...v1.7.18)

</details>

<details>
<summary>capricorn86/happy-dom (happy-dom)</summary>

### [`v15.7.3`](https://redirect.github.com/capricorn86/happy-dom/compare/v15.7.2...afc3692e8dde4d3769706fb36f7818b6d41197bc)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.7.2...v15.7.3)

### [`v15.7.2`](https://redirect.github.com/capricorn86/happy-dom/compare/v15.7.1...v15.7.2)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.7.1...v15.7.2)

### [`v15.7.1`](https://redirect.github.com/capricorn86/happy-dom/compare/v15.7.0...d0c8ab5b5919d0e4f6c46e8b5b4fd9d81966c842)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.7.0...v15.7.1)

### [`v15.7.0`](https://redirect.github.com/capricorn86/happy-dom/compare/v15.6.1...9bde659a1f05519c3986ec1a0bba9d12526525f7)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.6.1...v15.7.0)

### [`v15.6.1`](https://redirect.github.com/capricorn86/happy-dom/compare/v15.6.0...86748dba632a1716247785851c0009d2256f23ef)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.6.0...v15.6.1)

### [`v15.6.0`](https://redirect.github.com/capricorn86/happy-dom/compare/v15.5.0...71d243a6a3583cbc376dc90513d5739e96064691)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.5.0...v15.6.0)

### [`v15.5.0`](https://redirect.github.com/capricorn86/happy-dom/compare/v15.4.3...fec1c0165753112715e1295cc57bb0c16b679b39)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.4.3...v15.5.0)

### [`v15.4.3`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.4.3)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.4.2...v15.4.3)

##### :construction_worker_man: Patch fixes

-   Adds support for supporting new lines and tabs as white-space character in CSS selectors - By **[@&#8203;syi0808](https://redirect.github.com/syi0808)** in task [#&#8203;1414](https://redirect.github.com/capricorn86/happy-dom/issues/1414)

### [`v15.4.2`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.4.2)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.4.1...v15.4.2)

##### :construction_worker_man: Patch fixes

-   Typo in CORS rejection error message - By **[@&#8203;rexxars](https://redirect.github.com/rexxars)** in task [#&#8203;1485](https://redirect.github.com/capricorn86/happy-dom/issues/1485)

### [`v15.4.1`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.4.1)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.4.0...v15.4.1)

##### :construction_worker_man: Patch fixes

-   Throw error in `FormData.append()` when value parameter type is incorrect - By **[@&#8203;btea](https://redirect.github.com/btea)** in task [#&#8203;1484](https://redirect.github.com/capricorn86/happy-dom/issues/1484)

### [`v15.4.0`](https://redirect.github.com/capricorn86/happy-dom/compare/v15.3.2...5b23cc1cf711b8b3c0132d5f3241de6425bc2dc2)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.3.2...v15.4.0)

### [`v15.3.2`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.3.2)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.3.1...v15.3.2)

##### :construction_worker_man: Patch fixes

-   Fixes the `HTMLInputElement.indeterminate`, so that it behaves correctly - By **[@&#8203;malko](https://redirect.github.com/malko)** in task [#&#8203;1439](https://redirect.github.com/capricorn86/happy-dom/issues/1439)

### [`v15.3.1`](https://redirect.github.com/capricorn86/happy-dom/compare/v15.3.0...530f535c01f72de9190d9e67d0c3540d3c44a5fa)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.3.0...v15.3.1)

### [`v15.3.0`](https://redirect.github.com/capricorn86/happy-dom/compare/v15.2.0...a99364fa80f968da81dbb6ceb899ae15a8e5b902)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.2.0...v15.3.0)

### [`v15.2.0`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.2.0)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.1.0...v15.2.0)

##### :art: Features

-   Adds support for the static method `AbortSignal.any()` - By **[@&#8203;ezzatron](https://redirect.github.com/ezzatron)** in task [#&#8203;1468](https://redirect.github.com/capricorn86/happy-dom/issues/1468)

### [`v15.1.0`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v15.1.0)

[Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.0.0...v15.1.0)

##### :art: Features

-   Refactor internal logic related to injecting the Window context for classes that can be constructed using the "new" operator - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in task [#&#8203;1332](https://redirect.github.com/capricorn86/happy-dom/issues/1332)
-   Improves the way classes can access the Browser context internally - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in task [#&#8203;1332](https://redirect.github.com/capricorn86/happy-dom/issues/1332)
-   Refactor of the logic for `EventTarget.dispatchEvent()` to better handle the event phases "none", "capture", "atTarget" and "bubbling" - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in task [#&#8203;1332](https://redirect.github.com/capricorn86/happy-dom/issues/1332)
-   Adds support for `HTMLInputElement.popoverTargetElement`, `HTMLInputElement.popoverTargetAction`, `HTMLButtonElement.popoverTargetElement` and `HTMLButtonElement.popoverTargetAction` - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in task [#&#8203;1332](https://redirect.github.com/capricorn86/happy-dom/issues/1332)
-   Adds support for `HTMLElement.popover` - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in task [#&#8203;1332](https://redirect.github.com/capricorn86/happy-dom/issues/1332)
-   Adds support for `PerformanceObserver`, `PerformanceEntry` and `PerformanceObserverEntryList` - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in task [#&#8203;1332](https://redirect.github.com/capricorn86/happy-dom/issues/1332)

##### :construction_worker_man: Patch fixes

-   Makes it possible for a polyfill to replace `NodeList[Symbol.iterator]()` with `Array.prototype.values()` - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in task [#&#8203;1332](https://redirect.github.com/capricorn86/happy-dom/issues/1332)
-   Adds logic for canceling any request to start new async tasks while the `Window` is closing (e.g. using `setTimeout()` or `fetch()`) - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in task [#&#8203;1332](https://redirect.github.com/capricorn86/happy-dom/issues/1332)
-   Fixes issues with errors exiting the browser when using the setting "errorCapture" set to "processLevel" - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in task [#&#8203;1332](https://redirect.github.com/capricorn86/happy-dom/issues/1332)
    -   Refactor internal logic, so that thrown errors are instances of unique error classes assigned to the `Window`, which makes it possible for `BrowserExceptionObserver` to know which `Window` the error originated from
-   Changes `Event.composedPath()` to not return the `Window` object if the event type is "load", which is the same behaviour as the browser - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in task [#&#8203;1332](https://redirect.github.com/capricorn86/happy-dom/issues/1332)
    -   This means that "load" events will not bubble up to the `Window` object

</details>

<details>
<summary>SBoudrias/Inquirer.js (inquirer)</summary>

### [`v10.2.0`](https://redirect.github.com/SBoudrias/Inquirer.js/compare/inquirer@10.1.8...0c039599ef88fe9eb804fe083ee386ec906a856f)

[Compare Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/inquirer@10.1.8...inquirer@10.2.0)

</details>

<details>
<summary>kentaro-m/auto-assign-action (kentaro-m/auto-assign-action)</summary>

### [`v1.2.6`](https://redirect.github.com/kentaro-m/auto-assign-action/releases/tag/v1.2.6)

[Compare Source](https://redirect.github.com/kentaro-m/auto-assign-action/compare/v1.2.5...v1.2.6)

#### Changes

-   fix: fix security issue ([#&#8203;165](https://redirect.github.com/kentaro-m/auto-assign-action/issues/165)) [@&#8203;kentaro-m](https://redirect.github.com/kentaro-m)
-   chore(deps): update dependency prettier to v3.1.1 ([#&#8203;163](https://redirect.github.com/kentaro-m/auto-assign-action/issues/163)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update actions/setup-node action to v4 ([#&#8203;158](https://redirect.github.com/kentaro-m/auto-assign-action/issues/158)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update actions/checkout action to v4 ([#&#8203;152](https://redirect.github.com/kentaro-m/auto-assign-action/issues/152)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency typescript to v5.3.3 ([#&#8203;162](https://redirect.github.com/kentaro-m/auto-assign-action/issues/162)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency typescript to v5.3.2 ([#&#8203;161](https://redirect.github.com/kentaro-m/auto-assign-action/issues/161)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency prettier to v3.1.0 ([#&#8203;160](https://redirect.github.com/kentaro-m/auto-assign-action/issues/160)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update unit test packages ([#&#8203;138](https://redirect.github.com/kentaro-m/auto-assign-action/issues/138)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency typescript to v5.2.2 ([#&#8203;151](https://redirect.github.com/kentaro-m/auto-assign-action/issues/151)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency [@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) to v0.38.1 ([#&#8203;156](https://redirect.github.com/kentaro-m/auto-assign-action/issues/156)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency lint-staged to v13.3.0 ([#&#8203;150](https://redirect.github.com/kentaro-m/auto-assign-action/issues/150)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency [@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) to v0.38.0 ([#&#8203;149](https://redirect.github.com/kentaro-m/auto-assign-action/issues/149)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency [@&#8203;octokit/webhooks-types](https://redirect.github.com/octokit/webhooks-types) to v7.3.1 ([#&#8203;143](https://redirect.github.com/kentaro-m/auto-assign-action/issues/143)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   fix(deps): update dependency [@&#8203;actions/core](https://redirect.github.com/actions/core) to v1.10.1 ([#&#8203;148](https://redirect.github.com/kentaro-m/auto-assign-action/issues/148)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency prettier to v3.0.3 ([#&#8203;147](https://redirect.github.com/kentaro-m/auto-assign-action/issues/147)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency node to v16.20.2 ([#&#8203;142](https://redirect.github.com/kentaro-m/auto-assign-action/issues/142)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency [@&#8203;octokit/webhooks-types](https://redirect.github.com/octokit/webhooks-types) to v7 ([#&#8203;135](https://redirect.github.com/kentaro-m/auto-assign-action/issues/135)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency prettier to v3.0.1 ([#&#8203;141](https://redirect.github.com/kentaro-m/auto-assign-action/issues/141)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency prettier to v3 ([#&#8203;140](https://redirect.github.com/kentaro-m/auto-assign-action/issues/140)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency typescript to v5.1.6 ([#&#8203;139](https://redirect.github.com/kentaro-m/auto-assign-action/issues/139)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency lint-staged to v13.2.3 ([#&#8203;137](https://redirect.github.com/kentaro-m/auto-assign-action/issues/137)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update node.js to v16.20.1 ([#&#8203;134](https://redirect.github.com/kentaro-m/auto-assign-action/issues/134)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency typescript to v5.1.3 ([#&#8203;132](https://redirect.github.com/kentaro-m/auto-assign-action/issues/132)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update node.js to v16.20.0 ([#&#8203;126](https://redirect.github.com/kentaro-m/auto-assign-action/issues/126)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency ts-jest to v29.1.0 ([#&#8203;130](https://redirect.github.com/kentaro-m/auto-assign-action/issues/130)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency [@&#8203;octokit/webhooks-types](https://redirect.github.com/octokit/webhooks-types) to v6.11.0 ([#&#8203;129](https://redirect.github.com/kentaro-m/auto-assign-action/issues/129)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency prettier to v2.8.8 ([#&#8203;131](https://redirect.github.com/kentaro-m/auto-assign-action/issues/131)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency lint-staged to v13.2.2 ([#&#8203;127](https://redirect.github.com/kentaro-m/auto-assign-action/issues/127)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency typescript to v5.0.4 ([#&#8203;128](https://redirect.github.com/kentaro-m/auto-assign-action/issues/128)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency typescript to v5.0.3 ([#&#8203;125](https://redirect.github.com/kentaro-m/auto-assign-action/issues/125)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency prettier to v2.8.7 ([#&#8203;123](https://redirect.github.com/kentaro-m/auto-assign-action/issues/123)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency typescript to v5 ([#&#8203;122](https://redirect.github.com/kentaro-m/auto-assign-action/issues/122)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   fix(deps): update dependency js-yaml to v3.14.1 ([#&#8203;121](https://redirect.github.com/kentaro-m/auto-assign-action/issues/121)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   fix(deps): update dependency [@&#8203;actions/github](https://redirect.github.com/actions/github) to v5.1.1 ([#&#8203;120](https://redirect.github.com/kentaro-m/auto-assign-action/issues/120)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   fix(deps): update dependency [@&#8203;actions/core](https://redirect.github.com/actions/core) to v1.10.0 ([#&#8203;119](https://redirect.github.com/kentaro-m/auto-assign-action/issues/119)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update unit test packages to v29.5.0 ([#&#8203;118](https://redirect.github.com/kentaro-m/auto-assign-action/issues/118)) [@&#8203;renovate](https://redirect.github.com/renovate)
-   chore(deps): update dependency lint-staged to v13.2.0 ([#&#8203;117](https://redirect.github.com/kentaro-m/auto-assign-action/issues/117)) [@&#8203;renovate](https://redirect.github.com/renovate)

### [`v1.2.5`](https://redirect.github.com/kentaro-m/auto-assign-action/releases/tag/v1.2.5)

[Compare Source](https://redirect.github.com/kentaro-m/auto-assign-action/compare/v1.2.4...v1.2.5)

#### What's Changed

-   chore(deps): update unit test packages by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/89](https://redirect.github.com/kentaro-m/auto-assign-action/pull/89)
-   chore(deps): update dependency husky to v8 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/90](https://redirect.github.com/kentaro-m/auto-assign-action/pull/90)
-   chore(deps): update dependency [@&#8203;octokit/webhooks-types](https://redirect.github.com/octokit/webhooks-types) to v6 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/87](https://redirect.github.com/kentaro-m/auto-assign-action/pull/87)
-   chore(deps): update dependency typescript to v4.9.3 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/100](https://redirect.github.com/kentaro-m/auto-assign-action/pull/100)
-   chore(deps): update dependency typescript to v4.9.4 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/102](https://redirect.github.com/kentaro-m/auto-assign-action/pull/102)
-   chore(deps): update dependency [@&#8203;octokit/webhooks-types](https://redirect.github.com/octokit/webhooks-types) to v6.8.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/104](https://redirect.github.com/kentaro-m/auto-assign-action/pull/104)
-   chore(deps): update dependency [@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) to v0.36.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/103](https://redirect.github.com/kentaro-m/auto-assign-action/pull/103)
-   chore(deps): update dependency [@&#8203;octokit/webhooks-types](https://redirect.github.com/octokit/webhooks-types) to v6.9.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/105](https://redirect.github.com/kentaro-m/auto-assign-action/pull/105)
-   chore(deps): update dependency husky to v8.0.3 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/106](https://redirect.github.com/kentaro-m/auto-assign-action/pull/106)
-   chore(deps): update dependency [@&#8203;octokit/webhooks-types](https://redirect.github.com/octokit/webhooks-types) to v6.10.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/107](https://redirect.github.com/kentaro-m/auto-assign-action/pull/107)
-   chore(deps): update dependency [@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) to v0.36.1 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/108](https://redirect.github.com/kentaro-m/auto-assign-action/pull/108)
-   chore(deps): update dependency typescript to v4.9.5 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/110](https://redirect.github.com/kentaro-m/auto-assign-action/pull/110)
-   chore: bump up for [@&#8203;actions/github](https://redirect.github.com/actions/github) to v5.0.0 by [@&#8203;kentaro-m](https://redirect.github.com/kentaro-m) in [https://github.com/kentaro-m/auto-assign-action/pull/63](https://redirect.github.com/kentaro-m/auto-assign-action/pull/63)
-   test: use jest-mock for mocked utils by [@&#8203;kentaro-m](https://redirect.github.com/kentaro-m) in [https://github.com/kentaro-m/auto-assign-action/pull/112](https://redirect.github.com/kentaro-m/auto-assign-action/pull/112)
-   Upgrade jest to v29 by [@&#8203;kentaro-m](https://redirect.github.com/kentaro-m) in [https://github.com/kentaro-m/auto-assign-action/pull/113](https://redirect.github.com/kentaro-m/auto-assign-action/pull/113)
-   Upgrade prettier by [@&#8203;kentaro-m](https://redirect.github.com/kentaro-m) in [https://github.com/kentaro-m/auto-assign-action/pull/114](https://redirect.github.com/kentaro-m/auto-assign-action/pull/114)
-   chore: support for Node.js versioning with .node-version by [@&#8203;kentaro-m](https://redirect.github.com/kentaro-m) in [https://github.com/kentaro-m/auto-assign-action/pull/115](https://redirect.github.com/kentaro-m/auto-assign-action/pull/115)

**Full Changelog**: https://github.com/kentaro-m/auto-assign-action/compare/v1.2.4...v1.2.5

</details>

<details>
<summary>lint-staged/lint-staged (lint-staged)</summary>

### [`v15.2.10`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#15210)

[Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.2.9...v15.2.10)

##### Patch Changes

-   [#&#8203;1471](https://redirect.github.com/lint-staged/lint-staged/pull/1471) [`e3f283b`](https://redirect.github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Update minor dependencies, including `micromatch@~4.0.8`.

</details>

<details>
<summary>micromatch/micromatch (micromatch)</summary>

### [`v4.0.8`](https://redirect.github.com/micromatch/micromatch/compare/4.0.7...4.0.8)

[Compare Source](https://redirect.github.com/micromatch/micromatch/compare/4.0.7...4.0.8)

</details>

<details>
<summary>pnpm/pnpm (pnpm)</summary>

### [`v9.9.0`](https://redirect.github.com/pnpm/pnpm/compare/v9.8.0...v9.9.0)

[Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.8.0...v9.9.0)

</details>

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

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

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

*2024-08-30*

##### Bug Fixes

-   Handle IIFE/UMD namespace definitions conflicting with a builtin property ([#&#8203;5605](https://redirect.github.com/rollup/rollup/issues/5605))

##### Pull Requests

-   [#&#8203;5605](https://redirect.github.com/rollup/rollup/pull/5605): fix: Wrong namespace property definition ([@&#8203;thirumurugan-git](https://redirect.github.com/thirumurugan-git), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
-   [#&#8203;5630](https://redirect.github.com/rollup/rollup/pull/5630): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
-   [#&#8203;5631](https://redirect.github.com/rollup/rollup/pull/5631): chore(deps): lock file maintenance ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
-   [#&#8203;5632](https://redirect.github.com/rollup/rollup/pull/5632): chore(deps): lock file maintenance ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])

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

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

*2024-08-26*

##### Bug Fixes

-   Ensure `closeWatcher` hook is called when watch mode is aborted via Ctrl+C ([#&#8203;5618](https://redirect.github.com/rollup/rollup/issues/5618))
-   Do not produce invalid code for `import.meta.url` in compact mode ([#&#8203;5624](https://redirect.github.com/rollup/rollup/issues/5624))
-   Do not throw when generating chunk names when preserving modules in Windows ([#&#8203;5625](https://redirect.github.com/rollup/rollup/issues/5625))

##### Pull Requests

-   [#&#8203;5591](https://redirect.github.com/rollup/rollup/pull/5591): chore(deps): update dependency [@&#8203;types/eslint](https://redirect.github.com/types/eslint) to v9 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
-   [#&#8203;5618](https://redirect.github.com/rollup/rollup/pull/5618): preload the WASM file even though the version is undefined. ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi))
-   [#&#8203;5619](https://redirect.github.com/rollup/rollup/pull/5619): Call and await closeWatcher hooks on exit signals ([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
-   [#&#8203;5622](https://redirect.github.com/rollup/rollup/pull/5622): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
-   [#&#8203;5624](https://redirect.github.com/rollup/rollup/pull/5624): fix: add space for DOCUMENT_CURRENT_SCRIPT template ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi))
-   [#&#8203;5625](https://redirect.github.com/rollup/rollup/pull/5625): fix: get the right chunk name for preserve modules in Windows ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))

</details>

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

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

[Compare Source](https://redirect.github.com/shikijs/shiki/compare/v1.16.0...v1.16.1)

#####    🏎 Performance

-   Externalize `@shikijs/vscode-textmate`  -  by [@&#8203;antfu](https://redirect.g

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Copy link
Contributor Author

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