Commit Graph

8 Commits

Author SHA1 Message Date
Varun Srinivasan
9e699617f7 Revert "chore: upgrade turborepo to v2" (#2170)
Turborepo 2 is causing sporadic failures when running lint:ci for
reasons that I don't quite understand. Since this isn't essential, I'm
reverting the change.

Reverts farcasterxyz/hub-monorepo#2156

<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the `turbo` package version and refactors the
`turbo.json` configuration file structure.

### Detailed summary
- Updated `turbo` package version from `2.0.6` to `1.10.3`
- Refactored `turbo.json` configuration file structure
- Updated dependencies in `yarn.lock`

>  Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
2024-07-12 11:53:53 -07:00
Varun Srinivasan
3a8763145f chore: upgrade turborepo to v2 (#2156)
## Why is this change needed?

Upgrading turborepo to v2 using the [upgrade
guide](https://turbo.build/repo/docs/crafting-your-repository/upgrading#upgrading-to-20)

## Merge Checklist

- [x] PR title adheres to the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/) standard
- [ ] PR has a
[changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets)
- [x] PR has been tagged with a change label(s) (i.e. documentation,
feature, bugfix, or chore)
- [ ] PR includes
[documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs)
if necessary.


<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates `turbo` package to version `2.0.6`, modifies
`turbo.json` structure, and upgrades other dependencies.

### Detailed summary
- Updated `turbo` package to `2.0.6`
- Restructured `turbo.json` file
- Updated `turbo` dependencies to version `2.0.6`

>  Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
2024-07-10 22:16:26 -07:00
Sanjay
5199f66ea0 chore: Post migration changes (#1560)
* fix: disallow empty casts (#1555)

* fix: Fix peer check job not actually starting (#1559)

* fix: Allow syncTrie to handle names that are substrings (#1546)

* fix: Allow syncTrie to handle names that are substrings

* Add migration to delete unpadded fnames from syncTrie

* changeset
2023-11-08 16:56:54 -08:00
Varun Srinivasan
4c38067c15 chore: switch from eslint/prettier to rome (#1074)
* chore: add rome config files

* chore: add rome into configs and ci

* chore: remove eslint annotations

* chore: update annotations for rome ignores

* chore: remove prettier
2023-07-04 19:09:15 -07:00
Paul Fletcher-Hill
1c6838ac7b upgrade turbo and add protoc command (#853) 2023-04-10 18:56:04 -04:00
Anthony D'Addeo
6555674168 chore: add clean to turbo pipeline (#405)
* chore: add clean to turbo pipeline

* add clean script to root package
2023-01-11 09:39:35 -05:00
Paul Fletcher-Hill
d3583ba7d5 chore: rename packages and move app to apps/hub (#399)
* add js package readme

* change name to @farcaster/js

* intermediate commit

* update package names and build scripts

* delete renamed files

* revert eslint package upgrades and remove changelog

* move root dependencies to devDependencies

* v0.1.1

* v0.1.1

* v0.1.1

* v0.1.2

* build with tsup

* regenerate yarn.lock

* remove unused package-lock.json file

* reset yarn.lock
2023-01-09 22:51:54 -05:00
Varun Srinivasan
a198dda18e refactor: monorepo (#340)
* feat: configure turborepo to run tasks

* refactor: set up app/ workspace

* fix: move tsconfig up and inherit

* fix: update turborepo

* refactor: extract flatbuffers to package

* fix: ci by using symlink instead of yalc

* refactor: extract eslint config

* ci: add manypkg to catch package issues

* security: remove manypkg due to yarn audit fail

* fix: misc changes

* refactor: move config into hub

* fix: export as module

* remove: manypkg postinstall
2022-12-31 17:12:50 -08:00