chore(deps): upgrade eslint to v9 and respect .gitignore#41
Merged
Conversation
* chore: align tooling to canonical ESM stack (#36) * chore: align tooling to canonical ESM stack - migrate to ESM (type: module + .npmrc --experimental-vm-modules) - canonical jest/release configs and tsconfig.jest.json - rename knip.config.js to knip.config.ts - ESM-compatibility rewrites in src and tests - add test/setup.ts and test/teardown.ts stubs * fix(knip): trace archetype-specific entries - add entry for src/main.ts and src/load.patch.ts (rollup alias target) - ignore @commitlint/config-conventional (loaded dynamically in tests) - drop dead dep semantic-release-major-tag * fix(release): restore archetype-specific release config The canonical config incorrectly added @semantic-release/npm publishing for an action repo. * fix(deps): restore semantic-release-major-tag for release plugin * chore(deps): upgrade eslint to v9 and respect .gitignore Bump @mridang/eslint-defaults to ^1.6.3, eslint to ^9.39.4, knip to ^6.17.1. Add includeIgnoreFile('.gitignore') to eslint.config.mjs. Re-resolve zod-validation-error to ^4 to fix react-hooks v7 parser crash.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-opening with semantic-release-major-tag restored. My previous PR's conflict-resolution had taken --ours for package.json and silently reverted master's earlier 'restore semantic-release-major-tag' fix, which broke the Release workflow.