Skip to content

Commit cc35069

Browse files
committed
chore: updates from devScripts
1 parent adf6b34 commit cc35069

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
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@oclif/plugin-command-snapshot": "^5.0.5",
1919
"@salesforce/cli-plugins-testkit": "^5.1.3",
20-
"@salesforce/dev-scripts": "^8.1.3",
20+
"@salesforce/dev-scripts": "^8.2.0",
2121
"@salesforce/plugin-command-reference": "^3.0.58",
2222
"@types/color-convert": "^2.0.3",
2323
"eslint-plugin-sf-plugin": "^1.17.0",
@@ -212,7 +212,7 @@
212212
"output": []
213213
},
214214
"link-check": {
215-
"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",
215+
"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",
216216
"files": [
217217
"./*.md",
218218
"./!(CHANGELOG).md",

yarn.lock

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

1011-
"@salesforce/dev-scripts@^8.1.3":
1012-
version "8.1.3"
1013-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.3.tgz#b33c53b4b648b5090322d1144c6852ca587d6eb7"
1014-
integrity sha512-mSWCab+uO3O2QNBCRJpKsHw/UYpOGpNFWT12BC85e+VyWBp4LTIAsssBKDY8czRI02K7NwiYaC34fNdP+yqrzA==
1011+
"@salesforce/dev-scripts@^8.2.0":
1012+
version "8.2.0"
1013+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
1014+
integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
10151015
dependencies:
10161016
"@commitlint/cli" "^17.1.2"
10171017
"@commitlint/config-conventional" "^17.8.1"

0 commit comments

Comments
 (0)