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

Bump @types/jest from 24.0.15 to 25.2.3 #31

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 27, 2020

Bumps @types/jest from 24.0.15 to 25.2.3.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a development dependency.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 27, 2020
github-actions[bot]
github-actions bot previously approved these changes May 27, 2020
@dependabot-preview dependabot-preview bot changed the base branch from master to develop May 27, 2020 11:06
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/types/jest-25.2.3 branch from 3254a2f to 2a85239 Compare May 27, 2020 11:55
github-actions[bot]
github-actions bot previously approved these changes May 27, 2020
github-actions[bot]
github-actions bot previously approved these changes May 27, 2020
github-actions[bot]
github-actions bot previously approved these changes May 27, 2020
@vercel
Copy link

vercel bot commented May 27, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/typeofweb/devfaq-www/aj9vj0xpb
✅ Preview: https://devfaq-www-git-dependabot-npmandyarntypesjest-2523.typeofweb.now.sh

github-actions[bot]
github-actions bot previously approved these changes May 27, 2020
github-actions[bot]
github-actions bot previously approved these changes May 27, 2020
github-actions[bot]
github-actions bot previously approved these changes May 28, 2020
github-actions[bot]
github-actions bot previously approved these changes May 29, 2020
github-actions[bot]
github-actions bot previously approved these changes May 29, 2020
github-actions[bot]
github-actions bot previously approved these changes May 29, 2020
github-actions[bot]
github-actions bot previously approved these changes May 29, 2020
github-actions[bot]
github-actions bot previously approved these changes May 31, 2020
@dependabot-preview
Copy link
Contributor Author

Looks like @types/jest is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/types/jest-25.2.3 branch June 1, 2020 18:49
typeofweb pushed a commit that referenced this pull request Jun 8, 2020
typeofweb added a commit that referenced this pull request Jun 9, 2020
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants