65 Commits

Author SHA1 Message Date
dependabot[bot]
0a6d626c53
⬆️ Bump lint-staged from 13.1.1 to 13.1.2 (#1340)
⬆️ Bump lint-staged from 13.1.1 to 13.1.2

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.1.1...v13.1.2)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 18:31:24 +01:00
dependabot[bot]
5576ddf918
⬆️ Bump prettier from 2.8.3 to 2.8.4 (#1328)
⬆️ Bump prettier from 2.8.3 to 2.8.4

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.3...2.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 22:37:59 +01:00
dependabot[bot]
f2698ee486
⬆️ Bump lint-staged from 13.1.0 to 13.1.1 (#1322)
⬆️ Bump lint-staged from 13.1.0 to 13.1.1

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.1.0 to 13.1.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.1.0...v13.1.1)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 22:28:55 +01:00
Carlos Cuesta
24202a5269
🔖 Bump version 2023-01-18 19:34:48 +01:00
Carlos Cuesta
8fd367f259
Export gitmojis as CJS and ESM (#1280)
*  Install `unbuild` dependency
* 🚚 Rename `gitmojis.d.ts` to `index.d.ts`
*  Export `cjs` and `esm` with `unbuild`
* 👷 Add `build` step to publish action
* 🔧 Add `gitmojis` build output to turborepo config
* 🔧 Add `build` as a dependency for `lint`, `tscheck` and `build`
*  Add `assert { type: json }` for JSON imports
* 🧑‍💻 Watch changes on `gitmojis` to rebuild deps for website (#1282)

Co-authored-by: Vinícius Hoyer <contact@vhoyer.dev>
2023-01-18 19:33:43 +01:00
dependabot[bot]
3d9e89bf3c
⬆️ Bump prettier from 2.8.2 to 2.8.3 (#1269) 2023-01-16 13:48:53 +01:00
Carlos Cuesta
9a86e80274
🔖 Bump version 2023-01-13 19:29:19 +01:00
Vinícius Hoyer
d2b5d6a798
Add schema to gitmojis (#1263) 2023-01-13 19:26:48 +01:00
dependabot[bot]
b33b29a4bf
⬆️ Bump prettier from 2.8.1 to 2.8.2 (#1260)
⬆️ Bump prettier from 2.8.1 to 2.8.2

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.1...2.8.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 10:13:02 +01:00
Carlos Cuesta
6233229fe1
♻️ Replace jsonlint with ajv-cli (#1253)
* ♻️ Update schema to `draft2020`
* ♻️ Replace `jsonlint` with `ajv-cli`
* 🚚 Rename `api` endpoint from `.tsx` to `.ts`
* 🔧 Use prettier on .ts files in gitmojis
2023-01-05 11:43:01 +01:00
Carlos Cuesta
37571b1220
🔖 Bump version 2023-01-02 12:39:53 +01:00
Carlos Cuesta
615ced3dda
🏷️ Add TypeScript type declarations to gitmojis package (#1247)
* 🏷️ Add `gitmojis.d.ts` TypeScript module declaration
* 🔧 Add `types` field to `package.json`
2023-01-02 12:38:12 +01:00
Carlos Cuesta
6fe4655674
👷 Run lint before publishPackage with turbo (#1237) 2022-12-23 11:46:47 +01:00
Carlos Cuesta
6292bdb5d3
🔖 Bump version 2022-12-22 20:53:23 +01:00
Carlos Cuesta
1ccef5a5c3
🏗️ Transform project into a monorepo (#1235)
* 🏗️ Define monorepo architecture
* 🚚 Extract `gitmojis` as an isolated package
* 🚚 Extract `website` as an isolated package
* 🚚 Clean-up root package.json
*  Install `turbo`
* 🔧 Setup turborepo
* 👷 Use `turbo` in `ci` workflow
* 👷 Update `npm-publish` workflow with `turbo`
* ♻️ Migrate yarn from `classic` to `berry`
* 📝 Update contributing guide
* 🎨 Update readme
* 📝 Add readme file for `gitmojis` package
* 🚚 Move `public` folder to `website` package
2022-12-22 20:51:15 +01:00