Skip to content

Commit

Permalink
fix(deps): update all dependencies j:kit-282 (major) (#4831)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/express](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express))
| [`4.17.21` ->
`5.0.0`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.21/5.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fexpress/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fexpress/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fexpress/4.17.21/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fexpress/4.17.21/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[conventional-changelog-conventionalcommits](https://redirect.github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme)
([source](https://redirect.github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits))
| [`7.0.2` ->
`8.0.0`](https://renovatebot.com/diffs/npm/conventional-changelog-conventionalcommits/7.0.2/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/conventional-changelog-conventionalcommits/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/conventional-changelog-conventionalcommits/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/conventional-changelog-conventionalcommits/7.0.2/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/conventional-changelog-conventionalcommits/7.0.2/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [wait-on](https://redirect.github.com/jeffbski/wait-on) | [`7.2.0` ->
`8.0.1`](https://renovatebot.com/diffs/npm/wait-on/7.2.0/8.0.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/wait-on/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/wait-on/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/wait-on/7.2.0/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/wait-on/7.2.0/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>conventional-changelog/conventional-changelog
(conventional-changelog-conventionalcommits)</summary>

###
[`v8.0.0`](https://redirect.github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-conventionalcommits/CHANGELOG.md#800-2024-04-26)

[Compare
Source](https://redirect.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v7.0.2...conventional-changelog-conventionalcommits-v8.0.0)

##### ⚠ BREAKING CHANGES

-   Node >= 18 is required
- **conventional-recommended-bump:** new `Bumper` exported class
([#&#8203;1218](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1218))
- cleanup presets interface
([#&#8203;1215](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1215))
- **conventional-changelog-writer:** rewrite to TypeScript
([#&#8203;1150](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1150))
-   Now all packages, except gulp-conventional-changelog, are ESM-only.

##### Features

- cleanup presets interface
([#&#8203;1215](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1215))
([0e4f293](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8))
- **conventional-changelog-writer:** rewrite to TypeScript
([#&#8203;1150](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1150))
([8af364f](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715))
- **conventional-recommended-bump:** new `Bumper` exported class
([#&#8203;1218](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1218))
([0ddc8cd](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/0ddc8cdceb91f838f9f73e0bff8e3f140176a13a))
- drop node 16 support
([#&#8203;1226](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1226))
([ec69cfd](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff))
- move from CommonJS to ESM
([#&#8203;1144](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1144))
([c5b859d](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2))

##### Bug Fixes

- **conventional-changelog-conventionalcommits:** avoid double empty
lines
([#&#8203;1235](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1235))
([3b4bfdf](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/3b4bfdf3ac7d26da8466a577227254123b767336)),
closes
[#&#8203;1188](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1188)

</details>

<details>
<summary>jeffbski/wait-on (wait-on)</summary>

###
[`v8.0.1`](https://redirect.github.com/jeffbski/wait-on/compare/v8.0.0...v8.0.1)

[Compare
Source](https://redirect.github.com/jeffbski/wait-on/compare/v8.0.0...v8.0.1)

###
[`v8.0.0`](https://redirect.github.com/jeffbski/wait-on/releases/tag/v8.0.0):
- breaking change for http unix socket use

[Compare
Source](https://redirect.github.com/jeffbski/wait-on/compare/v7.2.0...v8.0.0)

Updated for security vulnerabilities with [email protected] and braces.

##### Breaking change in using latest axios with a unix socket URL

As part of the axios update, the syntax for using a socket with an http
URL in axios has changed so you must specify the protocol and server

For example:

`http://unix:SOCKETPATH:http://server/foo/bar`

instead of just using only the path (no protocol and no server)

`http://unix:SOCKETPATH:/foo/bar`

Due to this change, I have updated my tests, docs, bumped the major
version.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4:00am on Tuesday" in timezone
America/Toronto, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: renovate-coveo[bot] <115253437+renovate-coveo[bot]@users.noreply.github.com>
  • Loading branch information
renovate-coveo[bot] authored Jan 7, 2025
1 parent 254d86b commit 4666d5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4666d5d

Please sign in to comment.