Skip to content
Open
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 `d42267c`.
- [Release notes](https://github.com/dotnet/spa-templates/releases)
- [Commits](dotnet/spa-templates@83c2bdc...d42267c)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 17, 2023
commit aad9102d1e87388f442fbcdce5961d091194176c
2 changes: 1 addition & 1 deletion src/submodules/spa-templates
Submodule spa-templates updated 54 files
+7 −0 .github/CODEOWNERS
+1 −1 .github/workflows/arcade-sync.yml
+1 −1 Directory.Build.targets
+1 −1 eng/Versions.props
+1 −1 eng/common/cross/arm/sources.list.xenial
+1 −1 eng/common/cross/arm64/sources.list.xenial
+186 −43 eng/common/cross/build-rootfs.sh
+7 −2 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
+4,018 −4,314 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