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 #35

Closed
wants to merge 15 commits into from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Mar 16, 2018

Overview

The following dependencies have been updated:

  • @types/graphql in / from "0.12.4" to "0.12.5"
  • @types/jest in / from "22.1.3" to "22.2.0"
  • @types/luxon in / from "0.2.5" to "0.5.0"
  • @types/sequelize in / from "4.27.7" to "4.27.10"
  • dotenv in / from "5.0.0" to "5.0.1"
  • express in / from "4.16.2" to "4.16.3"
  • graphql-import in / from "0.4.3" to "0.4.5"
  • graphql-tools in / from "2.21.0" to "2.23.0"
  • lint-staged in / from "6.1.1" to "7.0.0"
  • luxon in / from "0.5.2" to "0.5.8"
  • nodemon in / from "1.15.1" to "1.17.2"
  • prettier in / from "1.10.2" to "1.11.1"
  • sequelize in / from "4.33.4" to "4.37.1"
  • ts-jest in / from "22.0.4" to "22.4.1"
  • ts-node in / from "4.1.0" to "5.0.1"

Details

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

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.1.3" to "22.2.0".

22.2.0

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

22.1.4

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/luxon (a npm dependency in /) from "0.2.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.

0.2.6

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.7" to "4.27.10".

4.27.10

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.9

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.8

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 dotenv (a npm dependency in /) from "5.0.0" to "5.0.1".

5.0.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 express (a npm dependency in /) from "4.16.2" to "4.16.3".

4.16.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 graphql-import (a npm dependency in /) from "0.4.3" to "0.4.5".

0.4.5

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

0.4.4

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.21.0" to "2.23.0".

2.23.0

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

2.22.0
  • When concatenating errors maintain a reference to the original for use downstream Issue #480 PR #637
  • Improve generic typings for several resolver-related interfaces PR #662
  • Remove copied apollo-link code PR #670
  • Handle undefined path in getErrorsFromParent PR #667

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

7.0.0

7.0.0 (2018-02-21)

Bug Fixes

  • package: Bump dependencies (267ff0f)

Code Refactoring

Features

Performance Improvements

BREAKING CHANGES

  • Requires Node.js v6 or later.

  • Remove implicit support for running npm scripts.

    Consider example lint-staged config:

    {
      "name": "My project",
      "version": "0.1.0",
      "scripts": {
        "my-custom-script": "linter --arg1 --arg2",
        "precommit": "lint-staged"
      },
      "lint-staged": {
        "*.js": ["my-custom-script", "git add"]
      }
    }

    The list of commands should be changed to the following:

      "*.js": ["npm run my-custom-script --", "git add"]
    
  • The following minimatch options are not supported in micromatch:


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

0.5.8

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

0.5.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.5.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.5.5

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

0.5.4

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

0.5.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 nodemon (a npm dependency in /) from "1.15.1" to "1.17.2".

1.17.2

1.17.2 (2018-03-13)

Bug Fixes

1.17.1

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

1.17.0

1.17.0 (2018-02-27)

Bug Fixes

Features

Note: due to an oddity in the automated build process, nodemon was bumped two minor versions instead of one. Nothing to worry about though.

1.16.1

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

1.16.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 prettier (a npm dependency in /) from "1.10.2" to "1.11.1".

1.11.1

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

1.11.0

馃敆 Release Notes


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

4.37.1

4.37.1 (2018-03-16)

Bug Fixes

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

4.37.0 (2018-03-15)

Features

  • mssql/describeTable: include auto increment flag (#9171) (4daf522)
4.36.1

4.36.1 (2018-03-13)

Bug Fixes

  • bulkCreate: updateOnDuplicate doesn't map back to fields (#9162) (83dfc5a)
4.36.0

4.36.0 (2018-03-11)

Features

  • model: decrement method (7c1eb9b)
4.35.5

4.35.5 (2018-03-10)

Bug Fixes

  • scope: include scope on eagerly created associations (#9127) (969978d)
4.35.4

4.35.4 (2018-03-10)

Bug Fixes

  • postgresql: search path with datatypes that use dynamic oids (#9148) (2365206)
4.35.3

4.35.3 (2018-03-10)

Bug Fixes

  • model/bulkCreate: properly pass error instances to AggregateError (#9133) (78a1fb6)
4.35.2

4.35.2 (2018-03-04)

Bug Fixes

4.35.1

4.35.1 (2018-03-01)

Bug Fixes

  • query-generator: allow Op as comparator in sequelize.where (#9124) (476b08b)
4.35.0

4.35.0 (2018-02-28)

Bug Fixes

  • update validator.js to prevent denial of service (#9112) (bee03c1)

Features

4.34.1

4.34.1 (2018-02-27)

Bug Fixes

  • model/upsert: support options.validation (#8872) (191819f)
4.34.0

4.34.0 (2018-02-25)

Bug Fixes

Features


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

22.4.1

Fixed #455

22.4.0
  • provide an object containing the source and sourcemap to jest
  • remove dependency on source-map-support (provided by jest)
  • fix the logger

Dependencies.io has updated ts-node (a npm dependency in /) from "4.1.0" to "5.0.1".

5.0.1

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

5.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.

@codecov
Copy link

codecov bot commented Mar 16, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  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...6f2b958. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment