@anolilab/semantic-release-pnpm
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -0,1 +1,7 @@ | ||
## @anolilab/semantic-release-pnpm [1.1.8](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.7...@anolilab/semantic-release-pnpm@1.1.8) (2025-01-16) | ||
### Bug Fixes | ||
* remove usage of aggregate-error library ([e0c6e95](https://github.com/anolilab/semantic-release/commit/e0c6e95b07416d6694fa192ddca96e17a4c1c4b8)) | ||
## @anolilab/semantic-release-pnpm [1.1.7](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@1.1.6...@anolilab/semantic-release-pnpm@1.1.7) (2025-01-14) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@anolilab/semantic-release-pnpm", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Semantic-release plugin to publish a npm package with pnpm.", | ||
@@ -54,3 +54,2 @@ "keywords": [ | ||
"@visulima/path": "^1.3.3", | ||
"aggregate-error": "^5.0.0", | ||
"execa": "^9.5.2", | ||
@@ -57,0 +56,0 @@ "ini": "^5.0.0", |
@@ -138,4 +138,4 @@ <div align="center"> | ||
- The presence of an `.npmrc` file will override any specified environment variables. | ||
- The presence of `registry` or `dist-tag` under `publishConfig` in the `package.json` will take precedence over the configuration in `.npmrc` and `NPM_CONFIG_REGISTRY` | ||
- The presence of an `.npmrc` file will override any specified environment variables. | ||
- The presence of `registry` or `dist-tag` under `publishConfig` in the `package.json` will take precedence over the configuration in `.npmrc` and `NPM_CONFIG_REGISTRY` | ||
@@ -201,4 +201,4 @@ ### Examples | ||
- [@semantic-release/npm](https://github.com/semantic-release/npm) - 🚢 semantic-release plugin to publish a npm package | ||
- [semantic-release-yarn](https://github.com/hongaar/semantic-release-yarn) - 🧶 A semantic-release plugin to publish npm packages with Yarn. Comes with built-in support for monorepos. | ||
- [@semantic-release/npm](https://github.com/semantic-release/npm) - 🚢 semantic-release plugin to publish a npm package | ||
- [semantic-release-yarn](https://github.com/hongaar/semantic-release-yarn) - 🧶 A semantic-release plugin to publish npm packages with Yarn. Comes with built-in support for monorepos. | ||
@@ -218,4 +218,4 @@ ## Supported Node.js Versions | ||
- [Daniel Bannert](https://github.com/prisis) | ||
- [All Contributors](https://github.com/anolilab/semantic-release/graphs/contributors) | ||
- [Daniel Bannert](https://github.com/prisis) | ||
- [All Contributors](https://github.com/anolilab/semantic-release/graphs/contributors) | ||
@@ -222,0 +222,0 @@ ## License |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
56007
10
753
0
- Removedaggregate-error@^5.0.0
- Removedaggregate-error@5.0.0(transitive)
- Removedclean-stack@5.2.0(transitive)
- Removedescape-string-regexp@5.0.0(transitive)
- Removedindent-string@5.0.0(transitive)