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

Add Auth to Remix create & small fixes #891

Merged
merged 5 commits into from Mar 6, 2024
Merged

Conversation

diksipav
Copy link
Contributor

@diksipav diksipav commented Mar 6, 2024

  • I updated Readmes to use yarn run create instead of yarn create when running locally because yarn create is used for creating new projects from create starter kits, it will not run our create scripts but it expects create-starter-kit as an argument.

Maybe I used something wrong, if this works on your side @jaclarke @scotttrinh I can revert this changes.

  • Added auth files to Remix template since it was missing it.

  • Updated Remix and Sveltekit index pages to show link to builtin UI if enabled.

@diksipav diksipav marked this pull request as draft March 6, 2024 14:03
@diksipav diksipav marked this pull request as ready for review March 6, 2024 14:05
@diksipav diksipav changed the title Fix create packages Add Auth to Remix create & small fixes Mar 6, 2024
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
typescript: "^5.1.6",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't check the other new dependencies, but is there a reason why we're referring to an older version of typescript here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is also from the newest remix create template, they use ts "^5.1.6", or do u think I should use "*" here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if sth can break in the future if we use "*" in package.json

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's a good question. Let's just follow their version ranges for now.

},
},

// TypeScript
// Typescript
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TypeScript is correct. (see https://www.typescriptlang.org/)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ok, this is changed because newest Remix create will create this, so I copied their newest .eslintrc.cjs

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅 Fine to keep it then, not a big deal.

@diksipav diksipav merged commit 5f8d3fc into master Mar 6, 2024
8 checks passed
@diksipav diksipav deleted the fix-create-packages branch March 6, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants