Commit graph

28 commits

Author SHA1 Message Date
44f6418ba3 pl-api: Use isows for isomorphic websockets
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-11-29 15:40:21 +01:00
2f308ed0e1
Merge pull request #149 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/query-string-9.1.1
build(deps): bump query-string from 9.1.0 to 9.1.1 in /packages/pl-api
2024-11-26 13:01:58 +01:00
9d433c6da9
Merge pull request #158 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/eslint-plugin-import-2.31.0
build(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 in /packages/pl-api
2024-11-26 13:01:46 +01:00
dependabot[bot]
135ec7f4ae
build(deps-dev): bump eslint-plugin-import in /packages/pl-api
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.30.0 to 2.31.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-26 11:38:18 +00:00
dependabot[bot]
017a0e09ca
build(deps-dev): bump @types/node in /packages/pl-api
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.9.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 03:07:35 +00:00
60ad70c016
Merge pull request #153 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/cross-spawn-7.0.6
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /packages/pl-api
2024-11-18 23:04:54 +01:00
dependabot[bot]
6320310e23
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.8.0 to 8.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 20:28:09 +00:00
dependabot[bot]
6b179586fc
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /packages/pl-api
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 20:26:57 +00:00
dependabot[bot]
89fdb3db29
build(deps): bump query-string from 9.1.0 to 9.1.1 in /packages/pl-api
Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v9.1.0...v9.1.1)

---
updated-dependencies:
- dependency-name: query-string
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 02:30:09 +00:00
94b3af03e9 pl-api: Start implemenitng grouped notifications with fallback to v1
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-11-01 23:19:18 +01:00
14d75be0de pl-api: improve docs
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-10-29 22:07:57 +01:00
21fec0134c pl-api: Update docs, build docs as part of CI
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-10-29 20:12:14 +01:00
e30d2d8033 pl-api: remove zod
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-10-16 17:30:46 +02:00
a6bc160caa pl-api: Do some blind search and replace
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-10-14 00:25:30 +02:00
de8623935e pl-api:: Fix eslint config
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-10-03 10:38:32 +02:00
09c9d92e4c pl-api: Update deps
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-10-02 20:09:29 +02:00
bf065689cc
Merge pull request #104 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/eslint-import-resolver-typescript-3.6.3
build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 in /packages/pl-api
2024-09-24 16:18:53 +02:00
dependabot[bot]
2b1c82f0c6
build(deps): bump rollup from 4.19.1 to 4.22.4 in /packages/pl-api
Bumps [rollup](https://github.com/rollup/rollup) from 4.19.1 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.19.1...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 03:36:16 +00:00
0c69c608c7 Add workflow for pl-api build
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-23 11:45:56 +02:00
dependabot[bot]
3f5b8a3be4
build(deps-dev): bump eslint-import-resolver-typescript
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.6.1 to 3.6.3.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.1...v3.6.3)

---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 03:12:57 +00:00
a3fe67a7c8
Merge pull request #97 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/typescript-eslint/eslint-plugin-7.18.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 7.18.0 in /packages/pl-api
2024-09-22 16:32:12 +02:00
65d222d348
Merge pull request #98 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/typescript-5.6.2
build(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /packages/pl-api
2024-09-22 16:32:05 +02:00
a015d7264f
Merge pull request #99 from mkljczk/dependabot/npm_and_yarn/packages/pl-api/eslint-plugin-compat-6.0.1
build(deps-dev): bump eslint-plugin-compat from 4.2.0 to 6.0.1 in /packages/pl-api
2024-09-22 16:32:01 +02:00
dependabot[bot]
85d15232fa
build(deps-dev): bump vite-plugin-dts in /packages/pl-api
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 4.0.3 to 4.2.1.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v4.0.3...v4.2.1)

---
updated-dependencies:
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 13:19:46 +00:00
dependabot[bot]
dd5434e16e
build(deps-dev): bump eslint-plugin-compat in /packages/pl-api
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 4.2.0 to 6.0.1.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v4.2.0...v6.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-compat
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 13:19:38 +00:00
dependabot[bot]
32566ae819
build(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /packages/pl-api
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 13:19:31 +00:00
dependabot[bot]
5a359ec5e1
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.17.0 to 7.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 13:19:21 +00:00
036fa32cd3 Add pl-api to workspace
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-28 13:43:23 +02:00