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

chore(deps): update dependency prettier to v3.2.4 #166

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.1.1 -> 3.2.4 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.2.4

Compare Source

diff

Fix incorrect parser inference (#​15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

v3.2.3

Compare Source

diff

Throw errors for invalid code (#​15881 by @​fisker, @​Josh-Cena, @​auvred)
// Input
1++;

// Prettier 3.2.2
1++;

// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
    | ^
// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
> 1 | try {} catch (error = 1){}
    |                       ^
Fix parser inference (#​15927 by @​fisker)
// Prettier 3.2.2
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "json" }

// Prettier 3.2.3
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "jsonc" }

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - "after 4am and before 7am on saturday" in timezone Asia/Tokyo, 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 19, 2024
@renovate renovate bot merged commit f940c5b into master Jan 26, 2024
2 checks passed
@renovate renovate bot deleted the renovate/linters branch January 26, 2024 21:25
Brooooooklyn referenced this pull request in toeverything/AFFiNE Jan 31, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) | action | major | `v1.2.5` -> `v2.0.0` |

---

### Release Notes

<details>
<summary>kentaro-m/auto-assign-action (kentaro-m/auto-assign-action)</summary>

### [`v2.0.0`](https://github.com/kentaro-m/auto-assign-action/releases/tag/v2.0.0)

[Compare Source](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.6...v2.0.0)

#### What's Changed

-   chore(deps): update dependency prettier to v3.2.4 by [@&#8203;renovate](https://github.com/renovate) in [https://github.com/kentaro-m/auto-assign-action/pull/166](https://github.com/kentaro-m/auto-assign-action/pull/166)
-   fix: update Node.js version and action configuration by [@&#8203;kentaro-m](https://github.com/kentaro-m) in [https://github.com/kentaro-m/auto-assign-action/pull/170](https://github.com/kentaro-m/auto-assign-action/pull/170)
-   fix: update [@&#8203;types/node](https://github.com/types/node) version to 20.11.13 by [@&#8203;kentaro-m](https://github.com/kentaro-m) in [https://github.com/kentaro-m/auto-assign-action/pull/171](https://github.com/kentaro-m/auto-assign-action/pull/171)

**Full Changelog**: kentaro-m/auto-assign-action@v1.2.6...v2.0.0

### [`v1.2.6`](https://github.com/kentaro-m/auto-assign-action/releases/tag/v1.2.6)

[Compare Source](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.5...v1.2.6)

#### Changes

-   fix: fix security issue ([#&#8203;165](https://github.com/kentaro-m/auto-assign-action/issues/165)) [@&#8203;kentaro-m](https://github.com/kentaro-m)
-   chore(deps): update dependency prettier to v3.1.1 ([#&#8203;163](https://github.com/kentaro-m/auto-assign-action/issues/163)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update actions/setup-node action to v4 ([#&#8203;158](https://github.com/kentaro-m/auto-assign-action/issues/158)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update actions/checkout action to v4 ([#&#8203;152](https://github.com/kentaro-m/auto-assign-action/issues/152)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency typescript to v5.3.3 ([#&#8203;162](https://github.com/kentaro-m/auto-assign-action/issues/162)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency typescript to v5.3.2 ([#&#8203;161](https://github.com/kentaro-m/auto-assign-action/issues/161)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency prettier to v3.1.0 ([#&#8203;160](https://github.com/kentaro-m/auto-assign-action/issues/160)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update unit test packages ([#&#8203;138](https://github.com/kentaro-m/auto-assign-action/issues/138)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency typescript to v5.2.2 ([#&#8203;151](https://github.com/kentaro-m/auto-assign-action/issues/151)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency [@&#8203;vercel/ncc](https://github.com/vercel/ncc) to v0.38.1 ([#&#8203;156](https://github.com/kentaro-m/auto-assign-action/issues/156)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency lint-staged to v13.3.0 ([#&#8203;150](https://github.com/kentaro-m/auto-assign-action/issues/150)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency [@&#8203;vercel/ncc](https://github.com/vercel/ncc) to v0.38.0 ([#&#8203;149](https://github.com/kentaro-m/auto-assign-action/issues/149)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency [@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types) to v7.3.1 ([#&#8203;143](https://github.com/kentaro-m/auto-assign-action/issues/143)) [@&#8203;renovate](https://github.com/renovate)
-   fix(deps): update dependency [@&#8203;actions/core](https://github.com/actions/core) to v1.10.1 ([#&#8203;148](https://github.com/kentaro-m/auto-assign-action/issues/148)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency prettier to v3.0.3 ([#&#8203;147](https://github.com/kentaro-m/auto-assign-action/issues/147)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency node to v16.20.2 ([#&#8203;142](https://github.com/kentaro-m/auto-assign-action/issues/142)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency [@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types) to v7 ([#&#8203;135](https://github.com/kentaro-m/auto-assign-action/issues/135)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency prettier to v3.0.1 ([#&#8203;141](https://github.com/kentaro-m/auto-assign-action/issues/141)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency prettier to v3 ([#&#8203;140](https://github.com/kentaro-m/auto-assign-action/issues/140)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency typescript to v5.1.6 ([#&#8203;139](https://github.com/kentaro-m/auto-assign-action/issues/139)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency lint-staged to v13.2.3 ([#&#8203;137](https://github.com/kentaro-m/auto-assign-action/issues/137)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update node.js to v16.20.1 ([#&#8203;134](https://github.com/kentaro-m/auto-assign-action/issues/134)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency typescript to v5.1.3 ([#&#8203;132](https://github.com/kentaro-m/auto-assign-action/issues/132)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update node.js to v16.20.0 ([#&#8203;126](https://github.com/kentaro-m/auto-assign-action/issues/126)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency ts-jest to v29.1.0 ([#&#8203;130](https://github.com/kentaro-m/auto-assign-action/issues/130)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency [@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types) to v6.11.0 ([#&#8203;129](https://github.com/kentaro-m/auto-assign-action/issues/129)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency prettier to v2.8.8 ([#&#8203;131](https://github.com/kentaro-m/auto-assign-action/issues/131)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency lint-staged to v13.2.2 ([#&#8203;127](https://github.com/kentaro-m/auto-assign-action/issues/127)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency typescript to v5.0.4 ([#&#8203;128](https://github.com/kentaro-m/auto-assign-action/issues/128)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency typescript to v5.0.3 ([#&#8203;125](https://github.com/kentaro-m/auto-assign-action/issues/125)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency prettier to v2.8.7 ([#&#8203;123](https://github.com/kentaro-m/auto-assign-action/issues/123)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency typescript to v5 ([#&#8203;122](https://github.com/kentaro-m/auto-assign-action/issues/122)) [@&#8203;renovate](https://github.com/renovate)
-   fix(deps): update dependency js-yaml to v3.14.1 ([#&#8203;121](https://github.com/kentaro-m/auto-assign-action/issues/121)) [@&#8203;renovate](https://github.com/renovate)
-   fix(deps): update dependency [@&#8203;actions/github](https://github.com/actions/github) to v5.1.1 ([#&#8203;120](https://github.com/kentaro-m/auto-assign-action/issues/120)) [@&#8203;renovate](https://github.com/renovate)
-   fix(deps): update dependency [@&#8203;actions/core](https://github.com/actions/core) to v1.10.0 ([#&#8203;119](https://github.com/kentaro-m/auto-assign-action/issues/119)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update unit test packages to v29.5.0 ([#&#8203;118](https://github.com/kentaro-m/auto-assign-action/issues/118)) [@&#8203;renovate](https://github.com/renovate)
-   chore(deps): update dependency lint-staged to v13.2.0 ([#&#8203;117](https://github.com/kentaro-m/auto-assign-action/issues/117)) [@&#8203;renovate](https://github.com/renovate)

</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/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5In0=-->
renovate bot referenced this pull request in teutonet/teutonet-helm-charts Feb 22, 2024
…tion to v2 (#755)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action)
| action | major | `v1.2.5` -> `v2.0.0` |

---

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

---

### Release Notes

<details>
<summary>kentaro-m/auto-assign-action
(kentaro-m/auto-assign-action)</summary>

###
[`v2.0.0`](https://github.com/kentaro-m/auto-assign-action/releases/tag/v2.0.0)

[Compare
Source](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.6...v2.0.0)

#### What's Changed

- chore(deps): update dependency prettier to v3.2.4 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/kentaro-m/auto-assign-action/pull/166](https://github.com/kentaro-m/auto-assign-action/pull/166)
- fix: update Node.js version and action configuration by
[@&#8203;kentaro-m](https://github.com/kentaro-m) in
[https://github.com/kentaro-m/auto-assign-action/pull/170](https://github.com/kentaro-m/auto-assign-action/pull/170)
- fix: update [@&#8203;types/node](https://github.com/types/node)
version to 20.11.13 by
[@&#8203;kentaro-m](https://github.com/kentaro-m) in
[https://github.com/kentaro-m/auto-assign-action/pull/171](https://github.com/kentaro-m/auto-assign-action/pull/171)

**Full Changelog**:
kentaro-m/auto-assign-action@v1.2.6...v2.0.0

###
[`v1.2.6`](https://github.com/kentaro-m/auto-assign-action/releases/tag/v1.2.6)

[Compare
Source](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.5...v1.2.6)

#### Changes

- fix: fix security issue
([#&#8203;165](https://github.com/kentaro-m/auto-assign-action/issues/165))
[@&#8203;kentaro-m](https://github.com/kentaro-m)
- chore(deps): update dependency prettier to v3.1.1
([#&#8203;163](https://github.com/kentaro-m/auto-assign-action/issues/163))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update actions/setup-node action to v4
([#&#8203;158](https://github.com/kentaro-m/auto-assign-action/issues/158))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update actions/checkout action to v4
([#&#8203;152](https://github.com/kentaro-m/auto-assign-action/issues/152))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency typescript to v5.3.3
([#&#8203;162](https://github.com/kentaro-m/auto-assign-action/issues/162))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency typescript to v5.3.2
([#&#8203;161](https://github.com/kentaro-m/auto-assign-action/issues/161))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency prettier to v3.1.0
([#&#8203;160](https://github.com/kentaro-m/auto-assign-action/issues/160))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update unit test packages
([#&#8203;138](https://github.com/kentaro-m/auto-assign-action/issues/138))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency typescript to v5.2.2
([#&#8203;151](https://github.com/kentaro-m/auto-assign-action/issues/151))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency
[@&#8203;vercel/ncc](https://github.com/vercel/ncc) to v0.38.1
([#&#8203;156](https://github.com/kentaro-m/auto-assign-action/issues/156))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency lint-staged to v13.3.0
([#&#8203;150](https://github.com/kentaro-m/auto-assign-action/issues/150))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency
[@&#8203;vercel/ncc](https://github.com/vercel/ncc) to v0.38.0
([#&#8203;149](https://github.com/kentaro-m/auto-assign-action/issues/149))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types)
to v7.3.1
([#&#8203;143](https://github.com/kentaro-m/auto-assign-action/issues/143))
[@&#8203;renovate](https://github.com/renovate)
- fix(deps): update dependency
[@&#8203;actions/core](https://github.com/actions/core) to v1.10.1
([#&#8203;148](https://github.com/kentaro-m/auto-assign-action/issues/148))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency prettier to v3.0.3
([#&#8203;147](https://github.com/kentaro-m/auto-assign-action/issues/147))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency node to v16.20.2
([#&#8203;142](https://github.com/kentaro-m/auto-assign-action/issues/142))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types)
to v7
([#&#8203;135](https://github.com/kentaro-m/auto-assign-action/issues/135))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency prettier to v3.0.1
([#&#8203;141](https://github.com/kentaro-m/auto-assign-action/issues/141))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency prettier to v3
([#&#8203;140](https://github.com/kentaro-m/auto-assign-action/issues/140))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency typescript to v5.1.6
([#&#8203;139](https://github.com/kentaro-m/auto-assign-action/issues/139))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency lint-staged to v13.2.3
([#&#8203;137](https://github.com/kentaro-m/auto-assign-action/issues/137))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update node.js to v16.20.1
([#&#8203;134](https://github.com/kentaro-m/auto-assign-action/issues/134))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency typescript to v5.1.3
([#&#8203;132](https://github.com/kentaro-m/auto-assign-action/issues/132))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update node.js to v16.20.0
([#&#8203;126](https://github.com/kentaro-m/auto-assign-action/issues/126))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency ts-jest to v29.1.0
([#&#8203;130](https://github.com/kentaro-m/auto-assign-action/issues/130))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency
[@&#8203;octokit/webhooks-types](https://github.com/octokit/webhooks-types)
to v6.11.0
([#&#8203;129](https://github.com/kentaro-m/auto-assign-action/issues/129))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency prettier to v2.8.8
([#&#8203;131](https://github.com/kentaro-m/auto-assign-action/issues/131))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency lint-staged to v13.2.2
([#&#8203;127](https://github.com/kentaro-m/auto-assign-action/issues/127))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency typescript to v5.0.4
([#&#8203;128](https://github.com/kentaro-m/auto-assign-action/issues/128))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency typescript to v5.0.3
([#&#8203;125](https://github.com/kentaro-m/auto-assign-action/issues/125))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency prettier to v2.8.7
([#&#8203;123](https://github.com/kentaro-m/auto-assign-action/issues/123))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency typescript to v5
([#&#8203;122](https://github.com/kentaro-m/auto-assign-action/issues/122))
[@&#8203;renovate](https://github.com/renovate)
- fix(deps): update dependency js-yaml to v3.14.1
([#&#8203;121](https://github.com/kentaro-m/auto-assign-action/issues/121))
[@&#8203;renovate](https://github.com/renovate)
- fix(deps): update dependency
[@&#8203;actions/github](https://github.com/actions/github) to v5.1.1
([#&#8203;120](https://github.com/kentaro-m/auto-assign-action/issues/120))
[@&#8203;renovate](https://github.com/renovate)
- fix(deps): update dependency
[@&#8203;actions/core](https://github.com/actions/core) to v1.10.0
([#&#8203;119](https://github.com/kentaro-m/auto-assign-action/issues/119))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update unit test packages to v29.5.0
([#&#8203;118](https://github.com/kentaro-m/auto-assign-action/issues/118))
[@&#8203;renovate](https://github.com/renovate)
- chore(deps): update dependency lint-staged to v13.2.0
([#&#8203;117](https://github.com/kentaro-m/auto-assign-action/issues/117))
[@&#8203;renovate](https://github.com/renovate)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/teutonet/teutonet-helm-charts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
codeboten referenced this pull request in open-telemetry/opentelemetry-collector-contrib Mar 14, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://github.com/actions/cache) | action | major |
`v3` -> `v4` |
|
[kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action)
| action | major | `v1.2.6` -> `v2.0.0` |

---

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

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v4`](https://github.com/actions/cache/compare/v3...v4)

[Compare Source](https://github.com/actions/cache/compare/v3...v4)

</details>

<details>
<summary>kentaro-m/auto-assign-action
(kentaro-m/auto-assign-action)</summary>

###
[`v2.0.0`](https://github.com/kentaro-m/auto-assign-action/releases/tag/v2.0.0)

[Compare
Source](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.6...v2.0.0)

#### What's Changed

- chore(deps): update dependency prettier to v3.2.4 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/kentaro-m/auto-assign-action/pull/166](https://github.com/kentaro-m/auto-assign-action/pull/166)
- fix: update Node.js version and action configuration by
[@&#8203;kentaro-m](https://github.com/kentaro-m) in
[https://github.com/kentaro-m/auto-assign-action/pull/170](https://github.com/kentaro-m/auto-assign-action/pull/170)
- fix: update [@&#8203;types/node](https://github.com/types/node)
version to 20.11.13 by
[@&#8203;kentaro-m](https://github.com/kentaro-m) in
[https://github.com/kentaro-m/auto-assign-action/pull/171](https://github.com/kentaro-m/auto-assign-action/pull/171)

**Full Changelog**:
kentaro-m/auto-assign-action@v1.2.6...v2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Antoine Toulme <antoine@lunar-ocean.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants