Skip to content

Commit 4786cd8

Browse files
authored
fix: clearer library message (#530)
* fix: clearer library message * chore: bump deps
1 parent 6667bf8 commit 4786cd8

File tree

4 files changed

+110
-103
lines changed

4 files changed

+110
-103
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023, Salesforce.com, Inc.
1+
Copyright (c) 2024, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

messages/source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# NonSourceTrackedOrgError
22

3-
This command can only be used on orgs that have source tracking enabled, such as sandboxes and scratch orgs.
3+
This org does not have source tracking.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,24 @@
4444
"node": ">=18.0.0"
4545
},
4646
"dependencies": {
47-
"@oclif/core": "^3.15.1",
48-
"@salesforce/core": "^6.4.2",
47+
"@oclif/core": "^3.18.1",
48+
"@salesforce/core": "^6.4.7",
4949
"@salesforce/kit": "^3.0.15",
50-
"@salesforce/source-deploy-retrieve": "^10.2.5",
50+
"@salesforce/source-deploy-retrieve": "^10.2.11",
5151
"@salesforce/ts-types": "^2.0.9",
5252
"fast-xml-parser": "^4.2.5",
5353
"graceful-fs": "^4.2.11",
5454
"isomorphic-git": "1.23.0",
5555
"ts-retry-promise": "^0.7.0"
5656
},
5757
"devDependencies": {
58-
"@salesforce/cli-plugins-testkit": "^5.1.1",
59-
"@salesforce/dev-scripts": "^8.1.3",
58+
"@salesforce/cli-plugins-testkit": "^5.1.7",
59+
"@salesforce/dev-scripts": "^8.3.0",
6060
"@types/graceful-fs": "^4.1.9",
61-
"eslint-plugin-sf-plugin": "^1.17.0",
61+
"eslint-plugin-sf-plugin": "^1.17.2",
6262
"ts-node": "^10.9.2",
6363
"ts-patch": "^3.0.2",
64-
"typescript": "^5.2.2"
64+
"typescript": "^5.3.3"
6565
},
6666
"config": {},
6767
"publishConfig": {
@@ -140,7 +140,7 @@
140140
"output": []
141141
},
142142
"link-check": {
143-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
143+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
144144
"files": [
145145
"./*.md",
146146
"./!(CHANGELOG).md",

0 commit comments

Comments
 (0)