TryGhost / Zapier

Ghost <-> Zapier Integration
https://developer.zapier.com/app/1566
MIT License
5 stars 3 forks source link

Update dependency zapier-platform-core to v11 #50

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
zapier-platform-core (source) 10.1.1 -> 11.0.1 age adoption passing confidence

Release Notes

zapier/zapier-platform ### [`v11.0.1`](https://togithub.com/zapier/zapier-platform/blob/master/CHANGELOG.md#​1101) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@11.0.0...zapier-platform-core@11.0.1) *released `2021-05-28`* ##### cli - :bug: Handle missing versions better in env command ([#​374](https://togithub.com/zapier/zapier-platform/pull/374)) - :scroll: Fix incorrect snippet ([#​378](https://togithub.com/zapier/zapier-platform/pull/378)) - :scroll: Update historical releases section to include v10 ([#​377](https://togithub.com/zapier/zapier-platform/pull/377)) ##### core - None! ##### schema - :bug: skip checking keys on fields without the `key` property (fixes [zapier-platform#​375](https://togithub.com/zapier/zapier-platform/pull/375) via [#​376](https://togithub.com/zapier/zapier-platform/pull/376)) ### [`v11.0.0`](https://togithub.com/zapier/zapier-platform/blob/master/CHANGELOG.md#​1100) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@10.2.0...zapier-platform-core@11.0.0) *released `2021-05-12`* Another spring, another `SEMVER-MAJOR` release of the Zapier CLI tools. Now that Node.js 10 has reached its scheduled end of life, version 12 is the minimum supported version for each of these packages locally. Additionally, any integrations that depend on `zapier-platform-core@11.0.0` will run on Node.js 14. Node versions are typically fairly compatible, but it's worth double-checking your unit tests during this upgrade (as always). Read on for a detailed set of release notes, paying special attention to any :exclamation: BREAKING CHANGEs. ##### cli - :exclamation: Remove the `-g | --grep` and `-t | --timeout` flags from `zapier test` ([#​348](https://togithub.com/zapier/zapier-platform/pull/348)). You can now pass flags directly to your `test` script by adding `--` before them. To migrate existing scripts: - Add `--` before any existing `grep` and `timeout` flags - `zapier test -g 'cool' --timeout 5000` :arrow_right: `zapier test -- -g 'cool' --timeout 5000` ##### core - :exclamation: Run apps using Node.js v14.x ([#​350](https://togithub.com/zapier/zapier-platform/pull/350)) - :bug: Checks should properly handle possibly null values ([#​371](https://togithub.com/zapier/zapier-platform/pull/371)) - :bug: StashFile no longer throws 'source.on' error when a request that uses await is passed in ([#​361](https://togithub.com/zapier/zapier-platform/pull/361)) - :bug: Handle stashing files in resource create methods ([#​349](https://togithub.com/zapier/zapier-platform/pull/349)) - :hammer: Typescript target es2019 for node 12 ([#​358](https://togithub.com/zapier/zapier-platform/pull/358)) - :hammer: Typescript type of `inputData` for hydration function should be of type T as well ([#​357](https://togithub.com/zapier/zapier-platform/pull/357)) - :scroll: Fix typo in authentication.js ([#​356](https://togithub.com/zapier/zapier-platform/pull/356)) ##### schema - :exclamation: add validation to ensure globally unique input fields ([#​347](https://togithub.com/zapier/zapier-platform/pull/347)). - Your integration's input fields wouldn't have worked correctly if they didn't comply with this check, but now we're more explicit about it - No action should be needed for migration ##### misc - Many under-the-hood dependency updates: - :hammer: update deps ([#​351](https://togithub.com/zapier/zapier-platform/pull/351), [#​372](https://togithub.com/zapier/zapier-platform/pull/372)) - :hammer: Bump hosted-git-info from 2.8.5 to 2.8.9 ([#​370](https://togithub.com/zapier/zapier-platform/pull/370)) - :hammer: bump handlebars from 4.7.6 to 4.7.7 ([#​369](https://togithub.com/zapier/zapier-platform/pull/369)) - :hammer: Bump elliptic from 6.5.3 to 6.5.4 (PDE-2085) ([#​343](https://togithub.com/zapier/zapier-platform/pull/343)) - :hammer: Update repo urls ([#​339](https://togithub.com/zapier/zapier-platform/pull/339)) ### [`v10.2.0`](https://togithub.com/zapier/zapier-platform/blob/master/CHANGELOG.md#​1020) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@10.1.3...zapier-platform-core@10.2.0) *released `2021-02-23`* ##### cli - :scroll: add architecture files ([#​324](https://togithub.com/zapier/zapier-platform/pull/324)) - :scroll: fix typos in README ([#​328](https://togithub.com/zapier/zapier-platform/pull/328)) - :scroll: Make file stashing snippets copy-paste-able ([#​326](https://togithub.com/zapier/zapier-platform/pull/326)) - :scroll: Fix broken README schema package link ([#​325](https://togithub.com/zapier/zapier-platform/pull/325)) - :bug: ensure test files can be run out of the box with jest ([#​327](https://togithub.com/zapier/zapier-platform/pull/327)) ##### core None! ##### schema - :nail_care: Add ability to specify "code" param to OAuth2 schema ([#​333](https://togithub.com/zapier/zapier-platform/pull/333)) ### [`v10.1.3`](https://togithub.com/zapier/zapier-platform/blob/master/CHANGELOG.md#​1013) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@10.1.2...zapier-platform-core@10.1.3) *released `2021-02-09`* ##### cli - :bug: Fix phrasing in `link` command ([#​316](https://togithub.com/zapier/zapier-platform/pull/316)) - :nail_care: Add warning if user counts are still being calculated ([#​308](https://togithub.com/zapier/zapier-platform/pull/308)) - :scroll: Mention `subscribeData` is available in `perform` ([#​300](https://togithub.com/zapier/zapier-platform/pull/300)) - :scroll: Add debugging info ([#​318](https://togithub.com/zapier/zapier-platform/pull/318)) - :scroll: Update readiness of UI → CLI conversion tool ([#​307](https://togithub.com/zapier/zapier-platform/pull/307), [#​311](https://togithub.com/zapier/zapier-platform/pull/311)) - :scroll: Add details about when dynamic fields are loaded ([#​303](https://togithub.com/zapier/zapier-platform/pull/303)) - :scroll: Change 90-day limit for callbacks to 30-day ([#​293](https://togithub.com/zapier/zapier-platform/pull/293)) - :scroll: Fix typos in examples ([#​296](https://togithub.com/zapier/zapier-platform/pull/296), [#​297](https://togithub.com/zapier/zapier-platform/pull/297)) ##### core - :bug: `ResponseError` no longer fails when request is `raw` ([#​320](https://togithub.com/zapier/zapier-platform/pull/320)) - :bug: Redirecting from `https` to `http` breaks when disabling SSL certificate checks ([#​313](https://togithub.com/zapier/zapier-platform/pull/313)) - :hammer: Log `trigger_subscription_id` field ([#​317](https://togithub.com/zapier/zapier-platform/pull/317)) ##### schema - :scroll: Add reasons to anti-examples, update README, rearrange schema layout ([#​287](https://togithub.com/zapier/zapier-platform/pull/287)) ### [`v10.1.2`](https://togithub.com/zapier/zapier-platform/blob/master/CHANGELOG.md#​1012) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@10.1.1...zapier-platform-core@10.1.2) *released `2020-10-30`* This release mostly has internal features, but also ships a lot of documentation updates and a few bumped dependencies. ##### cli - :nail_care: Improve logging for diagnostic info ([#​282](https://togithub.com/zapier/zapier-platform/pull/282)) - :scroll: Document the `$HOIST$` directive ([#​273](https://togithub.com/zapier/zapier-platform/pull/273)) - :scroll: Update oudated command references ([#​274](https://togithub.com/zapier/zapier-platform/pull/274)) - :scroll: Add docs for `callback_url` ([#​278](https://togithub.com/zapier/zapier-platform/pull/278)) - :hammer: Add new example app, `callbacks` ([#​281](https://togithub.com/zapier/zapier-platform/pull/281)) - :scroll: Replace Slack link with one for Community ([#​286](https://togithub.com/zapier/zapier-platform/pull/286)) ##### core - :bug: Add `callback_url` during testing ([#​280](https://togithub.com/zapier/zapier-platform/pull/280)) - :nail_care: Relax type info for `response.json` to better match the actual TS definition ([#​261](https://togithub.com/zapier/zapier-platform/pull/261)) ##### schema None!

Configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.