npm-update-package 4.0.12 → 4.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc --project tsconfig.build.json",
8
8
  "clean": "rimraf dist",
9
- "lint": "eslint '**/*.{js,mjs,cjs,ts,mts,cts}'",
9
+ "lint": "eslint --ignore-path .gitignore '**/*.{js,mjs,cjs,ts,mts,cts}'",
10
10
  "postbuild": "cp package.json dist/package.json",
11
11
  "prebuild": "npm run clean",
12
12
  "prepublishOnly": "npm-run-all lint test build",
@@ -34,9 +34,9 @@
34
34
  "type-guards": "0.15.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@munierujp/eslint-config-typescript": "46.0.1",
37
+ "@munierujp/eslint-config-typescript": "47.0.0",
38
38
  "@tsconfig/node20": "20.1.4",
39
- "@types/jsdom": "21.1.6",
39
+ "@types/jsdom": "21.1.7",
40
40
  "@types/lodash": "4.17.4",
41
41
  "@types/mustache": "4.2.5",
42
42
  "@types/node": "20.12.13",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc --project tsconfig.build.json",
8
8
  "clean": "rimraf dist",
9
- "lint": "eslint '**/*.{js,mjs,cjs,ts,mts,cts}'",
9
+ "lint": "eslint --ignore-path .gitignore '**/*.{js,mjs,cjs,ts,mts,cts}'",
10
10
  "postbuild": "cp package.json dist/package.json",
11
11
  "prebuild": "npm run clean",
12
12
  "prepublishOnly": "npm-run-all lint test build",
@@ -34,9 +34,9 @@
34
34
  "type-guards": "0.15.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@munierujp/eslint-config-typescript": "46.0.1",
37
+ "@munierujp/eslint-config-typescript": "47.0.0",
38
38
  "@tsconfig/node20": "20.1.4",
39
- "@types/jsdom": "21.1.6",
39
+ "@types/jsdom": "21.1.7",
40
40
  "@types/lodash": "4.17.4",
41
41
  "@types/mustache": "4.2.5",
42
42
  "@types/node": "20.12.13",