fix(deps): update dependency @notionhq/client to v3 #41
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.4
->^3.0.0
Release Notes
makenotion/notion-sdk-js (@notionhq/client)
v3.0.0
Compare 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
fetch
as the default in theClient
constructor instead ofnode-fetch
.src/api-endpoints.ts
by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/558InternalFileRequest
,ExternalFileRequest
, andInternalOrExternalFileWithNameRequest
block_id
cd
command by @crosskayla in https://github.com/makenotion/notion-sdk-js/pull/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
v2.3.0
Compare Source
What's changed
oauth/revoke
andoauth/introspect
token endpointsby @ksinder in https://github.com/makenotion/notion-sdk-js/pull/552
Full Changelog: makenotion/notion-sdk-js@b7f3de8...v2.3.0
View this version on NPM: https://www.npmjs.com/package/@​notionhq/client/v/2.3.0
v2.2.17
Compare Source
What's changed
LinkMentionResponse
by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/550:title
,description
,link_author
,link_provider
,thumbnail_url
,icon_url
,iframe_url
,height
,padding
,padding_top
Full Changelog: makenotion/notion-sdk-js@eed5803...v2.2.17
View this version on NPM: https://www.npmjs.com/package/@​notionhq/client/v/2.2.17
v2.2.16
Compare Source
link_mention
andcustom_emoji
types, which are surfaced in various places (page, database, mention rich text item responses; block object requests)ApiColor
ofdefault_background
"ascii art"
,"hcl"
, and"smalltalk"
toLanguageRequest
Full Changelog: makenotion/notion-sdk-js@7950edc...v2.2.16
v2.2.15
Compare Source
in_trash
field to request and response bodydescription
field to database propertiesPartialSelectResponse
to be used for select propertiesv2.2.14
Compare Source
v2.2.13
Compare Source
Support querying databases by unique ID.
v2.2.12
Compare Source
Now createDatabase and updateDatabase allow creating unique ID properties and getDatabase will now return unique ID properties.
v2.2.11
Compare Source
/oauth/token
endpoint (#73)v2.2.10
Compare Source
Export new helper
isFullPageOrDatabase
.Configuration
📅 Schedule: Branch creation - "before 12pm every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.