Skip to content

Commit 2d82be8

Browse files
committed
chore: updates from devScripts
1 parent 27a5a01 commit 2d82be8

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.51",
2222
"@salesforce/ts-sinon": "1.4.19",
2323
"@types/shelljs": "^0.8.14",
@@ -225,7 +225,7 @@
225225
"output": []
226226
},
227227
"link-check": {
228-
"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",
228+
"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",
229229
"files": [
230230
"./*.md",
231231
"./!(CHANGELOG).md",

yarn.lock

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

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

0 commit comments

Comments
 (0)