Skip to content

Commit afd9220

Browse files
authored
Merge pull request #77 from andrewconnell/fy25q2-refresh
FY25Q2 content refresh
2 parents c7a9e80 + 9a34656 commit afd9220

34 files changed

+48312
-44175
lines changed

Demos/01-spfxteams/.eslintrc.js

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -20,39 +20,6 @@ module.exports = {
2020
'@rushstack/security/no-unsafe-regexp': 1,
2121
// STANDARDIZED BY: @typescript-eslint\eslint-plugin\dist\configs\recommended.json
2222
'@typescript-eslint/adjacent-overload-signatures': 1,
23-
// STANDARDIZED BY: @typescript-eslint\eslint-plugin\dist\configs\recommended.json
24-
//
25-
// CONFIGURATION: By default, these are banned: String, Boolean, Number, Object, Symbol
26-
'@typescript-eslint/ban-types': [
27-
1,
28-
{
29-
'extendDefaults': false,
30-
'types': {
31-
'String': {
32-
'message': 'Use \'string\' instead',
33-
'fixWith': 'string'
34-
},
35-
'Boolean': {
36-
'message': 'Use \'boolean\' instead',
37-
'fixWith': 'boolean'
38-
},
39-
'Number': {
40-
'message': 'Use \'number\' instead',
41-
'fixWith': 'number'
42-
},
43-
'Object': {
44-
'message': 'Use \'object\' instead, or else define a proper TypeScript type:'
45-
},
46-
'Symbol': {
47-
'message': 'Use \'symbol\' instead',
48-
'fixWith': 'symbol'
49-
},
50-
'Function': {
51-
'message': 'The \'Function\' type accepts any function-like value.\nIt provides no type safety when calling the function, which can be a common source of bugs.\nIt also accepts things like class declarations, which will throw at runtime as they will not be called with \'new\'.\nIf you are expecting the function to accept certain arguments, you should explicitly define the function shape.'
52-
}
53-
}
54-
}
55-
],
5623
// RATIONALE: Code is more readable when the type of every variable is immediately obvious.
5724
// Even if the compiler may be able to infer a type, this inference will be unavailable
5825
// to a person who is reviewing a GitHub diff. This rule makes writing code harder,

Demos/01-spfxteams/.yo-rc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"@microsoft/generator-sharepoint": {
33
"plusBeta": false,
44
"isCreatingSolution": true,
5-
"nodeVersion": "18.20.1",
5+
"nodeVersion": "18.20.4",
66
"sdksVersions": {
77
"@microsoft/microsoft-graph-client": "3.0.2",
8-
"@microsoft/teams-js": "2.12.0"
8+
"@microsoft/teams-js": "2.24.0"
99
},
10-
"version": "1.19.0",
10+
"version": "1.20.0",
1111
"libraryName": "spfxteams",
12-
"libraryId": "a0d512db-d1f9-45b6-8dbf-795ad2cb6436",
12+
"libraryId": "3dd91fdc-44e0-4e47-b40b-e2de1511887c",
1313
"environment": "spo",
1414
"packageManager": "npm",
1515
"solutionName": "spfxteams",

Demos/01-spfxteams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Short summary on functionality and used technologies.
88

99
## Used SharePoint Framework Version
1010

11-
![version](https://img.shields.io/badge/version-1.19.0-green.svg)
11+
![version](https://img.shields.io/badge/version-1.20.0-green.svg)
1212

1313
## Applies to
1414

Demos/01-spfxteams/config/package-solution.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
33
"solution": {
44
"name": "spfxteams-client-side-solution",
5-
"id": "a0d512db-d1f9-45b6-8dbf-795ad2cb6436",
5+
"id": "3dd91fdc-44e0-4e47-b40b-e2de1511887c",
66
"version": "1.0.0.0",
77
"includeClientSideAssets": true,
88
"skipFeatureDeployment": true,
@@ -12,7 +12,7 @@
1212
"websiteUrl": "",
1313
"privacyUrl": "",
1414
"termsOfUseUrl": "",
15-
"mpnId": "Undefined-1.19.0"
15+
"mpnId": "Undefined-1.20.0"
1616
},
1717
"metadata": {
1818
"shortDescription": {
@@ -29,7 +29,7 @@
2929
{
3030
"title": "spfxteams Feature",
3131
"description": "The feature that activates elements of the spfxteams solution.",
32-
"id": "4cb4f459-f68c-4ea1-b81a-3f9be890558f",
32+
"id": "356b52b8-39c2-49bc-9c0c-41ce1c7e6646",
3333
"version": "1.0.0.0"
3434
}
3535
]

0 commit comments

Comments
 (0)