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

Production deployment #839

Merged
merged 5 commits into from
Jun 19, 2024
Merged

Production deployment #839

merged 5 commits into from
Jun 19, 2024

Conversation

github-actions[bot]
Copy link

Only merge using a merge commit!

simonknittel and others added 5 commits June 19, 2024 04:18
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://togithub.com/prettier/prettier)) | devDependencies |
patch | [`3.3.1` ->
`3.3.2`](https://renovatebot.com/diffs/npm/prettier/3.3.1/3.3.2) |

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332)

[Compare
Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2)

[diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2)

##### Fix handlebars path expressions starts with `@`
([#&#8203;16358](https://togithub.com/prettier/prettier/pull/16358) by
[@&#8203;Princeyadav05](https://togithub.com/Princeyadav05))

<!-- prettier-ignore -->

```hbs
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>
```

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
…838)

This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
|
[prettier-plugin-tailwindcss](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss)
| devDependencies | patch | [`0.6.2` ->
`0.6.3`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.6.2/0.6.3)
| `0.6.5` (+1) |

---

### Release Notes

<details>
<summary>tailwindlabs/prettier-plugin-tailwindcss
(prettier-plugin-tailwindcss)</summary>

###
[`v0.6.3`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#063---2024-06-11)

[Compare
Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.2...v0.6.3)

- Improve detection of string concatenation
([#&#8203;288](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/288))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMi4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)
([source](https://togithub.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))
| devDependencies | patch | [`14.2.3` ->
`14.2.4`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.3/14.2.4)
|
| [next](https://nextjs.org)
([source](https://togithub.com/vercel/next.js)) | dependencies | patch |
[`14.2.3` ->
`14.2.4`](https://renovatebot.com/diffs/npm/next/14.2.3/14.2.4) |

---

### Release Notes

<details>
<summary>vercel/next.js (eslint-config-next)</summary>

###
[`v14.2.4`](https://togithub.com/vercel/next.js/releases/tag/v14.2.4)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.3...v14.2.4)

> \[!NOTE]\
> This release is backporting bug fixes. It does **not** include all
pending features/changes on canary.

##### Core Changes

- fix: ensure route handlers properly track dynamic access
([#&#8203;66446](https://togithub.com/vercel/next.js/issues/66446))
- fix NextRequest proxy in edge runtime
([#&#8203;66551](https://togithub.com/vercel/next.js/issues/66551))
- Fix next/dynamic with babel and src dir
([#&#8203;65177](https://togithub.com/vercel/next.js/issues/65177))
- Use vercel deployment url for metadataBase fallbacks
([#&#8203;65089](https://togithub.com/vercel/next.js/issues/65089))
- fix(next/image): detect react@19 for fetchPriority prop
([#&#8203;65235](https://togithub.com/vercel/next.js/issues/65235))
- Fix loading navigation with metadata and prefetch
([#&#8203;66447](https://togithub.com/vercel/next.js/issues/66447))
- prevent duplicate RSC fetch when action redirects
([#&#8203;66620](https://togithub.com/vercel/next.js/issues/66620))
- ensure router cache updates reference the latest cache values
([#&#8203;66681](https://togithub.com/vercel/next.js/issues/66681))
- Prevent append of trailing slash in cases where path ends with a file
extension
([#&#8203;66636](https://togithub.com/vercel/next.js/issues/66636))
- Fix inconsistency with 404 getStaticProps cache-control
([#&#8203;66674](https://togithub.com/vercel/next.js/issues/66674))
- Use addDependency to track metadata route file changes
([#&#8203;66714](https://togithub.com/vercel/next.js/issues/66714))
- Add timeout/retry handling for fetch cache
([#&#8203;66652](https://togithub.com/vercel/next.js/issues/66652))
- fix: app-router prefetch crash when an invalid URL is passed to Link
([#&#8203;66755](https://togithub.com/vercel/next.js/issues/66755))

##### Credits

Huge thanks to [@&#8203;ztanner](https://togithub.com/ztanner),
[@&#8203;ijjk](https://togithub.com/ijjk),
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith),
[@&#8203;huozhi](https://togithub.com/huozhi), and
[@&#8203;lubieowoce](https://togithub.com/lubieowoce) for helping!

</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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[cloudflare](https://registry.terraform.io/providers/cloudflare/cloudflare)
([source](https://togithub.com/cloudflare/terraform-provider-cloudflare))
| required_provider | minor | `4.34.0` -> `4.35.0` |

---

### Release Notes

<details>
<summary>cloudflare/terraform-provider-cloudflare (cloudflare)</summary>

###
[`v4.35.0`](https://togithub.com/cloudflare/terraform-provider-cloudflare/blob/HEAD/CHANGELOG.md#4350-June-12th-2024)

[Compare
Source](https://togithub.com/cloudflare/terraform-provider-cloudflare/compare/v4.34.0...v4.35.0)

ENHANCEMENTS:

- resource/cloudflare_access_application: Add Hybrid and Implicit flow
support to OIDC SaaS Apps
([#&#8203;3324](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3324))
- resource/cloudflare_access_organization: Fix 'name' being optional
([#&#8203;3343](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3343))
- resource/cloudflare_load_balancer_pool: Add support for
virtual_network_id
([#&#8203;3333](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3333))
- resource/cloudflare_teams_account: add support for 'virtual_ip'
([#&#8203;3321](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3321))
- resource/resource_cloudflare_zone: add support for
'vanity_name_servers'
([#&#8203;3315](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3315))

BUG FIXES:

- resource/cloudflare_access_application: Fix bug requiring explicit
account_id or zone_id
([#&#8203;3352](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3352))
- resource/cloudflare_access_application: force recreation if SaaS app
`auth_type` is changed
([#&#8203;3332](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3332))
- resource/cloudflare_list_item: handle overlapping redirect
`source_url`
([#&#8203;3335](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3335))
- resource/cloudflare_logpush_job: Mirror API defaults for
record_delimiter to include newline
([#&#8203;3334](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3334))
- resource/cloudflare_waiting_room_event: fix panic when trying to
import a resource
([#&#8203;3351](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3351))

DEPENDENCIES:

- provider: bump `github.com/aws/aws-sdk-go-v2/config` from 1.27.16 to
1.27.17
([#&#8203;3339](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3339))
- provider: bump `github.com/aws/aws-sdk-go-v2/config` from 1.27.17 to
1.27.18
([#&#8203;3350](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3350))
- provider: bump `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.16
to 1.17.17
([#&#8203;3339](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3339))
- provider: bump `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.17
to 1.17.18
([#&#8203;3350](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3350))
- provider: bump `github.com/aws/aws-sdk-go-v2/service/s3` from 1.54.3
to 1.54.4
([#&#8203;3339](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3339))
- provider: bump `github.com/aws/aws-sdk-go-v2/service/s3` from 1.55.0
to 1.55.1
([#&#8203;3350](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3350))
- provider: bump `github.com/aws/aws-sdk-go-v2` from 1.27.0 to 1.27.1
([#&#8203;3339](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3339))
- provider: bump `github.com/aws/aws-sdk-go-v2` from 1.27.1 to 1.27.2
([#&#8203;3350](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3350))
- provider: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.4 to
1.55.0 in the aws group
([#&#8203;3346](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3346))
- provider: bump github.com/cloudflare/cloudflare-go from 0.96.0 to
0.97.0
([#&#8203;3347](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3347))
- provider: bump github.com/hashicorp/terraform-plugin-framework from
1.8.0 to 1.9.0
([#&#8203;3341](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3341))
- provider: bump golang.org/x/net from 0.25.0 to 0.26.0
([#&#8203;3342](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3342))
- provider: bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0
([#&#8203;3345](https://togithub.com/cloudflare/terraform-provider-cloudflare/issues/3345))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [@tanstack/react-query](https://tanstack.com/query)
([source](https://togithub.com/TanStack/query/tree/HEAD/packages/react-query))
| dependencies | minor | [`5.40.1` ->
`5.44.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/5.40.1/5.44.0)
| `5.45.1` (+1) |
| [@tanstack/react-query-devtools](https://tanstack.com/query)
([source](https://togithub.com/TanStack/query/tree/HEAD/packages/react-query-devtools))
| dependencies | minor | [`5.40.1` ->
`5.44.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/5.40.1/5.44.0)
| `5.45.1` (+1) |

---

### Release Notes

<details>
<summary>TanStack/query (@&#8203;tanstack/react-query)</summary>

###
[`v5.44.0`](https://togithub.com/TanStack/query/releases/tag/v5.44.0)

[Compare
Source](https://togithub.com/TanStack/query/compare/v5.40.1...v5.44.0)

Version 5.44.0 - 6/11/2024, 1:13 PM

##### Changes

##### Feat

- query-core: staleTime as a function
([#&#8203;7541](https://togithub.com/TanStack/query/issues/7541))
([`96a743e`](https://togithub.com/TanStack/query/commit/96a743ee)) by
Dominik Dorfmeister

##### Packages

-
[@&#8203;tanstack/query-core](https://togithub.com/tanstack/query-core)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@&#8203;5](https://togithub.com/5).44.0
-
[@&#8203;tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@&#8203;5](https://togithub.com/5).44.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMi4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Copy link

vercel bot commented Jun 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
sinister-incorporated ✅ Ready (Inspect) Visit Preview Jun 19, 2024 7:34am

Copy link

sonarcloud bot commented Jun 19, 2024

@github-actions github-actions bot merged commit f097d0f into main Jun 19, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant