パッケージの詳細

@anolilab/semantic-release-pnpm

anolilab25.7kMIT3.2.2

Semantic-release plugin to publish a npm package with pnpm.

anolilab, npm, pnpm, publish

readme

Semantic Release


Daniel Bannert's open source work is supported by the community on GitHub Sponsors


This is a mono-repository that contains a collection of packages that provide various functions that can be used with semantic-release package.

Usage

Check the README for each package within the packages directory for specific usage instructions.

Featured Packages

Package Version Description
@anolilab/multi-semantic-release npm A multi semantic release tool for a monorepo.
@anolilab/rc npm The runtime configuration loader.
@anolilab/semantic-release-clean-package-json npm Clean package.json before publish by removing unnecessary properties.
@anolilab/semantic-release-pnpm npm Semantic-release plugin to publish a npm package with pnpm.
@anolilab/semantic-release-preset npm Semantic-release predefined presets.

How We Version

We use SemVer for its versioning providing us an opt-in approach to releases. This means we add a version number according to the spec, as you see below. So rather than force developers to consume the latest and greatest, they can choose which version to consume and test any newer ones before upgrading. Please the read the spec as it goes into further detail.

Supported Node.js Versions

Libraries in this ecosystem make the best effort to track Node.js’ release schedule. Here’s a post on why we think this is important.

Contributing

If you would like to help take a look at the list of issues and check our Contributing guild.

Note: please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Credits

License

The anolilab semantic release is open-sourced software licensed under the MIT license

更新履歴

@anolilab/semantic-release-pnpm 3.2.2 (2025-12-05)

Bug Fixes

  • enhance OIDC authentication handling in verifyAuth (0141c07)

@anolilab/semantic-release-pnpm 3.2.1 (2025-12-05)

Bug Fixes

  • implement caching for whoami results in verifyAuth (e8a482f)

@anolilab/semantic-release-pnpm 3.2.0 (2025-12-04)

