update-versions 7.1.0 → 7.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "update-versions",
3
- "version": "7.1.0",
3
+ "version": "7.2.0",
4
4
  "description": "Like npm-check-updates but supports Lerna monorepos and enforces strict semver values",
5
5
  "keywords": [
6
6
  "app",
@@ -41,58 +41,51 @@
41
41
  },
42
42
  "scripts": {
43
43
  "build": "exit 0",
44
- "cjs-off": "exit 0",
45
- "cjs-on": "exit 0",
44
+ "coverage": "c8 uvu test",
46
45
  "dev": "exit 0",
47
46
  "devtest": "npm run test",
48
47
  "dts": "exit 0",
49
48
  "examples": "exit 0",
50
49
  "lect": "node '../../ops/lect/lect.js'",
51
- "letspublish": "npm publish --provenance || :",
52
- "lint": "eslint . --fix --concurrency=auto --cache",
50
+ "lect:check": "node '../../ops/lect/lect.js' --check",
51
+ "lint": "biome lint --error-on-warnings .",
52
+ "lint:fix": "biome lint --write --error-on-warnings .",
53
53
  "perf": "exit 0",
54
54
  "prep": "echo 'ready'",
55
- "prettier": "prettier",
56
- "prettier:format": "npm run prettier -- --write '**/*.{js,md}' --no-error-on-unmatched-pattern --log-level 'silent'",
57
- "pretest": "exit 0",
55
+ "prettier": "biome format",
56
+ "prettier:format": "biome format --write .",
57
+ "pretest": "npm run lect:check",
58
58
  "test": "c8 npm run unit && npm run lint",
59
59
  "unit": "uvu test"
60
60
  },
61
- "engines": {
62
- "node": ">=18"
63
- },
64
61
  "c8": {
65
- "check-coverage": false,
66
- "exclude": [
67
- "**/test/**/*.*"
68
- ]
62
+ "all": true,
63
+ "check-coverage": true,
64
+ "exclude": ["**/test/**/*.*"],
65
+ "lines": 80
69
66
  },
70
67
  "lect": {
71
68
  "licence": {
72
- "extras": [
73
- ""
74
- ]
69
+ "extras": [""]
75
70
  }
76
71
  },
77
72
  "dependencies": {
78
73
  "ansi-diff-stream": "^1.2.1",
79
- "codsen-utils": "^1.7.0",
80
- "edit-package-json": "^0.9.0",
81
- "globby": "^15.0.0",
82
- "is-online": "^12.0.1",
83
- "log-update": "^7.0.1",
84
- "meow": "^14.0.0",
74
+ "codsen-glob": "^1.1.0",
75
+ "codsen-utils": "^1.8.0",
76
+ "edit-package-json": "^0.10.0",
85
77
  "object-path": "^0.11.8",
86
- "p-map": "^7.0.3",
87
78
  "p-progress": "^1.0.0",
88
79
  "p-reduce": "^3.0.0",
89
- "pacote": "^21.0.3",
80
+ "package-json": "^10.0.1",
90
81
  "update-notifier": "^7.3.1",
91
82
  "write-file-atomic": "^6.0.0"
92
83
  },
93
84
  "devDependencies": {
94
- "fs-extra": "^11.3.2",
95
- "rfdc": "^1.4.1"
85
+ "p-map": "^7.0.4"
86
+ },
87
+ "engines": {
88
+ "node": ">=18.20.8"
96
89
  },
97
90
  "publishConfig": {
98
91
  "registry": "https://registry.npmjs.org/"
package/.eslintcache DELETED
@@ -1 +0,0 @@
1
- [{"/home/runner/work/codsen/codsen/packages/update-versions/cli.js":"1","/home/runner/work/codsen/codsen/packages/update-versions/test/test.js":"2"},{"size":15778,"mtime":1760566739164,"results":"3","hashOfConfig":"4"},{"size":11095,"mtime":1760566739164,"results":"5","hashOfConfig":"6"},{"filePath":"7","messages":"8","suppressedMessages":"9","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"vtm9kz",{"filePath":"10","messages":"11","suppressedMessages":"12","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"nrihsz","/home/runner/work/codsen/codsen/packages/update-versions/cli.js",[],[],"/home/runner/work/codsen/codsen/packages/update-versions/test/test.js",[],["13","14","15"],{"ruleId":"16","severity":2,"message":"17","line":7,"column":17,"nodeType":null,"messageId":"18","endLine":7,"endColumn":19,"suppressions":"19"},{"ruleId":"16","severity":2,"message":"20","line":7,"column":25,"nodeType":null,"messageId":"18","endLine":7,"endColumn":31,"suppressions":"21"},{"ruleId":"16","severity":2,"message":"22","line":7,"column":33,"nodeType":null,"messageId":"18","endLine":7,"endColumn":37,"suppressions":"23"},"@typescript-eslint/no-unused-vars","'is' is defined but never used.","unusedVar",["24"],"'throws' is defined but never used.",["25"],"'type' is defined but never used.",["26"],{"kind":"27","justification":"28"},{"kind":"27","justification":"28"},{"kind":"27","justification":"28"},"directive",""]