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 v12 #59

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

zapier/zapier-platform ### [`v12.0.3`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1203) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@12.0.2...zapier-platform-core@12.0.3) *released `2022-05-02`* ##### cli - None! ##### core - :bug: greatly improve secret-scrubbing speed in logger ([#​542](https://togithub.com/zapier/zapier-platform/pull/542)) - :bug: ensure string content is parsed pre-logging in case it contains secrets ([#​525](https://togithub.com/zapier/zapier-platform/pull/525)) - :bug: censor novel secrets in querystring ([#​526](https://togithub.com/zapier/zapier-platform/pull/526)) ##### schema - None! ### [`v12.0.2`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1202) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@12.0.1...zapier-platform-core@12.0.2) *released `2022-03-30`* ##### cli - None ##### core - :bug: Fix regression where consecutive successful curly replacements wouldn't happen correctly ([#​522](https://togithub.com/zapier/zapier-platform/pull/522)) ##### schema - None! ### [`v12.0.1`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1201) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@12.0.0...zapier-platform-core@12.0.1) *released `2022-03-24`* ##### cli - None ##### core - :bug: Fix regression where the global `skipThrowForStatus` incorrectly applied to shorthand requests. It's only intended to modify the behavior of requests made with `z.request()`. The docs and changelog have been updated accordingly ([#​520](https://togithub.com/zapier/zapier-platform/pull/520)) ##### schema - None! ### [`v12.0.0`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1200) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@11.3.3...zapier-platform-core@12.0.0) *released `2022-03-23`* We're breaking slightly from our pattern of a single yearly major release. The `12.0.0` release contains some backwards-incompatible changes to how middleware and auth refreshes work. For the most part, you'll be able to upgrade to this version safely, but as always, it's worth re-running unit tests (especially those related to authentication). In the coming months, we'll follow up with a `13.0.0` release that will bump the Node.js runtime and dependencies (ending support for Node.js 12 as it reaches End of Life). We're hoping that by separating these releases, the upgrade process will be easier for developers (only worrying about the public API or the runtime, but not both). ##### cli - None! ##### core - :exclamation: calling `response.throwForStatus()` now **always** throws an error if the response status code is `>= 400`. Previously it was a no-op when `response.skipThrowForStatus` was `true`. Now, that flag only controls whether Zapier's built-in middleware calls `throwForStatus()`. This only affects you if you set `skipThrowForStatus` and always call `.throwForStatus()`, expecting it not to error. ([#​511](https://togithub.com/zapier/zapier-platform/pull/511)) - :exclamation: re-add the built-in auto-refresh middleware for `oauth2` and `session` auths. This runs *before* your declared `afterResponse`, so you no longer have to account for stale credentials in your middleware (unless you want to). See [the README](https://togithub.com/zapier/zapier-platform/blob/master/packages/cli/README.md#using-http-middleware) for more info. ([#​512](https://togithub.com/zapier/zapier-platform/pull/512), [#​517](https://togithub.com/zapier/zapier-platform/pull/517)) ##### schema - :nail_care: add app-wide skipThrowForStatus flag. This is helpful for backwards compatibility when migrating from `9.x` to `12.x`, but probably won't be relevant for most developers. Note that this flag **only affects requests made with `z.request()`** ([#​511](https://togithub.com/zapier/zapier-platform/pull/511)) ### [`v11.3.3`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1133) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@11.3.2...zapier-platform-core@11.3.3) *released `2022-03-21`* ##### cli - :scroll: Update [README.md](README.md) and add [CONTRIBUTING.md](CONTRIBUTING.md) ([#​506](https://togithub.com/zapier/zapier-platform/pull/506)) ##### core - :bug: Fix another hanging issue where an action could be invoked multiple times ([#​513](https://togithub.com/zapier/zapier-platform/pull/513)) ##### schema - None! ### [`v11.3.2`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1132) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@11.3.1...zapier-platform-core@11.3.2) *released `2022-03-01`* ##### cli - None! ##### core - :nail_care: `z.request()` now accepts `skipEncodingChars` option to skip percent-encoding specific characters ([#​497](https://togithub.com/zapier/zapier-platform/pull/497)) ##### schema - :nail_care: Add `skipEncodingChars` to `RequestSchema` ([#​497](https://togithub.com/zapier/zapier-platform/pull/497)) ##### misc - :hammer: Improve build script ([#​496](https://togithub.com/zapier/zapier-platform/pull/496)) ### [`v11.3.1`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1131) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@11.3.0...zapier-platform-core@11.3.1) *released `2022-02-23`* ##### cli - :hammer: Bump node-fetch to 2.6.7 ([#​493](https://togithub.com/zapier/zapier-platform/pull/493)) ##### core - :bug: Fix hanging issue where an action could be invoked multiple times ([#​490](https://togithub.com/zapier/zapier-platform/pull/490)) - :hammer: Bump node-fetch to 2.6.7 ([#​493](https://togithub.com/zapier/zapier-platform/pull/493)) ##### schema - :hammer: Bump node-fetch to 2.6.7 ([#​493](https://togithub.com/zapier/zapier-platform/pull/493)) ### [`v11.3.0`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1130) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@11.2.0...zapier-platform-core@11.3.0) *released `2022-02-14`* ##### cli - :tada: New command: `jobs`. Now you can use `zapier jobs` to check `promote` and `migrate` progress! ([#​484](https://togithub.com/zapier/zapier-platform/pull/484)) - :tada: Add support for pnpm package manager in `test` command ([#​476](https://togithub.com/zapier/zapier-platform/pull/476)) - :bug: Fix byte missing issue with `files` example ([#​465](https://togithub.com/zapier/zapier-platform/pull/465)) - :nail_care: Update `promote` and `migrate` to use new endpoint ([#​480](https://togithub.com/zapier/zapier-platform/pull/480)) - :scroll: Clarify on OAuth2 refresh details ([#​482](https://togithub.com/zapier/zapier-platform/pull/482)) - :hammer: Dependency updates - Bump shelljs from 0.8.4 to 0.8.5 ([#​473](https://togithub.com/zapier/zapier-platform/pull/473)) - Bump marked from 2.0.3 to 4.0.10 ([#​471](https://togithub.com/zapier/zapier-platform/pull/471)) - Bump cached-path-relative from 1.0.2 to 1.1.0 ([#​477](https://togithub.com/zapier/zapier-platform/pull/477)) ##### core - :bug: Fix `value.replace is not a function` error when resolving missing curlies ([#​468](https://togithub.com/zapier/zapier-platform/pull/468)) - :bug: Handle case where `legacy.scriptingSource` is an empty string ([#​475](https://togithub.com/zapier/zapier-platform/pull/475)) - :nail_care: Improve `z.console.log` and HTTP logging performance ([#​469](https://togithub.com/zapier/zapier-platform/pull/469)) ##### schema - None! ##### misc - :hammer: Bump trim-off-newlines from 1.0.1 to 1.0.3 ([#​474](https://togithub.com/zapier/zapier-platform/pull/474)) ### [`v11.2.0`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1120) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@11.1.1...zapier-platform-core@11.2.0) *released `2021-12-03`* ##### cli - :scroll: Fix typos in docs ([#​431](https://togithub.com/zapier/zapier-platform/pull/431)) ##### core - :bug: Fix backpressure issue when piping request bodies ([#​461](https://togithub.com/zapier/zapier-platform/pull/461)) - Rewrite `z.stashFile()` with various improvements and bugfixes ([#​454](https://togithub.com/zapier/zapier-platform/pull/454)) - :nail_care: `knownLength` is no longer required for any kinds of streams, including `z.request({ url, raw: true })` and `fs.createReadStream()` - :nail_care: Detect file types more smartly - :nail_care: Generate filenames more smartly - :nail_care: Improve performance by making concurrent requests - :bug: Fix `MalformedPOSTRequest` error when the reponse is gzipped and has a smaller `Content-Length` - :hammer: Better test coverage - See [#​454](https://togithub.com/zapier/zapier-platform/pull/454) for more details - :nail_care: Allow apps to pass along throttled errors ([#​408](https://togithub.com/zapier/zapier-platform/pull/408)) ##### schema - :tada: Add support for hook-to-poll triggers ([#​432](https://togithub.com/zapier/zapier-platform/pull/432)) - :nail_care: Allow spaces and square brackets in [`RefResourceSchema`](https://togithub.com/zapier/zapier-platform/blob/zapier-platform-schema@11.2.0/packages/schema/docs/build/schema.md) ([#​455](https://togithub.com/zapier/zapier-platform/pull/455)) - :nail_care: Add `code` type for `inputField`s ([#​439](https://togithub.com/zapier/zapier-platform/pull/439)) ##### misc - :hammer: Bump node-fetch to 2.6.6 ([#​459](https://togithub.com/zapier/zapier-platform/pull/459)) - :hammer: Move CI from Travis to GitHub Actions ([#​454](https://togithub.com/zapier/zapier-platform/pull/454)) ### [`v11.1.1`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1111) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@11.1.0...zapier-platform-core@11.1.1) *released `2021-09-24`* ##### cli - none! ##### core - :bug: Improve performance of large requests ([#​428](https://togithub.com/zapier/zapier-platform/pull/428)), - :bug: Handle nullish values in auth data ([#​427](https://togithub.com/zapier/zapier-platform/pull/427)), ##### schema - none! ### [`v11.1.0`](https://togithub.com/zapier/zapier-platform/blob/HEAD/CHANGELOG.md#​1110) [Compare Source](https://togithub.com/zapier/zapier-platform/compare/zapier-platform-core@11.0.1...zapier-platform-core@11.1.0) *released `2021-08-05`* ##### cli - :bug: `convert` command should always generate async functions ([#​397](https://togithub.com/zapier/zapier-platform/pull/397)) - :bug: `init` command - fix typos in `session-auth` template ([#​388](https://togithub.com/zapier/zapier-platform/pull/388)) - :scroll: Add info about header format in `bundle.rawRequest` ([#​401](https://togithub.com/zapier/zapier-platform/pull/401)) - :scroll: An `afterResponse` middleware should return a response ([#​383](https://togithub.com/zapier/zapier-platform/pull/383)) ##### core - :tada: Allow using `await` in inline function source ([#​396](https://togithub.com/zapier/zapier-platform/pull/396)) - :bug: Make sure all requests are logged ([#​387](https://togithub.com/zapier/zapier-platform/pull/387)) - :nail_care: Update app tester to support hook with `canPaginate` for `performList` ([#​402](https://togithub.com/zapier/zapier-platform/pull/402)) - :nail_care: Add `bundle.meta.isBulkRead` TypeScript type ([#​400](https://togithub.com/zapier/zapier-platform/pull/400)) - :nail_care: Allow app tester to run ad-hoc functions ([#​385](https://togithub.com/zapier/zapier-platform/pull/385)) - :hammer: Incorporate secret-scrubber package ([#​393](https://togithub.com/zapier/zapier-platform/pull/393)) ##### schema - :nail_care: Add `canPaginate` to `BasicHookOperationSchema` ([#​399](https://togithub.com/zapier/zapier-platform/pull/399)) ##### misc - Dependency updates: - :hammer: Bump set-getter from 0.1.0 to 0.1.1 ([#​389](https://togithub.com/zapier/zapier-platform/pull/389)) - :hammer: Bump glob-parent from 5.1.0 to 5.1.2 ([#​386](https://togithub.com/zapier/zapier-platform/pull/386)) - :hammer: Bump tar from 4.4.13 to 4.4.15 ([#​406](https://togithub.com/zapier/zapier-platform/pull/406))

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 Mend Renovate. View repository job log here.