@semantic-release/release-notes-generator 14.0.0 → 14.0.1

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +13 -13
package/README.md CHANGED
@@ -60,7 +60,7 @@ With this example:
60
60
  | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
61
61
  | `preset` | [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) preset (possible values: [`angular`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular), [`atom`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-atom), [`codemirror`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-codemirror), [`ember`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-ember), [`eslint`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint), [`express`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-express), [`jquery`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-jquery), [`jshint`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-jshint), [`conventionalcommits`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits)). | [`angular`](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular) |
62
62
  | `config` | NPM package name of a custom [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) preset. | - |
63
- | `parserOpts` | Additional [conventional-commits-parser](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#conventionalcommitsparseroptions) options that will extends the ones loaded by `preset` or `config`. This is convenient to use a [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) preset with some customizations without having to create a new module. | - |
63
+ | `parserOpts` | Additional [conventional-commits-parser](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#parseroptions) options that will extends the ones loaded by `preset` or `config`. This is convenient to use a [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) preset with some customizations without having to create a new module. | - |
64
64
  | `writerOpts` | Additional [conventional-commits-writer](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-writer#options) options that will extends the ones loaded by `preset` or `config`. This is convenient to use a [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) preset with some customizations without having to create a new module. | - |
65
65
  | `host` | The host used to generate links to issues and commits. See [conventional-changelog-writer#host](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-writer#host). | The host from the [`repositoryurl` option](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#repositoryurl). |
66
66
  | `linkCompare` | Whether to include a link to compare changes since previous release in the release note. | `true` |
package/index.js CHANGED
@@ -5,7 +5,7 @@ import intoStream from "into-stream";
5
5
  import { CommitParser } from "conventional-commits-parser";
6
6
  import writer from "./wrappers/conventional-changelog-writer.js";
7
7
  import { filterRevertedCommitsSync } from "conventional-commits-filter";
8
- import { readPackageUp } from "read-pkg-up";
8
+ import { readPackageUp } from "read-package-up";
9
9
  import debugFactory from "debug";
10
10
  import loadChangelogConfig from "./lib/load-changelog-config.js";
11
11
  import HOSTS_CONFIG from "./lib/hosts-config.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semantic-release/release-notes-generator",
3
3
  "description": "semantic-release plugin to generate changelog content with conventional-changelog",
4
- "version": "14.0.0",
4
+ "version": "14.0.1",
5
5
  "author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/semantic-release/release-notes-generator/issues"
@@ -20,11 +20,11 @@
20
20
  "import-from-esm": "^1.0.3",
21
21
  "into-stream": "^7.0.0",
22
22
  "lodash-es": "^4.17.21",
23
- "read-pkg-up": "^11.0.0"
23
+ "read-package-up": "^11.0.0"
24
24
  },
25
25
  "devDependencies": {
26
- "ava": "6.1.2",
27
- "c8": "9.1.0",
26
+ "ava": "6.1.3",
27
+ "c8": "10.1.2",
28
28
  "conventional-changelog-atom": "5.0.0",
29
29
  "conventional-changelog-conventionalcommits": "8.0.0",
30
30
  "conventional-changelog-ember": "5.0.0",
@@ -33,14 +33,14 @@
33
33
  "conventional-changelog-jshint": "5.0.0",
34
34
  "escape-string-regexp": "5.0.0",
35
35
  "fs-extra": "11.2.0",
36
- "lockfile-lint": "4.13.2",
37
- "ls-engines": "0.9.1",
38
- "npm-run-all2": "6.1.2",
39
- "prettier": "3.2.5",
40
- "publint": "0.2.7",
41
- "semantic-release": "23.0.8",
42
- "sinon": "17.0.1",
43
- "stream-buffers": "3.0.2",
36
+ "lockfile-lint": "4.14.0",
37
+ "ls-engines": "0.9.2",
38
+ "npm-run-all2": "6.2.0",
39
+ "prettier": "3.3.2",
40
+ "publint": "0.2.8",
41
+ "semantic-release": "24.0.0",
42
+ "sinon": "18.0.0",
43
+ "stream-buffers": "3.0.3",
44
44
  "tempy": "3.1.0",
45
45
  "testdouble": "3.20.2"
46
46
  },
@@ -127,5 +127,5 @@
127
127
  "github>semantic-release/.github:renovate-config"
128
128
  ]
129
129
  },
130
- "packageManager": "npm@10.7.0"
130
+ "packageManager": "npm@10.8.1"
131
131
  }