Skip to content

Update dependencies#35

Merged
jstayton merged 1 commit intodevelopmentfrom
update-dependencies-2026-05
May 7, 2026
Merged

Update dependencies#35
jstayton merged 1 commit intodevelopmentfrom
update-dependencies-2026-05

Conversation

@jstayton
Copy link
Copy Markdown
Collaborator

@jstayton jstayton commented May 7, 2026

Summary

  • Bump eslint, eslint-plugin-n (major v17 → v18), globals, prettier, and release-it (major v19 → v20) to latest. eslint-plugin-n v18 ships as ESM with a default export, so eslint.config.js unwraps .default.
  • npm audit fix clears two high-severity transitive advisories (lodash, picomatch).
  • Replace .prettierrc.json with prettier.config.js so the options object can carry a @type {import('prettier').Config} JSDoc hint for editor autocomplete.

Test plan

  • npm test
  • npm run lint
  • Smoke-test npm run release before the next release given the release-it major bump

🤖 Generated with Claude Code

- Bump eslint, eslint-plugin-n (v18 ships ESM default export, so
  eslint.config.js now unwraps `.default`), globals, prettier, and
  release-it to latest. `npm audit fix` clears transitive lodash and
  picomatch advisories.
- Move Prettier config from .prettierrc.json to prettier.config.js so
  the options can carry a JSDoc type hint for editor autocomplete.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jstayton jstayton merged commit 5f7ac91 into development May 7, 2026
4 checks passed
@jstayton jstayton deleted the update-dependencies-2026-05 branch May 7, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant