Skip to content

Commit b7cf616

Browse files
committed
chore: updates from devScripts
1 parent 5b365a0 commit b7cf616

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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) 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:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@oclif/plugin-command-snapshot": "^5.0.5",
1717
"@salesforce/cli-plugins-testkit": "^5",
18-
"@salesforce/dev-scripts": "^8.1.3",
18+
"@salesforce/dev-scripts": "^8.2.0",
1919
"@salesforce/plugin-command-reference": "^3.0.58",
2020
"eslint-plugin-sf-plugin": "^1.17.0",
2121
"oclif": "^4.1.0",
@@ -189,7 +189,7 @@
189189
"output": []
190190
},
191191
"link-check": {
192-
"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",
192+
"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",
193193
"files": [
194194
"./*.md",
195195
"./!(CHANGELOG).md",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -952,10 +952,10 @@
952952
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
953953
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
954954

955-
"@salesforce/dev-scripts@^8.1.3":
956-
version "8.1.3"
957-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.3.tgz#b33c53b4b648b5090322d1144c6852ca587d6eb7"
958-
integrity sha512-mSWCab+uO3O2QNBCRJpKsHw/UYpOGpNFWT12BC85e+VyWBp4LTIAsssBKDY8czRI02K7NwiYaC34fNdP+yqrzA==
955+
"@salesforce/dev-scripts@^8.2.0":
956+
version "8.2.0"
957+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
958+
integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
959959
dependencies:
960960
"@commitlint/cli" "^17.1.2"
961961
"@commitlint/config-conventional" "^17.8.1"

0 commit comments

Comments
 (0)