Commit graph

55 commits

Author SHA1 Message Date
ea7274d4ab
fix(tailwindcss): use the correct icon resolution for the entrypoint icon
All checks were successful
Actions / Build Plugins (pull_request) Successful in 38s
2024-12-28 12:51:18 -05:00
086a9791d6
refactor(tailwindcss): cleanup
All checks were successful
Actions / Build Plugins (pull_request) Successful in 39s
2024-12-28 12:47:00 -05:00
cd2a37c679
chore(tailwindcss): add icon to gauntlet ui 2024-12-28 12:46:47 -05:00
8aaab98785
refactor(utils): log urls opened by open-url.open() to console 2024-12-28 12:46:36 -05:00
bca9468392
Merge remote-tracking branch 'origin/main' into tailwindcss
All checks were successful
Actions / Build Plugins (pull_request) Successful in 40s
2024-12-28 09:57:39 -05:00
f2304ffdca
chore(tailwindcss): add a comment linking to a Gauntlet issue explaining why we're setting LD_LIBRARY_PATH in open-url.open()
All checks were successful
Actions / Build Plugins (pull_request) Successful in 42s
2024-12-28 09:48:52 -05:00
cbc64e1880
chore(repo): move utils directory to repository root
All checks were successful
Actions / Build Plugins (pull_request) Successful in 40s
2024-12-28 09:46:52 -05:00
a4a2859b12
remove @opensrc/deno-open
All checks were successful
Actions / Build Plugins (pull_request) Successful in 41s
2024-12-28 09:45:44 -05:00
c6ad8bf111
feat(tailwindcss): open selected page in browser on click
All checks were successful
Actions / Build Plugins (pull_request) Successful in 43s
2024-12-28 09:44:57 -05:00
4a7fc2aed0
chore(vscode): change some settings around 2024-12-28 09:44:06 -05:00
ffa2bce189
chore(repo): update renovate config
All checks were successful
Actions / Build Plugins (push) Successful in 44s
2024-12-27 22:54:06 -05:00
e16e77410d
move emojipicker files into a subdir of src (#10)
All checks were successful
Actions / Build Plugins (push) Successful in 39s
Reviewed-on: #10
2024-12-27 15:56:29 -05:00
e1c0be2be2
Update dependency eslint-plugin-react to v7.37.3 (#9)
All checks were successful
Actions / Build Plugins (push) Successful in 43s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | devDependencies | patch | [`7.37.2` -> `7.37.3`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.37.2/7.37.3) |

---

### Release Notes

<details>
<summary>jsx-eslint/eslint-plugin-react (eslint-plugin-react)</summary>

### [`v7.37.3`](https://github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7373---20241223)

[Compare Source](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.3)

##### Fixed

-   \[`no-danger`]: avoid a crash on a nested component name ([#&#8203;3833][] [@&#8203;ljharb](https://github.com/ljharb))
-   \[Fix] types: correct generated type declaration ([#&#8203;3840][] [@&#8203;ocavue](https://github.com/ocavue))
-   \[`no-unknown-property`]: support `precedence` prop in react 19 ([#&#8203;3829][] [@&#8203;acusti](https://github.com/acusti))
-   \[`prop-types`]: props missing in validation when using generic types from a namespace import ([#&#8203;3859][] [@&#8203;rbondoc96](https://github.com/rbondoc96))

##### Changed

-   \[Tests] \[`jsx-no-script-url`]: Improve tests ([#&#8203;3849][] [@&#8203;radu2147](https://github.com/radu2147))
-   \[Docs] fix broken links: \[`default-props-match-prop-types`], \[`jsx-boolean-value`], \[`jsx-curly-brace-presence`], \[`jsx-no-bind`], \[`no-array-index-key`], \[`no-is-mounted`], \[`no-render-return-value`], \[`require-default-props`] ([#&#8203;3841][] [@&#8203;bastiendmt](https://github.com/bastiendmt))

[7.37.3]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.3

[#&#8203;3859]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3859

[#&#8203;3849]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3849

[#&#8203;3841]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3841

[#&#8203;3840]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3840

[#&#8203;3833]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3833

[#&#8203;3829]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3829

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44My40IiwidXBkYXRlZEluVmVyIjoiMzkuODMuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #9
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2024-12-27 15:52:08 -05:00
5f0db2a638
Update typescript-eslint monorepo to v8.18.2 (#11)
Some checks are pending
Actions / Build Plugins (push) Waiting to run
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | patch | [`8.18.1` -> `8.18.2`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.18.1/8.18.2) |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | devDependencies | patch | [`8.18.1` -> `8.18.2`](https://renovatebot.com/diffs/npm/typescript-eslint/8.18.1/8.18.2) |

---

### Release Notes

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary>

### [`v8.18.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8182-2024-12-23)

[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.18.1...v8.18.2)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary>

### [`v8.18.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8182-2024-12-23)

[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.18.1...v8.18.2)

##### 🩹 Fixes

-   **typescript-eslint:** export types so that declarations can be named for dts files ([#&#8203;10513](https://github.com/typescript-eslint/typescript-eslint/pull/10513))

##### ❤️ Thank You

-   Brad Zacher [@&#8203;bradzacher](https://github.com/bradzacher)

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</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 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44My40IiwidXBkYXRlZEluVmVyIjoiMzkuODMuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #11
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2024-12-27 15:51:58 -05:00
8a34748233
Pin dependency @types/react to 19.0.2 (#6)
All checks were successful
Actions / Build Plugins (push) Successful in 41s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | devDependencies | pin | [`^19.0.2` -> `19.0.2`](https://renovatebot.com/diffs/npm/@types%2freact/19.0.2/19.0.2) |

Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies.

---

### 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44My40IiwidXBkYXRlZEluVmVyIjoiMzkuODMuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #6
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2024-12-27 15:42:57 -05:00
4213ae0d9e
Pin dependencies (#5)
All checks were successful
Actions / Build Plugins (push) Successful in 39s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@eslint/js](https://eslint.org) ([source](https://github.com/eslint/eslint/tree/HEAD/packages/js)) | devDependencies | pin | [`^9.17.0` -> `9.17.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.17.0/9.17.0) |
| [@types/deno](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deno) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/deno)) | devDependencies | pin | [`^2.0.0` -> `2.0.0`](https://renovatebot.com/diffs/npm/@types%2fdeno/2.0.0/2.0.0) |
| [@types/which](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/which) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/which)) | devDependencies | pin | [`^3.0.4` -> `3.0.4`](https://renovatebot.com/diffs/npm/@types%2fwhich/3.0.4/3.0.4) |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | pin | [`^8.18.1` -> `8.18.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.18.1/8.18.1) |
| [actions/checkout](https://github.com/actions/checkout) | action | pinDigest |  -> `11bd719` |
| [actions/setup-node](https://github.com/actions/setup-node) | action | pinDigest |  -> `39370e3` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | action | pinDigest |  -> `ff15f03` |
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | pin | [`^9.17.0` -> `9.17.0`](https://renovatebot.com/diffs/npm/eslint/9.17.0/9.17.0) |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | devDependencies | pin | [`^9.1.0` -> `9.1.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/9.1.0/9.1.0) |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | pin | [`^5.2.1` -> `5.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.2.1/5.2.1) |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | devDependencies | pin | [`^7.37.2` -> `7.37.2`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.37.2/7.37.2) |
| [globals](https://github.com/sindresorhus/globals) | devDependencies | pin | [`^15.14.0` -> `15.14.0`](https://renovatebot.com/diffs/npm/globals/15.14.0/15.14.0) |
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | pin | [`^3.4.2` -> `3.4.2`](https://renovatebot.com/diffs/npm/prettier/3.4.2/3.4.2) |
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | pin | [`^5.7.2` -> `5.7.2`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.2) |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | devDependencies | pin | [`^8.18.1` -> `8.18.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.18.1/8.18.1) |
| www.coastalcommits.com/cswimr/actions | container | pinDigest |  -> `34b46b4` |

Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies.

---

### 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 is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44My40IiwidXBkYXRlZEluVmVyIjoiMzkuODMuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #5
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2024-12-27 15:37:52 -05: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
3b59447602
formatting
All checks were successful
Actions / Build Plugins (pull_request) Successful in 38s
2024-12-23 19:26:53 -05:00
a82a971999
move classes.json into the generated folder
All checks were successful
Actions / Build Plugins (pull_request) Successful in 39s
2024-12-23 19:22:33 -05:00
95183524a2
add a searchbar
All checks were successful
Actions / Build Plugins (pull_request) Successful in 37s
2024-12-23 18:03:01 -05:00
91e5669667
add icon, use clipboard instead of open
All checks were successful
Actions / Build Plugins (pull_request) Successful in 38s
the clipboard change is a temporary fix for https://github.com/project-gauntlet/gauntlet/issues/28
2024-12-23 17:44:11 -05:00
d8f2e05a42
Merge branch 'main' into tailwindcss
All checks were successful
Actions / Build Plugins (pull_request) Successful in 38s
2024-12-23 17:18:01 -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
99c8d83a80
i think i might go insane
All checks were successful
Actions / Build Plugins (push) Successful in 26s
Actions / Build Plugins (pull_request) Successful in 39s
2024-12-23 17:08:44 -05:00
53ff052229
(tailwindcss): init
Some checks failed
Actions / Build Plugins (push) Failing after 7s
2024-12-23 16:55:52 -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