Commit 9bb6ab7
authored
Update .npmrc approach and locked dependencies (dotnet#46601)
- use just one .npmrc file
- remove .yarnrc file
- unnecessary since `npm` and `yarn` will both use the .npmrc file
- (I originally created the .yarnrc when trying fixes for Dependabot updates)
- enforce resolution from correct registry in all yarn.lock files
- add line number for new CodeCheck errors
- update `LogError` to take new `-LineNumber` parameter
- bump all resolved dependencies to latest compatible versions
- re-resolve everything but don't change any package.json files
- add mitt@3.0.0 as a dev dependency
- avoid '... chromium-bidi@0.4.3" has unmet peer dependency "mitt@*"' errors and warnings
- update generated JS files
- changes likely the result of `npm` package version bumps
- nit: ignore projects found after building e.g. for project template tests
- previous code seemed designed for clean (CI) environments1 parent 9068fcf commit 9bb6ab7
31 files changed
Lines changed: 1980 additions & 1861 deletions
File tree
- eng/scripts
- src
- Components
- CustomElements/src/js
- Web.JS
- @types/dotnet
- dist/Release
- WebAssembly
- Authentication.Msal/src/Interop
- WebAssembly.Authentication/src/Interop
- test/E2ETest
- JSInterop/Microsoft.JSInterop.JS/src
- Middleware/Spa/SpaServices.Extensions/test
- ProjectTemplates/test
- Templates.Blazor.Tests
- Templates.Tests
- SignalR/clients/ts
- FunctionalTests
- common
- signalr-protocol-msgpack
- signalr
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
| |||
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
71 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
72 | 83 | | |
73 | 84 | | |
74 | 85 | | |
| |||
79 | 90 | | |
80 | 91 | | |
81 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
82 | 110 | | |
83 | 111 | | |
84 | 112 | | |
| |||
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
0 commit comments