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

build(deps-dev): bump eslint-plugin-jest from 26.8.7 to 27.0.1 #198

Merged
merged 1 commit into from Aug 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Bumps eslint-plugin-jest from 26.8.7 to 27.0.1.

Release notes

Sourced from eslint-plugin-jest's releases.

v27.0.1

27.0.1 (2022-08-28)

Bug Fixes

  • prefer-expect-assertions: report on concise arrow functions with expect call (#1225) (64ec9c1)

v27.0.0

27.0.0 (2022-08-28)

Bug Fixes

  • unbound-method: don't suppress errors from base rule (#1219) (7c1389e)

Features

  • drop support for eslint@6 (#1212) (21fc2fe)
  • drop support for Node versions 12 and 17 (#1211) (4c987f5)
  • make no-alias-methods recommended (#1221) (914b24a)
  • no-jest-import: remove rule (#1220) (918873b)
  • no-restricted-matchers: match based on start of chain, requiring each permutation to be set (#1218) (f4dd97a)

BREAKING CHANGES

  • no-alias-methods is now recommended as the methods themselves will be removed in the next major version of Jest
  • no-jest-import: removed no-jest-import rule
  • unbound-method: errors thrown by the unbound-method base rule are no longer suppressed - really this means that if you don't specify project when this rule is enabled and @typescript-eslint/eslint-plugin is present, that error will no longer be suppressed instead of silently doing nothing; it will still not throw if this rule is enabled without the base rule being present
  • no-restricted-matchers: no-restricted-matchers now checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrict
  • Support for ESLint version 6 is removed
  • Node versions 12 and 17 are no longer supported

v27.0.0-next.2

27.0.0-next.2 (2022-08-28)

Bug Fixes

  • unbound-method: don't suppress errors from base rule (#1219) (7c1389e)

Features

  • make no-alias-methods recommended (#1221) (914b24a)
  • no-jest-import: remove rule (#1220) (918873b)
  • no-restricted-matchers: match based on start of chain, requiring each permutation to be set (#1218) (f4dd97a)

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

27.0.1 (2022-08-28)

Bug Fixes

  • prefer-expect-assertions: report on concise arrow functions with expect call (#1225) (64ec9c1)

27.0.0 (2022-08-28)

Bug Fixes

  • unbound-method: don't suppress errors from base rule (#1219) (7c1389e)

Features

  • drop support for eslint@6 (#1212) (21fc2fe)
  • drop support for Node versions 12 and 17 (#1211) (4c987f5)
  • make no-alias-methods recommended (#1221) (914b24a)
  • no-jest-import: remove rule (#1220) (918873b)
  • no-restricted-matchers: match based on start of chain, requiring each permutation to be set (#1218) (f4dd97a)

BREAKING CHANGES

  • no-alias-methods is now recommended as the methods themselves will be removed in the next major version of Jest
  • no-jest-import: removed no-jest-import rule
  • unbound-method: errors thrown by the unbound-method base rule are no longer suppressed - really this means that if you don't specify project when this rule is enabled and @typescript-eslint/eslint-plugin is present, that error will no longer be suppressed instead of silently doing nothing; it will still not throw if this rule is enabled without the base rule being present
  • no-restricted-matchers: no-restricted-matchers now checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrict
  • Support for ESLint version 6 is removed
  • Node versions 12 and 17 are no longer supported

27.0.0-next.2 (2022-08-28)

Bug Fixes

  • unbound-method: don't suppress errors from base rule (#1219) (7c1389e)

Features

  • make no-alias-methods recommended (#1221) (914b24a)
  • no-jest-import: remove rule (#1220) (918873b)
  • no-restricted-matchers: match based on start of chain, requiring each permutation to be set (#1218) (f4dd97a)

BREAKING CHANGES

... (truncated)

Commits
  • 954a0e6 chore(release): 27.0.1 [skip ci]
  • 64ec9c1 fix(prefer-expect-assertions): report on concise arrow functions with `expect...
  • 828651b chore: remove obsolete suggestion property (#1224)
  • a291ccd chore(release): 27.0.0 [skip ci]
  • 699d149 Merge branch 'next'
  • 755e279 chore(release): 27.0.0-next.2 [skip ci]
  • 39719a3 chore(release): 26.9.0 [skip ci]
  • 914b24a feat: make no-alias-methods recommended (#1221)
  • 918873b feat(no-jest-import): remove rule (#1220)
  • 7c1389e fix(unbound-method): don't suppress errors from base rule (#1219)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.8.7 to 27.0.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v26.8.7...v27.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 29, 2022 13:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 29, 2022
@mattcosta7 mattcosta7 merged commit e83fe43 into main Aug 29, 2022
@mattcosta7 mattcosta7 deleted the dependabot/npm_and_yarn/eslint-plugin-jest-27.0.1 branch August 29, 2022 13:52
jeff-mccoy pushed a commit to defenseunicorns/zarf that referenced this pull request Nov 23, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/add-to-project](https://togithub.com/actions/add-to-project)
| action | minor | `v0.3.0` -> `v0.4.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/add-to-project</summary>

###
[`v0.4.0`](https://togithub.com/actions/add-to-project/releases/tag/v0.4.0)

[Compare
Source](https://togithub.com/actions/add-to-project/compare/v0.3.0...v0.4.0)

#### What's Changed

- build(deps-dev): bump eslint-plugin-github from 4.3.6 to 4.3.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#161
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.30.7 to 5.31.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#162
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.45 to
16.11.46 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#164
- build(deps-dev): bump eslint from 8.20.0 to 8.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#167
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.46 to
16.11.47 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#166
- build(deps-dev): bump eslint-plugin-jest from 26.6.0 to 26.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#165
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.31.0 to 5.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#176
- build(deps-dev): bump eslint-plugin-jest from 26.7.0 to 26.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#179
- build(deps-dev): bump eslint-plugin-jest from 26.8.0 to 26.8.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#181
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.32.0 to 5.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#182
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.47 to
16.11.48 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#184
- build(deps-dev): bump eslint-plugin-jest from 26.8.2 to 26.8.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#186
- build(deps-dev): bump eslint from 8.21.0 to 8.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#185
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.33.0 to 5.33.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#188
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.48 to
16.11.49 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#187
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.49 to
16.11.52 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#190
- build(deps-dev): bump eslint-plugin-jest from 26.8.3 to 26.8.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#191
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.52 to
16.11.54 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#192
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.33.1 to 5.34.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#193
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.34.0 to 5.35.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#195
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.54 to
16.11.56 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#194
- build(deps-dev): bump eslint-plugin-jest from 26.8.7 to 27.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#198
- build(deps-dev): bump eslint from 8.22.0 to 8.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#197
- build(deps-dev): bump typescript from 4.7.4 to 4.8.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#196
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.35.1 to 5.36.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#199
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.56 to
16.11.59 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#213
- build(deps-dev): bump eslint-plugin-jest from 27.0.1 to 27.0.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#209
- build(deps-dev): bump concurrently from 7.3.0 to 7.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#204
- build(deps-dev): bump typescript from 4.8.2 to 4.8.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#217
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.36.1 to 5.37.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#211
- build(deps-dev): bump eslint from 8.23.0 to 8.23.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#216
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.59 to
16.11.62 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#223
- build(deps-dev): bump eslint from 8.23.1 to 8.24.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#219
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.37.0 to 5.38.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#222
- build(deps-dev): bump typescript from 4.8.3 to 4.8.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#224
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.62 to
16.11.63 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#227
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.63 to
16.11.64 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#228
- build(deps-dev): bump eslint-plugin-jest from 27.0.4 to 27.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#230
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.38.1 to 5.39.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#229
- Update [@&#8203;actions/core](https://togithub.com/actions/core) to
1.10.0 by [@&#8203;rentziass](https://togithub.com/rentziass) in
[actions/add-to-project#231
- build(deps-dev): bump eslint-plugin-jest from 27.1.0 to 27.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#232
- build(deps-dev): bump eslint-plugin-github from 4.3.7 to 4.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#235
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.39.0 to 5.40.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#236
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.64 to
16.11.65 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#234
- build(deps-dev): bump eslint from 8.24.0 to 8.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#233
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.65 to
16.11.66 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#240
- build(deps-dev): bump eslint-plugin-jest from 27.1.1 to 27.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#241
- build(deps-dev): bump eslint-plugin-jest from 27.1.2 to 27.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#244
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.66 to
16.11.68 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#243
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.40.0 to 5.40.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#242
- build(deps-dev): bump concurrently from 7.4.0 to 7.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#245
- build(deps-dev): bump eslint from 8.25.0 to 8.26.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#246
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.68 to
16.18.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#247
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.40.1 to 5.41.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#248
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.0 to
16.18.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#249
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.1 to
16.18.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#250
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.2 to
16.18.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#251
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.41.0 to 5.42.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#252

#### New Contributors

- [@&#8203;rentziass](https://togithub.com/rentziass) made their first
contribution in
[actions/add-to-project#231

**Full Changelog**:
actions/add-to-project@v0.3.0...v0.4.0

</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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOS4yIiwidXBkYXRlZEluVmVyIjoiMzQuMjkuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Noxsios pushed a commit to defenseunicorns/zarf that referenced this pull request Mar 8, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/add-to-project](https://togithub.com/actions/add-to-project)
| action | minor | `v0.3.0` -> `v0.4.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/add-to-project</summary>

###
[`v0.4.0`](https://togithub.com/actions/add-to-project/releases/tag/v0.4.0)

[Compare
Source](https://togithub.com/actions/add-to-project/compare/v0.3.0...v0.4.0)

#### What's Changed

- build(deps-dev): bump eslint-plugin-github from 4.3.6 to 4.3.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#161
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.30.7 to 5.31.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#162
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.45 to
16.11.46 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#164
- build(deps-dev): bump eslint from 8.20.0 to 8.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#167
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.46 to
16.11.47 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#166
- build(deps-dev): bump eslint-plugin-jest from 26.6.0 to 26.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#165
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.31.0 to 5.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#176
- build(deps-dev): bump eslint-plugin-jest from 26.7.0 to 26.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#179
- build(deps-dev): bump eslint-plugin-jest from 26.8.0 to 26.8.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#181
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.32.0 to 5.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#182
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.47 to
16.11.48 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#184
- build(deps-dev): bump eslint-plugin-jest from 26.8.2 to 26.8.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#186
- build(deps-dev): bump eslint from 8.21.0 to 8.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#185
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.33.0 to 5.33.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#188
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.48 to
16.11.49 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#187
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.49 to
16.11.52 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#190
- build(deps-dev): bump eslint-plugin-jest from 26.8.3 to 26.8.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#191
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.52 to
16.11.54 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#192
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.33.1 to 5.34.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#193
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.34.0 to 5.35.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#195
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.54 to
16.11.56 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#194
- build(deps-dev): bump eslint-plugin-jest from 26.8.7 to 27.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#198
- build(deps-dev): bump eslint from 8.22.0 to 8.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#197
- build(deps-dev): bump typescript from 4.7.4 to 4.8.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#196
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.35.1 to 5.36.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#199
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.56 to
16.11.59 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#213
- build(deps-dev): bump eslint-plugin-jest from 27.0.1 to 27.0.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#209
- build(deps-dev): bump concurrently from 7.3.0 to 7.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#204
- build(deps-dev): bump typescript from 4.8.2 to 4.8.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#217
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.36.1 to 5.37.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#211
- build(deps-dev): bump eslint from 8.23.0 to 8.23.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#216
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.59 to
16.11.62 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#223
- build(deps-dev): bump eslint from 8.23.1 to 8.24.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#219
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.37.0 to 5.38.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#222
- build(deps-dev): bump typescript from 4.8.3 to 4.8.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#224
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.62 to
16.11.63 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#227
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.63 to
16.11.64 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#228
- build(deps-dev): bump eslint-plugin-jest from 27.0.4 to 27.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#230
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.38.1 to 5.39.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#229
- Update [@&#8203;actions/core](https://togithub.com/actions/core) to
1.10.0 by [@&#8203;rentziass](https://togithub.com/rentziass) in
[actions/add-to-project#231
- build(deps-dev): bump eslint-plugin-jest from 27.1.0 to 27.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#232
- build(deps-dev): bump eslint-plugin-github from 4.3.7 to 4.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#235
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.39.0 to 5.40.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#236
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.64 to
16.11.65 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#234
- build(deps-dev): bump eslint from 8.24.0 to 8.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#233
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.65 to
16.11.66 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#240
- build(deps-dev): bump eslint-plugin-jest from 27.1.1 to 27.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#241
- build(deps-dev): bump eslint-plugin-jest from 27.1.2 to 27.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#244
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.66 to
16.11.68 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#243
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.40.0 to 5.40.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#242
- build(deps-dev): bump concurrently from 7.4.0 to 7.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#245
- build(deps-dev): bump eslint from 8.25.0 to 8.26.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#246
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.11.68 to
16.18.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#247
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.40.1 to 5.41.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#248
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.0 to
16.18.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#249
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.1 to
16.18.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#250
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.2 to
16.18.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#251
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.41.0 to 5.42.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#252

#### New Contributors

- [@&#8203;rentziass](https://togithub.com/rentziass) made their first
contribution in
[actions/add-to-project#231

**Full Changelog**:
actions/add-to-project@v0.3.0...v0.4.0

</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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOS4yIiwidXBkYXRlZEluVmVyIjoiMzQuMjkuMiJ9-->

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
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant