@alexaegis/standard-version 0.11.5 → 0.12.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alexaegis/standard-version",
3
3
  "description": "Standard version",
4
- "version": "0.11.5",
4
+ "version": "0.12.0",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "archetype": {
@@ -52,43 +52,43 @@
52
52
  "./readme": "./readme.md"
53
53
  },
54
54
  "dependencies": {
55
- "@alexaegis/coverage-tools": "^0.10.0",
56
- "@alexaegis/workspace-tools": "^0.10.0",
57
- "glob": "^10.4.2",
55
+ "@alexaegis/coverage-tools": "^0.10.1",
56
+ "@alexaegis/workspace-tools": "^0.10.1",
57
+ "glob": "^11.0.0",
58
58
  "js-yaml": "^4.1.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@alexaegis/eslint-config-vitest": "^0.11.5",
62
- "@alexaegis/ts": "^0.11.5",
63
- "@alexaegis/vite": "^0.11.5",
64
- "@alexaegis/vitest": "^0.11.5",
61
+ "@alexaegis/eslint-config-vitest": "^0.12.0",
62
+ "@alexaegis/ts": "^0.12.0",
63
+ "@alexaegis/vite": "^0.12.0",
64
+ "@alexaegis/vitest": "^0.12.0",
65
65
  "@types/js-yaml": "^4.0.9",
66
- "@types/node": "^20.14.9",
67
- "publint": "^0.2.8",
68
- "typescript": "^5.5.3",
69
- "vite": "^5.3.2",
70
- "vitest": "^1.6.0"
66
+ "@types/node": "^22.10.1",
67
+ "publint": "^0.2.12",
68
+ "typescript": "^5.7.2",
69
+ "vite": "^6.0.1",
70
+ "vitest": "^2.1.6"
71
71
  },
72
72
  "scripts": {
73
- "lint:depcheck": "turbo run lint:depcheck_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
73
+ "lint:depcheck": "turbo run lint:depcheck_ --concurrency 16 --filter @alexaegis/standard-version",
74
74
  "lint:depcheck_": "depcheck",
75
- "lint:es": "turbo run lint:es_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
75
+ "lint:es": "turbo run lint:es_ --concurrency 16 --filter @alexaegis/standard-version",
76
76
  "lint:es_": "eslint --max-warnings=0 --fix --no-error-on-unmatched-pattern .",
77
- "lint:format": "turbo run lint:format_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
77
+ "lint:format": "turbo run lint:format_ --concurrency 16 --filter @alexaegis/standard-version",
78
78
  "lint:format_": "prettier --cache-location .cache/prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --check .",
79
- "lint:md": "turbo run lint:md_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
79
+ "lint:md": "turbo run lint:md_ --concurrency 16 --filter @alexaegis/standard-version",
80
80
  "lint:md_": "remark --frail --no-stdout --silently-ignore .",
81
- "lint:tsc": "turbo run lint:tsc_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
81
+ "lint:tsc": "turbo run lint:tsc_ --concurrency 16 --filter @alexaegis/standard-version",
82
82
  "lint:tsc_": "tsc --noEmit",
83
- "publint": "BUILD_REASON='publish' turbo run publint_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
83
+ "publint": "BUILD_REASON='publish' turbo run publint_ --concurrency 16 --filter @alexaegis/standard-version",
84
84
  "publint_": "publint dist",
85
- "test": "turbo run test_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
85
+ "test": "turbo run test_ --concurrency 16 --filter @alexaegis/standard-version",
86
86
  "test_": "vitest --passWithNoTests --coverage --run",
87
87
  "test:watch": "vitest --passWithNoTests --coverage",
88
- "all": "BUILD_REASON='publish' turbo run all_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
89
- "build": "turbo run build-lib_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
88
+ "all": "BUILD_REASON='publish' turbo run all_ --concurrency 16 --filter @alexaegis/standard-version",
89
+ "build": "turbo run build-lib_ --concurrency 16 --filter @alexaegis/standard-version",
90
90
  "build-lib_": "vite build",
91
- "format": "turbo run format_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/standard-version",
91
+ "format": "turbo run format_ --concurrency 16 --filter @alexaegis/standard-version",
92
92
  "format_": "prettier --cache-location .cache/prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --write ."
93
93
  }
94
94
  }
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.11.5
15
+ npm i @alexaegis/standard-version@0.12.0
16
16
  ```
17
17
 
18
18
  ```json
19
19
  {
20
20
  "dependencies": {
21
- "@alexaegis/standard-version": "^0.11.5"
21
+ "@alexaegis/standard-version": "^0.12.0"
22
22
  }
23
23
  }
24
24
  ```
@@ -1,5 +1,4 @@
1
1
  import { WorkspacePackage } from '@alexaegis/workspace-tools';
2
-
3
2
  export declare const PACKAGE_JSON_DEPENDENCY_FIELDS: readonly ["dependencies", "devDependencies", "optionalDependencies", "peerDependencies"];
4
3
  /**
5
4
  * The functions found in this file are copied from @alexaegis/workspace-tools
@@ -1,5 +1,4 @@
1
1
  import { WorkspacePackage } from '@alexaegis/workspace-tools';
2
-
3
2
  /**
4
3
  * This updater also updates all local dependencies too that were updated
5
4
  * While it's mainly used for packageJson files, it does not assume the file to
@@ -1,5 +1,4 @@
1
1
  import { WorkspacePackage } from '@alexaegis/workspace-tools';
2
-
3
2
  /**
4
3
  * This updater also updates all local dependencies too that were updated
5
4
  * While it's mainly used for packageJson files, it does not assume the file to