Skip to content

Feature/plugin skill adaption#122

Merged
godronus merged 17 commits intomainfrom
feature/plugin-skill-adaption
Apr 9, 2026
Merged

Feature/plugin skill adaption#122
godronus merged 17 commits intomainfrom
feature/plugin-skill-adaption

Conversation

@godronus
Copy link
Copy Markdown
Collaborator

@godronus godronus commented Apr 9, 2026

  • fix plugin manifests
  • update package dependencies (Dependabot)
  • reconfigure dev-tools/test for new dependencies

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates repo tooling and plugin-source integration metadata, including an ESLint v10 flat-config migration, Jest/tooling upgrades, and TypeScript syntax-checker adjustments to cope with TS deprecation behavior.

Changes:

  • Migrate ESLint from legacy .eslintrc to eslint.config.js (flat config) and update/replace related plugin rules.
  • Upgrade dev tooling (Jest v30, ESLint ecosystem, esbuild) and align CI workflows/scripts to pnpm usage.
  • Update plugin-source manifest mappings and add context docs describing plugin contract + tracked enhancements.

Reviewed changes

Copilot reviewed 41 out of 44 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/utils/syntax-checker.ts Detect TS major version and conditionally add --ignoreDeprecations to tsc invocations.
src/utils/tests/file-system.test.ts Remove/adjust eslint-disable comments; minor lint-related edits.
src/utils/tests/file-info.test.ts Update eslint-disable rule name for require-imports.
src/utils/tests/deep-copy.test.ts Update eslint-disable rule name for quote-props (now @stylistic).
src/utils/tests/content-types.test.ts Update Jest spy typing to jest.Spied.
src/utils/tests/config-helpers.test.ts Update Jest spy typing to jest.Spied.
src/utils/tests/color-log.test.ts Update Jest spy typing to jest.Spied.
src/server/static-assets/asset-manifest/tests/create-manifest.test.ts Update eslint-disable rule name for require-imports.
src/server/static-assets/asset-manifest/tests/create-manifest-file-map.test.ts Update eslint-disable rule name for require-imports.
src/server/static-assets/asset-loader/inline-asset/inline-asset.ts Remove an eslint-disable comment.
src/componentize/types/regexpu-core-regexpuc.d.ts Update eslint-disable directives from import/* to import-x/*.
src/componentize/types/bytecodealliance-wizer.d.ts Update eslint-disable directives from import/* to import-x/*.
package.json Update scripts (lint) and upgrade tooling dependencies (ESLint/Jest ecosystem, esbuild).
integration-tests/fastedge-build.test.js Relax TS error expectation string and add a longer timeout to a test.
fastedge-plugin-source/manifest.json Update repo_id and target mapping reference paths for plugin sync pipeline.
eslint.config.js Add ESLint v10 flat config wiring in repo rule modules + overrides.
context/PLUGIN_CONTRACT.md Add documented rules for plugin manifest naming/target mapping conventions.
context/ENHANCEMENTS.md Add internal tracker for known issues and follow-up work.
context/CONTEXT_INDEX.md Link new context docs and document moduleResolution deprecation workaround.
context/CHANGELOG.md Record ESLint 10 migration + dependency/tooling changes.
config/eslint/repo/rules/unicornPlugin.js Convert unicorn rules module to ESM and update renamed rules.
config/eslint/repo/rules/testingLibraryPlugin.js New ESM Testing Library rules module for flat config.
config/eslint/repo/rules/testingLibraryPlugin.cjs Remove legacy CJS Testing Library rules module.
config/eslint/repo/rules/jestPlugin.js New ESM Jest rules module for flat config.
config/eslint/repo/rules/jestPlugin.cjs Remove legacy CJS Jest rules module.
config/eslint/repo/rules/importPlugin.js New ESM import-x rules module for flat config.
config/eslint/repo/rules/importPlugin.cjs Remove legacy CJS import rules module.
config/eslint/repo/rules/baseStyleRules.js Convert to ESM and migrate stylistic rules to @stylistic/*.
config/eslint/repo/rules/baseLogicRules.js Convert to ESM and migrate renamed core rule(s).
config/eslint/repo/rules/baseFormattingRules.js New ESM formatting rules module using @stylistic/*.
config/eslint/repo/rules/baseFormattingRules.cjs Remove legacy CJS formatting rules module.
config/eslint/repo/rules/banPlugin.cjs Remove legacy ban plugin config (replaced by core rule selectors).
config/eslint/repo/.eslintrc.cjs Remove legacy repo ESLint config entry point.
.github/workflows/unit-tests.yaml Switch unit test run command from npm to pnpm.
.github/workflows/docs.yaml Switch docs build command from npm to pnpm.
.github/workflows/code-validation.yaml Switch lint command from npm to pnpm.
.github/workflows/build-libs.yaml Switch build/integration test commands from npm to pnpm.
.github/workflows/doctor.yml Remove doctor workflow.
.github/workflows/doctor-analyze.prompt.md Remove doctor analyze prompt.
.github/workflows/doctor-analyze.md Remove doctor analyze workflow definition.
.github/workflows/doctor-analyze.lock.yml Remove doctor analyze lock workflow.
.github/workflows/collect.py Remove doctor collect script.
.eslintrc.cjs Remove root legacy ESLint config shim.
Comments suppressed due to low confidence (1)

src/utils/tests/file-system.test.ts:120

  • testCases.forEach(...) will violate the repo-wide unicorn/no-array-for-each rule (configured as error). The removed eslint-disable means pnpm run lint will fail here. Please switch to a for...of loop (or reintroduce a targeted disable) to keep the tests lint-clean.

Comment thread src/utils/syntax-checker.ts
Comment thread src/utils/syntax-checker.ts
@godronus godronus requested a review from qrdl April 9, 2026 08:49
@godronus godronus merged commit 26ae662 into main Apr 9, 2026
9 checks passed
@godronus godronus deleted the feature/plugin-skill-adaption branch April 9, 2026 08:56
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

🎉 This PR is included in version 2.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants