@anolilab/semantic-release-pnpm 3.0.0-alpha.3 → 3.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/CHANGELOG.md CHANGED
@@ -1,3 +1,45 @@
1
+ ## @anolilab/semantic-release-pnpm [3.0.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@2.0.5...@anolilab/semantic-release-pnpm@3.0.0) (2025-11-20)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * - node-versions: the minimum node version for the v24 range is now v24.10.0
6
+ - deps: a minimum of node v22.14 is now required
7
+
8
+ ### Features
9
+
10
+ * enhance npm authentication and trusted publishing support ([440d032](https://github.com/anolilab/semantic-release/commit/440d032f90c281da4640f07b991a963ba8cf5f5e))
11
+ * update dependencies in pnpm-lock.yaml and pnpm-workspace.yaml ([7e73992](https://github.com/anolilab/semantic-release/commit/7e739923afdd7deea2621d97feac2713ca63eccc))
12
+
13
+ ### Bug Fixes
14
+
15
+ * enhance integration and unit tests for npm authentication ([79ae50d](https://github.com/anolilab/semantic-release/commit/79ae50d47362159a426d31acc9432ba3ac31993e))
16
+ * update dependencies and configurations across multiple packages ([c37a51f](https://github.com/anolilab/semantic-release/commit/c37a51f53899c7088140d398867ed9ab7b291acf))
17
+ * update dependencies and node version across multiple packages ([cbfde4b](https://github.com/anolilab/semantic-release/commit/cbfde4b18e22a3994c70f145e9a9a6c71f4539c8))
18
+ * update package dependencies and configurations ([fed735c](https://github.com/anolilab/semantic-release/commit/fed735c729647a595d587eaa162d2c44ff9948f1))
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * add '@types/env-ci' dependency and refine type handling ([f897d6c](https://github.com/anolilab/semantic-release/commit/f897d6c26436790504bcb8ca98095e4ab3f2bd61))
23
+ * **release:** @anolilab/semantic-release-pnpm@3.0.0-alpha.1 [skip ci]\n\n## @anolilab/semantic-release-pnpm [3.0.0-alpha.1](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@2.0.4...@anolilab/semantic-release-pnpm@3.0.0-alpha.1) (2025-10-14) ([9bb7063](https://github.com/anolilab/semantic-release/commit/9bb70635b0ae006601904268ae544fe26c710c72))
24
+ * **release:** @anolilab/semantic-release-pnpm@3.0.0-alpha.2 [skip ci]\n\n## @anolilab/semantic-release-pnpm [3.0.0-alpha.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@3.0.0-alpha.1...@anolilab/semantic-release-pnpm@3.0.0-alpha.2) (2025-10-21) ([37b9d43](https://github.com/anolilab/semantic-release/commit/37b9d4395188554e200928de4347e8a092dc994d))
25
+ * **release:** @anolilab/semantic-release-pnpm@3.0.0-alpha.3 [skip ci]\n\n## @anolilab/semantic-release-pnpm [3.0.0-alpha.3](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@3.0.0-alpha.2...@anolilab/semantic-release-pnpm@3.0.0-alpha.3) (2025-11-20) ([e475a24](https://github.com/anolilab/semantic-release/commit/e475a24dc1899e9dd55d3e05c0d25ddca045bdb2))
26
+ * update '@actions/core' dependency in semantic-release-pnpm ([50cc6e0](https://github.com/anolilab/semantic-release/commit/50cc6e09e2d1959acdcfc6475c1ecfbcb0fdb406))
27
+ * update '@actions/core' dependency to production in pnpm configuration ([bfec287](https://github.com/anolilab/semantic-release/commit/bfec287c74f048f41bcb0517353d3d4dede451a0))
28
+ * update Node.js version and refine dependencies in pnpm-workspace ([cbd6172](https://github.com/anolilab/semantic-release/commit/cbd617234ac6e5f5a14b70fbf6d6aec3bcd38fe0))
29
+
30
+ ### Code Refactoring
31
+
32
+ * clean up whitespace and comments in get-config.ts and verify-auth.ts ([26dc037](https://github.com/anolilab/semantic-release/commit/26dc037917f281f24d096d9790b671262f432b24))
33
+ * enhance inline plugin creator with consistent git root handling ([4ebaea4](https://github.com/anolilab/semantic-release/commit/4ebaea46d35bb89a0adcb4bf58c6df559e35f107))
34
+ * enhance type handling and logging in multi-semantic-release ([b6b34c2](https://github.com/anolilab/semantic-release/commit/b6b34c22fd835478f7009e3204a61abb953a9fb4))
35
+ * Ensure consistent cwd handling across all plugin hooks ([3028b71](https://github.com/anolilab/semantic-release/commit/3028b71f6f16244968bd6646b042ac893ffa5bb9))
36
+ * update test cases and improve type handling ([328c392](https://github.com/anolilab/semantic-release/commit/328c39278c609fd9169df79f3f48bbd8038d2e64))
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * **@anolilab/rc:** upgraded to 3.0.0
42
+
1
43
  ## @anolilab/semantic-release-pnpm [3.0.0-alpha.3](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@3.0.0-alpha.2...@anolilab/semantic-release-pnpm@3.0.0-alpha.3) (2025-11-20)
2
44
 
3
45
  ### Bug Fixes
package/dist/index.js CHANGED
@@ -25,6 +25,7 @@ import { rc } from '@anolilab/rc';
25
25
  import normalizeUrl from 'normalize-url';
26
26
  import { findPackageJson, getPackageManagerVersion } from '@visulima/package';
27
27
  import SemanticReleaseError from '@semantic-release/error';
28
+ import { getIDToken } from '@actions/core';
28
29
  import envCi from 'env-ci';
29
30
  import { stringify } from 'ini';
30
31
  import getAuthToken from 'registry-auth-token';
@@ -345,7 +346,6 @@ const exchangeGithubActionsToken = async (packageName, logger) => {
345
346
  let idToken;
346
347
  logger.log("Verifying OIDC context for publishing from GitHub Actions");
347
348
  try {
348
- const { getIDToken } = await import('@actions/core');
349
349
  idToken = await getIDToken("npm:registry.npmjs.org");
350
350
  } catch (error) {
351
351
  logger.log(`Retrieval of GitHub Actions OIDC token failed: ${error.message}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/semantic-release-pnpm",
3
- "version": "3.0.0-alpha.3",
3
+ "version": "3.0.0",
4
4
  "description": "Semantic-release plugin to publish a npm package with pnpm.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -47,7 +47,7 @@
47
47
  ],
48
48
  "dependencies": {
49
49
  "@actions/core": "^1.11.1",
50
- "@anolilab/rc": "3.0.0-alpha.3",
50
+ "@anolilab/rc": "3.0.0",
51
51
  "@semantic-release/error": "^4.0.0",
52
52
  "@visulima/fs": "^4.0.4",
53
53
  "@visulima/package": "^4.1.4",