Skip to content

Commit b6e9c3b

Browse files
authored
chore(deps): upgrade various dependencies (#10657)
Bumps the following dependencies: - next - typescript - http-status - nodemailer - Payload & next versions in all templates - Monorepo only: playwright and dotenv Removes unused dependencies: - ts-jest - jest-environment-jsdom - resend (we don't use their sdk, we only use their rest API)
1 parent 00cc10c commit b6e9c3b

File tree

93 files changed

+9880
-18079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+9880
-18079
lines changed

.github/actions/release-commenter/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"eslint": "^7.32.0",
2929
"jest": "^29.7.0",
3030
"prettier": "^3.3.3",
31-
"ts-jest": "^26.5.6",
3231
"typescript": "^4.9.5"
3332
}
3433
}

.github/actions/release-commenter/pnpm-lock.yaml

Lines changed: 1195 additions & 2373 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/triage/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"eslint": "^7.32.0",
2929
"jest": "^29.7.0",
3030
"prettier": "^3.3.3",
31-
"ts-jest": "^26.5.6",
3231
"typescript": "^4.9.5"
3332
}
3433
}

.github/actions/triage/pnpm-lock.yaml

Lines changed: 1195 additions & 2373 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/custom-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cross-env": "^7.0.3",
1818
"express": "^4.21.1",
1919
"graphql": "^16.8.1",
20-
"next": "15.0.4",
20+
"next": "15.1.5",
2121
"payload": "latest",
2222
"react": "19.0.0",
2323
"react-dom": "19.0.0"

examples/localization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"postcss": "^8.4.38",
6767
"prettier": "^3.4.2",
6868
"tailwindcss": "^3.4.3",
69-
"typescript": "5.7.2"
69+
"typescript": "5.7.3"
7070
},
7171
"engines": {
7272
"node": "^18.20.2 || >=20.9.0"

examples/remix/payload/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@payloadcms/richtext-lexical": "latest",
2828
"cross-env": "^7.0.3",
2929
"graphql": "^16.8.1",
30-
"next": "15.1.0",
30+
"next": "15.1.5",
3131
"payload": "latest",
3232
"react": "19.0.0",
3333
"react-dom": "19.0.0",
@@ -39,9 +39,9 @@
3939
"@types/react": "19.0.1",
4040
"@types/react-dom": "19.0.1",
4141
"eslint": "^9.16.0",
42-
"eslint-config-next": "15.1.0",
42+
"eslint-config-next": "15.1.5",
4343
"prettier": "^3.4.2",
44-
"typescript": "5.7.2"
44+
"typescript": "5.7.3"
4545
},
4646
"engines": {
4747
"node": "^18.20.2 || >=20.9.0"

package.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
"devDependencies": {
113113
"@jest/globals": "29.7.0",
114114
"@libsql/client": "0.14.0",
115-
"@next/bundle-analyzer": "15.0.3",
115+
"@next/bundle-analyzer": "15.1.5",
116116
"@payloadcms/db-postgres": "workspace:*",
117117
"@payloadcms/eslint-config": "workspace:*",
118118
"@payloadcms/eslint-plugin": "workspace:*",
119119
"@payloadcms/live-preview-react": "workspace:*",
120-
"@playwright/test": "1.48.1",
120+
"@playwright/test": "1.49.1",
121121
"@sentry/nextjs": "^8.33.1",
122122
"@sentry/node": "^8.33.1",
123123
"@swc-node/register": "1.10.9",
@@ -138,7 +138,7 @@
138138
"copyfiles": "2.4.1",
139139
"create-payload-app": "workspace:*",
140140
"cross-env": "7.0.3",
141-
"dotenv": "16.4.5",
141+
"dotenv": "16.4.7",
142142
"drizzle-kit": "0.28.0",
143143
"drizzle-orm": "0.36.1",
144144
"escape-html": "^1.0.3",
@@ -148,15 +148,14 @@
148148
"globby": "11.1.0",
149149
"husky": "9.0.11",
150150
"jest": "29.7.0",
151-
"jest-environment-jsdom": "29.7.0",
152151
"lint-staged": "15.2.7",
153152
"minimist": "1.2.8",
154153
"mongodb-memory-server": "^10",
155-
"next": "15.1.3",
154+
"next": "15.1.5",
156155
"open": "^10.1.0",
157156
"p-limit": "^5.0.0",
158-
"playwright": "1.48.1",
159-
"playwright-core": "1.48.1",
157+
"playwright": "1.49.1",
158+
"playwright-core": "1.49.1",
160159
"prettier": "3.3.3",
161160
"prompts": "2.4.2",
162161
"react": "19.0.0",
@@ -172,7 +171,7 @@
172171
"tstyche": "^3.1.1",
173172
"tsx": "4.19.2",
174173
"turbo": "^2.3.3",
175-
"typescript": "5.7.2"
174+
"typescript": "5.7.3"
176175
},
177176
"peerDependencies": {
178177
"react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
@@ -184,10 +183,6 @@
184183
"pnpm": "^9.7.0"
185184
},
186185
"pnpm": {
187-
"allowedDeprecatedVersions": {
188-
"abab": "2",
189-
"domexception": "4"
190-
},
191186
"overrides": {
192187
"copyfiles": "$copyfiles",
193188
"cross-env": "$cross-env",

packages/db-mongodb/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"prepublishOnly": "pnpm clean && pnpm turbo build"
4747
},
4848
"dependencies": {
49-
"http-status": "1.6.2",
5049
"mongoose": "8.9.5",
5150
"mongoose-aggregate-paginate-v2": "1.1.2",
5251
"mongoose-paginate-v2": "1.8.5",

packages/email-nodemailer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"prepublishOnly": "pnpm clean && pnpm turbo build"
4242
},
4343
"dependencies": {
44-
"nodemailer": "6.9.10"
44+
"nodemailer": "6.9.16"
4545
},
4646
"devDependencies": {
47-
"@types/nodemailer": "6.4.14",
47+
"@types/nodemailer": "6.4.17",
4848
"payload": "workspace:*"
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)