Skip to content

Commit 5dddbea

Browse files
committed
chore: updates from devScripts
1 parent 7816087 commit 5dddbea

File tree

3 files changed

+785
-1065
lines changed

3 files changed

+785
-1065
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Salesforce.com, Inc.
1+
Copyright (c) 2025, 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:

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.27.0",
9-
"@salesforce/core": "^6.7.6",
10-
"@salesforce/sf-plugins-core": "^5.0.13",
8+
"@oclif/core": "^4",
9+
"@salesforce/core": "^8.2.7",
10+
"@salesforce/sf-plugins-core": "^11.2.4",
1111
"change-case": "^5.4.4",
1212
"open": "^9.1.0"
1313
},
1414
"devDependencies": {
1515
"@oclif/plugin-command-snapshot": "^5.2.35",
1616
"@oclif/test": "^3.2.15",
1717
"@salesforce/cli-plugins-testkit": "^5.3.39",
18-
"@salesforce/dev-scripts": "^8.5.0",
18+
"@salesforce/dev-scripts": "^10.2.12",
1919
"@salesforce/plugin-command-reference": "^3.1.44",
2020
"eslint-plugin-sf-plugin": "^1.20.15",
2121
"oclif": "^4.17.32",
2222
"ts-node": "^10.9.2",
23-
"typescript": "^5.4.5"
23+
"typescript": "^5.5.4"
2424
},
2525
"config": {},
2626
"engines": {
@@ -186,7 +186,7 @@
186186
"output": []
187187
},
188188
"link-check": {
189-
"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",
189+
"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|localhost|%s\" --markdown --retry --directory-listing --verbosity error",
190190
"files": [
191191
"./*.md",
192192
"./!(CHANGELOG).md",

0 commit comments

Comments
 (0)