Skip to content

Commit

Permalink
feat: bump bundler (#794)
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Jan 19, 2024
1 parent afc6167 commit fb7dbe3
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 70 deletions.
54 changes: 27 additions & 27 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "0b62aae6e3d97ff14d1f3622141026ce06624ed2",
"pnpmShrinkwrapHash": "ccec2f270b02bf293d50edfd0195997ed4b3a241",
"preferredVersionsHash": "a48003cf229dd47d077bcf6301ac15a6f90e1c34"
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class NestJsBundler {
// chromium
// 'puppeteer',
// 'chrome-aws-lambda',
'@sparticuz/chromium-min',
'@sparticuz/chromium',
// 'puppeteer-core',
];

Expand Down
2 changes: 1 addition & 1 deletion services/authentication-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@shelf/jest-mongodb": "~4.1.7",
"@types/passport": "~1.0.13"
}
Expand Down
2 changes: 1 addition & 1 deletion services/billing-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/lodash": "~4.14.202",
"supertest": "~6.3.3",
"@types/supertest": "~2.0.16",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@cats-cradle/create-artifact": "2.0.6"
}
}
2 changes: 1 addition & 1 deletion services/character-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@shelf/jest-mongodb": "~4.1.7",
"mongodb-memory-server-global": "8.13.0",
"mongoose": "6.11.3"
Expand Down
2 changes: 1 addition & 1 deletion services/email-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/html-to-text": "~9.0.0",
"@types/lodash": "~4.14.202",
"@cats-cradle/create-artifact": "2.0.6",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@shelf/jest-mongodb": "~4.1.7",
"mongodb": "6.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion services/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/lodash": "~4.14.202",
"supertest": "~6.3.3",
"@types/supertest": "~2.0.16",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@cats-cradle/create-artifact": "2.0.6"
}
}
17 changes: 0 additions & 17 deletions services/html-to-pdf/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
{
"name": "@cats-cradle/html-to-pdf",
"entries": [
{
"version": "1.0.19",
"tag": "@cats-cradle/html-to-pdf_v1.0.19",
"date": "Wed, 17 Jan 2024 03:35:52 GMT",
"comments": {
"patch": [
{
"comment": "remove meta tag feature"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cats-cradle/create-bundle\" from `1.0.9` to `1.0.10`"
}
]
}
},
{
"version": "1.0.18",
"tag": "@cats-cradle/html-to-pdf_v1.0.18",
Expand Down
9 changes: 1 addition & 8 deletions services/html-to-pdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Change Log - @cats-cradle/html-to-pdf

This log was last generated on Wed, 17 Jan 2024 03:35:52 GMT and should not be manually modified.

## 1.0.19
Wed, 17 Jan 2024 03:35:52 GMT

### Patches

- remove meta tag feature
This log was last generated on Thu, 28 Dec 2023 16:54:41 GMT and should not be manually modified.

## 1.0.18
Thu, 28 Dec 2023 16:54:41 GMT
Expand Down
7 changes: 4 additions & 3 deletions services/html-to-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cats-cradle/html-to-pdf",
"module": "commonjs",
"version": "1.0.19",
"version": "1.0.18",
"license": "MIT",
"description": "Your Go-To Solution for PDF Generation from HTML.",
"bugs": {
Expand Down Expand Up @@ -60,7 +60,8 @@
"@cats-cradle/faker-factory": "workspace:*",
"@sparticuz/chromium-min": "112.0.0",
"puppeteer-core": "19.8.0",
"uuid": "~9.0.1"
"uuid": "~9.0.1",
"axios": "^0.21.1"
},
"devDependencies": {
"@cats-cradle/eslint-config": "1.0.11",
Expand All @@ -81,7 +82,7 @@
"@types/lodash": "~4.14.202",
"supertest": "~6.3.3",
"@types/supertest": "~2.0.16",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@cats-cradle/create-artifact": "2.0.6",
"axios": "^0.21.1"
}
Expand Down
4 changes: 2 additions & 2 deletions services/instances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@cats-cradle/nestjs-modules": "workspace:*",
"@cats-cradle/validation-schemas": "workspace:*",
"@nestjs/config": "2.2.0",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@nestjs/mongoose": "9.2.1",
"mongoose": "6.11.3"
},
Expand All @@ -71,7 +71,7 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.16",
"@cats-cradle/faker-factory": "workspace:*",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@fastify/static": "~6.9.0"
}
}
2 changes: 1 addition & 1 deletion services/jukebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/supertest": "~2.0.16",
"@cats-cradle/faker-factory": "workspace:*",
"@fastify/static": "~6.9.0",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@cats-cradle/create-artifact": "2.0.6"
}
}
2 changes: 1 addition & 1 deletion services/luck-by-dice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/lodash": "~4.14.202",
"supertest": "~6.3.3",
"@types/supertest": "~2.0.16",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@cats-cradle/create-artifact": "2.0.6"
}
}
4 changes: 2 additions & 2 deletions services/player-achievements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@cats-cradle/nestjs-modules": "workspace:*",
"@cats-cradle/validation-schemas": "workspace:*",
"@nestjs/config": "2.2.0",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@nestjs/mongoose": "9.2.1",
"mongoose": "6.11.3",
"mongodb": "6.0.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.16",
"@cats-cradle/faker-factory": "workspace:*",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@fastify/static": "~6.9.0"
}
}
4 changes: 2 additions & 2 deletions services/weather-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@cats-cradle/validation-schemas": "workspace:*",
"@nestjs/config": "2.2.0",
"@nestjs/serve-static": "~3.0.1",
"@cats-cradle/create-bundle": "1.0.10"
"@cats-cradle/create-bundle": "1.0.9"
},
"devDependencies": {
"aws-cdk-lib": "2.95.0",
Expand All @@ -70,7 +70,7 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.16",
"@cats-cradle/faker-factory": "workspace:*",
"@cats-cradle/create-bundle": "1.0.10",
"@cats-cradle/create-bundle": "1.0.9",
"@fastify/static": "~6.9.0"
}
}

0 comments on commit fb7dbe3

Please sign in to comment.