SPFx 1.22.0-beta.5 - Community Feedback #10476
Replies: 7 comments 8 replies
|
There appears to be an issue with code splitting not occurring: #10448 (comment) This can be resolved by adding to the We'll get the base config updated in next release. |
|
Very low priority, but if
|
|
When upgrading dependencies on an existing SPFx v1.21.1 project, unable to get TypeScript updated to v5.8.0 (to match a v1.22-beta.5 new project's deps). context
repro steps
|
|
I know it's not recommended, but I noticed the eject-webpack command downgrades the version of TypeScript... is this intentional? "css-loader": "~7.1.2",
"eslint": "8.57.1",
-- "typescript": "~5.8.0",
++ "typescript": "5.3.3",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"eslint-plugin-react-hooks": "4.3.0", |
|
Should beta.5 have still deprecated pacakges? npm warn config dev Please use --include=dev instead.
npm warn ERESOLVE overriding peer dependency
npm warn deprecated debuglog@1.0.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs
npm warn deprecated osenv@0.1.5: This package is no longer supported.
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated read-package-tree@5.1.6: The functionality that this package provided is now in @npmcli/arborist
npm warn deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm warn deprecated read-package-json@2.1.2: This package is no longer supported. Please use @npmcli/package-json instead.
npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm warn deprecated adal-angular@1.0.16: This package is no longer supported. Please migrate to @azure/msal-angular.
npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
npm warn deprecated @microsoft/teams-js@2.32.0: Package no longer supported. Use at your own risk
added 1567 packages, and audited 1568 packages in 55s
276 packages are looking for funding
run `npm fund` for details
17 moderate severity vulnerabilities
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details. |
|
Is it intentional that The toolchain documentation mentions that |
|
Please see #10490 for more discussion now that we've released |

Uh oh!
There was an error while loading. Please reload this page.
Please use this post as an aggregated discussion place for ideas and feedback that don't necessarily warrant an Issue ticket.
Changes in this beta
~5.8.0>4.4.0resolves the infinite build loop on Mac OS issue.--serve-configfor extensions (renamed from--config)Other notes
Prior feedback posts:
All reactions