@anolilab/multi-semantic-release 1.0.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 ADDED
@@ -0,0 +1,142 @@
1
+ {
2
+ "name": "@anolilab/multi-semantic-release",
3
+ "version": "1.0.0",
4
+ "description": "A multi semantic release tool for monorepos.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/anolilab/multi-semantic-release.git"
8
+ },
9
+ "license": "0BSD",
10
+ "author": "Dave Houlbrooke <dave@shax.com>",
11
+ "maintainers": [
12
+ {
13
+ "name": "Daniel Bannert",
14
+ "email": "d.bannert@anolilab.de"
15
+ }
16
+ ],
17
+ "type": "module",
18
+ "exports": {
19
+ ".": "./lib/multi-semantic-release.js",
20
+ "./*": "./*",
21
+ "./package.json": "./package.json"
22
+ },
23
+ "bin": {
24
+ "multi-semantic-release": "./bin/cli.js"
25
+ },
26
+ "files": [
27
+ "README.md",
28
+ "CHANGELOG.md",
29
+ "lib",
30
+ "bin"
31
+ ],
32
+ "scripts": {
33
+ "build": "echo 'There is no need for build' && exit 0",
34
+ "preinstall": "node verify-node-version.cjs",
35
+ "postinstall": "is-ci || husky install || exit 0",
36
+ "lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
37
+ "lint:eslint:fix": "pnpm run lint:eslint --fix",
38
+ "lint:prettier": "prettier --config=.prettierrc.cjs --check .",
39
+ "lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
40
+ "lint:staged": "lint-staged --verbose --concurrent false --debug",
41
+ "sort-package-json": "sort-package-json ./package.json",
42
+ "test": "vitest run",
43
+ "test:bench": "vitest bench",
44
+ "test:coverage": "vitest run --coverage",
45
+ "test:watch": "vitest",
46
+ "validate:package": "pnpx publint"
47
+ },
48
+ "dependencies": {
49
+ "@semrel-extra/topo": "^1.14.0",
50
+ "blork": "^9.3.0",
51
+ "cosmiconfig": "^8.3.6",
52
+ "debug": "^4.3.4",
53
+ "detect-indent": "^7.0.1",
54
+ "detect-newline": "^4.0.1",
55
+ "execa": "^8.0.1",
56
+ "git-log-parser": "^1.2.0",
57
+ "lodash-es": "^4.17.21",
58
+ "promise-events": "^0.2.4",
59
+ "resolve-from": "^5.0.0",
60
+ "semver": "^7.5.4",
61
+ "signale": "^1.4.0",
62
+ "stream-buffers": "^3.0.2",
63
+ "yargs": "^17.7.2"
64
+ },
65
+ "devDependencies": {
66
+ "@anolilab/commitlint-config": "^4.0.3",
67
+ "@anolilab/eslint-config": "^14.0.11",
68
+ "@anolilab/lint-staged-config": "^2.0.11",
69
+ "@anolilab/prettier-config": "^5.0.9",
70
+ "@anolilab/textlint-config": "^8.0.11",
71
+ "@babel/core": "^7.23.0",
72
+ "@babel/eslint-parser": "7.22.15",
73
+ "@commitlint/config-conventional": "^17.7.0",
74
+ "@rushstack/eslint-plugin-security": "^0.7.1",
75
+ "@secretlint/secretlint-rule-preset-recommend": "^7.0.7",
76
+ "@semantic-release/changelog": "^6.0.3",
77
+ "@semantic-release/git": "^10.0.1",
78
+ "@semantic-release/github": "^9.2.0",
79
+ "@semantic-release/npm": "^11.0.0",
80
+ "@vitest/coverage-v8": "^0.34.5",
81
+ "commitizen": "^4.3.0",
82
+ "commitlint": "^17.7.1",
83
+ "cross-env": "^7.0.3",
84
+ "cz-conventional-changelog": "^3.3.0",
85
+ "eslint": "^8.50.0",
86
+ "eslint-config-prettier": "^9.0.0",
87
+ "eslint-plugin-editorconfig": "^4.0.3",
88
+ "eslint-plugin-import": "npm:eslint-plugin-i@2.28.1",
89
+ "eslint-plugin-mdx": "^2.2.0",
90
+ "eslint-plugin-n": "^16.1.0",
91
+ "eslint-plugin-prettier": "^5.0.0",
92
+ "eslint-plugin-vitest": "^0.3.1",
93
+ "eslint-plugin-vitest-globals": "^1.4.0",
94
+ "eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
95
+ "file-url": "^4.0.0",
96
+ "husky": "^8.0.3",
97
+ "is-ci": "^3.0.1",
98
+ "lint-staged": "^14.0.1",
99
+ "prettier": "^3.0.3",
100
+ "rimraf": "^5.0.5",
101
+ "secretlint": "7.0.7",
102
+ "semantic-release": "^22.0.5",
103
+ "sort-package-json": "^2.5.1",
104
+ "tempy": "^3.1.0",
105
+ "textlint": "^13.3.3",
106
+ "vitest": "^0.34.5"
107
+ },
108
+ "peerDependencies": {
109
+ "semantic-release": "^20.0 || ^21.0 || >=22.0.3"
110
+ },
111
+ "packageManager": "pnpm@8.8.0",
112
+ "engines": {
113
+ "node": ">=18 || >=20.6.1"
114
+ },
115
+ "publishConfig": {
116
+ "access": "public",
117
+ "provenance": true
118
+ },
119
+ "anolilab": {
120
+ "eslint-config": {
121
+ "plugin": {},
122
+ "warn_on_unsupported_typescript_version": false,
123
+ "info_on_disabling_jsx_react_rule": false,
124
+ "info_on_disabling_prettier_conflict_rule": false,
125
+ "info_on_disabling_jsonc_sort_keys_rule": false,
126
+ "import_ignore_exports": [
127
+ "**/*.cjs",
128
+ "**/__tests__/**/*.js",
129
+ "verify-node-version.cjs"
130
+ ]
131
+ }
132
+ },
133
+ "pnpm": {
134
+ "overrides": {
135
+ "got@<11.8.5": ">=11.8.5",
136
+ "trim@<0.0.3": ">=0.0.3",
137
+ "chrono-node@<2.2.4": ">=2.2.4",
138
+ "get-func-name@<2.0.1": ">=3.0.0",
139
+ "chai": ">=4.3.10"
140
+ }
141
+ }
142
+ }