-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 next and next dependencies #46
Update next and next dependencies #46
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/typeofweb/devfaq-www/7six6jyzz |
…NextAndNextDependencies
@all-contributors please add @Survikrowa for code |
@mmiszy I've put up a pull request to add @Survikrowa! 🎉 |
* Add typescript-plugin-css-modules * Add size-limit * Update next and next dependencies (#46) * Remove Next-Sass(Next added native support in 9.2) * Update Next and Node-sass. * Add config for typescript-plugin-css-modules * Rewrite SCSS to SCSS Modules. * Update TSC * Some missing Styles * Prettier 2 * Upgrade * Update other deps and fix rest of global css * Fix tsc * Add size-limit check * Update * Update node * Make sure modals show Co-authored-by: Michal Miszczyszyn <michal@mmiszy.pl> * docs: add Survikrowa as a contributor (#47) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * Fix unexpected empty lines in code * Add pr updater cron job * Add pr updater cron job * Fix artifact name * Add .circleci/config.yml (#50) * Add license scan report and status (#49) * Add license scan report and status Signed off by: fossabot <badges@fossa.com> * Update README.md Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com> * Add lighthouse (#48) * Add lighthouse * Update size-limit * Push * Try with custom action * Add pr updater cron job * Moving to CircleCI * Add circleci and dangerfile (#53) * Add circleci and dangerfile * Try bundle size * Something wrong with the config * Validate config.yml * Forgotten build * Another try * Another try * Make sure the branch is switched * Try with slash ' * Fuck it, hardcode * Updates * Ignore TypeScript in dangerfile * Debug * Fix checkout on CircleCI * Fix path * Fix links * Issue-41: Changed question's voting position to the left (#55) Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com> * Make github actions respect skip ci * docs: add drillprop as a contributor (#57) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com> * docs: add mczeplowski as a contributor (#58) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com> * Update license * Add waitForVercel * Fix orb * Fix orb * Add lighthouse workflow * Update time * Try lighthouse * Add comments * Change GITHUB_ACCESS_TOKEN to DANGER_GITHUB_API_TOKEN * Add url * Try manually * Fix imports * Add chrome to the image * mkdir /tmp/lighthouse/ * Final touches * Last touches for real * Reorder categories * Rewrite Class Components to Hooks (#54) * Refactor class components from root pages directory to functional ones * Make pages/questions components functional * Rewrite ActiveLink to functional component * Rewrite AdminQuestions to functional component * Rewrite CtaHeader to functional component * Rewrite NavigationHeader to functional component * Wrap ActiveLink, AdminQuestions and CtaHeader in React.memo Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com> * Fix cannot read property id of undefined in dangerfile * Prevent duplicate comments * Rewrite Class Components (#64) * Rewrite AnimateProperty to functional component * Fix imports of AnimateHeight * Rewrite AppSpinner to functional component * Rewrite Layout to functional component * Rewrite LoginForm to functional component * Update components/layout/AppSpinner.tsx Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com> * Fix AppSpinner Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com> * Remove unused env var * Migrate from tslint to eslint (#65) * Fix all files * eslint * Remove unused env var * Import hooks * Skip dependabot * Skip dependabot * Make sure proper branch is compared against * Fix path to .headbranch * Fix path to .headbranch * Change head to base… * Rename getHeadBranch.ts -> getBaseBranch.ts * Run scripts from head branch * Add npm ci after changing branches Co-authored-by: Survikrowa <35381167+Survikrowa@users.noreply.github.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: fossabot <badges@fossa.io> Co-authored-by: mczeplowski <43904845+mczeplowski@users.noreply.github.com> Co-authored-by: Bartosz Dryl <drylbartosz@gmail.com>
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Initial commit * Update .gitignore * Add npm start * WiP' * Add database * Add tslint * Add .editorconfig * Auth * Try to use typeorm and typedi * Add loging in (WiP) * Add login * Add dotenv * Stub questions endpoints * Add note * Dockerize * Add creating questions * Minor thing * Refactor * Fix generator bug... * Fallback to sqlite * Add .env file * Add GET questions * Fix description * Get rid of junk * Get only accepted questions * Add validation for GET by status * Fix mess with types * Get Questions by level and status * Add sorting * PATCH questions * Fixes * Remove category validation * Add pdf generation * Add pdf generation query validation * Allow multiple levels in the query * Add new categories * Pre deploy settings * Add deploy script * Deploy script * Add circleCI * Update deps * Fix build * Change domain * Allow patching all fields in question * Add version to API * Create .version * Fix pdfs * pdf * Fix pdfs * Add orderby * Fix db * Pdf * Error handling * Add cookie auth * Fix env cookie domain * Change cookie secure * Add route to get current user * Add auth with cookies * Use postgres only * Add nvmrc * Wip * WIP * Fix * Add missing configs * Cleanup * GET Questions public * Add filtering by level and category * POST * Cookie based auth * Add missing env variables * Sessions * Login done * Expose social login * Add single questions route * Add limit and offset * Add pagination * Add sorting * Added ability to save questions by admins * Add QuestionVote * Include votes information on questions * Node 10 * Add voting on questions * Update * Finalized voting * Fix dev * Add new dump * Fix https issue * Fix https issue * Fix session logic * Try to pinpoint the problem 1 * Try to pinpoint the problem 2 * Fix deploy * Fix typo * Rename * Add migrations to build pipeline * Add source bash profile * Implemented SQL * Fix script * Fix * Update version * Try fix * Add currentUserVotedOn * Add where filtering * Fix TS bugs * Fix bug in first and last names * Update dependencies * Update dependencies 2 * Update deps * Devfaq * Use https * Updates * Update circle * Fix deleting questions * Rename .editoconfig to .editorconfig * Create test-PR.yml (#8) * Create auto-approve-dependabot.yml (#9) * Prettier Fixes #7 Fixes #5 * Require the build to pass for dependabot (#17) * Require the build to pass for dependabot * Update test-PR.yml * Create danger.yml * Update danger.yml * Update danger.yml * Update danger.yml * Update danger.yml * Update test-PR.yml * Update danger.yml * Move danger to the same file * Remove danger action * Update danger * Bump sequelize-cli from 5.5.0 to 5.5.1 (#14) * Bump @types/faker from 4.1.5 to 4.1.12 (#10) * Bump lodash from 4.17.14 to 4.17.15 (#20) * Make husky tolerable (#18) * Make husky tolerable * Make sure TypeofWebBot sends messages * Add readme * 👥 Add @mmiszy as a contributor * 👥 Add @tomasznastaly as a contributor * 👥 Update @tomasznastaly as a contributor * 👥 Update @mmiszy as a contributor * 👥 Update @tomasznastaly as a contributor * 👥 Update @mmiszy as a contributor * 👥 Update @tomasznastaly as a contributor * 👥 Update @mmiszy as a contributor * 👥 Update @mmiszy as a contributor * 👥 Update @mmiszy as a contributor * 👥 Update @tomasznastaly as a contributor * Add all-contributors * 👥 Add @cytrowski as a contributor * 👥 Add @pavveu as a contributor * Change default branch to master * Update deps (#25) * Minor updates + postgres 12 * Update everything except for hapi, joi and sequelize * Update deps (#26) * Minor updates + postgres 12 * Update everything except for hapi, joi and sequelize * Update scripts for staging * Try auto deploy * Add ssh keys * Bump @hapi/hapi from 18.3.2 to 18.4.1 (#30) Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 18.3.2 to 18.4.1. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](hapijs/hapi@v18.3.2...v18.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Upgrade HapiJS (#31) * Bump @types/lodash from 4.14.153 to 4.14.154 (#33) * Bump google-auth-library from 6.0.0 to 6.0.1 (#35) * Bump @types/hapi__joi from 17.1.0 to 17.1.2 (#37) * Bump @types/lodash from 4.14.154 to 4.14.155 (#38) * Update swagger-to-ts and readme * Bump typescript from 3.9.3 to 3.9.5 (#42) * docs: add D0man as a contributor (#45) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * docs: add kbkk as a contributor (#46) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * Ts migrations (#44) * Use umzug for native migrations in TS * Make it backward-compatible * Parallel tests * CR and updates * Remove code smell * Some fixes * Fix build * Add badges [skip ci] * Add badges [skip ci] * Create CODE_OF_CONDUCT.md [skip ci] * 2.0.0 * Make sure HTTPS is used on staging * Bump @types/node from 12.12.42 to 12.12.44 (#47) * Migrate to yarn (#49) * Migrate to yarn * Include yarn.lock * Bump all-contributors-cli from 6.15.0 to 6.16.0 (#48) * Migrate API * Migrate WWW * Issue-79: Migrated into CSS Variables * Issue-79: CSS Fixes * Migrate to a monorepo, and merge devfaq-api and devfaq-www * Fix scripts path * Add contributors, code of conduct and license * Issue-79: Migrated into CSS Variables * Issue-79: CSS Fixes * Fixes Co-authored-by: Michal Miszczyszyn <michal@mmiszy.pl> Co-authored-by: Tomasz Nastały <nastalytomasz@gmail.com> Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Fixes #42 Fixes #7