fix(deps): update eslint version to fix peer dep conflict#207
fix(deps): update eslint version to fix peer dep conflict#207joshuata wants to merge 12 commits intosatisfactorymodding:stagingfrom
Conversation
…irect (satisfactorymodding#200) * fix: language flag icons showing with incorrect colors (ex. germany white instead of black) * feat: add es, hu, ko, pt-BR, to language picker. widen dropdown, setup overflow scrolling * fix: typo * feat: redirect old /sml-versions page to /mod/SML
* feat: added virustotal results to versions screen * fix: remove canedit from vt results * fix: update to virustotal_results * fix: move thead to tbody/make text translatable --------- Co-authored-by: Rob B <computerguy440+gh@gmail.com>
Any change to packages was previously causing issues due to conflicting peer dependencies. This updates to the recommended sveltekit eslint config and recent eslint versions
|
@joshuata is attempting to deploy a commit to the satisfactorymodding Team on Vercel. A member of the Team first needs to authorize it. |
Currently the repo requires commitlint to pass, but there is no notification until commit passes. This adds a prompt when commiting to help devs
…odding#211) * Add Satisfactory Interactive Maps by TH.GL * Contain images with different aspect ratio * Prettify
Fixes satisfactorymodding#131. Explicitly setting the cookie hostname was causing cookie.remove to fail. Co-authored-by: Rob B <computerguy440+gh@gmail.com>
budak7273
left a comment
There was a problem hiding this comment.
When trying to run this locally, I see new warnings that haven't been resolved. I'm not sure how your commit passed linting without triggering these warnings - are the new configs not pinned to a specific version of linter rules?
I tried to fix some of these warnings and commit, but it seems like these changes have also made all of my git clients error when trying to skip commit hooks. Not sure if this is a problem on my end or with the changes.
* fix: migrate away from appshell fixes satisfactorymodding#208 * fix: prettier errors in base layout --------- Co-authored-by: Rob B <computerguy440+gh@gmail.com>
|
I left the warnings since I didn't want to make big changes based on a config change I wasn't sure would be accepted. We can absolutely fix them, I just wanted to be careful |
Any change to packages was previously causing issues due to conflicting peer dependencies. This updates to the recommended sveltekit eslint config and recent eslint versions