@pnpm/releasing.commands 1100.6.3 → 1100.7.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/CHANGELOG.md +53 -0
- package/package.json +32 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,58 @@
|
|
|
1
1
|
# @pnpm/releasing.commands
|
|
2
2
|
|
|
3
|
+
## 1100.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- The first release of a package now publishes the version written in its manifest verbatim, instead of bumping off it. `pnpm version -r` and `pnpm change status` check the registry for each release's current version; when that version is not yet published, the package debuts at it and its pending changesets apply only from the next release. A newly added package seeded at `1100.0.0` with a `minor` changeset is therefore published as `1100.0.0` rather than skipping straight to `1100.1.0`.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies:
|
|
12
|
+
- @pnpm/bins.resolver@1100.0.10
|
|
13
|
+
- @pnpm/cli.utils@1101.0.18
|
|
14
|
+
- @pnpm/config.pick-registry-for-package@1100.0.11
|
|
15
|
+
- @pnpm/config.reader@1101.13.0
|
|
16
|
+
- @pnpm/deps.path@1100.0.10
|
|
17
|
+
- @pnpm/engine.runtime.commands@1100.1.15
|
|
18
|
+
- @pnpm/engine.runtime.node-resolver@1101.1.17
|
|
19
|
+
- @pnpm/exec.lifecycle@1100.1.7
|
|
20
|
+
- @pnpm/fetching.directory-fetcher@1100.0.24
|
|
21
|
+
- @pnpm/fs.indexed-pkg-importer@1100.0.20
|
|
22
|
+
- @pnpm/installing.client@1100.2.19
|
|
23
|
+
- @pnpm/installing.commands@1100.11.0
|
|
24
|
+
- @pnpm/lockfile.fs@1100.1.13
|
|
25
|
+
- @pnpm/lockfile.types@1100.0.15
|
|
26
|
+
- @pnpm/network.auth-header@1101.1.5
|
|
27
|
+
- @pnpm/network.fetch@1100.1.7
|
|
28
|
+
- @pnpm/releasing.exportable-manifest@1100.1.14
|
|
29
|
+
- @pnpm/releasing.versioning@1100.2.0
|
|
30
|
+
- @pnpm/resolving.npm-resolver@1102.1.7
|
|
31
|
+
- @pnpm/resolving.registry.types@1100.1.5
|
|
32
|
+
- @pnpm/resolving.resolver-base@1100.5.3
|
|
33
|
+
- @pnpm/types@1101.5.0
|
|
34
|
+
- @pnpm/workspace.projects-filter@1100.0.31
|
|
35
|
+
- @pnpm/workspace.projects-sorter@1100.0.10
|
|
36
|
+
- @pnpm/workspace.workspace-manifest-writer@1100.0.17
|
|
37
|
+
|
|
38
|
+
## 1100.6.4
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies:
|
|
43
|
+
- @pnpm/cli.utils@1101.0.17
|
|
44
|
+
- @pnpm/config.reader@1101.12.3
|
|
45
|
+
- @pnpm/engine.runtime.commands@1100.1.14
|
|
46
|
+
- @pnpm/engine.runtime.node-resolver@1101.1.16
|
|
47
|
+
- @pnpm/exec.lifecycle@1100.1.6
|
|
48
|
+
- @pnpm/fetching.directory-fetcher@1100.0.23
|
|
49
|
+
- @pnpm/installing.client@1100.2.18
|
|
50
|
+
- @pnpm/installing.commands@1100.10.9
|
|
51
|
+
- @pnpm/releasing.exportable-manifest@1100.1.13
|
|
52
|
+
- @pnpm/releasing.versioning@1100.1.4
|
|
53
|
+
- @pnpm/resolving.npm-resolver@1102.1.6
|
|
54
|
+
- @pnpm/workspace.projects-filter@1100.0.30
|
|
55
|
+
|
|
3
56
|
## 1100.6.3
|
|
4
57
|
|
|
5
58
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/releasing.commands",
|
|
3
|
-
"version": "1100.
|
|
3
|
+
"version": "1100.7.0",
|
|
4
4
|
"description": "Commands for deploy, pack, and publish",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -28,42 +28,42 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@inquirer/prompts": "^8.4.3",
|
|
31
|
-
"@pnpm/bins.resolver": "1100.0.
|
|
31
|
+
"@pnpm/bins.resolver": "1100.0.10",
|
|
32
32
|
"@pnpm/catalogs.types": "1100.0.0",
|
|
33
33
|
"@pnpm/cli.common-cli-options-help": "1100.0.2",
|
|
34
|
-
"@pnpm/cli.utils": "1101.0.
|
|
35
|
-
"@pnpm/config.pick-registry-for-package": "1100.0.
|
|
36
|
-
"@pnpm/config.reader": "1101.
|
|
34
|
+
"@pnpm/cli.utils": "1101.0.18",
|
|
35
|
+
"@pnpm/config.pick-registry-for-package": "1100.0.11",
|
|
36
|
+
"@pnpm/config.reader": "1101.13.0",
|
|
37
37
|
"@pnpm/constants": "1100.0.0",
|
|
38
|
-
"@pnpm/deps.path": "1100.0.
|
|
39
|
-
"@pnpm/engine.runtime.commands": "1100.1.
|
|
40
|
-
"@pnpm/engine.runtime.node-resolver": "1101.1.
|
|
38
|
+
"@pnpm/deps.path": "1100.0.10",
|
|
39
|
+
"@pnpm/engine.runtime.commands": "1100.1.15",
|
|
40
|
+
"@pnpm/engine.runtime.node-resolver": "1101.1.17",
|
|
41
41
|
"@pnpm/error": "1100.0.1",
|
|
42
|
-
"@pnpm/exec.lifecycle": "1100.1.
|
|
42
|
+
"@pnpm/exec.lifecycle": "1100.1.7",
|
|
43
43
|
"@pnpm/exec.pnpm-cli-runner": "1100.0.1",
|
|
44
|
-
"@pnpm/fetching.directory-fetcher": "1100.0.
|
|
44
|
+
"@pnpm/fetching.directory-fetcher": "1100.0.24",
|
|
45
45
|
"@pnpm/fetching.types": "1100.0.2",
|
|
46
|
-
"@pnpm/fs.indexed-pkg-importer": "1100.0.
|
|
46
|
+
"@pnpm/fs.indexed-pkg-importer": "1100.0.20",
|
|
47
47
|
"@pnpm/fs.is-empty-dir-or-nothing": "1100.0.0",
|
|
48
48
|
"@pnpm/fs.packlist": "1100.0.3",
|
|
49
|
-
"@pnpm/installing.client": "1100.2.
|
|
50
|
-
"@pnpm/installing.commands": "1100.
|
|
51
|
-
"@pnpm/lockfile.fs": "1100.1.
|
|
52
|
-
"@pnpm/lockfile.types": "1100.0.
|
|
53
|
-
"@pnpm/network.auth-header": "1101.1.
|
|
54
|
-
"@pnpm/network.fetch": "1100.1.
|
|
49
|
+
"@pnpm/installing.client": "1100.2.19",
|
|
50
|
+
"@pnpm/installing.commands": "1100.11.0",
|
|
51
|
+
"@pnpm/lockfile.fs": "1100.1.13",
|
|
52
|
+
"@pnpm/lockfile.types": "1100.0.15",
|
|
53
|
+
"@pnpm/network.auth-header": "1101.1.5",
|
|
54
|
+
"@pnpm/network.fetch": "1100.1.7",
|
|
55
55
|
"@pnpm/network.git-utils": "1100.0.2",
|
|
56
56
|
"@pnpm/network.web-auth": "1101.2.0",
|
|
57
57
|
"@pnpm/npm-package-arg": "^2.0.0",
|
|
58
|
-
"@pnpm/releasing.exportable-manifest": "1100.1.
|
|
59
|
-
"@pnpm/releasing.versioning": "1100.
|
|
60
|
-
"@pnpm/resolving.npm-resolver": "1102.1.
|
|
61
|
-
"@pnpm/resolving.registry.types": "1100.1.
|
|
62
|
-
"@pnpm/resolving.resolver-base": "1100.5.
|
|
63
|
-
"@pnpm/types": "1101.
|
|
64
|
-
"@pnpm/workspace.projects-filter": "1100.0.
|
|
65
|
-
"@pnpm/workspace.projects-sorter": "1100.0.
|
|
66
|
-
"@pnpm/workspace.workspace-manifest-writer": "1100.0.
|
|
58
|
+
"@pnpm/releasing.exportable-manifest": "1100.1.14",
|
|
59
|
+
"@pnpm/releasing.versioning": "1100.2.0",
|
|
60
|
+
"@pnpm/resolving.npm-resolver": "1102.1.7",
|
|
61
|
+
"@pnpm/resolving.registry.types": "1100.1.5",
|
|
62
|
+
"@pnpm/resolving.resolver-base": "1100.5.3",
|
|
63
|
+
"@pnpm/types": "1101.5.0",
|
|
64
|
+
"@pnpm/workspace.projects-filter": "1100.0.31",
|
|
65
|
+
"@pnpm/workspace.projects-sorter": "1100.0.10",
|
|
66
|
+
"@pnpm/workspace.workspace-manifest-writer": "1100.0.17",
|
|
67
67
|
"@types/normalize-path": "^3.0.2",
|
|
68
68
|
"@zkochan/rimraf": "^4.0.0",
|
|
69
69
|
"chalk": "^5.6.2",
|
|
@@ -93,16 +93,16 @@
|
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@jest/globals": "30.4.1",
|
|
96
|
-
"@pnpm/assert-project": "1100.0.
|
|
96
|
+
"@pnpm/assert-project": "1100.0.21",
|
|
97
97
|
"@pnpm/catalogs.config": "1100.0.2",
|
|
98
|
-
"@pnpm/hooks.pnpmfile": "1100.0.
|
|
98
|
+
"@pnpm/hooks.pnpmfile": "1100.0.21",
|
|
99
99
|
"@pnpm/logger": "1100.0.0",
|
|
100
|
-
"@pnpm/prepare": "1100.0.
|
|
101
|
-
"@pnpm/releasing.commands": "1100.
|
|
100
|
+
"@pnpm/prepare": "1100.0.21",
|
|
101
|
+
"@pnpm/releasing.commands": "1100.7.0",
|
|
102
102
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
103
103
|
"@pnpm/test-ipc-server": "1100.0.0",
|
|
104
|
-
"@pnpm/testing.command-defaults": "1100.0.
|
|
105
|
-
"@pnpm/testing.registry-mock": "1100.0.
|
|
104
|
+
"@pnpm/testing.command-defaults": "1100.0.11",
|
|
105
|
+
"@pnpm/testing.registry-mock": "1100.0.11",
|
|
106
106
|
"@types/cross-spawn": "^6.0.6",
|
|
107
107
|
"@types/is-windows": "^1.0.2",
|
|
108
108
|
"@types/libnpmpublish": "^11.2.0",
|