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

Bump zapier-platform-core from 15.5.1 to 15.19.0 #189

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps zapier-platform-core from 15.5.1 to 15.19.0.

Changelog

Sourced from zapier-platform-core's changelog.

15.19.0

released 2024-11-25

For optimal performance, an optional argument has been added to z.dehydrate to allow devs to control the cache duration on hydrators. The default cache duration for hydrators is unchanged (5 minutes).

Also, with the new optional meta field object added to the FieldSchema object, devs now have a supported mechanism for storing field-specific context which may be obtained when constructing dynamic needs, and then making that context available during actual action execution in the perform method.

Lastly, the zapier scaffold now supports TypeScript (TS) applications. It automatically detects TS and JS projects if the --entry flag isn't provided, so that it can generate and edit the right files in the right places, given TS projects tend to keep their files in ./src.

cli

  • 💅 Add support for TS on the zapier scaffold command (#884)

core

  • 🎉 Add support for providing the cache expiration for hydrators (#918)
  • 📜 Add timezone and withSearch fields to the bundle.meta object (#922)
  • 📜 Update the BeforeRequestMiddleware typings to require url in the request object (#924)

schema

  • 🎉 Add meta field support for the FieldSchema (#883)

schema-to-ts

None!

misc

  • 🔨 Bump elliptic from 6.5.7 to 6.6.0 (#911)
  • 🔨 Bump cross-spawn from 7.0.3 to 7.0.6 in /schema-to-ts (#919)

15.18.1

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!

... (truncated)

Commits
  • 982baa2 Add changelog for 15.19.0 and Bump cli, core, schema 15.18.1 -> 15.19.0
  • 9310d6e chore(ts): Extract HttpRequestOptionsWithUrl, add to middleware (#924)
  • 66dc9da [PDE-5395] feat(schema): Add meta field support for FieldSchema (#883)
  • 787317f Merge pull request #919 from zapier/dependabot/npm_and_yarn/schema-to-ts/cros...
  • eb89dcf chore(ts): Update bundle.meta typings [IQQ-2105] (#922)
  • ca94c57 Merge pull request #921 from zapier/PDE-5544
  • cb34418 chore(legacy-scripting-runner) Release legacy-scripting-runner v3.8.14 (#920)
  • cbdce7f Merge pull request #918 from zapier/PDE-5540
  • c3a921d PDE-5544 Update z.cache.set ts typing
  • c7bfd30 Bump cross-spawn from 7.0.3 to 7.0.6 in /schema-to-ts
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zapier-platform-core](https://github.com/zapier/zapier-platform) from 15.5.1 to 15.19.0.
- [Changelog](https://github.com/zapier/zapier-platform/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zapier/zapier-platform/compare/[email protected]@15.19.0)

---
updated-dependencies:
- dependency-name: zapier-platform-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants