5d6fd42f6c
chore(deps): update typescript-eslint monorepo to v8.19.0 ( #15 )
...
Actions / Build Plugins (push) Successful in 41s
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 | minor | [`8.18.2` -> `8.19.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.18.2/8.19.0 ) |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint ) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )) | devDependencies | minor | [`8.18.2` -> `8.19.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.18.2/8.19.0 ) |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary>
### [`v8.19.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8190-2024-12-30 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.18.2...v8.19.0 )
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.19.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8190-2024-12-30 )
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.18.2...v8.19.0 )
This was a version bump only for typescript-eslint 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>
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4wIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #15
Reviewed-by: cswimr <seaswimmerthefsh@gmail.com>
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2024-12-31 00:40:47 -05:00
ffa2bce189
chore(repo): update renovate config
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 )
...
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 )
...
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 ([#​3833][] [@​ljharb](https://github.com/ljharb ))
- \[Fix] types: correct generated type declaration ([#​3840][] [@​ocavue](https://github.com/ocavue ))
- \[`no-unknown-property`]: support `precedence` prop in react 19 ([#​3829][] [@​acusti](https://github.com/acusti ))
- \[`prop-types`]: props missing in validation when using generic types from a namespace import ([#​3859][] [@​rbondoc96](https://github.com/rbondoc96 ))
##### Changed
- \[Tests] \[`jsx-no-script-url`]: Improve tests ([#​3849][] [@​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`] ([#​3841][] [@​bastiendmt](https://github.com/bastiendmt ))
[7.37.3]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.2...v7.37.3
[#​3859]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3859
[#​3849]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3849
[#​3841]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3841
[#​3840]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3840
[#​3833]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3833
[#​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 )
...
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 (@​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 ([#​10513](https://github.com/typescript-eslint/typescript-eslint/pull/10513 ))
##### ❤️ Thank You
- Brad Zacher [@​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 )
...
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 )
...
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 )
...
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 @​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
Actions / Build Plugins (push) Successful in 42s
2024-12-27 15:32:33 -05:00
ff06baf632
Update .forgejo/workflows/actions.yaml
Actions / Build Plugins (push) Successful in 38s
2024-12-23 17:17:15 -05:00
1963fddb7f
add fuse for fuzzy searching
...
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
Actions / Build Plugins (push) Successful in 20s
2024-12-23 01:43:48 -05:00
d184cff8d6
remove unused import
Actions / Build Plugins (push) Successful in 29s
2024-12-23 01:39:12 -05:00
945e9b14b8
upload build artifact in the build workflow
Actions / Build Plugins (push) Has been cancelled
2024-12-23 01:38:59 -05:00
8779cffba2
explicitly use yarn run in workflows
Actions / Build Plugins (push) Successful in 28s
2024-12-23 01:36:28 -05:00
3152ef4241
fix publish workflow
Actions / Build Plugins (push) Successful in 30s
2024-12-23 01:34:38 -05:00
d3da563574
fix workflow
Actions / Build Plugins (push) Successful in 29s
2024-12-23 01:32:23 -05:00
ac8909181d
remove comment
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
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
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
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
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
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
Build Plugins / Build plugins (push) Successful in 15s
2024-10-20 14:20:35 -04:00
70b8edf6b6
add forgejo instance url to known_hosts
Build Plugins / Build plugins (push) Successful in 16s
2024-10-20 10:18:29 -04:00
31b0581877
use new version of ssh-agent action
Build Plugins / Build plugins (push) Successful in 15s
2024-10-20 10:11:19 -04:00
f215c3da7a
change workflow names
Build Plugins / Build plugins (push) Successful in 16s
2024-10-20 09:47:22 -04:00
276e186a98
use ssh deploy keys
build / Build plugins (push) Successful in 15s
2024-10-20 09:40:10 -04:00
846780fe0c
use coastalcommits instead of github (oops)
build / Build plugins (push) Successful in 16s
2024-10-20 09:25:45 -04:00
d1491893c6
add names to the workflow steps
build / Build plugins (push) Successful in 15s
2024-10-20 09:22:51 -04:00
5c2733de26
fix invalid workflows
build / Build plugins (push) Successful in 32s
2024-10-20 09:20:58 -04:00
6fe9cc7a9b
enable workflows
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