Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/workflows/clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,28 +66,5 @@ jobs:
release-version: ${{needs.semantic-release.outputs.release-version}}
assets-prefix: 'web-client'
secrets: inherit

pocket-client-infrastructure:
uses: pocket/pocket-monorepo/.github/workflows/reuse-infrastructure.yml@main
with:
scope: pocket-client-cdk
stack-output-path: infrastructure/pocket/cdktf.out/stacks/pocket-client
secrets: inherit


# we are building on branch to make sure there are no build errors
pocket:
uses: ./.github/workflows/build-app.yml
needs:
- pocket-client-infrastructure
- semantic-release
with:
terraform-output: ${{needs.pocket-client-infrastructure.outputs.terraform-output}}
app-path: 'pocket'
scope: '@client/pocket'
docker-repo-name: 'pocketclient'
release-version: ${{needs.semantic-release.outputs.release-version}}
assets-prefix: 'pocket'
secrets: inherit


10 changes: 0 additions & 10 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ on:
pull_request:

jobs:
# lint all the files
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install PNPM & Node
uses: pocket/pocket-monorepo/.github/actions/install-pnpm-and-node@main
- name: Eslint
run: pnpm lint

# unit test all the files
unit-tests:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
24.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20.16-alpine@sha256:eb8101caae9ac02229bd64c024919fe3d4504ff7f329da79ca60a04db08cef52 AS base

FROM node:24.11-alpine@sha256:682368d8253e0c3364b803956085c456a612d738bd635926d73fa24db3ce53d7 AS base

ARG SCOPE
ARG APP_PATH
Expand Down
6 changes: 3 additions & 3 deletions clients/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.0.1",
"dependencies": {
"@storybook/react": "8.5.3",
"@types/node": "22.13.1",
"@types/node": "24.10.2",
"@ui/components": "workspace:*",
"@ui/icons": "workspace:*",
"jose": "5.9.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-markdown": "9.0.3",
"ts-loader": "9.5.2",
"uuid": "11.0.5"
Expand Down
1 change: 0 additions & 1 deletion clients/pocket/.env.development

This file was deleted.

1 change: 0 additions & 1 deletion clients/pocket/.env.production

This file was deleted.

40 changes: 0 additions & 40 deletions clients/pocket/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions clients/pocket/.lintstagedrc.js

This file was deleted.

36 changes: 0 additions & 36 deletions clients/pocket/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions clients/pocket/app/[locale]/[...rest]/page.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions clients/pocket/app/[locale]/about/page.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions clients/pocket/app/[locale]/collections/page.tsx

This file was deleted.

66 changes: 0 additions & 66 deletions clients/pocket/app/[locale]/layout.tsx

This file was deleted.

51 changes: 0 additions & 51 deletions clients/pocket/app/[locale]/page.tsx

This file was deleted.

44 changes: 0 additions & 44 deletions clients/pocket/app/[locale]/saves/page.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions clients/pocket/app/[locale]/settings/page.tsx

This file was deleted.

Binary file removed clients/pocket/app/favicon.ico
Binary file not shown.
Loading
Loading