KEMBAR78
build(deps-dev): bump eslint from 8.49.0 to 8.57.0 by dependabot[bot] · Pull Request #520 · actions/add-to-project · GitHub
Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps eslint from 8.49.0 to 8.57.0.

Release notes

Sourced from eslint's releases.

v8.57.0

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)

Documentation

  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)

Chores

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.57.0 - February 23, 2024

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)

v9.0.0-beta.0 - February 9, 2024

  • e40d1d7 chore: upgrade @​eslint/js@​9.0.0-beta.0 (#18108) (Milos Djermanovic)
  • 9870f93 chore: package.json update for @​eslint/js release (Jenkins)
  • 2c62e79 chore: upgrade @​eslint/eslintrc@​3.0.1 (#18107) (Milos Djermanovic)
  • 81f0294 chore: upgrade espree@10.0.1 (#18106) (Milos Djermanovic)
  • 5e2b292 chore: upgrade eslint-visitor-keys@4.0.0 (#18105) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)
  • 53f0f47 feat: Add loadESLint() API method for v9 (#18097) (Nicholas C. Zakas)
  • f1c7e6f docs: Switch to Ethical Ads (#18090) (Strek)
  • 15c143f docs: JS Foundation -> OpenJS Foundation in PR template (#18092) (Nicholas C. Zakas)
  • c4d26fd fix: use-isnan doesn't report on SequenceExpressions (#18059) (StyleShit)
  • 6ea339e docs: add stricter rule test validations to v9 migration guide (#18085) (Milos Djermanovic)
  • ce838ad chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#18045) (renovate[bot])
  • 3c816f1 docs: use relative link from CLI to core concepts (#18083) (Milos Djermanovic)
  • 54df731 chore: update dependency markdownlint-cli to ^0.39.0 (#18084) (renovate[bot])
  • 9458735 docs: fix malformed eslint config comments in rule examples (#18078) (Francesco Trotta)
  • 07a1ada docs: link from --fix CLI doc to the relevant core concept (#18080) (Bryan Mishkin)
  • 8f06a60 chore: update dependency shelljs to ^0.8.5 (#18079) (Francesco Trotta)
  • b844324 docs: Update team responsibilities (#18048) (Nicholas C. Zakas)
  • aadfb60 docs: document languageOptions and other v9 changes for context (#18074) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#17654) (fnx)
  • 1a94589 feat!: no-unused-vars default caughtErrors to 'all' (#18043) (Josh Goldberg ✨)
  • 857e242 docs: tweak explanation for meta.docs rule properties (#18057) (Bryan Mishkin)
  • 10485e8 docs: recommend messageId over message for reporting rule violations (#18050) (Bryan Mishkin)
  • 98b5ab4 docs: Update README (GitHub Actions Bot)
  • 93ffe30 chore: update dependency file-entry-cache to v8 (#17903) (renovate[bot])
  • 505fbf4 docs: update no-restricted-imports rule (#18015) (Tanuj Kanti)
  • 2d11d46 feat: add suggestions to use-isnan in binary expressions (#17996) (StyleShit)
  • c25b4af docs: Update README (GitHub Actions Bot)

v9.0.0-alpha.2 - January 26, 2024

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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](https://github.com/eslint/eslint) from 8.49.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 18, 2024 18:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2024
@camchenry
Copy link
Contributor

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2024

Dependabot tried to merge this PR, but received the following error from GitHub:

Changes must be made through the merge queue Waiting on code owner review from actions/actions-add-to-project.

Copy link
Contributor

@camchenry camchenry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@camchenry camchenry added this pull request to the merge queue Mar 18, 2024
Merged via the queue into main with commit 92dbc06 Mar 18, 2024
@camchenry camchenry deleted the dependabot/npm_and_yarn/eslint-8.57.0 branch March 18, 2024 19:02
bloopy-boi bot referenced this pull request in h3mmy/bloopyboi Mar 19, 2024
This PR contains the following updates:

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

---

### Release Notes

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

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

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

#### What's Changed

- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/514](https://togithub.com/actions/add-to-project/pull/514)
- build(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/498](https://togithub.com/actions/add-to-project/pull/498)
- build(deps-dev): bump eslint from 8.49.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/520](https://togithub.com/actions/add-to-project/pull/520)
- build(deps): bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/507](https://togithub.com/actions/add-to-project/pull/507)
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/508](https://togithub.com/actions/add-to-project/pull/508)
- Improve output of `check-dist` workflow by
[@&#8203;camchenry](https://togithub.com/camchenry) in
[https://github.com/actions/add-to-project/pull/521](https://togithub.com/actions/add-to-project/pull/521)
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/470](https://togithub.com/actions/add-to-project/pull/470)
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/500](https://togithub.com/actions/add-to-project/pull/500)
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/493](https://togithub.com/actions/add-to-project/pull/493)
- Update readme and prepare release by
[@&#8203;talune](https://togithub.com/talune) in
[https://github.com/actions/add-to-project/pull/523](https://togithub.com/actions/add-to-project/pull/523)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.60 to
16.18.91 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/527](https://togithub.com/actions/add-to-project/pull/527)
- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/525](https://togithub.com/actions/add-to-project/pull/525)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/524](https://togithub.com/actions/add-to-project/pull/524)
- build(deps-dev): bump typescript from 5.2.2 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/526](https://togithub.com/actions/add-to-project/pull/526)

#### New Contributors

- [@&#8203;camchenry](https://togithub.com/camchenry) made their first
contribution in
[https://github.com/actions/add-to-project/pull/521](https://togithub.com/actions/add-to-project/pull/521)
- [@&#8203;talune](https://togithub.com/talune) made their first
contribution in
[https://github.com/actions/add-to-project/pull/523](https://togithub.com/actions/add-to-project/pull/523)

**Full Changelog**:
actions/add-to-project@v0.6.0...v0.6.1

</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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

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

Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
Lulalaby referenced this pull request in Fortunevale/ProjectMakoto Mar 19, 2024
[![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.5.0` -> `v0.6.1` |

---

### Release Notes

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

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

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

#### What's Changed

- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/514](https://togithub.com/actions/add-to-project/pull/514)
- build(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/498](https://togithub.com/actions/add-to-project/pull/498)
- build(deps-dev): bump eslint from 8.49.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/520](https://togithub.com/actions/add-to-project/pull/520)
- build(deps): bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/507](https://togithub.com/actions/add-to-project/pull/507)
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/508](https://togithub.com/actions/add-to-project/pull/508)
- Improve output of `check-dist` workflow by
[@&#8203;camchenry](https://togithub.com/camchenry) in
[https://github.com/actions/add-to-project/pull/521](https://togithub.com/actions/add-to-project/pull/521)
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/470](https://togithub.com/actions/add-to-project/pull/470)
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/500](https://togithub.com/actions/add-to-project/pull/500)
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/493](https://togithub.com/actions/add-to-project/pull/493)
- Update readme and prepare release by
[@&#8203;talune](https://togithub.com/talune) in
[https://github.com/actions/add-to-project/pull/523](https://togithub.com/actions/add-to-project/pull/523)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.60 to
16.18.91 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/527](https://togithub.com/actions/add-to-project/pull/527)
- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/525](https://togithub.com/actions/add-to-project/pull/525)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/524](https://togithub.com/actions/add-to-project/pull/524)
- build(deps-dev): bump typescript from 5.2.2 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/526](https://togithub.com/actions/add-to-project/pull/526)

#### New Contributors

- [@&#8203;camchenry](https://togithub.com/camchenry) made their first
contribution in
[https://github.com/actions/add-to-project/pull/521](https://togithub.com/actions/add-to-project/pull/521)
- [@&#8203;talune](https://togithub.com/talune) made their first
contribution in
[https://github.com/actions/add-to-project/pull/523](https://togithub.com/actions/add-to-project/pull/523)

**Full Changelog**:
actions/add-to-project@v0.6.0...v0.6.1

###
[`v0.6.0`](https://togithub.com/actions/add-to-project/compare/v0.5.0...v0.6.0)

[Compare
Source](https://togithub.com/actions/add-to-project/compare/v0.5.0...v0.6.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://developer.mend.io/github/Fortunevale/ProjectMakoto).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=-->
kfcampbell referenced this pull request in octokit/rest.js Mar 19, 2024
[![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 | patch | `v0.6.0` -> `v0.6.1` |

---

### Release Notes

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

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

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

#### What's Changed

- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/514](https://togithub.com/actions/add-to-project/pull/514)
- build(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/498](https://togithub.com/actions/add-to-project/pull/498)
- build(deps-dev): bump eslint from 8.49.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/520](https://togithub.com/actions/add-to-project/pull/520)
- build(deps): bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/507](https://togithub.com/actions/add-to-project/pull/507)
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/508](https://togithub.com/actions/add-to-project/pull/508)
- Improve output of `check-dist` workflow by
[@&#8203;camchenry](https://togithub.com/camchenry) in
[https://github.com/actions/add-to-project/pull/521](https://togithub.com/actions/add-to-project/pull/521)
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/470](https://togithub.com/actions/add-to-project/pull/470)
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/500](https://togithub.com/actions/add-to-project/pull/500)
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/493](https://togithub.com/actions/add-to-project/pull/493)
- Update readme and prepare release by
[@&#8203;talune](https://togithub.com/talune) in
[https://github.com/actions/add-to-project/pull/523](https://togithub.com/actions/add-to-project/pull/523)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.60 to
16.18.91 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/527](https://togithub.com/actions/add-to-project/pull/527)
- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/525](https://togithub.com/actions/add-to-project/pull/525)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/524](https://togithub.com/actions/add-to-project/pull/524)
- build(deps-dev): bump typescript from 5.2.2 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/526](https://togithub.com/actions/add-to-project/pull/526)

#### New Contributors

- [@&#8203;camchenry](https://togithub.com/camchenry) made their first
contribution in
[https://github.com/actions/add-to-project/pull/521](https://togithub.com/actions/add-to-project/pull/521)
- [@&#8203;talune](https://togithub.com/talune) made their first
contribution in
[https://github.com/actions/add-to-project/pull/523](https://togithub.com/actions/add-to-project/pull/523)

**Full Changelog**:
actions/add-to-project@v0.6.0...v0.6.1

</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://developer.mend.io/github/octokit/rest.js).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot referenced this pull request in camunda/camunda Mar 19, 2024
[![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 | patch | `v0.6.0` -> `v0.6.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

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

#### What's Changed

- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/514](https://togithub.com/actions/add-to-project/pull/514)
- build(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/498](https://togithub.com/actions/add-to-project/pull/498)
- build(deps-dev): bump eslint from 8.49.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/520](https://togithub.com/actions/add-to-project/pull/520)
- build(deps): bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/507](https://togithub.com/actions/add-to-project/pull/507)
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/508](https://togithub.com/actions/add-to-project/pull/508)
- Improve output of `check-dist` workflow by
[@&#8203;camchenry](https://togithub.com/camchenry) in
[https://github.com/actions/add-to-project/pull/521](https://togithub.com/actions/add-to-project/pull/521)
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/470](https://togithub.com/actions/add-to-project/pull/470)
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/500](https://togithub.com/actions/add-to-project/pull/500)
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/493](https://togithub.com/actions/add-to-project/pull/493)
- Update readme and prepare release by
[@&#8203;talune](https://togithub.com/talune) in
[https://github.com/actions/add-to-project/pull/523](https://togithub.com/actions/add-to-project/pull/523)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.60 to
16.18.91 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/527](https://togithub.com/actions/add-to-project/pull/527)
- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/525](https://togithub.com/actions/add-to-project/pull/525)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/524](https://togithub.com/actions/add-to-project/pull/524)
- build(deps-dev): bump typescript from 5.2.2 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/add-to-project/pull/526](https://togithub.com/actions/add-to-project/pull/526)

#### New Contributors

- [@&#8203;camchenry](https://togithub.com/camchenry) made their first
contribution in
[https://github.com/actions/add-to-project/pull/521](https://togithub.com/actions/add-to-project/pull/521)
- [@&#8203;talune](https://togithub.com/talune) made their first
contribution in
[https://github.com/actions/add-to-project/pull/523](https://togithub.com/actions/add-to-project/pull/523)

**Full Changelog**:
actions/add-to-project@v0.6.0...v0.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (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://developer.mend.io/github/camunda/zeebe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
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.

1 participant