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 from 8.35.0 to 8.37.0 #348

Merged
merged 1 commit into from Mar 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2023

Bumps eslint from 8.35.0 to 8.37.0.

Release notes

Sourced from eslint's releases.

v8.37.0

Features

  • b6ab8b2 feat: require-unicode-regexp add suggestions (#17007) (Josh Goldberg)
  • 10022b1 feat: Copy getScope() to SourceCode (#17004) (Nicholas C. Zakas)
  • 1665c02 feat: Use plugin metadata for flat config serialization (#16992) (Nicholas C. Zakas)
  • b3634f6 feat: docs license (#17010) (Samuel Roldan)
  • 892e6e5 feat: languageOptions.parser must be an object. (#16985) (Nicholas C. Zakas)

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#17000) (Francesco Trotta)

Documentation

  • 75339df docs: fix typos and missing info in id-match docs (#17029) (Ed Lucas)
  • ec2d830 docs: Fix typos in the semi rule docs (#17012) (Andrii Lundiak)
  • e39f28d docs: add back to top button (#16979) (Tanuj Kanti)
  • 721c717 docs: Custom Processors cleanup and expansion (#16838) (Ben Perlmutter)
  • d049f97 docs: 'How ESLint is Maintained' page (#16961) (Ben Perlmutter)
  • 5251a92 docs: Describe guard options for guard-for-in (#16986) (alope107)
  • 6157d81 docs: Add example to guard-for-in docs. (#16983) (alope107)
  • fd47998 docs: update Array.prototype.toSorted specification link (#16982) (Milos Djermanovic)
  • 3e1cf6b docs: Copy edits on Maintain ESLint docs (#16939) (Ben Perlmutter)

Chores

  • c67f299 chore: upgrade @​eslint/js@​8.37.0 (#17033) (Milos Djermanovic)
  • ee9ddbd chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • dddb475 chore: upgrade @​eslint/eslintrc@​2.0.2 (#17032) (Milos Djermanovic)
  • 522431e chore: upgrade espree@9.5.1 (#17031) (Milos Djermanovic)
  • f5f9a88 chore: upgrade eslint-visitor-keys@3.4.0 (#17030) (Milos Djermanovic)
  • 4dd8d52 ci: bump actions/stale from 7 to 8 (#17026) (dependabot[bot])
  • ad9dd6a chore: remove duplicate scss, (#17005) (Strek)
  • ada6a3e ci: unpin Node 19 (#16993) (Milos Djermanovic)
  • c3da975 chore: Remove triage label from template (#16990) (Nicholas C. Zakas)
  • 69bc0e2 ci: pin Node 19 to 19.7.0 (#16987) (Milos Djermanovic)

v8.36.0

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.37.0 - March 28, 2023

  • c67f299 chore: upgrade @​eslint/js@​8.37.0 (#17033) (Milos Djermanovic)
  • ee9ddbd chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • dddb475 chore: upgrade @​eslint/eslintrc@​2.0.2 (#17032) (Milos Djermanovic)
  • 522431e chore: upgrade espree@9.5.1 (#17031) (Milos Djermanovic)
  • f5f9a88 chore: upgrade eslint-visitor-keys@3.4.0 (#17030) (Milos Djermanovic)
  • 75339df docs: fix typos and missing info in id-match docs (#17029) (Ed Lucas)
  • b6ab8b2 feat: require-unicode-regexp add suggestions (#17007) (Josh Goldberg)
  • 4dd8d52 ci: bump actions/stale from 7 to 8 (#17026) (dependabot[bot])
  • 619f3fd fix: correctly handle null default config in RuleTester (#17023) (Brad Zacher)
  • ec2d830 docs: Fix typos in the semi rule docs (#17012) (Andrii Lundiak)
  • e39f28d docs: add back to top button (#16979) (Tanuj Kanti)
  • ad9dd6a chore: remove duplicate scss, (#17005) (Strek)
  • 10022b1 feat: Copy getScope() to SourceCode (#17004) (Nicholas C. Zakas)
  • 1665c02 feat: Use plugin metadata for flat config serialization (#16992) (Nicholas C. Zakas)
  • b3634f6 feat: docs license (#17010) (Samuel Roldan)
  • 721c717 docs: Custom Processors cleanup and expansion (#16838) (Ben Perlmutter)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#17000) (Francesco Trotta)
  • 892e6e5 feat: languageOptions.parser must be an object. (#16985) (Nicholas C. Zakas)
  • ada6a3e ci: unpin Node 19 (#16993) (Milos Djermanovic)
  • c3da975 chore: Remove triage label from template (#16990) (Nicholas C. Zakas)
  • d049f97 docs: 'How ESLint is Maintained' page (#16961) (Ben Perlmutter)
  • 5251a92 docs: Describe guard options for guard-for-in (#16986) (alope107)
  • 69bc0e2 ci: pin Node 19 to 19.7.0 (#16987) (Milos Djermanovic)
  • 6157d81 docs: Add example to guard-for-in docs. (#16983) (alope107)
  • fd47998 docs: update Array.prototype.toSorted specification link (#16982) (Milos Djermanovic)
  • 3e1cf6b docs: Copy edits on Maintain ESLint docs (#16939) (Ben Perlmutter)

v8.36.0 - March 10, 2023

  • 602b111 chore: upgrade @​eslint/js@​8.36.0 (#16978) (Milos Djermanovic)
  • 43c2345 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 00afb84 chore: upgrade @​eslint/eslintrc@​2.0.1 (#16977) (Milos Djermanovic)
  • 698c5aa chore: upgrade espree@9.5.0 (#16976) (Milos Djermanovic)
  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • c89a485 feat: Add checkJSDoc option to multiline-comment-style (#16807) (Laurent Cozic)
  • f5f5e11 feat: Serialize parsers/processors in flat config (#16944) (Nicholas C. Zakas)
  • caf08ce docs: fix estree link in custom formatters docs (#16967) (Milos Djermanovic)
  • 75acdd2 chore: lint more js files in docs (#16964) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • 4799297 feat: use @​eslint-community dependencies (#16784) (Michaël De Boey)
  • b09a512 docs: detect and fix broken links (#16837) (Nitin Kumar)
  • 92c1943 fix: correctly iterate files matched by glob patterns (#16831) (Nitin Kumar)
  • 89d9844 ci: bump actions/add-to-project from 0.4.0 to 0.4.1 (#16943) (dependabot[bot])
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 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)

@dependabot dependabot bot requested a review from a team as a code owner March 29, 2023 14:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 29, 2023
@omerbensaadon
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.37.0 branch from f9a341b to d83fc40 Compare March 30, 2023 13:40
Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.37.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.35.0...v8.37.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 force-pushed the dependabot/npm_and_yarn/eslint-8.37.0 branch from d83fc40 to 2250fd4 Compare March 30, 2023 13:41
@omerbensaadon omerbensaadon merged commit 0893101 into main Mar 30, 2023
2 of 4 checks passed
@omerbensaadon omerbensaadon deleted the dependabot/npm_and_yarn/eslint-8.37.0 branch March 30, 2023 13:41
Racer159 added a commit to defenseunicorns/zarf that referenced this pull request Apr 5, 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 | Type |
Update |
|---|---|---|---|---|---|---|---|
| @&#8203;defense-unicorns/unicorn-ui | [`0.0.43` ->
`0.0.46`](https://renovatebot.com/diffs/npm/@defense-unicorns%2funicorn-ui/0.0.43/0.0.46)
|
[![age](https://badges.renovateapi.com/packages/npm/@defense-unicorns%2funicorn-ui/0.0.46/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@defense-unicorns%2funicorn-ui/0.0.46/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@defense-unicorns%2funicorn-ui/0.0.46/compatibility-slim/0.0.43)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@defense-unicorns%2funicorn-ui/0.0.46/confidence-slim/0.0.43)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch |
| [@playwright/test](https://playwright.dev)
([source](https://togithub.com/Microsoft/playwright)) | [`1.32.1` ->
`1.32.2`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.32.1/1.32.2)
|
[![age](https://badges.renovateapi.com/packages/npm/@playwright%2ftest/1.32.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@playwright%2ftest/1.32.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@playwright%2ftest/1.32.2/compatibility-slim/1.32.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@playwright%2ftest/1.32.2/confidence-slim/1.32.1)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint)
| [`5.57.0` ->
`5.57.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.57.0/5.57.1)
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.57.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.57.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.57.1/compatibility-slim/5.57.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.57.1/confidence-slim/5.57.0)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint)
| [`5.57.0` ->
`5.57.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.57.0/5.57.1)
|
[![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.57.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.57.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.57.1/compatibility-slim/5.57.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.57.1/confidence-slim/5.57.0)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
| [actions/add-to-project](https://togithub.com/actions/add-to-project)
| `v0.4.1` -> `v0.5.0` |
[![age](https://badges.renovateapi.com/packages/github-tags/actions%2fadd-to-project/v0.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/github-tags/actions%2fadd-to-project/v0.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/github-tags/actions%2fadd-to-project/v0.5.0/compatibility-slim/v0.4.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/github-tags/actions%2fadd-to-project/v0.5.0/confidence-slim/v0.4.1)](https://docs.renovatebot.com/merge-confidence/)
| action | minor |
| [anchore/sbom-action](https://togithub.com/anchore/sbom-action) |
`v0.13.4` -> `v0.14.1` |
[![age](https://badges.renovateapi.com/packages/github-tags/anchore%2fsbom-action/v0.14.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/github-tags/anchore%2fsbom-action/v0.14.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/github-tags/anchore%2fsbom-action/v0.14.1/compatibility-slim/v0.13.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/github-tags/anchore%2fsbom-action/v0.14.1/confidence-slim/v0.13.4)](https://docs.renovatebot.com/merge-confidence/)
| action | minor |
| [github.com/docker/cli](https://togithub.com/docker/cli) |
`v23.0.2+incompatible` -> `v23.0.3+incompatible` |
[![age](https://badges.renovateapi.com/packages/go/github.com%2fdocker%2fcli/v23.0.3+incompatible/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/go/github.com%2fdocker%2fcli/v23.0.3+incompatible/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/go/github.com%2fdocker%2fcli/v23.0.3+incompatible/compatibility-slim/v23.0.2+incompatible)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/go/github.com%2fdocker%2fcli/v23.0.3+incompatible/confidence-slim/v23.0.2+incompatible)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [github.com/goccy/go-yaml](https://togithub.com/goccy/go-yaml) |
`v1.10.1` -> `v1.11.0` |
[![age](https://badges.renovateapi.com/packages/go/github.com%2fgoccy%2fgo-yaml/v1.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/go/github.com%2fgoccy%2fgo-yaml/v1.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/go/github.com%2fgoccy%2fgo-yaml/v1.11.0/compatibility-slim/v1.10.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/go/github.com%2fgoccy%2fgo-yaml/v1.11.0/confidence-slim/v1.10.1)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| [github.com/moby/moby](https://togithub.com/moby/moby) |
`v23.0.2+incompatible` -> `v23.0.3+incompatible` |
[![age](https://badges.renovateapi.com/packages/go/github.com%2fmoby%2fmoby/v23.0.3+incompatible/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/go/github.com%2fmoby%2fmoby/v23.0.3+incompatible/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/go/github.com%2fmoby%2fmoby/v23.0.3+incompatible/compatibility-slim/v23.0.2+incompatible)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/go/github.com%2fmoby%2fmoby/v23.0.3+incompatible/confidence-slim/v23.0.2+incompatible)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm) |
`v0.12.57` -> `v0.12.58` |
[![age](https://badges.renovateapi.com/packages/go/github.com%2fpterm%2fpterm/v0.12.58/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/go/github.com%2fpterm%2fpterm/v0.12.58/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/go/github.com%2fpterm%2fpterm/v0.12.58/compatibility-slim/v0.12.57)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/go/github.com%2fpterm%2fpterm/v0.12.58/confidence-slim/v0.12.57)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [github.com/spf13/cobra](https://togithub.com/spf13/cobra) | `v1.6.1`
-> `v1.7.0` |
[![age](https://badges.renovateapi.com/packages/go/github.com%2fspf13%2fcobra/v1.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/go/github.com%2fspf13%2fcobra/v1.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/go/github.com%2fspf13%2fcobra/v1.7.0/compatibility-slim/v1.6.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/go/github.com%2fspf13%2fcobra/v1.7.0/confidence-slim/v1.6.1)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| [loki-stack](https://grafana.com/loki)
([source](https://togithub.com/grafana/helm-charts)) | `2.9.9` ->
`2.9.10` |
[![age](https://badges.renovateapi.com/packages/helm/loki-stack/2.9.10/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/helm/loki-stack/2.9.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/helm/loki-stack/2.9.10/compatibility-slim/2.9.9)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/helm/loki-stack/2.9.10/confidence-slim/2.9.9)](https://docs.renovatebot.com/merge-confidence/)
| | patch |
| [material-symbols](https://marella.github.io/material-symbols/demo/)
([source](https://togithub.com/marella/material-symbols)) | [`0.5.4` ->
`0.5.5`](https://renovatebot.com/diffs/npm/material-symbols/0.5.4/0.5.5)
|
[![age](https://badges.renovateapi.com/packages/npm/material-symbols/0.5.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/material-symbols/0.5.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/material-symbols/0.5.5/compatibility-slim/0.5.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/material-symbols/0.5.5/confidence-slim/0.5.4)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch |
| [playwright](https://playwright.dev)
([source](https://togithub.com/Microsoft/playwright)) | [`1.32.1` ->
`1.32.2`](https://renovatebot.com/diffs/npm/playwright/1.32.1/1.32.2) |
[![age](https://badges.renovateapi.com/packages/npm/playwright/1.32.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/playwright/1.32.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/playwright/1.32.2/compatibility-slim/1.32.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/playwright/1.32.2/confidence-slim/1.32.1)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[sigs.k8s.io/kustomize/api](https://togithub.com/kubernetes-sigs/kustomize)
| `v0.12.1` -> `v0.13.2` |
[![age](https://badges.renovateapi.com/packages/go/sigs.k8s.io%2fkustomize%2fapi/v0.13.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/go/sigs.k8s.io%2fkustomize%2fapi/v0.13.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/go/sigs.k8s.io%2fkustomize%2fapi/v0.13.2/compatibility-slim/v0.12.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/go/sigs.k8s.io%2fkustomize%2fapi/v0.13.2/confidence-slim/v0.12.1)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| [svelte-check](https://togithub.com/sveltejs/language-tools) |
[`3.1.4` ->
`3.2.0`](https://renovatebot.com/diffs/npm/svelte-check/3.1.4/3.2.0) |
[![age](https://badges.renovateapi.com/packages/npm/svelte-check/3.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/svelte-check/3.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/svelte-check/3.2.0/compatibility-slim/3.1.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/svelte-check/3.2.0/confidence-slim/3.1.4)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |

---

### Release Notes

<details>
<summary>Microsoft/playwright</summary>

###
[`v1.32.2`](https://togithub.com/microsoft/playwright/releases/tag/v1.32.2)

[Compare
Source](https://togithub.com/Microsoft/playwright/compare/v1.32.1...v1.32.2)

##### Highlights


[microsoft/playwright#21993
- \[BUG] Browser crash when using Playwright VSC extension and
trace-viewer enabled in
config[microsoft/playwright#22003
- \[Feature] Make Vue component mount props less
restrictiv[microsoft/playwright#22089
- \[REGRESSION]: Tests failing with "Error: tracing.stopChunk"

##### Browser Versions

-   Chromium 112.0.5615.29
-   Mozilla Firefox 111.0
-   WebKit 16.4

This version was also tested against the following stable channels:

-   Google Chrome 111
-   Microsoft Edge 111

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v5.57.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5571-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5570v5571-2023-04-03)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1)

##### Bug Fixes

- **eslint-plugin:** \[strict-boolean-expressions] support mixed enums
in allowNullableEnum option
([#&#8203;6740](https://togithub.com/typescript-eslint/typescript-eslint/issues/6740))
([49be8a8](https://togithub.com/typescript-eslint/typescript-eslint/commit/49be8a814c82f3784308ef5a6e90478eb56e55c1))

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v5.57.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5571-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5570v5571-2023-04-03)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.57.0...v5.57.1)

**Note:** Version bump only for package
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

</details>

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

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

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

#### What's Changed

- ✨ **GHES support: Allow projects outside github.com** by
[@&#8203;saravanan30erd](https://togithub.com/saravanan30erd) in
[actions/add-to-project#338
- typo: repo -> project by
[@&#8203;rootulp](https://togithub.com/rootulp) in
[actions/add-to-project#330
-   Dependency updates:
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.12 to
16.18.14 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#328
- build(deps-dev): bump eslint from 8.34.0 to 8.35.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#326
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.53.0 to 5.54.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#329
- build(deps-dev): bump prettier from 2.8.4 to 2.8.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#334
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.0.3
to 5.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#226
- build(deps-dev): bump prettier from 2.8.5 to 2.8.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#340
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.54.1 to 5.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#346
- build(deps-dev): bump eslint from 8.35.0 to 8.37.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#348
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.14 to
16.18.23 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#350
- build(deps-dev): bump eslint-plugin-github from 4.6.1 to 4.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#351
- build(deps-dev): bump concurrently from 7.6.0 to 8.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#352

#### New Contributors ❤️

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

**Full Changelog**:
actions/add-to-project@v0.4.1...v0.5.0

</details>

<details>
<summary>anchore/sbom-action</summary>

###
[`v0.14.1`](https://togithub.com/anchore/sbom-action/releases/tag/v0.14.1)

[Compare
Source](https://togithub.com/anchore/sbom-action/compare/v0.13.4...v0.14.1)

#### Changes in v0.14.1

- chore(deps): update Syft to v0.76.0
([#&#8203;403](https://togithub.com/anchore/sbom-action/issues/403))
\[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]

</details>

<details>
<summary>docker/cli</summary>

###
[`v23.0.3+incompatible`](https://togithub.com/docker/cli/compare/v23.0.2...v23.0.3)

[Compare
Source](https://togithub.com/docker/cli/compare/v23.0.2...v23.0.3)

</details>

<details>
<summary>goccy/go-yaml</summary>

###
[`v1.11.0`](https://togithub.com/goccy/go-yaml/releases/tag/v1.11.0):
1.11.0

[Compare
Source](https://togithub.com/goccy/go-yaml/compare/v1.10.1...v1.11.0)

#### What's Changed

- Supports dynamically switch encode and decode processing for a given
type by [@&#8203;goccy](https://togithub.com/goccy) in
[goccy/go-yaml#368

**Full Changelog**:
goccy/go-yaml@v1.10.1...v1.11.0

</details>

<details>
<summary>moby/moby</summary>

###
[`v23.0.3+incompatible`](https://togithub.com/moby/moby/compare/v23.0.2...v23.0.3)

[Compare
Source](https://togithub.com/moby/moby/compare/v23.0.2...v23.0.3)

</details>

<details>
<summary>pterm/pterm</summary>

###
[`v0.12.58`](https://togithub.com/pterm/pterm/releases/tag/v0.12.58): |
Structured Logging

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.57...v0.12.58)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

##### New Printer: Structured Logging!

<img width="500"
src="https://raw.githubusercontent.com/pterm/pterm/master/_examples/logger/default/animation.svg"
/>

- feat(logger): added pretty structured logger by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#480
- feat(rgb): made it possible to use RGB colors as background by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#474

##### Fixes 🔧

- fix(rgb): fixed a bug in RGB fading, where the `maxValue` would print
with the `minValue` color. by
[@&#8203;floaust](https://togithub.com/floaust) in
[pterm/pterm#479

##### Other Changes

- examples: combine header examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#467
- ci: added svgo workflow to optimize SVGs by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#468
- docs(examples): added more examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#469
- docs(README): improved readme by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#476

**Full Changelog**:
pterm/pterm@v0.12.57...v0.12.58

</details>

<details>
<summary>spf13/cobra</summary>

### [`v1.7.0`](https://togithub.com/spf13/cobra/releases/tag/v1.7.0)

[Compare
Source](https://togithub.com/spf13/cobra/compare/v1.6.1...v1.7.0)

##### ✨ Features

- Allow to preserve ordering of completions in `bash`, `zsh`, `pwsh`, &
`fish`: [@&#8203;h4ck3rk3y](https://togithub.com/h4ck3rk3y)
[#&#8203;1903](https://togithub.com/spf13/cobra/issues/1903)
- Add support for PowerShell 7.2+ in completions:
[@&#8203;oldium](https://togithub.com/oldium)
[#&#8203;1916](https://togithub.com/spf13/cobra/issues/1916)
- Allow sourcing zsh completion script:
[@&#8203;marckhouzam](https://togithub.com/marckhouzam)
[#&#8203;1917](https://togithub.com/spf13/cobra/issues/1917)

##### 🐛 Bug fixes

- Don't remove flag values that match sub-command name:
[@&#8203;brianpursley](https://togithub.com/brianpursley)
[#&#8203;1781](https://togithub.com/spf13/cobra/issues/1781)
- Fix powershell completions not returning single word:
[@&#8203;totkeks](https://togithub.com/totkeks)
[#&#8203;1850](https://togithub.com/spf13/cobra/issues/1850)
- Remove masked `template` import variable name:
[@&#8203;yashLadha](https://togithub.com/yashLadha)
[#&#8203;1879](https://togithub.com/spf13/cobra/issues/1879)
- Correctly detect completions with dash in argument:
[@&#8203;oncilla](https://togithub.com/oncilla)
[#&#8203;1817](https://togithub.com/spf13/cobra/issues/1817)

##### 🧪 Testing & CI/CD

- Deprecate Go 1.15 in CI:
[@&#8203;umarcor](https://togithub.com/umarcor)
[#&#8203;1866](https://togithub.com/spf13/cobra/issues/1866)
- Deprecate Go 1.16 in CI:
[@&#8203;umarcor](https://togithub.com/umarcor)
[#&#8203;1926](https://togithub.com/spf13/cobra/issues/1926)
- Add testing for Go 1.20 in CI:
[@&#8203;umarcor](https://togithub.com/umarcor)
[#&#8203;1925](https://togithub.com/spf13/cobra/issues/1925)
- Add tests to illustrate unknown flag bug:
[@&#8203;brianpursley](https://togithub.com/brianpursley)
[#&#8203;1854](https://togithub.com/spf13/cobra/issues/1854)

##### 🔧 Maintenance

- Update main image to better handle dark backgrounds:
[@&#8203;Deleplace](https://togithub.com/Deleplace) and
[@&#8203;marckhouzam](https://togithub.com/marckhouzam)
[#&#8203;1883](https://togithub.com/spf13/cobra/issues/1883)
- Fix `stale.yaml` mispellings:
[@&#8203;enrichman](https://togithub.com/enrichman)
[#&#8203;1863](https://togithub.com/spf13/cobra/issues/1863)
- Remove stale bot from GitHub actions:
[@&#8203;jpmcb](https://togithub.com/jpmcb)
[#&#8203;1908](https://togithub.com/spf13/cobra/issues/1908)
- Add makefile target for installing dependencies:
[@&#8203;umarcor](https://togithub.com/umarcor)
[#&#8203;1865](https://togithub.com/spf13/cobra/issues/1865)
- Add Sia to projects using Cobra:
[@&#8203;mike76-dev](https://togithub.com/mike76-dev)
[#&#8203;1844](https://togithub.com/spf13/cobra/issues/1844)
- Add `Vitess` and `Arewefastyet` to projects using cobra:
[@&#8203;frouioui](https://togithub.com/frouioui)
[#&#8203;1932](https://togithub.com/spf13/cobra/issues/1932)
- Fixup for Kubescape github org:
[@&#8203;dwertent](https://togithub.com/dwertent)
[#&#8203;1874](https://togithub.com/spf13/cobra/issues/1874)
- Fix route for GitHub workflows badge:
[@&#8203;sh-cho](https://togithub.com/sh-cho)
[#&#8203;1884](https://togithub.com/spf13/cobra/issues/1884)
- Fixup for GoDoc style documentation:
[@&#8203;yashLadha](https://togithub.com/yashLadha)
[#&#8203;1885](https://togithub.com/spf13/cobra/issues/1885)
- Various bash scripting improvements for completion:
[@&#8203;scop](https://togithub.com/scop)
[#&#8203;1702](https://togithub.com/spf13/cobra/issues/1702)
- Add Constellation to projects using Cobra:
[@&#8203;datosh](https://togithub.com/datosh)
[#&#8203;1829](https://togithub.com/spf13/cobra/issues/1829)

##### ✏️ Documentation

- Add documentation about disabling completion descriptions:
[@&#8203;Shihta](https://togithub.com/Shihta)
[#&#8203;1901](https://togithub.com/spf13/cobra/issues/1901)
- Improve `MarkFlagsMutuallyExclusive` example in user guide:
[@&#8203;janhn](https://togithub.com/janhn)
[#&#8203;1904](https://togithub.com/spf13/cobra/issues/1904)
- Update `shell_completions.md`:
[@&#8203;gusega](https://togithub.com/gusega)
[#&#8203;1907](https://togithub.com/spf13/cobra/issues/1907)
- Update copywrite year: [@&#8203;umarcor](https://togithub.com/umarcor)
[#&#8203;1927](https://togithub.com/spf13/cobra/issues/1927)
- Document suggested layout of subcommands:
[@&#8203;lcarva](https://togithub.com/lcarva)
[#&#8203;1930](https://togithub.com/spf13/cobra/issues/1930)
- Replace deprecated ExactValidArgs with MatchAll in doc:
[@&#8203;doniacld](https://togithub.com/doniacld)
[#&#8203;1836](https://togithub.com/spf13/cobra/issues/1836)

***

This release contains several long running fixes, improvements to
powershell completions, and further optimizations for completions.

Thank you everyone who contributed to this release and all your hard
work! Cobra and this community would never be possible without all of
you! 🐍

Full changelog:  spf13/cobra@v1.6.1...v1.7.0

</details>

<details>
<summary>grafana/helm-charts</summary>

###
[`v2.9.10`](https://togithub.com/grafana/helm-charts/releases/tag/loki-stack-2.9.10)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/loki-stack-2.9.9...loki-stack-2.9.10)

Loki: like Prometheus, but for logs.

</details>

<details>
<summary>marella/material-symbols</summary>

###
[`v0.5.5`](https://togithub.com/marella/material-symbols/compare/v0.5.4...v0.5.5)

[Compare
Source](https://togithub.com/marella/material-symbols/compare/v0.5.4...v0.5.5)

</details>

<details>
<summary>sveltejs/language-tools</summary>

###
[`v3.2.0`](https://togithub.com/sveltejs/language-tools/releases/tag/svelte-check-3.2.0)

[Compare
Source](https://togithub.com/sveltejs/language-tools/compare/svelte-check-3.1.4...svelte-check-3.2.0)

- (feat) intellisense for new bindings
([#&#8203;1957](https://togithub.com/sveltejs/language-tools/issues/1957))
- (feat) bump to TypeScript 5.0
([#&#8203;1919](https://togithub.com/sveltejs/language-tools/issues/1919))
- (feat) support `<svelte:document>`
([#&#8203;1958](https://togithub.com/sveltejs/language-tools/issues/1958))
- (fix) swap order of inserted statements for store prop with type
([#&#8203;1960](https://togithub.com/sveltejs/language-tools/issues/1960))
- (fix) add `.js` to `$types` imports to support node16/nodenext
resolution
([#&#8203;1967](https://togithub.com/sveltejs/language-tools/issues/1967))
- (fix) use Svelte's ComponentConstructorOptions
([#&#8203;1969](https://togithub.com/sveltejs/language-tools/issues/1969))
- (feat) throw error on invalid tsconfig includes/excludes and on
unknown options
([#&#8203;1974](https://togithub.com/sveltejs/language-tools/issues/1974))

</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://togithub.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 [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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzIuMiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wayne Starr <me@racer159.com>
kodiakhq bot pushed a commit to carbon-design-system/carbon-for-ibm-dotcom that referenced this pull request Apr 9, 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.4.1` -> `v0.5.0` |

---

### Release Notes

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

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

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

#### What's Changed

-   ✨  **GHES support: Allow projects outside github.com** by [@&#8203;saravanan30erd](https://togithub.com/saravanan30erd) in [actions/add-to-project#338
-   typo: repo -> project by [@&#8203;rootulp](https://togithub.com/rootulp) in [actions/add-to-project#330
-   Dependency updates:
    -   build(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 16.18.12 to 16.18.14 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#328
    -   build(deps-dev): bump eslint from 8.34.0 to 8.35.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#326
    -   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.53.0 to 5.54.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#329
    -   build(deps-dev): bump prettier from 2.8.4 to 2.8.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#334
    -   build(deps): bump [@&#8203;actions/github](https://togithub.com/actions/github) from 5.0.3 to 5.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#226
    -   build(deps-dev): bump prettier from 2.8.5 to 2.8.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#340
    -   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.54.1 to 5.57.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#346
    -   build(deps-dev): bump eslint from 8.35.0 to 8.37.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#348
    -   build(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 16.18.14 to 16.18.23 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#350
    -   build(deps-dev): bump eslint-plugin-github from 4.6.1 to 4.7.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#351
    -   build(deps-dev): bump concurrently from 7.6.0 to 8.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#352

#### New Contributors ❤️

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

**Full Changelog**: actions/add-to-project@v0.4.1...v0.5.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**: Never, 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/carbon-design-system/carbon-for-ibm-dotcom).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->
wolfy1339 pushed a commit to octokit/rest.js that referenced this pull request Oct 2, 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.4.0` -> `v0.5.0` |

---

### Release Notes

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

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

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

#### What's Changed

- ✨ **GHES support: Allow projects outside github.com** by
[@&#8203;saravanan30erd](https://togithub.com/saravanan30erd) in
[actions/add-to-project#338
- typo: repo -> project by
[@&#8203;rootulp](https://togithub.com/rootulp) in
[actions/add-to-project#330
-   Dependency updates:
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.12 to
16.18.14 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#328
- build(deps-dev): bump eslint from 8.34.0 to 8.35.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#326
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.53.0 to 5.54.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#329
- build(deps-dev): bump prettier from 2.8.4 to 2.8.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#334
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.0.3
to 5.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#226
- build(deps-dev): bump prettier from 2.8.5 to 2.8.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#340
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.54.1 to 5.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#346
- build(deps-dev): bump eslint from 8.35.0 to 8.37.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#348
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.14 to
16.18.23 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#350
- build(deps-dev): bump eslint-plugin-github from 4.6.1 to 4.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#351
- build(deps-dev): bump concurrently from 7.6.0 to 8.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#352

#### New Contributors ❤️

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

**Full Changelog**:
actions/add-to-project@v0.4.1...v0.5.0

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

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

#### What's Changed

- build(deps-dev): bump eslint from 8.26.0 to 8.28.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#263
- build(deps-dev): bump eslint-plugin-github from 4.4.0 to 4.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#253
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.42.0 to 5.43.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#262
- build(deps-dev): bump eslint-plugin-jest from 27.1.3 to 27.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#259
- build(deps-dev): bump concurrently from 7.5.0 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#265
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.43.0 to 5.44.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#266
- build(deps-dev): bump typescript from 4.8.4 to 4.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#267
- build(deps-dev): bump prettier from 2.7.1 to 2.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#268
- build(deps-dev): bump eslint-plugin-jest from 27.1.5 to 27.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#269
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.44.0 to 5.45.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#270
- build(deps-dev): bump
[@&#8203;github/prettier-config](https://togithub.com/github/prettier-config)
from 0.0.4 to 0.0.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#271
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.3 to
16.18.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#272
- build(deps-dev): bump eslint from 8.28.0 to 8.29.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#273
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.4 to
16.18.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#275
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.45.0 to 5.45.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#276
- build(deps-dev): bump eslint-plugin-github from 4.4.1 to 4.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#277
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.34.0 to
0.36.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#274
- build(deps-dev): bump prettier from 2.8.0 to 2.8.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#278
- build(deps-dev): bump typescript from 4.9.3 to 4.9.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#280
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.45.1 to 5.46.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#279
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.6 to
16.18.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#281
- Add documentation for setting a default status by
[@&#8203;MasterMedo](https://togithub.com/MasterMedo) in
[actions/add-to-project#282
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.7 to
16.18.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#285
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.46.0 to 5.46.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#284
- build(deps-dev): bump eslint-plugin-jest from 27.1.6 to 27.1.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#286
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.9 to
16.18.10 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#287
- build(deps-dev): bump eslint from 8.29.0 to 8.30.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#288
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.46.1 to 5.47.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#290
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.10 to
16.18.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#291
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.47.0 to 5.47.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#292
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.47.1 to 5.49.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#304
- build(deps-dev): bump eslint from 8.30.0 to 8.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#302
- build(deps-dev): bump eslint-plugin-jest from 27.1.7 to 27.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#298
- build(deps): bump json5 from 1.0.1 to 1.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#297
- build(deps-dev): bump prettier from 2.8.1 to 2.8.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#305
- build(deps-dev): bump typescript from 4.9.4 to 4.9.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#310
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.0 to
0.36.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#307
- build(deps-dev): bump eslint from 8.32.0 to 8.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#308
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.49.0 to 5.50.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#309
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.11 to
16.18.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#312
- build(deps-dev): bump prettier from 2.8.3 to 2.8.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#314
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.50.0 to 5.51.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#313
- build(deps-dev): bump eslint from 8.33.0 to 8.34.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#315
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.51.0 to 5.52.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#316
- build(deps-dev): bump eslint-plugin-github from 4.6.0 to 4.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#317
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.52.0 to 5.53.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#319
- epuertat/patch 1 by [@&#8203;epuertat](https://togithub.com/epuertat)
in
[actions/add-to-project#323
- Mattcosta7/patch 1 by
[@&#8203;mattcosta7](https://togithub.com/mattcosta7) in
[actions/add-to-project#324

#### New Contributors

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

**Full Changelog**:
actions/add-to-project@v0.4.0...v0.4.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

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