Skip to content

Update dependencies#409

Merged
paescuj merged 2 commits intoopen-cli-tools:mainfrom
paescuj:update-deps
Mar 29, 2023
Merged

Update dependencies#409
paescuj merged 2 commits intoopen-cli-tools:mainfrom
paescuj:update-deps

Conversation

@paescuj
Copy link
Collaborator

@paescuj paescuj commented Mar 28, 2023

 @swc/core                           ^1.3.24  →    ^1.3.42
 @types/jest                         ^29.2.5  →    ^29.5.0
 @types/lodash                     ^4.14.191  →  ^4.14.192
 @types/node                       ^14.18.36  →  ^14.18.42
 @types/yargs                       ^17.0.18  →   ^17.0.24
 @typescript-eslint/eslint-plugin    ^5.48.0  →    ^5.57.0
 @typescript-eslint/parser           ^5.48.0  →    ^5.57.0
 esbuild                            ^0.16.13  →   ~0.17.14
 eslint                              ^8.31.0  →    ^8.37.0
 eslint-config-prettier               ^8.6.0  →     ^8.8.0
 eslint-plugin-import                ^2.26.0  →    ^2.27.5
 eslint-plugin-jest                  ^27.2.0  →    ^27.2.1
 eslint-plugin-simple-import-sort     ^8.0.0  →    ^10.0.0
 jest                                ^29.3.1  →    ^29.5.0
 lint-staged                         ^13.1.0  →    ^13.2.0
 prettier                             ^2.8.1  →     ^2.8.7
 shell-quote                          ^1.7.4  →     ^1.8.0
 typescript                           ~4.9.4  →     ~5.0.2
 yargs                               ^17.6.2  →    ^17.7.1

