@anolilab/semantic-release-pnpm 2.0.0 → 2.0.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +3 -83
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## @anolilab/semantic-release-pnpm [2.0.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@2.0.1...@anolilab/semantic-release-pnpm@2.0.2) (2025-07-02)
2
+
3
+ ### Bug Fixes
4
+
5
+ * add channel configuration for prereleases in multiple .releaserc.json files ([8aa95b8](https://github.com/anolilab/semantic-release/commit/8aa95b82e6b1e92dab49fe1cde6cf894eb105c0f))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@anolilab/rc:** upgraded to 2.0.2
11
+
12
+ ## @anolilab/semantic-release-pnpm [2.0.1](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@2.0.0...@anolilab/semantic-release-pnpm@2.0.1) (2025-07-02)
13
+
14
+ ### Bug Fixes
15
+
16
+ * update dependencies and configurations for multi-semantic-release ([6e76f22](https://github.com/anolilab/semantic-release/commit/6e76f226f886f22b37be75024ed4156269379281))
17
+ * update dependencies and configurations for semantic-release packages ([e025cff](https://github.com/anolilab/semantic-release/commit/e025cffb7d3bb9e2f3c00bd6a2847b0e93354f6d))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * **@anolilab/rc:** upgraded to 2.0.1
23
+
1
24
  ## @anolilab/semantic-release-pnpm [2.0.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.12...@anolilab/semantic-release-pnpm@2.0.0) (2025-06-17)
2
25
 
3
26
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/semantic-release-pnpm",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Semantic-release plugin to publish a npm package with pnpm.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -46,102 +46,22 @@
46
46
  "CHANGELOG.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@anolilab/rc": "2.0.0",
49
+ "@anolilab/rc": "2.0.2",
50
50
  "@semantic-release/error": "^4.0.0",
51
51
  "@visulima/fs": "^3.1.5",
52
52
  "@visulima/package": "^3.5.8",
53
53
  "@visulima/path": "^1.4.0",
54
54
  "execa": "^9.6.0",
55
55
  "ini": "^5.0.0",
56
- "normalize-url": "^8.0.1",
56
+ "normalize-url": "^8.0.2",
57
57
  "registry-auth-token": "^5.1.0",
58
58
  "semver": "^7.7.2"
59
59
  },
60
- "devDependencies": {
61
- "@anolilab/eslint-config": "^15.0.3",
62
- "@anolilab/prettier-config": "^6.0.1",
63
- "@arethetypeswrong/cli": "^0.18.2",
64
- "@babel/core": "^7.27.4",
65
- "@rushstack/eslint-plugin-security": "^0.10.0",
66
- "@secretlint/secretlint-rule-preset-recommend": "^10.1.0",
67
- "@semantic-release/changelog": "^6.0.3",
68
- "@semantic-release/commit-analyzer": "13.0.1",
69
- "@semantic-release/exec": "^7.1.0",
70
- "@semantic-release/git": "^10.0.1",
71
- "@semantic-release/github": "^11.0.3",
72
- "@semantic-release/release-notes-generator": "14.0.3",
73
- "@types/dockerode": "^3.3.41",
74
- "@types/ini": "^4.1.1",
75
- "@types/node": "24.0.3",
76
- "@types/semantic-release__error": "3.0.3",
77
- "@types/semver": "7.7.0",
78
- "@types/stream-buffers": "^3.0.7",
79
- "@visulima/packem": "^1.19.4",
80
- "@vitest/coverage-v8": "^3.2.3",
81
- "@vitest/ui": "^3.2.3",
82
- "conventional-changelog-conventionalcommits": "9.0.0",
83
- "cross-env": "^7.0.3",
84
- "dockerode": "4.0.7",
85
- "esbuild": "0.25.5",
86
- "eslint": "^8.57.1",
87
- "eslint-plugin-deprecation": "^3.0.0",
88
- "eslint-plugin-editorconfig": "^4.0.3",
89
- "eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
90
- "eslint-plugin-mdx": "^3.4.2",
91
- "eslint-plugin-n": "^17.19.0",
92
- "eslint-plugin-vitest": "^0.4.1",
93
- "eslint-plugin-vitest-globals": "^1.5.0",
94
- "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
95
- "get-stream": "9.0.1",
96
- "got": "^14.4.7",
97
- "p-retry": "^6.2.1",
98
- "prettier": "^3.5.3",
99
- "rimraf": "^6.0.1",
100
- "secretlint": "10.1.0",
101
- "semantic-release": "^24.2.5",
102
- "sort-package-json": "^3.2.1",
103
- "stream-buffers": "^3.0.3",
104
- "tempy": "^3.1.0",
105
- "typescript": "^5.8.3",
106
- "vitest": "^3.2.3"
107
- },
108
60
  "engines": {
109
61
  "node": ">=20.8.1"
110
62
  },
111
63
  "publishConfig": {
112
64
  "access": "public",
113
65
  "provenance": true
114
- },
115
- "anolilab": {
116
- "eslint-config": {
117
- "plugin": {
118
- "etc": false,
119
- "tsdoc": false
120
- },
121
- "warn_on_unsupported_typescript_version": false,
122
- "info_on_disabling_jsx_react_rule": false,
123
- "info_on_disabling_prettier_conflict_rule": false,
124
- "info_on_disabling_jsonc_sort_keys_rule": false,
125
- "import_ignore_exports": [
126
- "**/*.cjs"
127
- ]
128
- }
129
- },
130
- "scripts": {
131
- "build": "cross-env NODE_ENV=development packem build",
132
- "build:prod": "cross-env NODE_ENV=production packem build",
133
- "clean": "rimraf node_modules dist .eslintcache",
134
- "dev": "pnpm run build --watch",
135
- "lint:attw": "attw --pack",
136
- "lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
137
- "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
138
- "lint:package-json": "publint --strict",
139
- "lint:prettier": "prettier --config=.prettierrc.cjs --check .",
140
- "lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
141
- "lint:types": "tsc --noEmit",
142
- "test": "vitest run",
143
- "test:coverage": "vitest run --coverage",
144
- "test:ui": "vitest --ui --coverage.enabled=true",
145
- "test:watch": "vitest"
146
66
  }
147
67
  }