Bug Fixes

  • enhanced OIDC context handling, added better debug logs (#239) (2ae7ea5)

Miscellaneous Chores

  • enhance package.json keywords across multiple packages (842cd32)

Dependencies

  • @anolilab/rc: upgraded to 3.2.0

@anolilab/semantic-release-pnpm 3.1.0 (2025-11-25)

Dependencies

  • @anolilab/rc: upgraded to 3.1.0

@anolilab/semantic-release-pnpm 3.0.0 (2025-11-20)

⚠ BREAKING CHANGES

    • node-versions: the minimum node version for the v24 range is now v24.10.0
  • deps: a minimum of node v22.14 is now required

Features

  • enhance npm authentication and trusted publishing support (440d032)
  • update dependencies in pnpm-lock.yaml and pnpm-workspace.yaml (7e73992)

Bug Fixes

  • enhance integration and unit tests for npm authentication (79ae50d)
  • update dependencies and configurations across multiple packages (c37a51f)
  • update dependencies and node version across multiple packages (cbfde4b)
  • update package dependencies and configurations (fed735c)

Miscellaneous Chores

  • add '@types/env-ci' dependency and refine type handling (f897d6c)
  • release: @anolilab/semantic-release-pnpm@3.0.0-alpha.1 [skip ci]\n\n## @anolilab/semantic-release-pnpm 3.0.0-alpha.1 (2025-10-14) (9bb7063)
  • release: @anolilab/semantic-release-pnpm@3.0.0-alpha.2 [skip ci]\n\n## @anolilab/semantic-release-pnpm 3.0.0-alpha.2 (2025-10-21) (37b9d43)
  • release: @anolilab/semantic-release-pnpm@3.0.0-alpha.3 [skip ci]\n\n## @anolilab/semantic-release-pnpm 3.0.0-alpha.3 (2025-11-20) (e475a24)
  • update '@actions/core' dependency in semantic-release-pnpm (50cc6e0)
  • update '@actions/core' dependency to production in pnpm configuration (bfec287)
  • update Node.js version and refine dependencies in pnpm-workspace (cbd6172)

Code Refactoring

  • clean up whitespace and comments in get-config.ts and verify-auth.ts (26dc037)
  • enhance inline plugin creator with consistent git root handling (4ebaea4)
  • enhance type handling and logging in multi-semantic-release (b6b34c2)
  • Ensure consistent cwd handling across all plugin hooks (3028b71)
  • update test cases and improve type handling (328c392)

Dependencies

  • @anolilab/rc: upgraded to 3.0.0

@anolilab/semantic-release-pnpm 3.0.0-alpha.3 (2025-11-20)

Bug Fixes

  • enhance integration and unit tests for npm authentication (79ae50d)
  • update package dependencies and configurations (fed735c)

Miscellaneous Chores

  • add '@types/env-ci' dependency and refine type handling (f897d6c)
  • update '@actions/core' dependency in semantic-release-pnpm (50cc6e0)
  • update '@actions/core' dependency to production in pnpm configuration (bfec287)
  • update Node.js version and refine dependencies in pnpm-workspace (cbd6172)

Code Refactoring

  • clean up whitespace and comments in get-config.ts and verify-auth.ts (26dc037)
  • enhance inline plugin creator with consistent git root handling (4ebaea4)
  • Ensure consistent cwd handling across all plugin hooks (3028b71)
  • update test cases and improve type handling (328c392)

Dependencies

  • @anolilab/rc: upgraded to 3.0.0-alpha.3

@anolilab/semantic-release-pnpm 3.0.0-alpha.2 (2025-10-21)

Features

  • enhance npm authentication and trusted publishing support (ccd056a)
  • update dependencies in pnpm-lock.yaml and pnpm-workspace.yaml (001fd47)

Bug Fixes

  • update package manager and dependencies across multiple configurations (07a4e0b)

Dependencies

  • @anolilab/rc: upgraded to 3.0.0-alpha.2

@anolilab/semantic-release-pnpm 3.0.0-alpha.1 (2025-10-14)

⚠ BREAKING CHANGES

    • node-versions: the minimum node version for the v24 range is now v24.10.0
  • deps: a minimum of node v22.14 is now required

Bug Fixes

  • update dependencies and configurations across multiple packages (62c36cd)
  • update dependencies and node version across multiple packages (3cea078)

Dependencies

  • @anolilab/rc: upgraded to 3.0.0-alpha.1

@anolilab/semantic-release-pnpm 2.0.5 (2025-11-01)

Bug Fixes

  • update package dependencies and configurations (d94ebd8)

Dependencies

  • @anolilab/rc: upgraded to 2.0.5

@anolilab/semantic-release-pnpm 2.0.4 (2025-09-22)

Bug Fixes

  • deps: update dependencies across multiple packages (150593f)
  • deps: update dependencies and configurations across multiple packages (414ca97)
  • update dependencies and configuration across multiple packages (9c9b4cb)
  • update dependencies and improve configuration (de0cf70)
  • update Nx version and adjust package configurations (d39ef78)
  • update package dependencies and configurations (8241a76)

Code Refactoring

  • simplify packem configuration and improve comments (592de5b)

Dependencies

  • @anolilab/rc: upgraded to 2.0.4

@anolilab/semantic-release-pnpm 2.0.3 (2025-07-31)

Bug Fixes

  • update dependencies and improve configuration (91c8546)

Documentation

Dependencies

  • @anolilab/rc: upgraded to 2.0.3

@anolilab/semantic-release-pnpm 2.0.2 (2025-07-02)

Bug Fixes

  • add channel configuration for prereleases in multiple .releaserc.json files (8aa95b8)

Dependencies

  • @anolilab/rc: upgraded to 2.0.2

@anolilab/semantic-release-pnpm 2.0.1 (2025-07-02)

Bug Fixes

  • update dependencies and configurations for multi-semantic-release (6e76f22)
  • update dependencies and configurations for semantic-release packages (e025cff)

Dependencies

  • @anolilab/rc: upgraded to 2.0.1

@anolilab/semantic-release-pnpm 2.0.0 (2025-06-17)

⚠ BREAKING CHANGES

  • Changed supported Node version to >=20.8.1

Features

  • update Node.js version across configurations and package files (186dc8c)

Dependencies

  • @anolilab/rc: upgraded to 2.0.0

@anolilab/semantic-release-pnpm 1.1.12 (2025-06-05)

Bug Fixes

  • all packages now allow node 24, update all dependencies (dfc2518)
  • deps: update patch updates (#154) (26462d4)

Dependencies

  • @anolilab/rc: upgraded to 1.1.8

@anolilab/semantic-release-pnpm 1.1.11 (2025-05-07)

Bug Fixes

  • update dependencies across multiple packages, including @anolilab/ and @visulima/ to latest versions (fc3cbd3)

Dependencies

  • @anolilab/rc: upgraded to 1.1.7

@anolilab/semantic-release-pnpm 1.1.10 (2025-02-10)

Bug Fixes

  • semantic-release-pnpm: updated @visulima/*, registry-auth-token to v 5.1.0, semver to v7.7.1 and all all dev deps (f1bf9d0)

Dependencies

  • @anolilab/rc: upgraded to 1.1.6

@anolilab/semantic-release-pnpm 1.1.9 (2025-01-22)

Bug Fixes

  • semantic-release-pnpm: updated dev dependencies and @visulima/package to v3.4.5 (967a0b4)

@anolilab/semantic-release-pnpm 1.1.8 (2025-01-16)

Bug Fixes

  • remove usage of aggregate-error library (e0c6e95)

@anolilab/semantic-release-pnpm 1.1.7 (2025-01-14)

Bug Fixes

  • rc: updated @visulima/fs, @visulima/package and @visulima/path deps and all dev deps (f65154a)

Dependencies

  • @anolilab/rc: upgraded to 1.1.5

@anolilab/semantic-release-pnpm 1.1.6 (2024-12-15)

Bug Fixes

  • allowing node v23, updated @types/node (41e4e33)
  • semantic-release-pnpm: updated visulima fs, visulima package, visulima path, execa and registry-auth-token dependencies, updated all dev deps (7212e22)

Dependencies

  • @anolilab/rc: upgraded to 1.1.4

@anolilab/semantic-release-pnpm 1.1.5 (2024-11-03)

Bug Fixes

@anolilab/semantic-release-pnpm 1.1.4 (2024-10-26)

Bug Fixes

  • removed move-file to use @visulima/fs function (a498b0d)
  • semantic-release-pnpm: fixed exports (ffe0eba)
  • switched from tsup to @visulima/packem (e35f8b4)
  • upgraded visulima packages, execa, ini and semver (e720a24)

Dependencies

  • @anolilab/rc: upgraded to 1.1.3

@anolilab/semantic-release-pnpm 1.1.3 (2024-06-11)

Bug Fixes

  • semantic-release-pnpm: updated @visulima/package ^1.10.0 and ini ^4.1.3 dep (b8f86cf)

@anolilab/semantic-release-pnpm 1.1.2 (2024-06-11)

Bug Fixes

  • semantic-release-pnpm: updated @visulima/fs, @visulima/path and execa dep (73e3b19)

Dependencies

  • @anolilab/rc: upgraded to 1.1.2

@anolilab/semantic-release-pnpm 1.1.1 (2024-06-11)

Bug Fixes

Dependencies

  • @anolilab/rc: upgraded to 1.1.1

@anolilab/semantic-release-pnpm 1.1.0 (2024-05-23)

Features

  • moved semantic-release preset, added new presets for yarn and pnpm (#26) (7c057c4)

Dependencies

  • @anolilab/rc: upgraded to 1.1.0

@anolilab/semantic-release-pnpm 1.0.1 (2024-05-23)

Bug Fixes

  • fixed dont create the .npmrc file in a cache folder (423e699)
  • fixed test for set-npmrc-auth.test.ts, added a overwrite for packages (d09f625)
  • fixed wrong test for get-npmrc-path (8f86d0f)
  • semantic-release-pnpm: fixed pnpm check (ee28c4d)

@anolilab/semantic-release-pnpm 1.0.0 (2024-05-22)

Features

Dependencies

  • @anolilab/rc: upgraded to 1.0.0