trance-stack
trance-stack copied to clipboard
A production-ready Remix stack built for AWS Lambda. Authentication. Security, Internationalization, Feature Flags, Analytics, Tests, Storybook, Ephemeral and Production CI/CD and more.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...
`logGroup` is a recently available configuration that makes it easier to manage where logs are sent from lambdas (https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html#loggroup) Instead of keeping the function name static, we can use a...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | [`7.93.0` -> `7.120.4`](https://renovatebot.com/diffs/npm/@sentry%2freact/7.93.0/7.120.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@sentry/remix](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/remix)...
### What happened? One of the options presented to users when using `npx create-remix` is whether or not to initialize a git repo. If the user chooses not to, then...
### What happened? Unexpected browser feature "css-nesting" is not supported by Chrome 109, Opera Mobile 73, Samsung Internet 23 plugin/no-unsupported-browser-features ### What did you expect to happen? need to fix...
### What happened? When `lefthook` is not installed (on OSX), it throws a failed to install dependencies error which is misleading. We should 1. Update the README to note that...
### What happened? After a clean install, running `npm dev` results in the following message in the browser: ``` Lambda init error Error: SyntaxError: Cannot use import statement outside a...
### What happened? Ran an initial install on the most recent version and got ``` npm ERR! code 1 npm ERR! path /Users/f/trance/node_modules/@sentry/cli npm ERR! command failed npm ERR! command...
Why not Chromatic? _Originally posted by @docoder in https://github.com/meza/trance-stack/discussions/63#discussioncomment-5317957_
### Discussed in https://github.com/meza/trance-stack/discussions/77 Originally posted by **58bits** March 13, 2023 If you're interested in implementing V2 meta - the original discussion is here... https://github.com/remix-run/remix/discussions/4462 I've also implemented this here...