Skip to content

Commit

Permalink
feat(deps): ⬆️ upgrading all deps to latest and greatest version
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
spa5k and renovate[bot] authored Jul 13, 2022
1 parent 9236ade commit 2d9ad3e
Show file tree
Hide file tree
Showing 4 changed files with 694 additions and 601 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x]

name: Node.js ${{ matrix.node }}

Expand Down
102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,78 @@
{
"name": "fastify-slonik",
"description": "Fastify Slonik Plugin",
"version": "1.6.0",
"description": "Fastify Slonik Plugin",
"keywords": [
"fastify",
"fastify-plugin",
"pg",
"postgres",
"slonik"
],
"homepage": "https://github.com/spa5k/fastify-slonik",
"repository": {
"type": "git",
"url": "https://github.com/spa5k/fastify-slonik"
},
"license": "MIT",
"author": "spa5k <[email protected]>",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": " tsup-node",
"build:dev": "tsup-node",
"format": "prettier --write .",
"lint": "eslint src --ext .ts",
"test": "pnpm build && tap -j1 -R classic dist/test/index.test.js"
},
"husky": {
"hooks": {
"pre-commit": "pnpm lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"tap": {
"check-coverage": false
},
"dependencies": {
"fastify-plugin": "3.0.1"
"fastify-plugin": "4.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.4",
"@semantic-release/github": "8.0.5",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/node": "18.0.0",
"@types/node": "18.0.3",
"@types/tap": "15.0.7",
"dotenv": "16.0.1",
"eslint": "8.17.0",
"eslint-config-galex": "4.1.4",
"eslint": "8.19.0",
"eslint-config-galex": "4.1.5",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"fastify": "4.0.3",
"eslint-plugin-prettier": "4.2.1",
"fastify": "4.2.1",
"husky": "8.0.1",
"prettier": "2.7.1",
"semantic-release": "19.0.3",
"slonik": "28.1.1",
"tap": "16.3.0",
"tslib": "2.4.0",
"tsup": "6.1.2",
"typescript": "4.7.3"
"tsup": "6.1.3",
"typescript": "4.7.4"
},
"engines": {
"node": ">=14"
},
"files": [
"dist"
],
"homepage": "https://github.com/spa5k/fastify-slonik",
"husky": {
"hooks": {
"pre-commit": "pnpm lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"fastify",
"fastify-plugin",
"pg",
"postgres",
"slonik"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"peerDependencies": {
"fastify": "< 4.x",
"slonik": "< 28.x"
Expand All @@ -72,20 +85,7 @@
"optional": false
}
},
"repository": {
"url": "https://github.com/spa5k/fastify-slonik",
"type": "git"
},
"scripts": {
"build": " tsup-node",
"build:dev": "tsup-node",
"format": "prettier --write .",
"lint": "eslint src --ext .ts",
"test": "pnpm build && tap -j1 -R classic dist/test/index.test.js"
},
"tap": {
"check-coverage": false
},
"typings": "dist/index.d.ts",
"sideEffects": false
"engines": {
"node": ">=14"
}
}
Loading

0 comments on commit 2d9ad3e

Please sign in to comment.