Skip to content

Commit 5652cf6

Browse files
authored
Update backend license report; Fix typos (#3732)
1 parent a0dc89c commit 5652cf6

File tree

6 files changed

+41
-61
lines changed

6 files changed

+41
-61
lines changed

Backend/Controllers/LiftController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ private async Task<IActionResult> ExportLiftFile(string projectId, string userId
336336
}
337337

338338
// Run the task without waiting for completion.
339-
// This Task will be scheduled within the exiting Async executor thread pool efficiently.
339+
// This Task will be scheduled within the existing Async executor thread pool efficiently.
340340
// See: https://stackoverflow.com/a/64614779/1398841
341341
_ = Task.Run(() => CreateLiftExportThenSignal(projectId, userId));
342342
return Ok(projectId);

Backend/Helper/GrammaticalCategory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public bool Matches(string gramCat)
5555
// Omissions due to conflicting abbreviations:
5656
// Spanish "indf" for Indefinite Pronoun (conflicts with abbrev. for Indefinite article)
5757
// Spanish "rel" for Relative Pronoun (conflicts with abbrev. for Relativizer)
58-
// Portugues "pos" for Postposition (conflicts with Spanish "pos" for Possesive pronoun)
58+
// Portuguese "pos" for Postposition (conflicts with Spanish "pos" for Possessive pronoun)
5959
// Russian "вопр" for Question Particle (conflict with Russian "вопр" for Interrogative pro-form)
6060
// Additions based on user-data:
6161
// Determiner: "ordinal" (for Ordinal numbers with out "num")

docs/deploy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ To install the OS on a new target machine, such as, a new NUC, follow these step
190190

191191
![alt text](images/ubuntu-software-selection.png "Ubuntu Server Software Selection")
192192

193-
In addition, you may have your SSH keys from _Github_ or _Launchpad_ preinstalled as authorized keys.
193+
In addition, you may have your SSH keys from _GitHub_ or _Launchpad_ preinstalled as authorized keys.
194194

195195
Make sure that `Allow password authentication over SSH` is checked even if you import SSH identities. This will
196196
make administration in the field easier.

docs/user_guide/assets/licenses/backend_licenses.txt

+36-56
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
###############################################################
2-
PackageId: AWSSDK.Core
3-
PackageVersion: 3.7.100.14
4-
PackageProjectUrl: https://github.com/aws/aws-sdk-net/
5-
Authors: Amazon Web Services
6-
License: Apache-2.0
7-
LicenseUrl: http://aws.amazon.com/apache2.0/
8-
###############################################################
9-
PackageId: AWSSDK.SecurityToken
10-
PackageVersion: 3.7.100.14
11-
PackageProjectUrl: https://github.com/aws/aws-sdk-net/
12-
Authors: Amazon Web Services
13-
License: Apache-2.0
14-
LicenseUrl: http://aws.amazon.com/apache2.0/
15-
###############################################################
162
PackageId: BouncyCastle.Cryptography
173
PackageVersion: 2.5.0
184
PackageProjectUrl: https://www.bouncycastle.org/stable/nuget/csharp/website
@@ -28,7 +14,7 @@ License: Apache-2.0
2814
LicenseUrl: https://licenses.nuget.org/Apache-2.0
2915
###############################################################
3016
PackageId: icu.net
31-
PackageVersion: 3.0.0
17+
PackageVersion: 3.0.1
3218
PackageProjectUrl: https://github.com/sillsdev/icu-dotnet
3319
Authors: SIL International
3420
License: MIT
@@ -41,7 +27,7 @@ Authors: SIL International
4127
LicenseUrl: https://aka.ms/deprecateLicenseUrl
4228
###############################################################
4329
PackageId: JetBrains.Annotations
44-
PackageVersion: 2024.2.0
30+
PackageVersion: 2024.3.0
4531
PackageProjectUrl: https://www.jetbrains.com/help/resharper/Code_Analysis__Code_Annotations.html
4632
Authors: JetBrains
4733
License: MIT
@@ -54,8 +40,15 @@ Authors: Jeffrey Stedfast
5440
License: MIT
5541
LicenseUrl: https://licenses.nuget.org/MIT
5642
###############################################################
43+
PackageId: Markdig.Signed
44+
PackageVersion: 0.37.0
45+
PackageProjectUrl: https://github.com/lunet-io/markdig
46+
Authors: Alexandre Mutel
47+
License: BSD-2-Clause
48+
LicenseUrl: https://licenses.nuget.org/BSD-2-Clause
49+
###############################################################
5750
PackageId: Microsoft.AspNetCore.Authentication.JwtBearer
58-
PackageVersion: 8.0.12
51+
PackageVersion: 8.0.14
5952
PackageProjectUrl: https://asp.net/
6053
Authors: Microsoft
6154
License: MIT
@@ -195,21 +188,21 @@ License: MIT
195188
LicenseUrl: https://licenses.nuget.org/MIT
196189
###############################################################
197190
PackageId: Microsoft.IdentityModel.Abstractions
198-
PackageVersion: 8.3.1
191+
PackageVersion: 8.6.0
199192
PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
200193
Authors: Microsoft
201194
License: MIT
202195
LicenseUrl: https://licenses.nuget.org/MIT
203196
###############################################################
204197
PackageId: Microsoft.IdentityModel.JsonWebTokens
205-
PackageVersion: 8.3.1
198+
PackageVersion: 8.6.0
206199
PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
207200
Authors: Microsoft
208201
License: MIT
209202
LicenseUrl: https://licenses.nuget.org/MIT
210203
###############################################################
211204
PackageId: Microsoft.IdentityModel.Logging
212-
PackageVersion: 8.3.1
205+
PackageVersion: 8.6.0
213206
PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
214207
Authors: Microsoft
215208
License: MIT
@@ -230,7 +223,7 @@ License: MIT
230223
LicenseUrl: https://licenses.nuget.org/MIT
231224
###############################################################
232225
PackageId: Microsoft.IdentityModel.Tokens
233-
PackageVersion: 8.3.1
226+
PackageVersion: 8.6.0
234227
PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
235228
Authors: Microsoft
236229
License: MIT
@@ -279,32 +272,19 @@ License: MIT
279272
LicenseUrl: https://licenses.nuget.org/MIT
280273
###############################################################
281274
PackageId: MongoDB.Bson
282-
PackageVersion: 2.29.0
275+
PackageVersion: 3.3.0
283276
PackageProjectUrl: https://www.mongodb.com/docs/drivers/csharp/
284277
Authors: MongoDB Inc.
285278
License: Apache-2.0
286279
LicenseUrl: https://licenses.nuget.org/Apache-2.0
287280
###############################################################
288281
PackageId: MongoDB.Driver
289-
PackageVersion: 2.29.0
282+
PackageVersion: 3.3.0
290283
PackageProjectUrl: https://www.mongodb.com/docs/drivers/csharp/
291284
Authors: MongoDB Inc.
292285
License: Apache-2.0
293286
LicenseUrl: https://licenses.nuget.org/Apache-2.0
294287
###############################################################
295-
PackageId: MongoDB.Driver.Core
296-
PackageVersion: 2.29.0
297-
PackageProjectUrl: https://www.mongodb.com/docs/drivers/csharp/
298-
Authors: MongoDB Inc.
299-
License: Apache-2.0
300-
LicenseUrl: https://licenses.nuget.org/Apache-2.0
301-
###############################################################
302-
PackageId: MongoDB.Libmongocrypt
303-
PackageVersion: 1.12.0
304-
PackageProjectUrl: http://www.mongodb.org/display/DOCS/CSharp+Language+Center
305-
Authors: MongoDB Inc.
306-
LicenseUrl: https://aka.ms/deprecateLicenseUrl
307-
###############################################################
308288
PackageId: Mono.Unix
309289
PackageVersion: 7.1.0-final.1.21458.1
310290
PackageProjectUrl: https://github.com/mono/mono.posix
@@ -313,63 +293,63 @@ License: MIT
313293
LicenseUrl: https://licenses.nuget.org/MIT
314294
###############################################################
315295
PackageId: Newtonsoft.Json
316-
PackageVersion: 13.0.2
296+
PackageVersion: 13.0.3
317297
PackageProjectUrl: https://www.newtonsoft.com/json
318298
Authors: James Newton-King
319299
License: MIT
320300
LicenseUrl: https://licenses.nuget.org/MIT
321301
###############################################################
322302
PackageId: OpenTelemetry
323-
PackageVersion: 1.11.1
303+
PackageVersion: 1.11.2
324304
PackageProjectUrl: https://opentelemetry.io/
325305
Authors: OpenTelemetry Authors
326306
License: Apache-2.0
327307
LicenseUrl: https://licenses.nuget.org/Apache-2.0
328308
###############################################################
329309
PackageId: OpenTelemetry.Api
330-
PackageVersion: 1.11.1
310+
PackageVersion: 1.11.2
331311
PackageProjectUrl: https://opentelemetry.io/
332312
Authors: OpenTelemetry Authors
333313
License: Apache-2.0
334314
LicenseUrl: https://licenses.nuget.org/Apache-2.0
335315
###############################################################
336316
PackageId: OpenTelemetry.Api.ProviderBuilderExtensions
337-
PackageVersion: 1.11.1
317+
PackageVersion: 1.11.2
338318
PackageProjectUrl: https://opentelemetry.io/
339319
Authors: OpenTelemetry Authors
340320
License: Apache-2.0
341321
LicenseUrl: https://licenses.nuget.org/Apache-2.0
342322
###############################################################
343323
PackageId: OpenTelemetry.Exporter.Console
344-
PackageVersion: 1.10.0
324+
PackageVersion: 1.11.2
345325
PackageProjectUrl: https://opentelemetry.io/
346326
Authors: OpenTelemetry Authors
347327
License: Apache-2.0
348328
LicenseUrl: https://licenses.nuget.org/Apache-2.0
349329
###############################################################
350330
PackageId: OpenTelemetry.Exporter.OpenTelemetryProtocol
351-
PackageVersion: 1.11.1
331+
PackageVersion: 1.11.2
352332
PackageProjectUrl: https://opentelemetry.io/
353333
Authors: OpenTelemetry Authors
354334
License: Apache-2.0
355335
LicenseUrl: https://licenses.nuget.org/Apache-2.0
356336
###############################################################
357337
PackageId: OpenTelemetry.Extensions.Hosting
358-
PackageVersion: 1.11.1
338+
PackageVersion: 1.11.2
359339
PackageProjectUrl: https://opentelemetry.io/
360340
Authors: OpenTelemetry Authors
361341
License: Apache-2.0
362342
LicenseUrl: https://licenses.nuget.org/Apache-2.0
363343
###############################################################
364344
PackageId: OpenTelemetry.Instrumentation.AspNetCore
365-
PackageVersion: 1.10.1
345+
PackageVersion: 1.11.1
366346
PackageProjectUrl: https://opentelemetry.io/
367347
Authors: OpenTelemetry Authors
368348
License: Apache-2.0
369349
LicenseUrl: https://licenses.nuget.org/Apache-2.0
370350
###############################################################
371351
PackageId: OpenTelemetry.Instrumentation.Http
372-
PackageVersion: 1.10.0
352+
PackageVersion: 1.11.1
373353
PackageProjectUrl: https://opentelemetry.io/
374354
Authors: OpenTelemetry Authors
375355
License: Apache-2.0
@@ -498,37 +478,37 @@ PackageProjectUrl: https://github.com/adamhathcock/sharpcompress
498478
Authors: Adam Hathcock
499479
###############################################################
500480
PackageId: SIL.Core
501-
PackageVersion: 15.0.0
481+
PackageVersion: 16.0.0-beta0140
502482
PackageProjectUrl: https://github.com/sillsdev/libpalaso
503-
Authors: SIL International
483+
Authors: SIL Global
504484
License: MIT
505485
LicenseUrl: https://licenses.nuget.org/MIT
506486
###############################################################
507487
PackageId: SIL.Core.Desktop
508-
PackageVersion: 15.0.0
488+
PackageVersion: 16.0.0-beta0140
509489
PackageProjectUrl: https://github.com/sillsdev/libpalaso
510-
Authors: SIL International
490+
Authors: SIL Global
511491
License: MIT
512492
LicenseUrl: https://licenses.nuget.org/MIT
513493
###############################################################
514494
PackageId: SIL.DictionaryServices
515-
PackageVersion: 15.0.0
495+
PackageVersion: 16.0.0-beta0140
516496
PackageProjectUrl: https://github.com/sillsdev/libpalaso
517-
Authors: SIL International
497+
Authors: SIL Global
518498
License: MIT
519499
LicenseUrl: https://licenses.nuget.org/MIT
520500
###############################################################
521501
PackageId: SIL.Lift
522-
PackageVersion: 15.0.0
502+
PackageVersion: 16.0.0-beta0140
523503
PackageProjectUrl: https://github.com/sillsdev/libpalaso
524-
Authors: SIL International
504+
Authors: SIL Global
525505
License: MIT
526506
LicenseUrl: https://licenses.nuget.org/MIT
527507
###############################################################
528508
PackageId: SIL.WritingSystems
529-
PackageVersion: 15.0.0
509+
PackageVersion: 16.0.0-beta0140
530510
PackageProjectUrl: https://github.com/sillsdev/libpalaso
531-
Authors: SIL International
511+
Authors: SIL Global
532512
License: MIT
533513
LicenseUrl: https://licenses.nuget.org/MIT
534514
###############################################################
@@ -671,7 +651,7 @@ License: http://go.microsoft.com/fwlink/?LinkId=329770
671651
LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770
672652
###############################################################
673653
PackageId: System.IdentityModel.Tokens.Jwt
674-
PackageVersion: 8.3.1
654+
PackageVersion: 8.6.0
675655
PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
676656
Authors: Microsoft
677657
License: MIT

src/components/DataEntry/DataEntryTable/NewEntry/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export default function NewEntry(props: NewEntryProps): ReactElement {
275275
</Grid>
276276
<Grid item xs={1} style={gridItemStyle(1)}>
277277
{!selectedDup?.id && (
278-
// note is not available if user selected to modify an exiting entry
278+
// note is not available if user selected to modify an existing entry
279279
<NoteButton
280280
buttonId={NewEntryId.ButtonNote}
281281
noteText={newNote}

src/components/Project/ProjectReduxTypes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { newProject } from "types/project";
99

1010
export interface CurrentProjectState {
1111
project: Project;
12-
/** For project-level persistance of ReviewEntriesTable's managed states
12+
/** For project-level persistence of ReviewEntriesTable's managed states
1313
* per https://www.material-react-table.com/docs/guides/state-management */
1414
reviewEntriesColumns: {
1515
columnOrder: MRT_ColumnOrderState;

0 commit comments

Comments
 (0)