fix(deps): update dependency @notionhq/client to v4#78
Draft
renovate[bot] wants to merge 1 commit intomainfrom
Draft
fix(deps): update dependency @notionhq/client to v4#78renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
8b178b5 to
1772617
Compare
1772617 to
98cf07e
Compare
98cf07e to
cfe9e62
Compare
cfe9e62 to
ae95bb5
Compare
ae95bb5 to
a34f5b8
Compare
a34f5b8 to
03c51a5
Compare
03c51a5 to
5b37f93
Compare
5b37f93 to
9fa532e
Compare
9fa532e to
a5e823b
Compare
a5e823b to
fc1ebef
Compare
fc1ebef to
f916943
Compare
f916943 to
1d7916f
Compare
1d7916f to
861382f
Compare
861382f to
25059ed
Compare
25059ed to
f3f2f48
Compare
f3f2f48 to
c61bebc
Compare
c61bebc to
429e7fe
Compare
429e7fe to
a008192
Compare
a008192 to
672f9d8
Compare
672f9d8 to
fa0248e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.2.15→^4.0.0Release Notes
makenotion/notion-sdk-js (@notionhq/client)
v4.0.2Compare Source
What's Changed
notion.comments.retrieve({...})endpoint to fetch a comment by its ID; this was previously a hidden and un-documented endpointgrant_type: "refresh_token"with arefresh_tokentonotion.oauth.token(...)Full Changelog: makenotion/notion-sdk-js@f849574...v4.0.2
View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/4.0.2
v4.0.1Compare Source
What's Changed
notion.request()Full Changelog: makenotion/notion-sdk-js@f7bfcfd...v4.0.1
View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/4.0.1
v4.0.0Compare Source
What's Changed
propertiesparameters fromCreatePageBodyParametersandUpdatePageBodyParametersinsrc/api-endpoints.ts.propertieswas a fairly ambiguousRecord<string, ...>mapping each property key to the property value (a union type across all possible property types' values) e.g.typepattern with the actual value defined in a sub-object to disambiguate:AnnotationRequestPOST /v1/pages(CreatePage) API where:parentcan be omitted, or passed as{"workspace": true}, to create top-level private pages at the workspace level (for public integrations only)propertiesis also optional. For standalone pages, this results in title defaulting to an empty stringdisplay_nametoComment, more extraction refactors and docstrings by @ksinder in #588display_nameobject to theCommentObjectResponse, and some fixes from previous PRs around parenthesizinga & (b | c)inallOf→oneOfOpenAPI types to get the correct result rather than defaulting to the incorrect interpretation(a & b) | c.abcmusic language toLanguageRequest.New Contributors
Full Changelog: makenotion/notion-sdk-js@df95f35...v4.0.0
View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/4.0.0
v3.1.3Compare Source
What's Changed
Full Changelog: makenotion/notion-sdk-js@0e38438...v3.1.3
View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/3.1.3
v3.1.2Compare Source
What's Changed
max_file_upload_size_in_bytesfield to User response by @ksinder in #570Full Changelog: makenotion/notion-sdk-js@194f06d...v3.1.2
View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/3.1.2
v3.1.1Compare Source
What's Changed
New Contributors
Full Changelog: makenotion/notion-sdk-js@f8bb1d0...v3.1.1
View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/3.1.1
v3.1.0Compare Source
What's Changed
src/api-endpoints.ts/v1/file_uploadsfamily of API endpoints (File Upload Create, Get, List, Send, Complete)notion.fileUploads.sendbuilds aFormDataobject to send fields viamultipart/form-dataFormDataparameter passing logic insrc/Client.tsfor the Send File Upload APIexamples/intro-to-notion-api/intermediate/5-upload-file.jsexample of using the File Upload API to upload and attach a fileFull Changelog: makenotion/notion-sdk-js@f2e1665...v3.1.0
View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/3.1.0
v3.0.1Compare Source
What's Changed
width_ratioparameter and field oncolumnBlocks by @ksinder in #561api-endpointstypes fromsrc/index.tsby @ksinder in #562Full Changelog: makenotion/notion-sdk-js@8b867fd...v3.0.1
View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/3.0.1
v3.0.0Compare Source
What's Changed
This update, v2.3.0 → v3.0.0, is marked as a major version upgrade due to the Node minimum version increase to 18, as part of the change to use built-in
fetchas the default in theClientconstructor instead ofnode-fetch.src/api-endpoints.tsby @ksinder in #558InternalFileRequest,ExternalFileRequest, andInternalOrExternalFileWithNameRequestblock_idcdcommand by @crosskayla in #493Full Changelog: makenotion/notion-sdk-js@650d23b...v3.0.0
View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/3.0.0
New Contributors
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.