Skip to content

Enhances "spfx-fast-serve-helpers" to support newer versions #6803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { FN002001_DEVDEP_microsoft_sp_build_web } from "./rules/FN002001_DEVDEP_
import { FN002002_DEVDEP_microsoft_sp_module_interfaces } from "./rules/FN002002_DEVDEP_microsoft_sp_module_interfaces.js";
import { FN002015_DEVDEP_types_react } from "./rules/FN002015_DEVDEP_types_react.js";
import { FN002016_DEVDEP_types_react_dom } from "./rules/FN002016_DEVDEP_types_react_dom.js";
import { FN002019_DEVDEP_spfx_fast_serve_helpers } from "./rules/FN002019_DEVDEP_spfx_fast_serve_helpers.js";
import { FN002022_DEVDEP_microsoft_eslint_plugin_spfx } from "./rules/FN002022_DEVDEP_microsoft_eslint_plugin_spfx.js";
import { FN002023_DEVDEP_microsoft_eslint_config_spfx } from "./rules/FN002023_DEVDEP_microsoft_eslint_config_spfx.js";
import { FN010001_YORC_version } from "./rules/FN010001_YORC_version.js";
Expand Down Expand Up @@ -65,6 +66,7 @@ export default [
new FN002002_DEVDEP_microsoft_sp_module_interfaces('1.16.0'),
new FN002015_DEVDEP_types_react('17.0.45'),
new FN002016_DEVDEP_types_react_dom('17.0.17'),
new FN002019_DEVDEP_spfx_fast_serve_helpers('1.16.6'),
new FN010001_YORC_version('1.16.0'),
new FN010008_YORC_nodeVersion(),
new FN010009_YORC_sdkVersions_microsoft_graph_client('3.0.2'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { FN001032_DEP_microsoft_sp_page_context } from './rules/FN001032_DEP_mic
import { FN001034_DEP_microsoft_sp_adaptive_card_extension_base } from './rules/FN001034_DEP_microsoft_sp_adaptive_card_extension_base.js';
import { FN002001_DEVDEP_microsoft_sp_build_web } from './rules/FN002001_DEVDEP_microsoft_sp_build_web.js';
import { FN002002_DEVDEP_microsoft_sp_module_interfaces } from './rules/FN002002_DEVDEP_microsoft_sp_module_interfaces.js';
import { FN002019_DEVDEP_spfx_fast_serve_helpers } from './rules/FN002019_DEVDEP_spfx_fast_serve_helpers.js';
import { FN002020_DEVDEP_microsoft_rush_stack_compiler_4_5 } from './rules/FN002020_DEVDEP_microsoft_rush_stack_compiler_4_5.js';
import { FN002022_DEVDEP_microsoft_eslint_plugin_spfx } from './rules/FN002022_DEVDEP_microsoft_eslint_plugin_spfx.js';
import { FN002023_DEVDEP_microsoft_eslint_config_spfx } from './rules/FN002023_DEVDEP_microsoft_eslint_config_spfx.js';
Expand Down Expand Up @@ -55,6 +56,7 @@ export default [
new FN002023_DEVDEP_microsoft_eslint_config_spfx('1.17.0'),
new FN002001_DEVDEP_microsoft_sp_build_web('1.17.0'),
new FN002002_DEVDEP_microsoft_sp_module_interfaces('1.17.0'),
new FN002019_DEVDEP_spfx_fast_serve_helpers('1.17.10'),
new FN002020_DEVDEP_microsoft_rush_stack_compiler_4_5('0.4.0'),
new FN002024_DEVDEP_eslint('8.7.0'),
new FN007002_CFG_S_initialPage('https://{tenantDomain}/_layouts/workbench.aspx'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { FN001034_DEP_microsoft_sp_adaptive_card_extension_base } from './rules/
import { FN001035_DEP_fluentui_react } from './rules/FN001035_DEP_fluentui_react.js';
import { FN002001_DEVDEP_microsoft_sp_build_web } from './rules/FN002001_DEVDEP_microsoft_sp_build_web.js';
import { FN002002_DEVDEP_microsoft_sp_module_interfaces } from './rules/FN002002_DEVDEP_microsoft_sp_module_interfaces.js';
import { FN002019_DEVDEP_spfx_fast_serve_helpers } from './rules/FN002019_DEVDEP_spfx_fast_serve_helpers.js';
import { FN002022_DEVDEP_microsoft_eslint_plugin_spfx } from './rules/FN002022_DEVDEP_microsoft_eslint_plugin_spfx.js';
import { FN002023_DEVDEP_microsoft_eslint_config_spfx } from './rules/FN002023_DEVDEP_microsoft_eslint_config_spfx.js';
import { FN002026_DEVDEP_typescript } from './rules/FN002026_DEVDEP_typescript.js';
Expand Down Expand Up @@ -56,6 +57,7 @@ export default [
new FN001034_DEP_microsoft_sp_adaptive_card_extension_base('1.18.0'),
new FN002001_DEVDEP_microsoft_sp_build_web('1.18.0'),
new FN002002_DEVDEP_microsoft_sp_module_interfaces('1.18.0'),
new FN002019_DEVDEP_spfx_fast_serve_helpers('1.18.14'),
new FN002022_DEVDEP_microsoft_eslint_plugin_spfx('1.18.0'),
new FN002023_DEVDEP_microsoft_eslint_config_spfx('1.18.0'),
new FN002026_DEVDEP_typescript('4.7.4'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { FN001032_DEP_microsoft_sp_page_context } from './rules/FN001032_DEP_mic
import { FN001034_DEP_microsoft_sp_adaptive_card_extension_base } from './rules/FN001034_DEP_microsoft_sp_adaptive_card_extension_base.js';
import { FN002001_DEVDEP_microsoft_sp_build_web } from './rules/FN002001_DEVDEP_microsoft_sp_build_web.js';
import { FN002002_DEVDEP_microsoft_sp_module_interfaces } from './rules/FN002002_DEVDEP_microsoft_sp_module_interfaces.js';
import { FN002019_DEVDEP_spfx_fast_serve_helpers } from './rules/FN002019_DEVDEP_spfx_fast_serve_helpers.js';
import { FN002022_DEVDEP_microsoft_eslint_plugin_spfx } from './rules/FN002022_DEVDEP_microsoft_eslint_plugin_spfx.js';
import { FN002023_DEVDEP_microsoft_eslint_config_spfx } from './rules/FN002023_DEVDEP_microsoft_eslint_config_spfx.js';
import { FN010001_YORC_version } from './rules/FN010001_YORC_version.js';
Expand Down Expand Up @@ -47,6 +48,7 @@ export default [
new FN001034_DEP_microsoft_sp_adaptive_card_extension_base('1.19.0'),
new FN002001_DEVDEP_microsoft_sp_build_web('1.20.1'),
new FN002002_DEVDEP_microsoft_sp_module_interfaces('1.20.1'),
new FN002019_DEVDEP_spfx_fast_serve_helpers('1.19.6'),
new FN002022_DEVDEP_microsoft_eslint_plugin_spfx('1.20.1'),
new FN002023_DEVDEP_microsoft_eslint_config_spfx('1.20.1'),
new FN010001_YORC_version('1.19.0')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { FN001032_DEP_microsoft_sp_page_context } from './rules/FN001032_DEP_mic
import { FN001034_DEP_microsoft_sp_adaptive_card_extension_base } from './rules/FN001034_DEP_microsoft_sp_adaptive_card_extension_base.js';
import { FN002001_DEVDEP_microsoft_sp_build_web } from './rules/FN002001_DEVDEP_microsoft_sp_build_web.js';
import { FN002002_DEVDEP_microsoft_sp_module_interfaces } from './rules/FN002002_DEVDEP_microsoft_sp_module_interfaces.js';
import { FN002019_DEVDEP_spfx_fast_serve_helpers } from './rules/FN002019_DEVDEP_spfx_fast_serve_helpers.js';
import { FN002021_DEVDEP_rushstack_eslint_config } from './rules/FN002021_DEVDEP_rushstack_eslint_config.js';
import { FN002022_DEVDEP_microsoft_eslint_plugin_spfx } from './rules/FN002022_DEVDEP_microsoft_eslint_plugin_spfx.js';
import { FN002023_DEVDEP_microsoft_eslint_config_spfx } from './rules/FN002023_DEVDEP_microsoft_eslint_config_spfx.js';
Expand Down Expand Up @@ -50,6 +51,7 @@ export default [
new FN001034_DEP_microsoft_sp_adaptive_card_extension_base('1.20.0'),
new FN002001_DEVDEP_microsoft_sp_build_web('1.20.2'),
new FN002002_DEVDEP_microsoft_sp_module_interfaces('1.20.2'),
new FN002019_DEVDEP_spfx_fast_serve_helpers('1.20.4'),
new FN002024_DEVDEP_eslint('8.57.0'),
new FN002021_DEVDEP_rushstack_eslint_config('4.0.1'),
new FN002022_DEVDEP_microsoft_eslint_plugin_spfx('1.20.2'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { FN001032_DEP_microsoft_sp_page_context } from './rules/FN001032_DEP_mic
import { FN001034_DEP_microsoft_sp_adaptive_card_extension_base } from './rules/FN001034_DEP_microsoft_sp_adaptive_card_extension_base.js';
import { FN002001_DEVDEP_microsoft_sp_build_web } from './rules/FN002001_DEVDEP_microsoft_sp_build_web.js';
import { FN002002_DEVDEP_microsoft_sp_module_interfaces } from './rules/FN002002_DEVDEP_microsoft_sp_module_interfaces.js';
import { FN002019_DEVDEP_spfx_fast_serve_helpers } from './rules/FN002019_DEVDEP_spfx_fast_serve_helpers.js';
import { FN002022_DEVDEP_microsoft_eslint_plugin_spfx } from './rules/FN002022_DEVDEP_microsoft_eslint_plugin_spfx.js';
import { FN002023_DEVDEP_microsoft_eslint_config_spfx } from './rules/FN002023_DEVDEP_microsoft_eslint_config_spfx.js';
import { FN002024_DEVDEP_eslint } from './rules/FN002024_DEVDEP_eslint.js';
Expand Down Expand Up @@ -52,6 +53,7 @@ export default [
new FN001034_DEP_microsoft_sp_adaptive_card_extension_base('1.21.0'),
new FN002001_DEVDEP_microsoft_sp_build_web('1.21.0'),
new FN002002_DEVDEP_microsoft_sp_module_interfaces('1.21.0'),
new FN002019_DEVDEP_spfx_fast_serve_helpers('1.21.1'),
new FN002024_DEVDEP_eslint('8.57.1'),
new FN002022_DEVDEP_microsoft_eslint_plugin_spfx('1.21.0'),
new FN002023_DEVDEP_microsoft_eslint_config_spfx('1.21.0'),
Expand Down
Loading