@pnpm/plugin-commands-outdated 5.0.40 → 5.1.2

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/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2015-2016 Rico Sta. Cruz and other contributors
4
- Copyright (c) 2016-2021 Zoltan Kochan and other contributors
4
+ Copyright (c) 2016-2022 Zoltan Kochan and other contributors
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- <pnpm|npm|yarn> add @pnpm/plugin-commands-outdated
10
+ pnpm add @pnpm/plugin-commands-outdated
11
11
  ```
12
12
 
13
13
  ## License
package/lib/outdated.d.ts CHANGED
@@ -23,7 +23,7 @@ export declare type OutdatedCommandOptions = {
23
23
  long?: boolean;
24
24
  recursive?: boolean;
25
25
  table?: boolean;
26
- } & Pick<Config, 'allProjects' | 'alwaysAuth' | 'ca' | 'cacheDir' | 'cert' | 'dev' | 'dir' | 'engineStrict' | 'fetchRetries' | 'fetchRetryFactor' | 'fetchRetryMaxtimeout' | 'fetchRetryMintimeout' | 'fetchTimeout' | 'global' | 'httpProxy' | 'httpsProxy' | 'key' | 'localAddress' | 'lockfileDir' | 'networkConcurrency' | 'noProxy' | 'offline' | 'optional' | 'production' | 'rawConfig' | 'registries' | 'selectedProjectsGraph' | 'strictSsl' | 'tag' | 'userAgent'>;
26
+ } & Pick<Config, 'allProjects' | 'alwaysAuth' | 'ca' | 'cacheDir' | 'cert' | 'dev' | 'dir' | 'engineStrict' | 'fetchRetries' | 'fetchRetryFactor' | 'fetchRetryMaxtimeout' | 'fetchRetryMintimeout' | 'fetchTimeout' | 'global' | 'httpProxy' | 'httpsProxy' | 'key' | 'localAddress' | 'lockfileDir' | 'networkConcurrency' | 'noProxy' | 'offline' | 'optional' | 'production' | 'rawConfig' | 'registries' | 'selectedProjectsGraph' | 'strictSsl' | 'tag' | 'userAgent'> & Partial<Pick<Config, 'userConfig'>>;
27
27
  export declare function handler(opts: OutdatedCommandOptions, params?: string[]): Promise<{
28
28
  output: string;
29
29
  exitCode: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-outdated",
3
- "version": "5.0.40",
3
+ "version": "5.1.2",
4
4
  "description": "The outdated command of pnpm",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -24,35 +24,37 @@
24
24
  "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-outdated#readme",
25
25
  "devDependencies": {
26
26
  "@pnpm/constants": "5.0.0",
27
- "@pnpm/filter-workspace-packages": "4.4.11",
28
- "@pnpm/plugin-commands-installation": "8.0.6",
29
- "@pnpm/prepare": "0.0.30",
30
- "@pnpm/types": "7.7.1",
27
+ "@pnpm/filter-workspace-packages": "4.4.15",
28
+ "@pnpm/plugin-commands-installation": "8.1.6",
29
+ "@pnpm/plugin-commands-outdated": "5.1.2",
30
+ "@pnpm/prepare": "0.0.32",
31
+ "@pnpm/registry-mock": "2.12.1",
31
32
  "@types/lru-cache": "^5.1.0",
32
33
  "@types/ramda": "0.27.39",
33
34
  "@types/wrap-ansi": "^3.0.0",
34
- "@types/zkochan__table": "npm:@types/table@6.0.0",
35
- "strip-ansi": "^6.0.0"
35
+ "@types/zkochan__table": "npm:@types/table@6.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@pnpm/cli-utils": "0.6.39",
38
+ "@pnpm/cli-utils": "0.6.43",
39
39
  "@pnpm/colorize-semver-diff": "^1.0.1",
40
40
  "@pnpm/command": "2.0.0",
41
41
  "@pnpm/common-cli-options-help": "0.8.0",
42
- "@pnpm/config": "13.7.1",
43
- "@pnpm/default-resolver": "14.0.8",
42
+ "@pnpm/config": "13.9.0",
43
+ "@pnpm/default-resolver": "14.0.9",
44
44
  "@pnpm/error": "2.0.0",
45
- "@pnpm/lockfile-file": "4.2.4",
45
+ "@pnpm/lockfile-file": "4.2.5",
46
46
  "@pnpm/matcher": "2.0.0",
47
- "@pnpm/modules-yaml": "9.0.8",
48
- "@pnpm/outdated": "9.0.24",
47
+ "@pnpm/modules-yaml": "9.0.10",
48
+ "@pnpm/outdated": "9.0.27",
49
49
  "@pnpm/semver-diff": "^1.0.2",
50
50
  "@pnpm/store-path": "^5.0.0",
51
+ "@pnpm/types": "7.8.0",
51
52
  "@zkochan/table": "^1.0.0",
52
53
  "chalk": "^4.1.0",
53
54
  "lru-cache": "^6.0.0",
54
55
  "ramda": "^0.27.1",
55
56
  "render-help": "^1.0.1",
57
+ "strip-ansi": "^6.0.0",
56
58
  "wrap-ansi": "^7.0.0"
57
59
  },
58
60
  "funding": "https://opencollective.com/pnpm",
@@ -65,5 +67,5 @@
65
67
  "test": "pnpm run compile && pnpm run _test",
66
68
  "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
67
69
  },
68
- "readme": "# @pnpm/plugin-commands-outdated\n\n> The outdated command of pnpm\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-outdated.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-outdated)\n\n## Installation\n\n```sh\n<pnpm|npm|yarn> add @pnpm/plugin-commands-outdated\n```\n\n## License\n\nMIT\n"
70
+ "readme": "# @pnpm/plugin-commands-outdated\n\n> The outdated command of pnpm\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-outdated.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-outdated)\n\n## Installation\n\n```sh\npnpm add @pnpm/plugin-commands-outdated\n```\n\n## License\n\nMIT\n"
69
71
  }