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(deps): update dependency husky to v8 #90

Merged
merged 1 commit into from
Nov 18, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
husky (source) 3.1.0 -> 8.0.2 age adoption passing confidence

Release Notes

typicode/husky

v8.0.2

Compare Source

  • docs: remove deprecated npm set-script

v8.0.1

Compare Source

  • fix: use POSIX equality operator

v8.0.0

Compare Source

What's Changed

Feats
Fixes
Docs
Chore

v7.0.4

Compare Source

No changes. Husky v7.0.3 was reverted, this version is the same as v7.0.2.

v7.0.3

Compare Source

v7.0.2

Compare Source

Fix pre-commit hook in WebStorm (#​1023)

v7.0.1

Compare Source

  • Fix gracefully fail if Git command is not found #​1003 (same as in v6)

v7.0.0

Compare Source

  • Improve .husky/ directory structure. .husky/.gitignore is now unnecessary and can be removed.
  • Improve error output (shorter)
  • Update husky-init CLI
  • Update husky-4-to-7 CLI
  • Drop Node 10 support

Please help me develop and release OSS projects ❤️ on GitHub Sponsors or Open Collective. Thank you for your support!

v6.0.0

Compare Source

After being in early access for Open Source projects and Sponsors for a limited time, I'm happy to announce that husky 6 is MIT again and can be freely used in commercial projects! 🎉

Many thanks to the Open Source projects and Companies which have switched to/sponsored the new husky during this period!

OSS is my full-time job, please consider sponsoring the development of husky on GitHub sponsors or Open Collective. Thank you!

Breaking change

  • husky init has been moved to its own package (npx husky-init)

Added

  • Programmatically use husky: require('husky')
  • TypeScript definitions

Migrating from husky 4

Husky 6 contains breaking changes. If you're coming from v4, npm install husky@6 won't be enough.

Recommended: see husky-4-to-6 CLI to automatically migrate your config. There's also a dedicated section in the docs.

If you're curious why config has changed, you may be interested in reading:
https://blog.typicode.com/husky-git-hooks-javascript-config/

Also Husky 6 follows official npm and Yarn best practices regarding autoinstall. It's recommended to use prepare script instead (see usage in docs).

v5.2.0

Compare Source

  • Add set command to replace hooks (husky set .husky/pre-commit cmd)
  • Update add command to append command (husky add .husky/pre-commit cmd)
  • Improve error messages

v5.1.3

Compare Source

  • docs: add specific Yarn v2 install/uninstall instructions
  • cli: husky init will detect Yarn v2 and initialize accordingly

v5.1.2

Compare Source

  • docs: recommend prepare script instead of postinstall (#​890)
  • cli: husky init use prepare script (#​890)

v5.1.1

Compare Source

  • style(shell): add trailing newlines (#​870)
  • fix(init): update package.json postinstall

v5.1.0

Compare Source

  • Add husky init

v5.0.9

Compare Source

  • fix(install): do not fail if not inside a Git directory (closes #​851)

See https://github.com/typicode/husky/releases/tag/v5.0.0 for v5 release notes

v5.0.8

Compare Source

v5.0.7

Compare Source

  • fix(shell): double quote params (#​824)

v5.0.6

Compare Source

  • Remove unused files

v5.0.5

Compare Source

  • Fix custom directory support #​827

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

👉 See https://typicode.github.io/husky for breaking changes and new installation instructions.

Note about the license

Husky 5 is released under The Parity Public License.

It doesn't affect you if you're using husky in an Open Source project or if you're a sponsor. You're free to use it as usual and I hope you'll enjoy this new release ❤️

If you're using husky in a commercial project, you may want to consider becoming a sponsor to support the project. You can also try it for 30 days.

This is only for a limited time, husky will be MIT again later.

Migrating

Important Husky v5 brings a lot of improvements but is also very different from v4. Git hooks won't work if you only upgrade husky dependency, existing config needs to be migrated too.

The best way to switch to v5 is to follow the new installation instructions and migrate existing hooks command using husky add.

v4.3.8

Compare Source

  • Fix Cannot read property 'toString' of null
  • Improve error messages

v4.3.7

Compare Source

v4.3.6

Compare Source

  • Fix prepare-commit-msg on windows #​737

v4.3.5

Compare Source

  • Rollback and do not throw error if husky install fails

v4.3.4

Compare Source

  • Throw error if husky install fails
  • Add workaround for npm 7 currently missing INIT_CWD environment variable

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

  • Add .cjs config file support #​754

v4.2.5

Compare Source

v4.2.4

Compare Source

  • When Node version is unsupported, log actual version in addition to the error message #​701
  • Fix: support cnpm package manager #​687
  • Fix: always use sh to run scripts and avoid inconsistencies #​707
  • Fix: don't throw error if files are already removed during uninstall #​708

v4.2.3

Compare Source

  • Fix: check for husky.config.js not .huskyrc.config.js #​669

v4.2.2

Compare Source

  • Fix #​662 disable fast-skip heuristic for .husky.js and .husky.config.js
  • Fix do not install update, pre/post-receive hooks

v4.2.1

Compare Source

  • Fix: support spaces in path to husky.local.sh #​658

v4.2.0

Compare Source

  • Check Git version during install and log an error if it's <2.13.0

v4.1.0

Compare Source

  • Improve speed and refactor hooks

v4.0.10

Compare Source

v4.0.9

Compare Source

  • Fix: read stdin from hook script (#​645)

v4.0.8

Compare Source

v4.0.7

Compare Source

  • Fix: Yarn when running inside winpty (#​634)

v4.0.6

Compare Source

  • Revert change in v4.0.5

v4.0.5

Compare Source

  • Fix: use process.exit if install fails #​633

v4.0.4

Compare Source

  • Fix: npm ignore .eslintrc.js (#​627)

v4.0.3

Compare Source

  • Fix: error message if trying to install in a non-git repo (#​627)

v4.0.2

Compare Source

  • Fix: show error message when hook fails

v4.0.1

Compare Source

  • Fix: make Yarn silent. When Husky was installed with Yarn 1.21.1, hooks output was too verbose (#​626).

v4.0.0

Compare Source

  • Support Yarn v2 new Plug'n'Play feature (thanks to @​arcanis)
  • Improve path handling on Windows (in particular with Cygwin and Cmdr)
  • Remove dependencies and simplify code
  • Breaking requires Node 10+

Thanks to all contributors and everyone who is supporting Husky on Open Collective, GitHub sponsors and Patreon!


Configuration

📅 Schedule: Branch creation - "after 4am and before 7am on saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

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

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

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


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 22, 2022
@renovate renovate bot force-pushed the renovate/husky-8.x branch 2 times, most recently from d174349 to 1c88a2b Compare July 22, 2022 20:06
@kentaro-m kentaro-m merged commit 351b515 into master Nov 18, 2022
@delete-merged-branch delete-merged-branch bot deleted the renovate/husky-8.x branch November 18, 2022 17:41
renovate bot referenced this pull request in teutonet/teutonet-helm-charts Feb 20, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[kentaro-m/auto-assign-action](https://togithub.com/kentaro-m/auto-assign-action)
| action | patch | `v1.2.4` -> `v1.2.5` |

---

### Release Notes

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

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

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/teutonet/teutonet-helm-charts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0My4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
brighid-bot referenced this pull request in cythral/brighid-commands Mar 29, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[kentaro-m/auto-assign-action](https://togithub.com/kentaro-m/auto-assign-action)
| action | patch | `v1.2.4` -> `v1.2.5` |

---

### Release Notes

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

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

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

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

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
brighid-bot referenced this pull request in cythral/brighid-discord-adapter Mar 29, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[kentaro-m/auto-assign-action](https://togithub.com/kentaro-m/auto-assign-action)
| action | patch | `v1.2.4` -> `v1.2.5` |

---

### Release Notes

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

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

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

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

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
Saul-Mirone referenced this pull request in toeverything/blocksuite Sep 3, 2024
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-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant