Skip to content

Commit 8e1ec4e

Browse files
Updated NPM changelogs
1 parent d932cd9 commit 8e1ec4e

21 files changed

Lines changed: 93 additions & 66 deletions

.changeset/auto-enter-vr.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cold-toys-arrive.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/cors-signalling-api.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/heavy-masks-mate.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/macos-cmd-keys.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mediasoup-sdp-bridge-3.10.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mouse-capture-outside-video.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-foxes-dance.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/silent-lemons-shine.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @epicgames-ps/lib-pixelstreamingcommon-ue5.6
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- c3e46a8: - Addressing security issues raised by dependabot. (glob, js-yaml, playwright)
8+
- Added lint npm script to the root project. Running `npm run lint` will now run linting over all packages.
9+
- 5696f2e: 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.
10+
311
## 0.1.4
412

513
### Patch Changes

0 commit comments

Comments
 (0)