Skip to content

lib-pixelstreamingcommon-ue5.6-0.1.5

Choose a tag to compare

@github-actions github-actions released this 01 Jun 01:41
31961a6

@epicgames-ps/lib-pixelstreamingcommon-ue5.6

0.1.5

Patch Changes

  • d72dc6a: - Addressing security issues raised by dependabot. (glob, js-yaml, playwright)
    • Added lint npm script to the root project. Running npm run lint will now run linting over all packages.
  • 7a78d64: Make npm run lint work regardless of the directory it's invoked from. Each workspace's eslint.config.mjs now pins parserOptions.tsconfigRootDir to import.meta.dirname, so parserOptions.project resolves relative to the config file's own directory rather than whichever CWD typescript-eslint happens to pick by default. Previously the six workspace configs prefixed project with the workspace directory (e.g. 'Common/tsconfig.cjs.json'), which only worked under one specific typescript-eslint version's resolution behavior and broke CI when run from within the workspace.