Skip to content

Commit

Permalink
fix(deps): bump @oclif/core from 3.26.6 to 4.0.6 (#708)
Browse files Browse the repository at this point in the history
* fix(deps): bump @oclif/core from 3.26.6 to 4.0.6

Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.6 to 4.0.6.
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@3.26.6...4.0.6)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jayree <jayree.git@icloud.com>
  • Loading branch information
dependabot[bot] and jayree authored Jun 14, 2024
1 parent f2cfa83 commit 0f56279
Show file tree
Hide file tree
Showing 25 changed files with 160 additions and 153 deletions.
2 changes: 1 addition & 1 deletion lib/commands/jayree/project/compare/snapshot.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type CompareResponse = {
export default class CompareSourceSnapshot extends SfCommand<CompareResponse> {
static readonly summary: string;
static readonly flags: {
filepath: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
filepath: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
};
static readonly requiresProject = true;
static readonly deprecateAliases = true;
Expand Down
10 changes: 5 additions & 5 deletions lib/commands/jayree/project/compare/snapshot.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/commands/jayree/project/fix.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { AnyJson } from '@salesforce/ts-types';
export default class FixMetadata extends SfCommand<AnyJson> {
static readonly summary: string;
static readonly flags: {
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
task: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string[], import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
task: import("@oclif/core/interfaces").OptionFlag<string[], import("@oclif/core/interfaces").CustomOptions>;
};
static readonly requiresProject = true;
static readonly deprecateAliases = true;
Expand Down
2 changes: 1 addition & 1 deletion lib/commands/jayree/project/generate/snapshot.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AnyJson } from '@salesforce/ts-types';
export default class GenerateSourceSnapshot extends SfCommand<AnyJson> {
static readonly summary: string;
static readonly flags: {
filepath: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
filepath: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
};
static readonly requiresProject = true;
static readonly deprecateAliases = true;
Expand Down
6 changes: 3 additions & 3 deletions lib/commands/jayree/project/list/tracking.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export default class SourceTrackingList extends SfCommand<AnyJson> {
static readonly summary: string;
static readonly examples: string[];
static readonly flags: {
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
'api-version': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
revision: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<number, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
revision: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
};
static readonly requiresProject = true;
static readonly deprecateAliases = true;
Expand Down
4 changes: 2 additions & 2 deletions lib/commands/jayree/project/list/tracking.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/commands/jayree/project/store/tracking/get.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default class RevisionInfo extends SfCommand<AnyJson> {
static readonly summary: string;
static readonly examples: string[];
static readonly flags: {
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
};
static readonly requiresProject = true;
static readonly deprecateAliases = true;
Expand Down
4 changes: 2 additions & 2 deletions lib/commands/jayree/project/store/tracking/get.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lib/commands/jayree/project/store/tracking/set.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export default class RevisionInfo extends SfCommand<AnyJson> {
static readonly summary: string;
static readonly examples: string[];
static readonly flags: {
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
'api-version': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
revision: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<number | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
revision: import("@oclif/core/interfaces").OptionFlag<number | undefined, import("@oclif/core/interfaces").CustomOptions>;
};
static readonly requiresProject = true;
static readonly deprecateAliases = true;
Expand Down
4 changes: 2 additions & 2 deletions lib/commands/jayree/project/store/tracking/set.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions lib/hooks/prerun.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/hooks/prerun.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0f56279

Please sign in to comment.