Skip to content

Switch to common-config, update deps, and harden OAuth example logging

Choose a tag to compare

released this 23 Oct 15:18
· 37 commits to working since this release

This release consolidates build/ESLint tooling on @fjell/common-config, updates key dependencies, addresses a code scanning alert related to clear‑text logging in examples, and trims the CI workflow.

Tooling and Configuration

  • Switch build and ESLint to @fjell/common-config
    • Replace @fjell/eslint-config with @fjell/common-config in build.js and eslint.config.mjs (4c21410)
    • Update docs/public/package.json and package.json devDependencies to use @fjell/common-config (4c21410)
  • TypeScript: add "node" to compilerOptions.types in tsconfig.json (4c21410)

Dependencies

  • Bump dependencies/devDependencies (4c21410)
    • Includes @fjell/core, @fjell/logging, @eslint/js, eslint, esbuild, vitest

Security Updates

  • Mitigate clear-text logging of sensitive information in authentication examples (#66) (c7b20f1)
  • Remove unused oauthResponse assignment in OAuth example files to reduce accidental logging surface (4c21410)

CI/Workflow

  • Remove "Build documentation" step from .github/workflows/test.yml to streamline tests (4c21410)

Published as 4.4.45 (5228e5c).