Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[main] (deps): Bump src/submodules/spa-templates
Bumps [src/submodules/spa-templates](https://github.com/dotnet/spa-templates) from `83c2bdc` to `fed4822`.
- [Release notes](https://github.com/dotnet/spa-templates/releases)
- [Commits](dotnet/spa-templates@83c2bdc...fed4822)

---
updated-dependencies:
- dependency-name: src/submodules/spa-templates
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 27, 2023
commit 41325e4c5a1606557b91f53d33763d4fa0773c6c
2 changes: 1 addition & 1 deletion src/submodules/spa-templates
Submodule spa-templates updated 52 files
+7 −0 .github/CODEOWNERS
+1 −1 .github/workflows/arcade-sync.yml
+1 −1 Directory.Build.targets
+1 −1 eng/Versions.props
+186 −43 eng/common/cross/build-rootfs.sh
+3 −0 eng/common/cross/toolchain.cmake
+11 −0 eng/common/cross/x64/sources.list.xenial
+49 −2 eng/common/generate-locproject.ps1
+3 −6 eng/common/init-tools-native.ps1
+ eng/common/loc/P22DotNetHtmlLocalization.lss
+1 −1 eng/common/native/init-compiler.sh
+14 −4 eng/common/templates/job/job.yml
+4 −12 eng/common/templates/job/source-build.yml
+1 −1 eng/common/templates/job/source-index-stage1.yml
+26 −17 eng/common/templates/variables/pool-providers.yml
+8 −6 eng/common/tools.ps1
+4 −1 src/Angular-CSharp.csproj.in
+4 −1 src/React-CSharp.csproj.in
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.cs.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.de.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.es.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.fr.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.it.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.ja.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.ko.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.pl.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.pt-BR.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.ru.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.tr.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+1 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+0 −17 src/content/Angular-CSharp/ClientApp/.browserslistrc
+3,388 −4,223 src/content/Angular-CSharp/ClientApp/package-lock.json
+21 −21 src/content/Angular-CSharp/ClientApp/package.json
+0 −12 src/content/Angular-CSharp/ClientApp/src/test.ts
+3 −2 src/content/Angular-CSharp/ClientApp/tsconfig.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.cs.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.de.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.es.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.fr.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.it.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.ja.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.ko.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.pl.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.pt-BR.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.ru.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.tr.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+1 −1 src/content/React-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+2,530 −1,699 src/content/React-CSharp/ClientApp/package-lock.json
+12 −12 src/content/React-CSharp/ClientApp/package.json
+2 −2 src/content/React-CSharp/ClientApp/src/AppRoutes.js