Skip to content

Commit 6042618

Browse files
authored
fix: bump deps + add NUTs for consecutive errors W-18203875 (#1495)
* fix: bump deps * chore: lint lint * test: add consecutiveErrors NUTs
1 parent 872de98 commit 6042618

File tree

122 files changed

+389
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+389
-157
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License Version 2.0
22

3-
Copyright (c) 2025 Salesforce, Inc.
3+
Copyright (c) 2026 Salesforce, Inc.
44
All rights reserved.
55

66
Apache License

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@salesforce/kit": "^3.2.4",
1414
"@salesforce/plugin-info": "^3.4.93",
1515
"@salesforce/sf-plugins-core": "^12.2.5",
16-
"@salesforce/source-deploy-retrieve": "^12.28.0",
17-
"@salesforce/source-tracking": "^7.6.0",
16+
"@salesforce/source-deploy-retrieve": "^12.31.1",
17+
"@salesforce/source-tracking": "^7.8.0",
1818
"@salesforce/ts-types": "^2.0.12",
1919
"ansis": "^3.17.0",
2020
"terminal-link": "^3.0.0"

src/commands/project/convert/mdapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025, Salesforce, Inc.
2+
* Copyright 2026, Salesforce, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/commands/project/convert/source-behavior.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025, Salesforce, Inc.
2+
* Copyright 2026, Salesforce, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/commands/project/convert/source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025, Salesforce, Inc.
2+
* Copyright 2026, Salesforce, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/commands/project/delete/source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025, Salesforce, Inc.
2+
* Copyright 2026, Salesforce, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/commands/project/delete/tracking.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025, Salesforce, Inc.
2+
* Copyright 2026, Salesforce, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/commands/project/deploy/cancel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025, Salesforce, Inc.
2+
* Copyright 2026, Salesforce, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/commands/project/deploy/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025, Salesforce, Inc.
2+
* Copyright 2026, Salesforce, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/commands/project/deploy/quick.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025, Salesforce, Inc.
2+
* Copyright 2026, Salesforce, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)