不要怂,就是干,撸起袖子干!

Commit 0098de0c by Sushant Committed by GitHub

build: update dependencies and docs (#11842)

1 parent 04d0f9e0
Showing with 14 additions and 14 deletions
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
[![npm version](https://badgen.net/npm/v/sequelize)](https://www.npmjs.com/package/sequelize) [![npm version](https://badgen.net/npm/v/sequelize)](https://www.npmjs.com/package/sequelize)
[![Travis Build Status](https://badgen.net/travis/sequelize/sequelize?icon=travis)](https://travis-ci.org/sequelize/sequelize) [![Travis Build Status](https://badgen.net/travis/sequelize/sequelize?icon=travis)](https://travis-ci.org/sequelize/sequelize)
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/9l1ypgwsp5ij46m3/branch/master?svg=true)](https://ci.appveyor.com/project/sushantdhiman/sequelize/branch/master) [![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/9l1ypgwsp5ij46m3/branch/master?svg=true)](https://ci.appveyor.com/project/sushantdhiman/sequelize/branch/master)
[![codecov](https://badgen.net/codecov/c/github/sequelize/sequelize?icon=codecov)](https://codecov.io/gh/sequelize/sequelize) [![codecov](https://badgen.net/codecov/c/github/sequelize/sequelize/master?icon=codecov)](https://codecov.io/gh/sequelize/sequelize)
[![npm downloads](https://badgen.net/npm/dm/sequelize)](https://www.npmjs.com/package/sequelize) [![npm downloads](https://badgen.net/npm/dm/sequelize)](https://www.npmjs.com/package/sequelize)
[![Merged PRs](https://badgen.net/github/merged-prs/sequelize/sequelize)](https://github.com/sequelize/sequelize) [![Merged PRs](https://badgen.net/github/merged-prs/sequelize/sequelize)](https://github.com/sequelize/sequelize)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more. Sequelize follows [SEMVER](http://semver.org). Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more. Sequelize follows [Semantic Versioning](http://semver.org).
New to Sequelize? Take a look at the [Tutorials and Guides](https://sequelize.org/master). You might also be interested in the [API Reference](https://sequelize.org/master/identifiers). New to Sequelize? Take a look at the [Tutorials and Guides](https://sequelize.org/master). You might also be interested in the [API Reference](https://sequelize.org/master/identifiers).
......
This diff could not be displayed because it is too large.
...@@ -37,16 +37,16 @@ ...@@ -37,16 +37,16 @@
"moment": "^2.24.0", "moment": "^2.24.0",
"moment-timezone": "^0.5.21", "moment-timezone": "^0.5.21",
"retry-as-promised": "^3.2.0", "retry-as-promised": "^3.2.0",
"semver": "^6.3.0", "semver": "^7.1.0",
"sequelize-pool": "^2.3.0", "sequelize-pool": "^3.0.0",
"toposort-class": "^1.0.1", "toposort-class": "^1.0.1",
"uuid": "^3.3.3", "uuid": "^3.4.0",
"validator": "^10.11.0", "validator": "^10.11.0",
"wkx": "^0.4.8" "wkx": "^0.4.8"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^8.2.0", "@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.2.0", "@commitlint/config-angular": "^8.3.4",
"@types/bluebird": "^3.5.26", "@types/bluebird": "^3.5.26",
"@types/node": "^12.7.8", "@types/node": "^12.7.8",
"@types/validator": "^10.11.0", "@types/validator": "^10.11.0",
...@@ -61,24 +61,24 @@ ...@@ -61,24 +61,24 @@
"esdoc": "^1.1.0", "esdoc": "^1.1.0",
"esdoc-inject-style-plugin": "^1.0.0", "esdoc-inject-style-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0", "esdoc-standard-plugin": "^1.0.0",
"eslint": "^6.4.0", "eslint": "^6.8.0",
"eslint-plugin-jsdoc": "^4.1.1", "eslint-plugin-jsdoc": "^4.1.1",
"eslint-plugin-mocha": "^5.2.1", "eslint-plugin-mocha": "^6.2.2",
"fs-jetpack": "^2.2.2", "fs-jetpack": "^2.2.2",
"husky": "^1.3.1", "husky": "^1.3.1",
"js-combinatorics": "^0.5.4", "js-combinatorics": "^0.5.5",
"lcov-result-merger": "^3.0.0", "lcov-result-merger": "^3.0.0",
"lint-staged": "^8.1.5", "lint-staged": "^8.1.5",
"mariadb": "^2.1.1", "mariadb": "^2.1.5",
"markdownlint-cli": "^0.18.0", "markdownlint-cli": "^0.21.0",
"mocha": "^6.1.4", "mocha": "^6.1.4",
"mysql2": "^1.6.5", "mysql2": "^1.6.5",
"nyc": "^14.1.1", "nyc": "^15.0.0",
"pg": "^7.8.1", "pg": "^7.8.1",
"pg-hstore": "^2.x", "pg-hstore": "^2.x",
"pg-types": "^2.0.0", "pg-types": "^2.0.0",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"semantic-release": "^15.13.16", "semantic-release": "^16.0.2",
"sinon": "^7.5.0", "sinon": "^7.5.0",
"sinon-chai": "^3.3.0", "sinon-chai": "^3.3.0",
"sqlite3": "^4.0.6", "sqlite3": "^4.0.6",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!