@paescuj paescuj merged commit a73b622 into open-cli-tools:main Mar 29, 2023
@paescuj paescuj deleted the update-deps branch March 29, 2023 00:43
renovate bot referenced this pull request in creatorsgarten/contentsgarten Mar 30, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [concurrently](https://togithub.com/open-cli-tools/concurrently) |
[`^7.2.2` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/concurrently/7.6.0/8.0.1) |
[![age](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/compatibility-slim/7.6.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/confidence-slim/7.6.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>open-cli-tools/concurrently</summary>

###
[`v8.0.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.1)

[Compare
Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1)

##### What's Changed

- Fix release workflow by
[@&#8203;paescuj](https://togithub.com/paescuj) in
[https://github.com/open-cli-tools/concurrently/pull/408](https://togithub.com/open-cli-tools/concurrently/pull/408)
- Update dependencies by [@&#8203;paescuj](https://togithub.com/paescuj)
in
[https://github.com/open-cli-tools/concurrently/pull/409](https://togithub.com/open-cli-tools/concurrently/pull/409)

**Full Changelog**:
open-cli-tools/concurrently@v8.0.0...v8.0.1

###
[`v8.0.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0)

#### What's Changed

- **Breaking change:** Drop support for Node.js v12 & add support for
Node.js v18 by [@&#8203;paescuj](https://togithub.com/paescuj) in
[https://github.com/open-cli-tools/concurrently/pull/342](https://togithub.com/open-cli-tools/concurrently/pull/342)
- Add support for Bun by
[@&#8203;jakeboone02](https://togithub.com/jakeboone02) in
[https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406)
- Add `--kill-signal` option by
[@&#8203;paulsmithkc](https://togithub.com/paulsmithkc) in
[https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402)
- Fixed broken link in the readme by
[@&#8203;abstractpoint](https://togithub.com/abstractpoint) in
[https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390)

#### New Contributors

- [@&#8203;abstractpoint](https://togithub.com/abstractpoint) made their
first contribution in
[https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390)
- [@&#8203;jakeboone02](https://togithub.com/jakeboone02) made their
first contribution in
[https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406)
- [@&#8203;paulsmithkc](https://togithub.com/paulsmithkc) made their
first contribution in
[https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402)

**Full Changelog**:
open-cli-tools/concurrently@v7.6.0...v8.0.0

</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/creatorsgarten/contentsgarten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in zarf-dev/zarf Mar 31, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [concurrently](https://togithub.com/open-cli-tools/concurrently) |
[`7.6.0` ->
`8.0.1`](https://renovatebot.com/diffs/npm/concurrently/7.6.0/8.0.1) |
[![age](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/compatibility-slim/7.6.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/confidence-slim/7.6.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>open-cli-tools/concurrently</summary>

###
[`v8.0.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.1)

[Compare
Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1)

#### What's Changed

- Fix release workflow by
[@&#8203;paescuj](https://togithub.com/paescuj) in
[https://github.com/open-cli-tools/concurrently/pull/408](https://togithub.com/open-cli-tools/concurrently/pull/408)
- Update dependencies by [@&#8203;paescuj](https://togithub.com/paescuj)
in
[https://github.com/open-cli-tools/concurrently/pull/409](https://togithub.com/open-cli-tools/concurrently/pull/409)

**Full Changelog**:
open-cli-tools/concurrently@v8.0.0...v8.0.1

###
[`v8.0.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0)

#### What's Changed

- **Breaking change:** Drop support for Node.js v12 & add support for
Node.js v18 by [@&#8203;paescuj](https://togithub.com/paescuj) in
[https://github.com/open-cli-tools/concurrently/pull/342](https://togithub.com/open-cli-tools/concurrently/pull/342)
- Add support for Bun by
[@&#8203;jakeboone02](https://togithub.com/jakeboone02) in
[https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406)
- Add `--kill-signal` option by
[@&#8203;paulsmithkc](https://togithub.com/paulsmithkc) in
[https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402)
- Fixed broken link in the readme by
[@&#8203;abstractpoint](https://togithub.com/abstractpoint) in
[https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390)

#### New Contributors

- [@&#8203;abstractpoint](https://togithub.com/abstractpoint) made their
first contribution in
[https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390)
- [@&#8203;jakeboone02](https://togithub.com/jakeboone02) made their
first contribution in
[https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406)
- [@&#8203;paulsmithkc](https://togithub.com/paulsmithkc) made their
first contribution in
[https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402)

**Full Changelog**:
open-cli-tools/concurrently@v7.6.0...v8.0.0

</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/defenseunicorns/zarf).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ddadaal referenced this pull request in PKUHPC/OpenSCOW Apr 3, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [concurrently](https://togithub.com/open-cli-tools/concurrently) |
[`7.6.0` ->
`8.0.1`](https://renovatebot.com/diffs/npm/concurrently/7.6.0/8.0.1) |
[![age](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/compatibility-slim/7.6.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/concurrently/8.0.1/confidence-slim/7.6.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>open-cli-tools/concurrently</summary>

###
[`v8.0.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.1)

[Compare
Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1)

#### What's Changed

- Fix release workflow by
[@&#8203;paescuj](https://togithub.com/paescuj) in
[https://github.com/open-cli-tools/concurrently/pull/408](https://togithub.com/open-cli-tools/concurrently/pull/408)
- Update dependencies by [@&#8203;paescuj](https://togithub.com/paescuj)
in
[https://github.com/open-cli-tools/concurrently/pull/409](https://togithub.com/open-cli-tools/concurrently/pull/409)

**Full Changelog**:
open-cli-tools/concurrently@v8.0.0...v8.0.1

###
[`v8.0.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0)

#### What's Changed

- **Breaking change:** Drop support for Node.js v12 & add support for
Node.js v18 by [@&#8203;paescuj](https://togithub.com/paescuj) in
[https://github.com/open-cli-tools/concurrently/pull/342](https://togithub.com/open-cli-tools/concurrently/pull/342)
- Add support for Bun by
[@&#8203;jakeboone02](https://togithub.com/jakeboone02) in
[https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406)
- Add `--kill-signal` option by
[@&#8203;paulsmithkc](https://togithub.com/paulsmithkc) in
[https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402)
- Fixed broken link in the readme by
[@&#8203;abstractpoint](https://togithub.com/abstractpoint) in
[https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390)

#### New Contributors

- [@&#8203;abstractpoint](https://togithub.com/abstractpoint) made their
first contribution in
[https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390)
- [@&#8203;jakeboone02](https://togithub.com/jakeboone02) made their
first contribution in
[https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406)
- [@&#8203;paulsmithkc](https://togithub.com/paulsmithkc) made their
first contribution in
[https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402)

**Full Changelog**:
open-cli-tools/concurrently@v7.6.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), 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.

---

- [ ] <!-- 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/PKUHPC/SCOW).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant