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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 15 dependencies from npm #36

Closed
wants to merge 15 commits into from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Apr 1, 2018

Overview

The following dependencies have been updated:

  • @types/graphql in / from "0.12.4" to "0.12.7"
  • @types/jest in / from "22.2.0" to "22.2.2"
  • @types/sequelize in / from "4.27.10" to "4.27.12"
  • apollo-server-express in / from "1.3.2" to "1.3.4"
  • graphql-import in / from "0.4.5" to "0.5.0"
  • graphql-tools in / from "2.23.0" to "2.23.1"
  • graphql in / from "0.13.1" to "0.13.2"
  • jest in / from "22.4.2" to "22.4.3"
  • lint-staged in / from "7.0.0" to "7.0.2"
  • luxon in / from "0.5.8" to "1.0.0"
  • nodemon in / from "1.17.2" to "1.17.3"
  • sequelize in / from "4.37.0" to "4.37.5"
  • ts-jest in / from "22.4.1" to "22.4.2"
  • typescript in / from "2.7.2" to "2.8.1"
  • yarnhook in / from "0.1.1" to "0.2.0"

Details

Dependencies.io has updated @types/graphql (a npm dependency in /) from "0.12.4" to "0.12.7".

0.12.7

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

0.12.6

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

0.12.5

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated @types/jest (a npm dependency in /) from "22.2.0" to "22.2.2".

22.2.2

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

22.2.1

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated @types/sequelize (a npm dependency in /) from "4.27.10" to "4.27.12".

4.27.12

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

4.27.11

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated apollo-server-express (a npm dependency in /) from "1.3.2" to "1.3.4".

1.3.4
  • Upgrade to apollo-cache-control@0.1.0 and allow you to specify options to it (such as the new defaultMaxAge) by passing cacheControl: {defaultMaxAge: 5} instead of cacheControl: true.
1.3.3
  • Updated peer dependencies to support graphql@0.13.x.
  • apollo-server-express: The GraphQLOptions type is now exported from apollo-server-express in order to facilitate type checking when utilizing graphqlExpress, graphiqlExpress, graphqlConnect and graphiqlConnect. PR #871
  • Update GraphiQL version to 0.11.11. PR #914

Dependencies.io has updated graphql-import (a npm dependency in /) from "0.4.5" to "0.5.0".

0.5.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated graphql-tools (a npm dependency in /) from "2.23.0" to "2.23.1".

2.23.1

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated graphql (a npm dependency in /) from "0.13.1" to "0.13.2".

0.13.2

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated jest (a npm dependency in /) from "22.4.2" to "22.4.3".

22.4.3

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated lint-staged (a npm dependency in /) from "7.0.0" to "7.0.2".

7.0.2

7.0.2 (2018-04-01)

Bug Fixes

  • Hide error message in a private field to avoid duplicate logs (#421) (4d6f165)
7.0.1

7.0.1 (2018-03-30)

Bug Fixes

  • package: update staged-git-files to version 1.1.1 (31176c9)

Dependencies.io has updated luxon (a npm dependency in /) from "0.5.8" to "1.0.0".

1.0.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated nodemon (a npm dependency in /) from "1.17.2" to "1.17.3".

1.17.3

1.17.3 (2018-03-31)

Bug Fixes

  • don't throw when required in the repl (aa18c80), closes #1292

Dependencies.io has updated sequelize (a npm dependency in /) from "4.37.0" to "4.37.5".

4.37.5

4.37.5 (2018-03-29)

Bug Fixes

  • query-generator: 1-to-many join in subQuery filter missing where clause (#9228) (#9247) (3b623cb)
4.37.4

4.37.4 (2018-03-22)

Bug Fixes

  • query-generator: generate subQuery filter for nested required joins (#9188) (20cac7a)
4.37.3

4.37.3 (2018-03-20)

Bug Fixes

  • transaction: only rollback if connection was acquired (#9051) (a7e9e2b)
4.37.2

4.37.2 (2018-03-19)

Bug Fixes

4.37.1

4.37.1 (2018-03-16)

Bug Fixes

  • model/aggregate: inject scope before conforming options (#9190) (ba49c7f)

Dependencies.io has updated ts-jest (a npm dependency in /) from "22.4.1" to "22.4.2".

22.4.2

added a flag to allow disabling sourcemap support

{
  "globals: {
    "ts-jest": {
      "disableSourceMapSupport": true
    }
  }
}

Dependencies.io has updated typescript (a npm dependency in /) from "2.7.2" to "2.8.1".

2.8.1

For release notes, check out the release announcement

For new features, check out the What's new in TypeScript 2.8.

For breaking changes, check out the Breaking changes in TypeScript 2.8 page.

For the complete list of fixed issues, check out the issues fixed in TypeScript 2.8 RC and after TypeScript 2.8 RC.

Download:

Special thanks to all contributors to this release:

  • Aditya Daflapurkar
  • Adnan Chowdhury
  • Adrian Leonhard
  • Alan Agius
  • Alex Eagle
  • Anders Hejlsberg
  • Andrew Casey
  • Andy Hanson
  • Armando Aguirre
  • Benjamin Lichtman
  • Daniel Rosenwasser
  • Eric Grube
  • Esakki Raj
  • Herrington Darkholme
  • Jack Williams
  • Josh Goldberg
  • Klaus Meinhardt
  • Martyn Janes
  • Matt McCutchen
  • Mohamed Hegazy
  • Nathan Shively-Sanders
  • Noj Vek
  • Priyantha Lankapura
  • Ricardo N Feliciano
  • Ron Buckton
  • Ryan Cavanaugh
  • Sergii Bezliudnyi
  • Sheetal Nandi
  • Stephan Ginth枚r
  • TravCav
  • Wenlu Wang
  • Wesley Wigham
  • Yuichi Nukiyama

Dependencies.io has updated yarnhook (a npm dependency in /) from "0.1.1" to "0.2.0".

0.2.0

It's time to party because yarnhook gained support for another major package manager, pnpm! 馃帀 Thanks, zkochan for the PR.

We also added another flag called YARNHOOK_DRYRUN which you can use if you're not comfortable with yarnhook installing dependencies for you, but want to be notified when there's a need.

@codecov
Copy link

codecov bot commented Apr 1, 2018

Codecov Report

Merging #36 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   72.09%   72.09%           
=======================================
  Files           4        4           
  Lines          43       43           
  Branches        2        2           
=======================================
  Hits           31       31           
  Misses         12       12

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update d1360f5...b4809b7. Read the comment docs.

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.

Error while requiring nodemon in the node repl
3 participants