Skip to content

Commit b4f11ea

Browse files
authored
merge: pull request #221 from texonom/deps/all-minor-patch
deps: Update all non-major dependencies
2 parents 0665344 + d429d9a commit b4f11ea

File tree

5 files changed

+158
-133
lines changed

5 files changed

+158
-133
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"pu": "turbo pu -- --access=public --no-git-checks"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^22.15.21",
28-
"@typescript-eslint/eslint-plugin": "^8.32.1",
29-
"@typescript-eslint/parser": "^8.32.1",
27+
"@types/node": "^22.15.27",
28+
"@typescript-eslint/eslint-plugin": "^8.33.0",
29+
"@typescript-eslint/parser": "^8.33.0",
3030
"@vitest/coverage-v8": "^3.1.4",
3131
"dotenv": "^16.5.0",
3232
"eslint": "8.57.1",
33-
"eslint-config-next": "^15.3.2",
33+
"eslint-config-next": "^15.3.3",
3434
"eslint-config-prettier": "^10.1.5",
3535
"eslint-plugin-import": "^2.31.0",
36-
"eslint-plugin-prettier": "^5.4.0",
36+
"eslint-plugin-prettier": "^5.4.1",
3737
"eslint-plugin-react": "^7.37.5",
3838
"eslint-plugin-react-hooks": "^5.2.0",
3939
"husky": "^9.1.7",

packages/nclient/src/notion-api.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for (const pageId of pageIdFixturesSuccess)
2828
for (const pageId of pageIdFixturesFailure)
2929
test.concurrent(`NotionAPI.getPage failure ${pageId}`, async () => {
3030
const api = new NotionAPI()
31-
await expect(() => api.getPage(pageId, { fetchOption: { timeout: 1000 } })).rejects.toThrow()
31+
await expect(() => api.getPage(pageId, { fetchOption: { timeout: 3000 } })).rejects.toThrow()
3232
})
3333

3434
test(`Search`, { timeout: 10000, concurrent: true }, async () => {
@@ -43,6 +43,7 @@ test(`Search`, { timeout: 10000, concurrent: true }, async () => {
4343
requireEditPermissions: false
4444
}
4545
})
46+
console.info(results)
4647
if (!(results.total > 0)) throw new Error('Search error')
4748
expect(results.recordMap.block).toBeTypeOf('object')
4849
})

packages/ncompat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"p-queue": "^8.1.0"
3030
},
3131
"devDependencies": {
32-
"@notionhq/client": "^3.1.2",
32+
"@notionhq/client": "^3.1.3",
3333
"@texonom/nclient": "workspace:^"
3434
},
3535
"peerDependencies": {

packages/nreact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"devDependencies": {
4242
"@types/lodash.throttle": "^4.1.9",
43-
"@types/node": "^22.15.21",
44-
"@types/react": "^19.1.5",
43+
"@types/node": "^22.15.27",
44+
"@types/react": "^19.1.6",
4545
"clipboard-copy": "^4.0.1",
4646
"date-fns": "^2.30.0",
4747
"format-number": "^3.0.0",

0 commit comments

Comments
 (0)