Skip to content

Conversation

@jamietanna
Copy link
Member

  • Add pkg.go.dev links to deprecation warnings
  • Add missing types to deprecation URLs

Jamie Tanna added 2 commits October 24, 2023 13:44
So they're more actionable, as the previous setup didn't quite make it
possible to link directly through to replacing symbol.
@jamietanna jamietanna merged commit 5d2cd60 into master Oct 24, 2023
@jamietanna jamietanna deleted the chore/deprecation branch October 24, 2023 12:46
kodiakhq bot referenced this pull request in cloudquery/filetypes Feb 1, 2024
…432)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/deepmap/oapi-codegen](https://togithub.com/deepmap/oapi-codegen) | indirect | minor | `v1.15.0` -> `v1.16.2` |

---

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

---

### Release Notes

<details>
<summary>deepmap/oapi-codegen (github.com/deepmap/oapi-codegen)</summary>

### [`v1.16.2`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.2): : Further improve documentation notices

[Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.16.1...v1.16.2)

#### What's Changed

-   Improve deprecation notices by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1337](https://togithub.com/deepmap/oapi-codegen/pull/1337)

**Full Changelog**: oapi-codegen/oapi-codegen@v1.16.1...v1.16.2

### [`v1.16.1`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.1): : Ensure deprecation comments appear correctly

[Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.16.0...v1.16.1)

#### What's Changed

-   Fix: Ensure deprecations are parsed correctly by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1335](https://togithub.com/deepmap/oapi-codegen/pull/1335)

**Full Changelog**: oapi-codegen/oapi-codegen@v1.16.0...v1.16.1

### [`v1.16.0`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.0): : Reduce runtime dependencies

[Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.15.0...v1.16.0)

As part of the final preparation towards the [v2 release](https://togithub.com/deepmap/oapi-codegen/discussions/1309), this release finalises the use of the new multi-repo packages, and deprecates all internal packages ahead of next week's release removing them.

#### Key callouts

-   Migrate middleware to their own Go modules by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1257](https://togithub.com/deepmap/oapi-codegen/pull/1257)
-   Replace + deprecate `testutil` by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1314](https://togithub.com/deepmap/oapi-codegen/pull/1314)

**Full Changelog**: oapi-codegen/oapi-codegen@v1.15.0...v1.16.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kodiakhq bot referenced this pull request in cloudquery/codegen Feb 1, 2024
…142)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/deepmap/oapi-codegen](https://togithub.com/deepmap/oapi-codegen) | indirect | minor | `v1.15.0` -> `v1.16.2` |

---

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

---

### Release Notes

<details>
<summary>deepmap/oapi-codegen (github.com/deepmap/oapi-codegen)</summary>

### [`v1.16.2`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.2): : Further improve documentation notices

[Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.16.1...v1.16.2)

#### What's Changed

-   Improve deprecation notices by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1337](https://togithub.com/deepmap/oapi-codegen/pull/1337)

**Full Changelog**: oapi-codegen/oapi-codegen@v1.16.1...v1.16.2

### [`v1.16.1`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.1): : Ensure deprecation comments appear correctly

[Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.16.0...v1.16.1)

#### What's Changed

-   Fix: Ensure deprecations are parsed correctly by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1335](https://togithub.com/deepmap/oapi-codegen/pull/1335)

**Full Changelog**: oapi-codegen/oapi-codegen@v1.16.0...v1.16.1

### [`v1.16.0`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.0): : Reduce runtime dependencies

[Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.15.0...v1.16.0)

As part of the final preparation towards the [v2 release](https://togithub.com/deepmap/oapi-codegen/discussions/1309), this release finalises the use of the new multi-repo packages, and deprecates all internal packages ahead of next week's release removing them.

#### Key callouts

-   Migrate middleware to their own Go modules by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1257](https://togithub.com/deepmap/oapi-codegen/pull/1257)
-   Replace + deprecate `testutil` by [@&#8203;jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1314](https://togithub.com/deepmap/oapi-codegen/pull/1314)

**Full Changelog**: oapi-codegen/oapi-codegen@v1.15.0...v1.16.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
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.

2 participants