Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2018

This PR contains the following updates:

Package Change Age Confidence
@types/cookie-parser (source) 1.4.1 -> 1.4.10 age confidence
@types/cpx (source) 1.5.0 -> 1.5.6 age confidence
@types/express (source) 4.16.0 -> 4.17.25 age confidence
@​types/faker 4.1.4 -> 4.1.12 age confidence
@types/graphql 14.0.3 -> 14.5.0 age confidence
@types/jest (source) 23.3.9 -> 23.3.14 age confidence
@types/knex 0.15.0 -> 0.16.1 age confidence
@types/morgan (source) 1.7.35 -> 1.9.10 age confidence
@types/react (source) 16.7.4 -> 16.14.67 age confidence
@types/react-dom (source) 16.0.9 -> 16.9.25 age confidence
@types/serve-favicon (source) 2.2.30 -> 2.5.7 age confidence
@types/supertest (source) 2.0.6 -> 2.0.16 age confidence
apollo-cache-inmemory 1.3.9 -> 1.6.6 age confidence
apollo-client 1.9.2 -> 1.9.3 age confidence
apollo-link-http 1.5.5 -> 1.5.17 age confidence
body-parser 1.18.3 -> 1.20.3 age confidence
concurrently 4.0.1 -> 4.1.2 age confidence
cookie-parser 1.4.3 -> 1.4.7 age confidence
debug 4.1.0 -> 4.4.3 age confidence
dotenv 6.1.0 -> 6.2.0 age confidence
express (source) 4.16.4 -> 4.21.2 age confidence
express-session 1.15.6 -> 1.18.2 age confidence
global 4.3.2 -> 4.4.0 age confidence
graphql 14.0.2 -> 14.7.0 age confidence
graphql-tag 2.10.0 -> 2.12.6 age confidence
graphql-tools (source) 4.0.3 -> 4.0.8 age confidence
husky 1.1.4 -> 1.3.1 age confidence
lint-staged 8.0.4 -> 8.2.1 age confidence
morgan 1.9.1 -> 1.10.1 age confidence
nodemon (source) 1.18.6 -> 1.19.4 age confidence
parcel-bundler 1.10.3 -> 1.12.5 age confidence
pg (source) 7.6.1 -> 7.18.2 age confidence
prettier (source) 1.15.2 -> 1.19.1 age confidence
prop-types (source) 15.6.2 -> 15.8.1 age confidence
react (source) 16.6.3 -> 16.14.0 age confidence
react-apollo 2.2.4 -> 2.5.8 age confidence
react-contextmenu 2.10.0 -> 2.14.0 age confidence
react-dom (source) 16.6.3 -> 16.14.0 age confidence
react-modal 3.6.1 -> 3.16.3 age confidence
react-table (source) 6.8.6 -> 6.11.5 age confidence
serve-favicon 2.5.0 -> 2.5.1 age confidence
stylelint (source) 9.8.0 -> 9.10.1 age confidence
supertest 3.3.0 -> 3.4.2 age confidence
ts-jest (source) 23.10.4 -> 23.10.5 age confidence
tslint (source) 5.11.0 -> 5.20.1 age confidence
tslint-config-prettier 1.16.0 -> 1.18.0 age confidence
typescript (source) 3.1.6 -> 3.9.10 age confidence

Release Notes

graphql/graphql-js (@​types/graphql)

v14.5.0

v14.5.0 (2019-08-22)

New Feature 🚀
Bug Fix 🐞
Docs 📝
Polish 💅
42 PRs were merged
Internal 🏠
14 PRs were merged
Dependency 📦
7 PRs were merged
Committers: 4

v14.2.1

Compare Source

14.2.1 (2019-03-31)

Bug Fix 🐞

v14.2.0

14.2.0 (2019-03-26)

Note: Updating to this release can cause new Flow errors since it adds Flow typing for print function that was missing in previous versions.

New Feature 🚀
Bug Fix 🐞
Docs 📝
Polish 💅
42 PRs were merged
Internal 🏠
17 PRs were merged
Committers: 7
tgriesser/knex (@​types/knex)

v0.16.1

Compare Source

Breaking Changes:
  • Use datetime2 for MSSQL datetime + timestamp types. This change is incompatible with MSSQL older than 2008 #​2757
  • Knex.VERSION() method was removed, run "require('knex/package').version" instead #​2776
  • Knex transpilation now targets Node.js 6, meaning it will no longer run on older Node.js versions #​2813
  • Add json type support for SQLite 3.9+ (tested to work with Node package 'sqlite3' 4.0.2+) #​2814
New features:
  • Support passing explicit connection to query builder (#​2817)
  • Introduced abstraction for getting migrations to make migration bundling easier #​2775
  • Allow timestamp with timezone on mssql databases #​2724
  • Allow specifying multiple migration directories #​2735
  • Allow cloning query builder with .userParams({}) assigned to it #​2802
  • Allow chaining of increment, decrement, and update #​2740
  • Allow table names with forUpdate/forShare #​2834
  • Added whereColumn and the associated not / and / or methods for using columns on the right side of a where clause #​2837
  • Added whereRecursive method to make self-referential CTEs possible #​2889
  • Added support for named unique, primary and foreign keys to SQLite3 #​2840
  • Added support for generating new migration and seed files without knexfile #​2884 #​2905 #​2935
  • Added support for multiple columns in .orderBy() #​2881
  • Added option of existingType to .enum() method to support repeated use of enums #​2719
  • Added option to pass indexType for MySQL dialect #​2890
  • Added onVal and the associated not / and / or methods for using values in on clauses within joins [#​2746](https://github.com/tgriesser/knex/

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from bce314c to 8952b51 Compare December 10, 2018 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 4cd6ac5 to 8fe1e33 Compare December 15, 2018 02:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 7f78cf4 to 9ab912f Compare December 21, 2018 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e1b406 to f8671d7 Compare September 27, 2024 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f40239f to 0c9745d Compare October 8, 2024 21:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c9745d to 20a44d9 Compare November 25, 2024 23:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c5dc670 to 41485fe Compare December 9, 2024 23:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 452f4c8 to 71fe2e1 Compare December 17, 2024 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 71fe2e1 to c202b7b Compare March 19, 2025 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8cee868 to 7716ce1 Compare May 17, 2025 01:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2b6ac88 to 79b5f62 Compare May 27, 2025 10:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4f599e0 to 579d826 Compare June 10, 2025 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 579d826 to 12fc65d Compare July 17, 2025 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a06bfa4 to 04a591d Compare August 13, 2025 13:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 524d5ac to 342fa50 Compare August 22, 2025 20:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 342fa50 to 2b47605 Compare August 31, 2025 12:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b47605 to fa6324b Compare September 25, 2025 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa6324b to da320e1 Compare October 6, 2025 23:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8085ed0 to f6a5a82 Compare October 21, 2025 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6a5a82 to e94336d Compare October 24, 2025 10:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e94336d to 23a09a5 Compare October 28, 2025 04:11
@renovate
Copy link
Contributor Author

renovate bot commented Oct 28, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json

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.

1 participant