Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update roadmap #1422

Merged
merged 4 commits into from
Mar 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-pnp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: test-pnp
on: [push]
jobs:
test:
pnp-install-and-run:
runs-on: ubuntu-latest
steps:
- run: git config --global core.autocrlf false
Expand Down
4 changes: 2 additions & 2 deletions docs/roadmap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
## Quality of life

- [ ] Change default port because [port 5000 is taken on macOS 12](https://github.com/react-cosmos/react-cosmos/issues/1355).
- [ ] Fix [issues with Yarn 2 and PnP](https://github.com/react-cosmos/react-cosmos/issues/946) (if any).
- [x] Fix issues with Yarn 2 and PnP [#946](https://github.com/react-cosmos/react-cosmos/issues/946) [#1266](https://github.com/react-cosmos/react-cosmos/issues/1266) [#1337](https://github.com/react-cosmos/react-cosmos/pull/1337) [#1386](https://github.com/react-cosmos/react-cosmos/issues/1386).
- [x] Fix security issues.
- [x] Drop IE support.
- [x] Drop Node <12 support.
Expand All @@ -34,7 +34,7 @@
- [x] Get rid of unessential dependencies.
- [x] Migrate CI to GitHub Actions.
- [ ] Automate publishing with GitHub Actions.
- [x] Auto-publish canary versions from main branch.
- [x] Auto-publish canary versions from main branch.
- [ ] Create publish workflow with manual dispatch.
- [ ] Migrate from Slack to Discord.

Expand Down