From fb7a14a1c437e2b79880a4f274df68dce2412aee Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 3 May 2024 21:06:47 +0100 Subject: [PATCH 1/2] chore(package): change author email --- package.json | 81 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 51 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index 3abb9fd..72f33b6 100644 --- a/package.json +++ b/package.json @@ -1,37 +1,56 @@ { - "name": "fastify-disablecache", - "version": "3.1.9", - "description": "Fastify plugin to disable client-side caching", + "name": "node-poppler", + "version": "7.2.0", + "description": "Asynchronous node.js wrapper for the Poppler PDF rendering library", "keywords": [ - "cache", - "disable", - "disablecache", - "expires", - "fastify", - "headers", - "nocache", - "plugin", - "pragma", - "surrogate" + "async", + "attach", + "cairo", + "converter", + "detach", + "eps", + "html", + "jpg", + "jpeg", + "pdf", + "pdf-converter", + "pdf-to-cairo", + "pdf-to-html", + "pdf-to-image", + "pdf-to-ppm", + "pdf-to-ps", + "pdf-to-text", + "png", + "poppler", + "ppm", + "ps", + "separate", + "svg", + "text", + "tif", + "tiff", + "txt", + "unite" ], "main": "src/index.js", "type": "commonjs", "types": "types/index.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/Fdawgs/fastify-disablecache.git" + "url": "git+https://github.com/Fdawgs/node-poppler.git" }, - "homepage": "https://github.com/Fdawgs/fastify-disablecache", + "homepage": "https://github.com/Fdawgs/node-poppler", "bugs": { - "url": "https://github.com/Fdawgs/fastify-disablecache/issues" + "url": "https://github.com/Fdawgs/node-poppler/issues" }, "license": "MIT", - "author": "Frazer Smith ", + "author": "Frazer Smith ", "funding": "https://github.com/sponsors/Fdawgs", "engines": { - "node": ">=14.18.0" + "node": ">=18.0.0" }, "scripts": { + "build": "tsc", "jest": "jest", "jest:coverage": "jest --coverage", "lint": "eslint . --cache --ext js,jsx --ignore-path .gitignore", @@ -57,38 +76,40 @@ ], "coverageThreshold": { "global": { - "branches": 100, + "branches": 90, "functions": 100, - "lines": 100, - "statements": 100 + "lines": 90, + "statements": 90 } }, "testEnvironment": "node", - "testTimeout": 10000 + "testTimeout": 60000 }, "devDependencies": { - "@commitlint/cli": "^19.0.3", - "@commitlint/config-conventional": "^19.0.3", + "@commitlint/cli": "^19.1.0", + "@commitlint/config-conventional": "^19.1.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", "@types/jest": "^29.5.12", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", - "eslint-plugin-jsdoc": "^48.1.0", + "eslint-plugin-jsdoc": "^48.2.1", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-regexp": "^2.2.0", + "eslint-plugin-regexp": "^2.3.0", "eslint-plugin-security": "^2.1.1", - "fastify": "^4.26.1", + "glob": "^10.3.10", "husky": "^9.0.11", "jest": "^29.7.0", "license-checker": "^25.0.1", "prettier": "^3.2.5", "spdx-copyleft": "^1.0.0", - "upath": "^2.0.1" + "typescript": "^5.4.2" }, "dependencies": { - "fastify-plugin": "^4.5.1" + "camelcase": "^6.3.0", + "semver": "^7.6.0", + "upath": "^2.0.1" } } From 99591411435f9fc6ebc354cf0325461fd3143ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:09:24 +0000 Subject: [PATCH 2/2] build(deps-dev): bump the eslint group across 1 directory with 3 updates Bumps the eslint group with 3 updates in the / directory: [eslint](https://github.com/eslint/eslint), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security). Updates `eslint` from 8.57.0 to 9.2.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.2.0) Updates `eslint-plugin-jest` from 27.9.0 to 28.5.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.9.0...v28.5.0) Updates `eslint-plugin-security` from 2.1.1 to 3.0.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-security/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-security/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-security/compare/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-security dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 72f33b6..742038e 100644 --- a/package.json +++ b/package.json @@ -90,15 +90,15 @@ "@commitlint/config-conventional": "^19.1.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", "@types/jest": "^29.5.12", - "eslint": "^8.57.0", + "eslint": "^9.2.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^27.9.0", + "eslint-plugin-jest": "^28.5.0", "eslint-plugin-jsdoc": "^48.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-regexp": "^2.3.0", - "eslint-plugin-security": "^2.1.1", + "eslint-plugin-security": "^3.0.0", "glob": "^10.3.10", "husky": "^9.0.11", "jest": "^29.7.0",