Commit graph

16 commits

Author SHA1 Message Date
d5750ea7cd
chore(deps): update dependency csharpier to 0.30.6 (#11)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [csharpier](https://github.com/belav/csharpier) | nuget | patch | `0.30.5` -> `0.30.6` |

---

### Release Notes

<details>
<summary>belav/csharpier (csharpier)</summary>

### [`v0.30.6`](https://github.com/belav/csharpier/releases/tag/0.30.6)

[Compare Source](https://github.com/belav/csharpier/compare/0.30.5...0.30.6)

#### What's Changed

##### Trailing comma is placed on new line if last enum value is followed by a comment [#&#8203;1429](https://github.com/belav/csharpier/issues/1429)

```c#
// input
enum MyEnum
{
    First,
    Second // the second value
}

// 0.30.5
enum MyEnum
{
    First,
    Second // the second value
    ,
}

// 0.30.6
enum MyEnum
{
    First,
    Second, // the second value
}
```

**Full Changelog**: https://github.com/belav/csharpier/compare/0.30.5...0.30.6

</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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ny4wIiwidXBkYXRlZEluVmVyIjoiMzkuODcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiS2luZC9SZW5vdmF0ZSJdfQ==-->

Reviewed-on: https://www.coastalcommits.com/Zenith/ZenithInfo/pulls/11
Reviewed-by: cswimr <seaswimmerthefsh@gmail.com>
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2025-01-11 00:10:27 -05:00
87ba10a793
chore(deps): update dependency csharpier to 0.30.5 (#10)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [csharpier](https://github.com/belav/csharpier) | nuget | patch | `0.30.4` -> `0.30.5` |

---

### Release Notes

<details>
<summary>belav/csharpier (csharpier)</summary>

### [`v0.30.5`](https://github.com/belav/csharpier/releases/tag/0.30.5)

[Compare Source](https://github.com/belav/csharpier/compare/0.30.4...0.30.5)

#### What's Changed

##### Extra blank line added to file each time csharpier runs on this file [#&#8203;1426](https://github.com/belav/csharpier/issues/1426)

When a file ended in a comment and that comment had multiple blank lines before it, a new blank line was being added each time it was formatted.
// input

```c#
// input
namespace MyCompany.MyNamespace;

// Comment block

// 0.30.4
namespace MyCompany.MyNamespace;

// Comment block

// 0.30.5
namespace MyCompany.MyNamespace;

// Comment block

**Full Changelog**: https://github.com/belav/csharpier/compare/0.30.4...0.30.5
```

</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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ny4wIiwidXBkYXRlZEluVmVyIjoiMzkuODcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiS2luZC9SZW5vdmF0ZSJdfQ==-->

Reviewed-on: https://www.coastalcommits.com/Zenith/ZenithInfo/pulls/10
Reviewed-by: cswimr <seaswimmerthefsh@gmail.com>
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2025-01-03 15:02:08 -05:00
f628afd0db
chore(renovate): add a label for renovate prs 2024-12-31 00:47:16 -05:00
eeb9d37a58
chore(renovate): Configure Renovate (#1)
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `.config/dotnet-tools.json` (nuget)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Pin Docker digests.
  - Pin `github-action` digests.
  - Enable Renovate configuration migration PRs when needed.
  - Pin dependency versions for `devDependencies`.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs.

---

### What to Expect

It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:da08744ed78376d9b26e0d0e71adc5e9c16901860bce15a6fad8bd3ed9f2038e-->

Co-authored-by: cswimr <seaswimmerthefsh@gmail.com>
Reviewed-on: https://www.coastalcommits.com/Zenith/ZenithInfo/pulls/1
Reviewed-by: cswimr <seaswimmerthefsh@gmail.com>
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2024-12-31 00:39:01 -05:00
72c0daa3ee
chore(repo): remove useless type 2024-12-31 00:34:34 -05:00
847dc568fa
style(repo): added missing whitespace 2024-12-31 00:27:34 -05:00
d244b90521
chore(repo): add a separate cc type for ci changes 2024-12-31 00:27:22 -05:00
d0666643b7
chore(repo): remove bad practice conventional commits scope 2024-12-31 00:16:43 -05:00
de5159e7ee
chore(repo): make the license a markdown file 2024-12-31 00:14:10 -05:00
eba5e62601
chore(repo): add CODEOWNERS file 2024-12-31 00:12:43 -05:00
34135cf24b
chore(repo): add a CONTRIBUTING.md file 2024-12-31 00:11:51 -05:00
f9152d5f10
chore(nix): add nix flake 2024-12-31 00:04:28 -05:00
01aca8a27a
chore(repo): add .gitignore 2024-12-31 00:02:14 -05:00
a2fae494a5
chore(tooling): install csharpier 2024-12-31 00:01:46 -05:00
bc82270e8c
style(repo): license formatting fix 2024-12-31 00:01:05 -05:00
4850630035
Initial commit 2024-12-30 14:27:14 -05:00