Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency zapier-platform-core to v15 #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

This PR contains the following updates:

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

Release Notes

zapier/zapier-platform (zapier-platform-core)

v15.18.1

Compare Source

released 2024-11-01

cli
  • 🐛 Fix issue where zapier invoke --debug doesn't print HTTP logs for requests that aren't sent by z.request() (#​907)
core
  • 🐛 Fix issue where HTTP logger can break aws-sdk v3 (and maybe other HTTP client libraries) intermittently (#​905)
  • 🐛 HTTP logging now works with native fetch (#​908)
  • 🧪 Allow to not wait for event loop to be empty to fix a hanging issue (#​904)
schema

None!

v15.18.0

Compare Source

released 2024-10-24

cli
  • 💅 Fix a failing smoke test based on CLI package size (now that many docs are deleted) (#​899)
  • 🎉 Add OAuth2 to TypeScript init output (#​894)
core
  • 🎉 Adds nx argument to z.cache.set() (#​900)
  • 🐛 Force a process.exit(1) on catching an EMFILE error inside checkMemory() (#​901)
schema

None!

schema-to-ts
  • 🎉 Type z.request responses and deprecate .json (#​895)
misc
  • 📜 Typo fixes and link changes (#​885)
  • 📜 Add docs explaining why hidden triggers for dynamic dropdowns need to declare input fields (#​887)
  • 📜 Migrate docs out of this monorepo (#​893)
  • 📜 Updating doc links in CHANGELOG (#​898)

v15.17.0

Compare Source

released 2024-10-11

Introducing three major updates, with the first two aimed at improving your development experience:

  • The zapier invoke command: This powerful new command enables you to emulate Zapier's production environment locally. Test triggers, actions, and authentication flows right from your terminal without deploying to Zapier. This is especially valuable for debugging, development, and quick testing iterations. Learn more about the command in the README or by typing zapier invoke --help in your terminal.
  • Refreshed "typescript" project template: We've updated the "typescript" project template with the latest type definitions. Enjoy enhanced type safety, improved autocompletion, and a smoother coding experience overall.
  • Although we've removed Node.js 16 from zapier-platform-cli's CI testing, it still works on Node.js 16, except for the zapier invoke auth start command. But using Node.js 18 or later is recommended, as we'll be dropping support for Node.js 16 in an upcoming major release.

As usual, all other improvements and bug fixes are listed below.

cli
  • 🎉 Introduce zapier invoke command (#​856, #​872, #​878)
  • 💅 Update "typescript" project template and example with latest type definitions (#​845)
  • 🐛 Fix zapier convert command not writing bulkReads to separate files (#​881)
core
  • 💅 Retry on 5xx errors when calling RPC (#​875)
  • 💅 Add ResponseError type (#​877)
  • 🔧 Bump mock-fs from 5.2.0 to 5.3.0 (#​872)
schema

None!

misc
  • 🔧 Drop Node.js 16 and add Node.js 20 from/to CI (#​872)

v15.16.1

Compare Source

released 2024-10-04

cli

None!

core
  • 💅 Return a descriptive error when a filename cannot be uploaded (#​874)
schema

None!

misc
  • 📜 Add canary command to docs (#​870)
  • 📜 Add instructions for installing the Zapier Platform development version to docs (#​873)

v15.16.0

Compare Source

released 2024-09-24

cli
  • 🎉 Introduce zapier canary command (#​861)
core

None!

schema

None!

misc
  • 🔨 Bump vite from 5.3.3 to 5.4.7 in /schema-to-ts (#​868)
  • 🔨 Bump rollup from 4.18.1 to 4.22.4 in /schema-to-ts (#​867)

v15.15.0

Compare Source

released 2024-09-18

This release introduces "Buffered Create Actions", currently only available for internal use. A Buffered Create allows you to create objects in bulk with a single or fewer API request(s). This is useful when you want to reduce the number of requests made to your server. When enabled, Zapier holds the data until the buffer reaches a size limit or a certain time has passed, then sends the buffered data using the performBuffer function you define.

cli

None!

core
  • 🧪 Add checks to support Buffered Create Actions (#​832)
schema
  • 🧪 Add performBuffer and buffer to operation schema to support Buffered Create Actions (#​832)

v15.14.2

Compare Source

released 2024-09-17

cli

None!

core
  • 🐛 Ensure censoring of OAuth1 tokens in HTTP logs (#​864)
schema

None!

misc

None!

v15.14.1

Compare Source

released 2024-09-12

cli

None!

core
  • 💅 Add signal to z.request options (#​857)
schema

None!

misc
  • 📜 Add documentation around inputFormat field type (#​858)

v15.14.0

Compare Source

released 2024-08-28

cli

None!

core
  • 💅 Add scopes as an option for zcache usage (#​849)
schema

None!

misc
  • 🔨 Add customOptions field to z.request options (#​846)

v15.13.0

Compare Source

released 2024-08-21

cli

None!

core

None!

schema
  • 💅 Add configurable poll delay for HookToPoll (#​844)
misc
  • 🔨 Bump elliptic from 6.5.4 to 6.5.7 (#​842)
  • 🔨 Bump axios from 1.6.1 to 1.7.4 (#​843)

v15.12.0

Compare Source

released 2024-08-16

cli
  • 💅 Introduce zapier pull command (#​838)
  • 💅 Handle subheadings when interpreting the changelog (#​827)
core
  • 🐛 Properly type HTTP Options, replacing generic object types (#​840)
  • 🐛 Allow Async Middleware Functions Types (#​826)
schema
  • 🐛 Correct casing on bulk reads action type (#​831)
  • 🐛 Display the bulk_reads functional constraint (#​829)
schema-to-ts
  • 🐛 Simplify and correct Array types in Schema to TS conversion (#​835)
misc
  • 📜 Improve documentation accuracy regarding primary: true limitations (#​836)
  • 📜 Document limitations regarding primary in outputFields (#​834)
  • 📜 Document bundle.meta.withSearch (#​823)

v15.11.1

Compare Source

released 2024-07-19

core
  • 🐛 Add base64 encoding before autostashing large payloads (#​824)
cli

None!

schema

None!

v15.11.0

Compare Source

released 2024-07-16

core
  • 🐛 Fixed issue preventing standalone 'creates' in extension from colliding with resource keys in base (#​819)
  • 💅 Bundle new TypeScript type declarations provided by the schema-to-ts tool (#​818)
cli

None!

schema

None!

schema-to-ts
  • 💅 Introduced the Schema-to-TS compiler tool (#​818)
  • 📜 Updated documentation to reference the schema-to-ts tool (#​821)

v15.10.0

Compare Source

released 2024-07-02

cli

None!

core
  • 💅 Update extendAppRaw to override arrays as well as objects (#​813)
  • 💅 Increase hydration payload limit (#​816)
  • 💅 Add allowlist for specific content types to log HTTP response/response for in patched HTTP client (#​810)
schema

None!

v15.9.1

Compare Source

released 2024-06-27

cli

None!

core
  • 🐛 Fix afterApp large response cacher bug (#​814)
schema

None!

v15.9.0

Compare Source

released 2024-06-26

cli

None!

core
  • 💅 Allow relative paths via z.require() (#​809)
  • 💅 Handle large response payloads (#​808)
schema

None!

v15.8.0

Compare Source

released 2024-06-13

cli
  • 📜 Add docs for domain and subdomain validation as Authentication subheading (#​797)
  • 📜 Document performResume default implementation (#​806)
core
  • 💅 Throw error for HTTP redirect made to disallowed domains (#​803)
schema
  • 🧪 Add support for retry and filter at the root-level of the throttle configuration (#​796)
  • 🐛 Update createsSchema to disallow additional properties (#​798)
misc
  • 🔨 Bump jquery from 2.1.4 to 3.5.0 in the legacy-scripting-runner (#​790)
  • 🔨 Bump marked from 0.3.19 to 4.2.12 (#​793)
  • 🔨 Bump braces from 3.0.2 to 3.0.3 (#​805)

v15.7.3

Compare Source

released 2024-05-27

cli
  • 🐛 Address CVE-2024-27980 changes in Node.js by always passing shell: true as an option for spawn() in Windows OS environments (thanks to @​jaydamani for the report!) (#​788).

v15.7.2

Compare Source

released 2024-05-08

cli
  • 📜 Correct docs about zapier migrate --user (#​779)
core
  • 🐛 Censor set-cookie response header in logs (#​780)
misc
  • 🔧 Dependency updates
    • Bump semver from 5.7.1 to 7.5.2 (#​776)
    • Bump ejs from 3.1.7 to 3.1.10 (#​777)
    • Bump debug from 4.1.1 to 4.3.4 (#​778)

v15.7.1

Compare Source

released 2024-05-01

cli
  • 📜 Add instruction to close resolved issues after promotion in the docs (#​770)
  • 📜 Remove the note on redirect_uri change after publish in the docs (#​774)
core
  • 🐛 Fix null response content breaking the search for sensitive values (#​772)
schema

None!

misc
  • 🐛 Fix the legacy-scripting-runner's ErrorException invalid JSON data (#​773)
  • 🔨 Bump tar from 6.1.0 to 6.2.1 (#​771)

v15.7.0

Compare Source

released 2024-04-09

cli
  • 📜 Added missing 'to' in CLI docs (#​767)
core
  • 💅 Raised max file size for upload streaming to 1GB (#​768)
schema

None!

v15.6.2

Compare Source

released 2024-04-03

cli

None!

core
  • 🐛 Censor entire response content when refreshing or getting new auth token (#​765)
schema

None!

v15.6.1

Compare Source

released 2024-03-28

cli
  • 📜 Update document on the primary property in outputFields (#​763)
  • 📜 Update document on the throttle configuration to include retry in the overrides attributes (#​761)
core

None!

schema
  • 🧪 Add support for retry in the overrides object of the throttle configuration (#​761)
misc
  • 🔧 Fix failing tests in dependabot's PRs (#​762)

v15.6.0

Compare Source

released 2024-03-26

cli
  • 📜 Document allowGetBody option in z.request() (#​752)
  • 📜 Update document on the throttle configuration to include key and overrides attributes, and action scope (#​760)
core
  • 🔧 Change trigger output check logic for the newly-added primary property in outputFields (#​754)
schema
  • 🎉 Allow to set primary in outputFields to define the unique key for deduplication (#​754)
  • 🧪 Add support for overrides in the throttle configuration (#​755)
  • 🧪 Add support for key in the throttle configuration and action scope (#​757)

v15.5.3

Compare Source

released 2024-02-08

cli
  • 🐛 Fixed bug in zapier validate where zapier-platform-core was failing to import on version 15.5.2 (#​746)

v15.5.2

Compare Source

released 2024-02-06

cli
  • 🐛 Fixed bug in zapier convert that crashes due to syntax error in user's code and should not replace source in sample (#​730)
  • 🐛 Improved handling of broken symlinks while copying files to temp directory during the build process (#​737)
  • 🐛 Fixed bug in zapier build where it failed to run in npm workspaces (#​738, #​742)
  • 🐛 Fixed converting triggers breaking when trigger key starts with a number (#​741)
  • 🔧 Upgraded @​oclif/plugin-help dependency, addressing security issue with sub-dependency (#​739)
  • 🔧 Updated the "custom-auth" sample to avoid a warning when running zapier validate (#​724)
core
  • 🐛 Updated TypeScript method types in RawHttpResponse (#​735)
  • 🐛 Use node-fetch TypeScript types in BaseHttpResponse (#​736)
misc
  • 📜 Updated rest hook tutorial to include content for expiring webhooks (#​731)
  • 📜 Documenting 5 min cache behavior of hydration and how to workaround (#​740)

v15.5.1

Compare Source

released 2023-11-21

cli
  • 📜 Update zapier logs documentation to mention default user target (#​721)
core
  • 💅 Allow server to decide when to truncate log fields (#​725)
schema

None!

misc
  • 🔨 Bump axios from 1.2.3 to 1.6.1 (#​726)

v15.5.0

Compare Source

released 2023-11-08

cli

None!

core

None!

schema
  • 💅 Add steadyState property on the FieldSchema for steady state deduplication on trigger polls (#​721)
misc
  • 🔨 Bump browserify-sign from 4.0.4 to 4.2.2 (#​719)

v15.4.2

Compare Source

released 2023-11-01

cli
  • 📜 Update z.cursor documentation for handling end of the result set (#​703)
core
  • 🔨 Bump secret-scrubber-js to v1.0.8 (#​717)
schema
  • 📜 Correct the 'value' and 'sample' description in the 'FieldChoicesWithLabel' schema (#​716)
misc

v15.4.1

Compare Source

released 2023-10-06

cli

None!

core

None!

schema
  • 🐛 Fixed throttle configuration not being allowed on triggers (#​711)
misc

None!

v15.4.0

Compare Source

released 2023-10-06

cli

None!

core
  • 🐛 Added handling the use of non-string cursors in z.cursor.set() (#​705)
schema
  • 🎉 Added support for throttle configuration (#​709)
misc
  • 🐛 Fixed building of boilerplate having lingering old files from previous builds (#​708)
  • 🔨 Bumped get-func-name version from 2.0.0 to 2.0.2 (#​707)

v15.3.0

Compare Source

released 2023-09-19

cli

None!

core

None!

schema
  • 💅 (Experimental) Extend Custom Auth to support OTP (#​702)
misc
  • 📜 Bring over paging cursor doc changes added in visual-builder repo (#​701)
  • 🐛 Updating example Github app unit tests (#​700)
  • 📜 Update version mismatch (#​699)
  • 🐛 Fix legacy scripting runner test (#​697)

v15.2.0

Compare Source

v15.1.0

Compare Source

released 2023-09-07

cli
  • 🐛 Removed the logic converting an empty array to undefined in changelog metadata (#​690)
  • 💅 Integration title length must be at least 2 characters (#​693)
core

None!

schema

None!

legacy-scripting-runner
  • 🐛 Fixed a flaky test for legacy scripting runner (#​697)
misc
  • 📜 Added links to relevant support documentation (#​692)
  • 📜 Fixed markdown formatting for backtick usage (#​691)
  • 📜 Added detail on encoding defaults in the API documentation (#​689)
  • 📜 Added detail on OAuth state parameter in the API documentation (#​683)
  • 📜 Minor updates to CLI documentation and rebuild (#​688)
  • 📜 Moved up template explanation in README (#​682)
  • 📜 Added detail on the 'computed' flag in the API documentation (#​686)
  • 📜 Added detail on callback URL parameter in the API documentation (#​687)
  • 📜 Updated GitHub CLI tutorial app documentation (#​679)
  • 🔨 Bumped word-wrap version from 1.2.3 to 1.2.4 (#​680)
  • 🔨 Bumped cli, core, schema from 15.0.0 to 15.0.1 (#​678)

v15.0.1

Compare Source

released 2023-07-10

cli
  • 🐛 zapier convert now uses jest test template scaffold instead of mocha (#​674)
core

None!

schema

None!

misc
  • 📜 Documentation update related to example apps (#​675, #​672, #​671)
  • 📜 Documentation update related to outdated hyperlinks (#​673)
  • 📜 Documentation update to match public platform docs (#​670)

v15.0.0

Compare Source

released 2023-06-30

Version 15.0.0 is a breaking change release that contains several important upgrades and deprecations. Here is a brief breakdown of the changes (❗ denotes a breaking change):

  • ❗ Changelog is required for promotions.
    Prior to v15.0.0, providing a changelog was optional for promoting an app; this is now required. You can also append changelog metadata to help categorize whether the changes are related to bug fixes or a new feature.

  • ❗ Remove important field from the schema.
    The important field was deprecated in v14.0.1 (#​644) and now we are removing it in this release.

  • ❗ Apps can now use Node.js v18.x and Node.js v14.x is no longer supported.
    (a) Any integrations that depend on zapier-platform-core@15.0.0 will now run on Node.js 18.
    (b) We are dropping support for Node.js 14, which has been designated end-of-life since 2023-04-30 (see the Node.js release schedule).

cli
  • 🐛 zapier convert now uses jest test template scaffold instead of mocha (#​674)
  • 🐛 zapier login --sso points to the correct link for fetching Deploy Keys (#​666)
  • 🐛 zapier convert should convert source fields (#​660)
  • ❗ Changelog is required for promotions (#​653)
core
  • ❗ Apps can now use Node.js v18.x and Node.js v14.x is no longer supported (#​665)
schema
  • ❗ Remove important field from the schema (#​662)
misc
  • 📜 Documentation update related to redirect caveat in public apps (#​661)

  • 📜 Documentation update related to supplement the "Output Fields" section (#​654)

  • 🔨 Dependency updates (#​668, #​665)

    CLI

    • Bump @oclif/command@1.8.21 to @oclif/command@1.8.27
    • Bump @oclif/config@1.18.6 to @oclif/command@1.18.10
    • Bump fs-extra@10.0.0 to @oclif/command@11.1.1
    • Bump jscodeshift@0.14.0 to jscodeshift@0.15.0
    • Bump marked-terminal@5.1.1 to marked-terminal@5.2.0
    • Bump prettier@2.8.3 to prettier@2.8.8
    • Bump read@2.0.0 to read@2.1.0
    • Bump semver@7.3.8 to semvar@7.5.2
    • Bump yeoman-generator@5.7.0 to yeoman-generator@5.9.0
    • Bump nock@13.3.0 to nock@13.3.1

    Core

    • Bump node-abort-controller@3.0.1 to node-abort-controller@3.1.1
    • Bump semver@7.3.5 to semvar@7.5.2
    • Bump aws-sdk@2.1300.0 to aws-sdk@2.1397.0
    • Bump fs-extra@10.0.0 to fs-extra@11.1.1
    • Bump @types/node@18.11.18 to @types/node@20.3.1

    Legacy

    • Bump moment-timezone@0.5.35 to moment-timezone@0.5.43
    • Bump aws-sdk@2.1300.0 to aws-sdk@2.1397.0
    • Bump nock@13.3.0 to nock@13.3.1

    Schema

    • Bump jsonschema@1.2.2 to jsonschema@1.4.1
    • Bump fs-extra@10.0.0 to fs-extra@11.1.1

v14.1.2

Compare Source

v14.1.1

Compare Source

released 2023-06-07

cli
  • 📜 Improve docs related to expected behaviors for configuring OAuth2 with PKCE (#​655)
  • 📜 Improve docs related to hydration payload limit(#​656)
  • 🔨 Dependency updates
    • Bump typescript in template generator from 4.2.4 to 4.9.4 (#​657)
core
  • None!
schema
  • None!
misc
  • None!

v14.1.0

Compare Source

v14.0.1

Compare Source

released 2023-05-22

cli
  • 🐛 Fix duplicate authentication field keys being generated by the zapier convert command (#​639)
  • 🐛 Fix missing key property in the .zapierapprc file after running the zapier convert command (#​640)
  • 📜 Improve docs related to expected behaviors for stale authentication (#​647)
core
  • None!
schema
  • 📜 Deprecate the important key of the BasicDisplaySchema. This property will be removed and hence a breaking change ❗ in the next major version release. (#​644)
misc
  • 🔨 Dependency updates
    • Bump moment from 2.24.0 to 2.29.4 (#​635)
    • Bump minimatch from 3.0.4 to 3.0.5 (#​634)

v14.0.0

Compare Source

released 2023-03-21

Version 14.0.0 is a breaking change release that contains several important upgrades and deprecations. Here is a brief breakdown of the changes (❗ denotes a breaking change):

  1. altersDynamicFields no longer defaults to true when dynamic is set. You should now set the flag appropriately. If a dynamic dropdown (i.e. a field with dynamic set) should refresh other input fields, you must set altersDynamicFields to true on v14.

    inputFields: [
      {
        key: 'city',
        dynamic: 'city.id.name',
        altersDynamicFields: true  // <- set this appropriately on v14
      }
    ]
    
  2. ❗ Before v14, the Zap editor didn't really use canPaginate. Instead, it made two requests and compared them to determine if pagination is supported. Starting from v14, canPaginate is required for the Zap editor to show the Load More button for pagination.

    triggers: {
      contact: {
        operation: {
          canPaginate: true  // <- set this appropriately on v14
        }
      }
    }
    
  3. ❗ Now you are required to provide meta information about your app, such as your intended audience and app category (if that information isn't already provided). If you are missing this information, you will be blocked from making updates to your integration (zapier promote, zapier upload, zapier push). Use zapier register with zapier-platform-core@14.0.0 or go to https://developer.zapier.com/app/{app_id}/version/{version}/settings to fill it out.

  4. On v14, OAuth2 implementation now supports PKCE! See our documentation for details.

Read on for a detailed set of release notes. Again, ❗ are BREAKING CHANGEs.

cli
  • ❗ Implement individual field flags for register command (#​618)
  • ❗ Block promote, upload, and push for missing required app info (#​612)
  • 💅 Use uniform field names in check-missing-app-info util (#​630)
  • 💅 Only require fields for private integrations via CLI (#​628)
  • 💅 Implement --yes flag for register command (#​627)
  • 📜 Improve documentation on throttling (#​631)
  • 📜 Add documentation for PKCE OAuth2 (#​629)
  • 📜 Add information about how to return line items (#​620)
  • 📜 Fix 'integraiton' typo in CLI docs (#​613)
core
  • 🔨 bump http-cache-semantics from 4.1.0 to 4.1.1 (#​617)
schema
  • 🎉 Add enablePkce to oauth2Config (#​623)
  • 🔨 searchAndCreates and searchOrCreates can coexist to avoid search key collision (#​624)
  • 📜 Add clarity on role of performList for testing REST Hooks (#​619)
misc
  • 📜 Small followup improvement on GitHub issue templates (#​625)
  • 📜 Replace issue templates with GitHub forms, update CODEOWNERS (#​622)

v13.0.0

Compare Source

v12.2.1

Compare Source

v12.2.0

Compare Source

v12.1.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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from royalfig as a code owner July 10, 2023 19:49
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from 60b14b0 to 6d4c0bb Compare September 7, 2023 22:57
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from 6d4c0bb to ab417b4 Compare September 19, 2023 19:22
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch 2 times, most recently from 7eeeaaf to ecb75fb Compare October 6, 2023 19:37
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from ecb75fb to 6e1e968 Compare November 1, 2023 21:48
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from 6e1e968 to b6e5fa2 Compare November 9, 2023 14:29
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from b6e5fa2 to 25aa052 Compare November 21, 2023 08:21
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch 2 times, most recently from 9c78ed6 to 9296d4d Compare February 8, 2024 21:29
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch 2 times, most recently from 2010712 to d95b4a1 Compare March 28, 2024 17:23
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch 2 times, most recently from 5143630 to 83117ea Compare April 9, 2024 16:35
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch 2 times, most recently from aa71c38 to d0f18ba Compare May 8, 2024 09:50
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from d0f18ba to 653f17c Compare May 27, 2024 16:21
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from 653f17c to d710d6f Compare June 13, 2024 17:22
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch 3 times, most recently from 3e30941 to f162366 Compare July 2, 2024 23:18
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch 2 times, most recently from 0a093ad to 5051c57 Compare July 19, 2024 21:56
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch 2 times, most recently from a3a3379 to 8503595 Compare August 21, 2024 19:29
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from 8503595 to 80535e6 Compare August 28, 2024 19:37
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch 3 times, most recently from de4c6ed to b3f1f52 Compare September 18, 2024 09:27
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from b3f1f52 to f3890f5 Compare September 24, 2024 18:10
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch 2 times, most recently from 56dc752 to c539a69 Compare October 11, 2024 08:04
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from c539a69 to c751bf7 Compare October 24, 2024 15:14
@renovate renovate bot force-pushed the renovate/zapier-platform-core-15.x branch from c751bf7 to 808fd58 Compare November 1, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants