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.3.3 #52

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

zapier/zapier-platform ### [`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.

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (11.3.3). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.