@alexaegis/standard-version 0.10.4 → 0.11.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alexaegis/standard-version",
3
3
  "description": "Standard version",
4
- "version": "0.10.4",
4
+ "version": "0.11.1",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "archetype": {
@@ -38,8 +38,8 @@
38
38
  "access": "public"
39
39
  },
40
40
  "engines": {
41
- "node": ">=18.10.0",
42
- "pnpm": ">=8.0.0"
41
+ "node": ">=20.12.0",
42
+ "pnpm": ">=9.1.1"
43
43
  },
44
44
  "exports": {
45
45
  ".": {
@@ -51,22 +51,22 @@
51
51
  "./readme": "./readme.md"
52
52
  },
53
53
  "dependencies": {
54
- "@alexaegis/coverage-tools": "^0.9.0",
55
- "@alexaegis/workspace-tools": "^0.9.0",
56
- "glob": "^10.3.10",
54
+ "@alexaegis/coverage-tools": "^0.9.1",
55
+ "@alexaegis/workspace-tools": "^0.9.1",
56
+ "glob": "^10.3.15",
57
57
  "js-yaml": "^4.1.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@alexaegis/eslint-config-vitest": "^0.10.4",
61
- "@alexaegis/ts": "^0.10.4",
62
- "@alexaegis/vite": "^0.10.4",
63
- "@alexaegis/vitest": "^0.10.4",
60
+ "@alexaegis/eslint-config-vitest": "^0.11.1",
61
+ "@alexaegis/ts": "^0.11.1",
62
+ "@alexaegis/vite": "^0.11.1",
63
+ "@alexaegis/vitest": "^0.11.1",
64
64
  "@types/js-yaml": "^4.0.9",
65
- "@types/node": "^20.11.30",
66
- "publint": "^0.2.7",
67
- "typescript": "^5.4.3",
68
- "vite": "^5.2.4",
69
- "vitest": "^1.4.0"
65
+ "@types/node": "^20.12.12",
66
+ "publint": "^0.2.8",
67
+ "typescript": "^5.4.5",
68
+ "vite": "^5.2.11",
69
+ "vitest": "^1.6.0"
70
70
  },
71
71
  "scripts": {
72
72
  "lint:depcheck": "turbo run lint:depcheck_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
package/readme.md CHANGED
@@ -12,13 +12,13 @@ functions had to be reimplemented, albeit in a much simpler form.
12
12
  ## Installation
13
13
 
14
14
  ```sh
15
- npm i @alexaegis/standard-version@0.10.4
15
+ npm i @alexaegis/standard-version@0.11.1
16
16
  ```
17
17
 
18
18
  ```json
19
19
  {
20
20
  "dependencies": {
21
- "@alexaegis/standard-version": "^0.10.4"
21
+ "@alexaegis/standard-version": "^0.11.1"
22
22
  }
23
23
  }
24
24
  ```
@@ -1,4 +1,5 @@
1
- import type { WorkspacePackage } from '@alexaegis/workspace-tools';
1
+ import { WorkspacePackage } from '@alexaegis/workspace-tools';
2
+
2
3
  export declare const PACKAGE_JSON_DEPENDENCY_FIELDS: readonly ["dependencies", "devDependencies", "optionalDependencies", "peerDependencies"];
3
4
  /**
4
5
  * The functions found in this file are copied from @alexaegis/workspace-tools
@@ -1 +1 @@
1
- {"version":3,"file":"collect-packages.d.ts","sourceRoot":"","sources":["../../src/workspace/collect-packages.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkC,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAQnG,eAAO,MAAM,8BAA8B,0FAKjC,CAAC;AAEX;;;;;;GAMG;AACH,eAAO,MAAM,eAAe;sBACT,gBAAgB;iBACrB,gBAAgB,EAAE;CAyD/B,CAAC"}
1
+ {"version":3,"file":"collect-packages.d.ts","sourceRoot":"","sources":["../../src/workspace/collect-packages.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkC,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAQnG,eAAO,MAAM,8BAA8B,0FAKjC,CAAC;AAEX;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,QAAO;IAClC,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,WAAW,EAAE,gBAAgB,EAAE,CAAC;CAyDhC,CAAC"}
@@ -1,4 +1,5 @@
1
- import type { WorkspacePackage } from '@alexaegis/workspace-tools';
1
+ import { WorkspacePackage } from '@alexaegis/workspace-tools';
2
+
2
3
  /**
3
4
  * This updater also updates all local dependencies too that were updated
4
5
  * While it's mainly used for packageJson files, it does not assume the file to
@@ -1,4 +1,5 @@
1
- import type { WorkspacePackage } from '@alexaegis/workspace-tools';
1
+ import { WorkspacePackage } from '@alexaegis/workspace-tools';
2
+
2
3
  /**
3
4
  * This updater also updates all local dependencies too that were updated
4
5
  * While it's mainly used for packageJson files, it does not assume the file to