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]
|
ab060c5a71
|
⬆️ Bump dessant/lock-threads from 3 to 4 (#1246)
⬆️ Bump dessant/lock-threads from 3 to 4
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 3 to 4.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dessant/lock-threads/compare/v3...v4)
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
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-01 12:42:42 +01:00 |
|
Carlos Cuesta
|
f23d0977e6
|
♻️ Migrate website to TypeScript (#1244)
* 🔧 Add typescript configuration files
* ➕ Install typescript dependencies
* ♻️ Migrate `lint-staged` to .ts(x) files
* ♻️ Migrate `eslint` configuration to TypeScript
* ♻️ Migrate `jest` configuration to TypeScript
* 🔥 Remove `babel` configuration
* ➖ Uninstall flow dependencies
* 🔥 Remove `flow` configuration
* 👷 Run `tsc` in `ci` workflow
* 🔧 Update `pre-push` hook
* ♻️ Migrate `pages/api` to TS
* ♻️ Migrate `pages/_app` to TS
* ♻️ Migrate `pages/_document` to TS
* ♻️ Migrate `pages/about` to TS
* ♻️ Migrate `pages/contributors` to TS
* ♻️ Migrate `pages/index` to TS
* ♻️ Migrate `pages/related-tools` to TS
* ♻️ Migrate `components/Button` to TS
* ♻️ Migrate `components/CarbonAd` to TS
* ♻️ Migrate `components/ContributorsList` to TS
* ♻️ Migrate `components/Icon` to TS
* ♻️ Migrate `components/SEO` to TS
* ♻️ Migrate `components/Layout` to TS
* ♻️ Migrate `components/GitmojiList` to TS
* ♻️ Migrate `__tests__/` pages to TS
* 🏷️ Update `next-env.d.ts`
|
2022-12-28 16:27: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 |
|
dependabot[bot]
|
41b0d0f3b9
|
⬆️ Bump actions/checkout from 2 to 3 (#1177)
⬆️ Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
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>
|
2022-11-01 10:49:26 +01:00 |
|
dependabot[bot]
|
2fe7f3dedb
|
⬆️ Bump actions/setup-node from 2 to 3 (#1176)
⬆️ Bump actions/setup-node from 2 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
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>
|
2022-11-01 10:47:40 +01:00 |
|
Carlos Cuesta
|
b8e485e9ca
|
👷 Remove --token argument from publish command
|
2022-07-29 22:24:04 +02:00 |
|
Carlos Cuesta
|
b23b76189d
|
👷 Setup npm token before publish
|
2022-07-29 22:19:44 +02:00 |
|
Carlos Cuesta
|
de741ce626
|
⬆️ Bump node version to 16 (#1053)
|
2022-05-10 20:52:20 +02:00 |
|
Carlos Cuesta
|
23036176fa
|
👷 Automate GitHub release publish (#1013)
|
2022-03-30 20:38:59 +02:00 |
|
Carlos Cuesta
|
6ce82d080e
|
⬆️ Update lock-threads
|
2022-02-19 20:27:21 +01:00 |
|
Carlos Cuesta
|
93c46806f4
|
🔧 Update ci action node version
|
2022-01-22 00:43:34 +01:00 |
|
Carlos Cuesta
|
1a68490cc5
|
🔧 Update lock workflow cron
|
2021-10-24 11:21:04 +02:00 |
|
Carlos Cuesta
|
69da8524a7
|
🔧 Automate npm publish (#761)
|
2021-04-25 16:08:45 +02:00 |
|
Carlos Cuesta
|
aa19a21282
|
🔧 Update lock workflow inactive days
|
2020-12-03 12:50:39 +01:00 |
|
Carlos Cuesta
|
f1abb46bc6
|
🔧 Introduce github/lock action flow (#634)
|
2020-11-30 09:17:02 +01:00 |
|
Carlos Cuesta
|
9a7d3b5d02
|
🔧 Migrate from Travis-CI to GitHub Actions (#609)
|
2020-11-03 20:52:00 +01:00 |
|