Commit graph

33 commits

Author SHA1 Message Date
5dc3c32881
Pin dependencies
All checks were successful
Actions / Build Plugins (pull_request) Successful in 53s
2024-12-27 20:35:03 +00:00
1845fb056b
Configure Renovate (#4)
All checks were successful
Actions / Build Plugins (push) Successful in 39s
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

 * `.forgejo/workflows/actions.yaml` (github-actions)
 * `.forgejo/workflows/publish.yaml` (github-actions)
 * `package.json` (npm)

### 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

With your current configuration, Renovate will create 3 Pull Requests:

<details>
<summary>Pin dependencies</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/pin-dependencies`
  - Merge into: `main`
  - Pin [@eslint/js](https://github.com/eslint/eslint) to `9.17.0`
  - Pin [@types/deno](https://github.com/DefinitelyTyped/DefinitelyTyped) to `2.0.0`
  - Pin [@types/which](https://github.com/DefinitelyTyped/DefinitelyTyped) to `3.0.4`
  - Pin [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) to `8.18.1`
  - Upgrade [actions/checkout](https://github.com/actions/checkout) to `11bd71901bbe5b1630ceea73d27597364c9af683`
  - Upgrade [actions/setup-node](https://github.com/actions/setup-node) to `39370e3970a6d050c480ffad4ff0ed4d3fdee5af`
  - Upgrade [actions/upload-artifact](https://github.com/actions/upload-artifact) to `ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5`
  - Pin [eslint](https://github.com/eslint/eslint) to `9.17.0`
  - Pin [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) to `9.1.0`
  - Pin [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) to `5.2.1`
  - Pin [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) to `7.37.2`
  - Pin [globals](https://github.com/sindresorhus/globals) to `15.14.0`
  - Pin [prettier](https://github.com/prettier/prettier) to `3.4.2`
  - Pin [typescript](https://github.com/microsoft/TypeScript) to `5.7.2`
  - Pin [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) to `8.18.1`
  - Upgrade www.coastalcommits.com/cswimr/actions to `sha256:34b46b4169ee57aa9007a7244538e50522a451233a9aadd3f4e63c46d0297d82`

</details>

<details>
<summary>Pin dependency @&#8203;types/react to 19.0.2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-monorepo`
  - Merge into: `main`
  - Pin [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped) to `19.0.2`

</details>

<details>
<summary>Update actions/upload-artifact action to v4</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/major-github-artifact-actions`
  - Merge into: `main`
  - Upgrade [actions/upload-artifact](https://github.com/actions/upload-artifact) to `6f51ac03b9356f520e9adb1b1b7802705f340c2b`

</details>

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details.

---

 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:f65b6713ef2e21e06002d011ec67468e3cf8a2740f75298b68b5b0dca6f641bc-->

Co-authored-by: cswimr <seaswimmerthefsh@gmail.com>
Reviewed-on: #4
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2024-12-27 15:34:08 -05:00
56b577bc5c
Add CODEOWNERS
All checks were successful
Actions / Build Plugins (push) Successful in 42s
2024-12-27 15:32:33 -05:00
ff06baf632
Update .forgejo/workflows/actions.yaml
All checks were successful
Actions / Build Plugins (push) Successful in 38s
2024-12-23 17:17:15 -05:00
1963fddb7f
add fuse for fuzzy searching
All checks were successful
Actions / Build Plugins (push) Successful in 40s
currently unimplemented
2024-12-23 14:38:54 -05:00
870b4b2b7e
working on grid emojipicker 2024-12-23 14:38:42 -05:00
689e5db74a
add license 2024-12-23 14:15:04 -05:00
0b30f55017
fix artifact creation and remove redundant step
All checks were successful
Actions / Build Plugins (push) Successful in 20s
2024-12-23 01:43:48 -05:00
d184cff8d6
remove unused import
All checks were successful
Actions / Build Plugins (push) Successful in 29s
2024-12-23 01:39:12 -05:00
945e9b14b8
upload build artifact in the build workflow
Some checks failed
Actions / Build Plugins (push) Has been cancelled
2024-12-23 01:38:59 -05:00
8779cffba2
explicitly use yarn run in workflows
All checks were successful
Actions / Build Plugins (push) Successful in 28s
2024-12-23 01:36:28 -05:00
3152ef4241
fix publish workflow
All checks were successful
Actions / Build Plugins (push) Successful in 30s
2024-12-23 01:34:38 -05:00
d3da563574
fix workflow
All checks were successful
Actions / Build Plugins (push) Successful in 29s
2024-12-23 01:32:23 -05:00
ac8909181d
remove comment
Some checks failed
Actions / Lint Plugins (push) Failing after 26s
Actions / Build Plugins (push) Successful in 30s
2024-12-23 01:29:20 -05:00
f774f3b8bc
I think I just might go insane
Some checks failed
Actions / Build Plugins (push) Successful in 31s
Actions / Lint Plugins (push) Failing after 26s
2024-12-23 01:28:11 -05:00
f1f7d48532
update unicode-emoji 2024-12-22 17:38:34 -05:00
e53a289ea1
just eslint things
Some checks failed
Actions / Lint Plugins (push) Failing after 28s
Actions / Build Plugins (push) Successful in 31s
2024-12-22 16:46:54 -05:00
ecaefc115c
update workflows
Some checks failed
Actions / Lint Plugins (push) Failing after 36s
Actions / Build Plugins (push) Successful in 38s
2024-12-22 12:16:18 -05:00
4bc006d97f
switch to yarn, add prettier-eslint, update dependencies
Some checks failed
Actions / Lint Plugins (push) Failing after 13s
Actions / Build Plugins (push) Failing after 15s
2024-12-22 12:11:24 -05:00
3d3a80c688
tooling updates
All checks were successful
Build Plugins / Build plugins (push) Successful in 22s
2024-12-22 11:42:50 -05:00
35b6a0b2f4
update to @project-gauntlet/tools version ^0.9.0
All checks were successful
Build Plugins / Build plugins (push) Successful in 15s
2024-10-20 14:20:35 -04:00
70b8edf6b6
add forgejo instance url to known_hosts
All checks were successful
Build Plugins / Build plugins (push) Successful in 16s
2024-10-20 10:18:29 -04:00
31b0581877
use new version of ssh-agent action
All checks were successful
Build Plugins / Build plugins (push) Successful in 15s
2024-10-20 10:11:19 -04:00
f215c3da7a
change workflow names
All checks were successful
Build Plugins / Build plugins (push) Successful in 16s
2024-10-20 09:47:22 -04:00
276e186a98
use ssh deploy keys
All checks were successful
build / Build plugins (push) Successful in 15s
2024-10-20 09:40:10 -04:00
846780fe0c
use coastalcommits instead of github (oops)
All checks were successful
build / Build plugins (push) Successful in 16s
2024-10-20 09:25:45 -04:00
d1491893c6
add names to the workflow steps
All checks were successful
build / Build plugins (push) Successful in 15s
2024-10-20 09:22:51 -04:00
5c2733de26
fix invalid workflows
All checks were successful
build / Build plugins (push) Successful in 32s
2024-10-20 09:20:58 -04:00
6fe9cc7a9b
enable workflows
Some checks are pending
build / build (push) Waiting to run
2024-10-20 09:19:26 -04:00
25922c6e6e
trim 2024-10-19 16:54:59 -04:00
b3d5542a10
remove useless try/catch 2024-10-18 13:05:48 -04:00
efb091fead
woohoo! 2024-10-18 12:43:53 -04:00
f0533322d7
Initial commit 2024-10-17 15:20:23 -04:00