You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The office-addin-lint package must use supported dependencies.
Current behavior
The latest office-addin-lint@2.3.5 depends on outdated eslint@8.57.1 library.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Create new Office JS project using yo office
Install dependencies
The project depends of many unsupported libraries. This creates a huge liability in supporting Office JS based codebase.
warning office-addin-lint > eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
warning office-addin-lint > eslint-plugin-office-addins > eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
warning office-addin-lint > eslint > @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
warning office-addin-lint > eslint > @humanwhocodes/config-array > @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
The text was updated successfully, but these errors were encountered:
Expected behavior
The
office-addin-lint
package must use supported dependencies.Current behavior
The latest
office-addin-lint@2.3.5
depends on outdatedeslint@8.57.1
library.Steps to Reproduce
Please provide detailed steps for reproducing the issue.
yo office
The project depends of many unsupported libraries. This creates a huge liability in supporting Office JS based codebase.
The text was updated successfully, but these errors were encountered: