Skip to content

Commit

Permalink
Merge pull request #684 from thinc-org/beta
Browse files Browse the repository at this point in the history
Deploy Production 8/6/2567
  • Loading branch information
leomotors authored Jun 8, 2024
2 parents 2f10b7d + 26e53b2 commit dd83da6
Show file tree
Hide file tree
Showing 29 changed files with 2,168 additions and 2,224 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-schools-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web": minor
---

feat: enable 2567 with warnings
14 changes: 14 additions & 0 deletions .changeset/moody-shrimps-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@cgr/project-config": minor
"@cgr/course-utils": minor
"reg-scraper": minor
"@cgr/codegen": minor
"@cgr/schema": minor
"admin-api": minor
"admin-web": minor
"web-e2e": minor
"api": minor
"web": minor
---

bump dependencies
20 changes: 20 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"mode": "exit",
"tag": "beta",
"initialVersions": {
"admin-api": "1.2.0",
"admin-web": "1.2.0",
"api": "1.8.0",
"reg-scraper": "1.4.0",
"web": "1.9.0",
"web-e2e": "0.2.0",
"@cgr/codegen": "1.4.0",
"@cgr/course-utils": "1.2.0",
"@cgr/project-config": "1.2.0",
"@cgr/schema": "1.4.0"
},
"changesets": [
"dull-schools-doubt",
"moody-shrimps-admire"
]
}
11 changes: 11 additions & 0 deletions apps/admin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# admin-api

## 1.3.0-beta.0

### Minor Changes

- 1322a2a: bump dependencies

### Patch Changes

- Updated dependencies [1322a2a]
- @cgr/schema@1.5.0-beta.0

## 1.2.0

### Minor Changes
Expand Down
22 changes: 11 additions & 11 deletions apps/admin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-api",
"version": "1.2.0",
"version": "1.3.0-beta.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -14,7 +14,7 @@
"prebuild": "rimraf dist"
},
"dependencies": {
"@apollo/server": "^4.10.0",
"@apollo/server": "^4.10.1",
"@cgr/schema": "workspace:*",
"@nestjs/apollo": "^11.0.6",
"@nestjs/axios": "^2.0.0",
Expand All @@ -23,25 +23,25 @@
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.4.0",
"@nestjs/graphql": "11.0.5",
"@nestjs/jwt": "7.2.0",
"@nestjs/jwt": "10.2.0",
"@nestjs/mongoose": "9.2.1",
"@nestjs/platform-express": "9.4.0",
"@nestjs/schedule": "2.1.0",
"@slack/webhook": "6.1.0",
"axios": "0.23.0",
"@slack/webhook": "7.0.2",
"axios": "0.28.0",
"class-transformer": "0.3.1",
"class-validator": "0.14.0",
"class-validator": "0.14.1",
"cookie-parser": "1.4.6",
"graphql": "16.8.1",
"mongoose": "6.12.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.6",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/node": "^20.11.17",
"eslint": "8.56.0",
"ts-morph": "^20.0.0",
"typescript": "~5.3.3"
"@types/node": "^20.11.25",
"eslint": "8.57.0",
"ts-morph": "^21.0.1",
"typescript": "~5.4.2"
}
}
12 changes: 12 additions & 0 deletions apps/admin-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# admin-web

## 1.3.0-beta.0

### Minor Changes

- 1322a2a: bump dependencies

### Patch Changes

- Updated dependencies [1322a2a]
- @cgr/course-utils@1.3.0-beta.0
- @cgr/codegen@1.5.0-beta.0

## 1.2.0

### Minor Changes
Expand Down
28 changes: 14 additions & 14 deletions apps/admin-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-web",
"version": "1.2.0",
"version": "1.3.0-beta.0",
"private": true,
"scripts": {
"dev": "next dev -p 4201",
Expand All @@ -10,25 +10,25 @@
"format": "eslint src --fix"
},
"devDependencies": {
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"eslint": "8.56.0",
"typescript": "~5.3.3"
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"eslint": "8.57.0",
"typescript": "~5.4.2"
},
"dependencies": {
"@apollo/client": "^3.9.4",
"@apollo/client": "^3.9.6",
"@cgr/codegen": "workspace:*",
"@cgr/course-utils": "workspace:*",
"@emotion/react": "11.11.3",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.10",
"@mui/material": "5.15.10",
"@mui/icons-material": "5.15.12",
"@mui/material": "5.15.12",
"@mui/styled-engine-sc": "^5.14.12",
"@next/font": "14.1.0",
"axios": "0.23.0",
"isomorphic-dompurify": "2.3.0",
"next": "^14.1.0",
"@next/font": "14.1.3",
"axios": "0.28.0",
"isomorphic-dompurify": "2.4.0",
"next": "^14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.4.1",
Expand Down
11 changes: 11 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# api

## 1.9.0-beta.0

### Minor Changes

- 1322a2a: bump dependencies

### Patch Changes

- Updated dependencies [1322a2a]
- @cgr/schema@1.5.0-beta.0

## 1.8.0

### Minor Changes
Expand Down
26 changes: 13 additions & 13 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.8.0",
"version": "1.9.0-beta.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand All @@ -12,33 +12,33 @@
},
"devDependencies": {
"@nestjs/cli": "^9.5.0",
"@types/cookie-parser": "^1.4.6",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/node": "20.11.17",
"@types/passport-jwt": "^3.0.13",
"eslint": "8.56.0",
"ts-morph": "^20.0.0",
"typescript": "~5.3.3"
"@types/node": "20.11.25",
"@types/passport-jwt": "^4.0.1",
"eslint": "8.57.0",
"ts-morph": "^21.0.1",
"typescript": "~5.4.2"
},
"dependencies": {
"@apollo/server": "^4.10.0",
"@apollo/server": "^4.10.1",
"@cgr/schema": "workspace:*",
"@grpc/grpc-js": "1.9.14",
"@grpc/grpc-js": "1.10.1",
"@grpc/proto-loader": "0.7.10",
"@nestjs/apollo": "^11.0.6",
"@nestjs/common": "9.4.0",
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.4.0",
"@nestjs/graphql": "11.0.5",
"@nestjs/jwt": "7.2.0",
"@nestjs/jwt": "10.2.0",
"@nestjs/mongoose": "9.2.1",
"@nestjs/passport": "7.1.5",
"@nestjs/platform-express": "9.4.0",
"@opensearch-project/opensearch": "2.5.0",
"@slack/webhook": "6.1.0",
"@slack/webhook": "7.0.2",
"@typegoose/typegoose": "9.1.0",
"class-transformer": "0.3.1",
"class-validator": "0.14.0",
"class-validator": "0.14.1",
"cookie-parser": "1.4.6",
"google-auth-library": "^8.9.0",
"googleapis": "88.2.0",
Expand All @@ -52,6 +52,6 @@
"passport-jwt": "4.0.1",
"rxjs": "^7.8.1",
"serialize-error": "8.1.0",
"winston": "3.11.0"
"winston": "3.12.0"
}
}
11 changes: 11 additions & 0 deletions apps/reg-scraper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# reg-scraper

## 1.5.0-beta.0

### Minor Changes

- 1322a2a: bump dependencies

### Patch Changes

- Updated dependencies [1322a2a]
- @cgr/schema@1.5.0-beta.0

## 1.4.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions apps/reg-scraper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-scraper",
"version": "1.4.0",
"version": "1.5.0-beta.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand All @@ -12,10 +12,10 @@
},
"devDependencies": {
"@nestjs/cli": "^9.5.0",
"@types/node": "20.11.17",
"@types/node": "20.11.25",
"@types/tough-cookie": "4.0.5",
"eslint": "8.56.0",
"typescript": "~5.3.3"
"eslint": "8.57.0",
"typescript": "~5.4.2"
},
"dependencies": {
"@cgr/schema": "workspace:*",
Expand All @@ -27,12 +27,12 @@
"@nestjs/platform-express": "9.4.0",
"@nestjs/schedule": "2.1.0",
"@opensearch-project/opensearch": "2.5.0",
"axios": "0.23.0",
"axios": "0.28.0",
"bull": "4.12.2",
"cheerio": "1.0.0-rc.12",
"class-transformer": "0.3.1",
"class-validator": "0.14.0",
"csv-parse": "^5.5.3",
"class-validator": "0.14.1",
"csv-parse": "^5.5.5",
"date-fns": "^2.30.0",
"http-cookie-agent": "^5.0.4",
"iconv-lite": "^0.6.3",
Expand All @@ -41,6 +41,6 @@
"nestjs-opensearch": "^0.3.2",
"rxjs": "^7.8.1",
"tough-cookie": "^4.1.3",
"winston": "^3.11.0"
"winston": "^3.12.0"
}
}
6 changes: 6 additions & 0 deletions apps/web-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# web-e2e

## 0.3.0-beta.0

### Minor Changes

- 1322a2a: bump dependencies

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/web-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "web-e2e",
"version": "0.2.0",
"version": "0.3.0-beta.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.41.2"
"@playwright/test": "^1.42.1"
},
"scripts": {
"install-browser": "playwright install",
Expand Down
18 changes: 18 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# web

## 1.10.0-beta.1

### Minor Changes

- 02b8e7b: feat: enable 2567 with warnings

## 1.10.0-beta.0

### Minor Changes

- 1322a2a: bump dependencies

### Patch Changes

- Updated dependencies [1322a2a]
- @cgr/course-utils@1.3.0-beta.0
- @cgr/codegen@1.5.0-beta.0

## 1.9.0

### Minor Changes
Expand Down
Loading

0 comments on commit dd83da6

Please sign in to comment.