-
Notifications
You must be signed in to change notification settings - Fork 234
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
docs: use latest create-remix
version
#121
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create-remix
version
MichaelDeBoey
approved these changes
Sep 22, 2022
mcansh
approved these changes
Sep 22, 2022
This was referenced Sep 22, 2022
k1sul1
added a commit
to k1sul1/prog-stack
that referenced
this pull request
Jan 11, 2023
* fix: update `msw` (remix-run#117) * chore: update dependencies (remix-run#118) * chore: update dependencies (remix-run#119) * docs: use latest `create-remix` version (remix-run#121) * chore(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (remix-run#124) Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.10.0...0.10.1) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production 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> * chore(deps): bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 (remix-run#126) Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.10.1...0.11.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... 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> * chore(deps): bump SebRollen/toml-action from 1.0.0 to 1.0.1 (remix-run#128) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump SebRollen/toml-action from 1.0.1 to 1.0.2 (remix-run#130) Bumps [SebRollen/toml-action](https://github.com/SebRollen/toml-action) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/SebRollen/toml-action/releases) - [Commits](SebRollen/toml-action@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: SebRollen/toml-action dependency-type: direct:production 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> * feat: add Fly/Grafana metrics (remix-run#131) * chore: update dependencies (remix-run#132) * fix(metrics): track actual `app` endpoints (remix-run#133) * chore: update gitpod url (remix-run#135) * chore: update link in `mocks`' `README` (remix-run#136) * chore(deps): bump cypress-io/github-action from 4 to 5 (remix-run#139) Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 4 to 5. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](cypress-io/github-action@v4...v5) --- updated-dependencies: - dependency-name: cypress-io/github-action 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> * Fix test? * Hmm... * Hmmm... * Hmmm... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Chris Birster <christopher.birster@gmail.com> Co-authored-by: Michaël De Boey <info@michaeldeboey.be> Co-authored-by: Mosaad <48773133+theMosaad@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Harvan <martinhrvn@gmail.com> Co-authored-by: Logan McAnsh <logan@mcan.sh> Co-authored-by: Christian <hi@kisu.li>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When i use the current command, it goes through the normal
create-remix
steps rather than using this template.