Update dependency @notionhq/client to v3 #22
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:
^0.4.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
.v2.2.9
Compare Source
Changes to support wikis in the public API:
v2.2.8
Compare Source
What's Changed
/// <reference lib="dom" />
fromfetch-types.ts
by @huw in https://github.com/makenotion/notion-sdk-js/pull/401Full Changelog: makenotion/notion-sdk-js@v2.2.6...v2.2.8
v2.2.7
Compare Source
v2.2.6
Compare Source
Add support for:
v2.2.5
: 2.2.5Compare Source
filter_properties
query parameter to correctly URI encode property IDs when passed via the JS SDKperuvian_sol
to acceptable NumberFormat optionsv2.2.4
: 2.2.4Compare Source
Add support for creating template mentions. Also some minor changes to support filtering by status property in queryDatabase, and some emoji changes.
v2.2.3
Compare Source
v2.2.2
Compare Source
v2.2.1
Compare Source
v2.2.0
Compare Source
v2.1.1
Compare Source
v2.1.0
Compare Source
v2.0.0
Compare Source
Includes several breaking changes and updates the client to use Notion-Version
2022-06-28
. See the changelog for more details.v1.0.4
Compare Source
v1.0.3
Compare Source
v1.0.2
Compare Source
v1.0.1
Compare Source
Released a new API version,
2022-02-22
.text
in blocks renamed torich_text
phone
,text
no longer accepted in query database filtersrollup
query database filters userich_text
instead oftext
formula
query database filters usestring
instead oftext
property_item
objects contain atype
,next_url
, andid
v1.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.