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 all non-major dependencies #221

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@tailwindcss/forms 0.5.7 -> 0.5.8 age adoption passing confidence dependencies patch
@types/node (source) 20.16.1 -> 20.16.3 age adoption passing confidence dependencies patch
@types/react (source) 18.3.4 -> 18.3.5 age adoption passing confidence dependencies patch
ai (source) 3.3.18 -> 3.3.25 age adoption passing confidence dependencies patch
dspy-ai 2.4.13 -> 2.4.14 age adoption passing confidence dependencies patch
eslint-config-next (source) 14.2.6 -> 14.2.7 age adoption passing confidence dependencies patch
guardrails-ai 0.5.5 -> 0.5.6 age adoption passing confidence dependencies patch
httpx (changelog) 0.27.0 -> 0.27.2 age adoption passing confidence dependencies patch
next (source) 14.2.6 -> 14.2.7 age adoption passing confidence dependencies patch
openai 1.42.0 -> 1.43.0 age adoption passing confidence dependencies minor
openai 4.56.0 -> 4.57.0 age adoption passing confidence dependencies minor
postcss (source) 8.4.41 -> 8.4.44 age adoption passing confidence dependencies patch
slackapi/slack-github-action v1.26.0 -> v1.27.0 age adoption passing confidence action minor
tsx (source) 4.18.0 -> 4.19.0 age adoption passing confidence dependencies minor

Release Notes

tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.8

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​163)
vercel/ai (ai)

v3.3.25

Compare Source

Patch Changes
  • 4f1530f: feat (ai/core): add OpenTelemetry Semantic Conventions for GenAI operations to v1.27.0 of standard
  • dad775f: feat (ai/core): add finish event and avg output tokens per second (telemetry)

v3.3.24

Compare Source

Patch Changes
  • d87a655: fix (ai/core): provide fallback when globalThis.performance is not available

v3.3.23

Compare Source

Patch Changes
  • b55e6f7: fix (ai/core): streamObject text stream in array mode must not include elements: prefix.

v3.3.22

Compare Source

Patch Changes
  • a5a56fd: fix (ai/core): only send roundtrip-finish event after async tool calls are done

v3.3.21

Compare Source

Patch Changes

v3.3.20

Compare Source

Patch Changes
  • 7807677: fix (rsc): Deep clone currentState in getMutableState()

v3.3.19

Compare Source

Patch Changes
  • 7235de0: fix (ai/core): convertToCoreMessages accepts Message[]
stanfordnlp/dsp (dspy-ai)

v2.4.14: DSPy v2.4.14

Compare Source

vercel/next.js (eslint-config-next)

v14.2.7

Compare Source

encode/httpx (httpx)

v0.27.2

Compare Source

Fixed
  • Reintroduced supposedly-private URLTypes shortcut. (#​2673)

v0.27.1

Compare Source

Added
  • Support for zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#​3139)
Fixed
  • Improved error messaging for InvalidURL exceptions. (#​3250)
  • Fix app type signature in ASGITransport. (#​3109)
vercel/next.js (next)

v14.2.7

Compare Source

openai/openai-python (openai)

v1.43.0

Compare Source

Full Changelog: v1.42.0...v1.43.0

Features
openai/openai-node (openai)

v4.57.0

Compare Source

Full Changelog: v4.56.2...v4.57.0

Features
Bug Fixes

v4.56.2

Compare Source

Full Changelog: v4.56.1...v4.56.2

Chores

v4.56.1

Compare Source

Full Changelog: v4.56.0...v4.56.1

Chores
postcss/postcss (postcss)

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).
slackapi/slack-github-action (slackapi/slack-github-action)

v1.27.0: Slack Send V1.27.0

Compare Source

What's changed

This release introduces an optional payload-delimiter parameter for flattening nested objects with a customized delimiter before the payload is sent to Slack Workflow Builder when using workflow webhook triggers.

  - name: Send a custom flattened payload
    uses: slackapi/slack-github-action@v1.27.0
+   with:
+     payload-delimiter: "_"
    env:
      SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Setting this value to an underscore (_) is recommended when using nested inputs within Workflow Builder to match expected input formats of Workflow Builder, but the actual value can be changed to something else! This "flattening" behavior did exist prior to this version, but used a period (.) which is not valid for webook inputs in Workflow Builder.

Flattening example

The resulting output of flattened objects is not always clear, but the following can hopefully serve as a quick reference as well as these specs when using _ as the delimiter:

Input:

{
    "apples": "tree",
    "bananas": {
        "truthiness": true
    }
}

Output:

{
    "apples": "tree",
    "bananas_truthiness": "true"
}

Notice that bananas_truthiness is also stringified in this process, as part of updating values to match the expected inputs of Workflow Builder!

Changes

In addition to the changes above, the following lists all of the changes since the prior version with the complete changelog changes found here: slackapi/slack-github-action@v1.26.0...v1.27.0

🎁 Enhancements
📚 Documentation
🔒 Security
🧪 Maintenance
📦 Dependencies

🎉 New contributors

privatenumber/tsx (tsx)

v4.19.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 a team September 2, 2024 07:06
Copy link

vercel bot commented Sep 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
autoblocks-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 2, 2024 7:28pm

Copy link

github-actions bot commented Sep 2, 2024

FAILED  •  🕐 8s  •  🏗️ Autoblocks Testing / js-autoblocks-tests (#821)  •  ➡️ View in Autoblocks


🟢  flashcard-generator

Evaluators                  Min / Avg / Max    Pass / Fail / Skip
-----------------------------------------------------------------
is-professional-tone     0.44 / 0.61 / 0.78             3 / 0 / 0
is-supported-by-notes    1.00 / 1.00 / 1.00             3 / 0 / 0

🟢  flashcard-generator-managed

Evaluators                  Min / Avg / Max    Pass / Fail / Skip
-----------------------------------------------------------------
is-professional-tone     1.00 / 1.00 / 1.00             1 / 0 / 0
is-supported-by-notes    1.00 / 1.00 / 1.00             1 / 0 / 0

🔴  study-guide-outline

Evaluators           Min / Avg / Max    Pass / Fail / Skip
----------------------------------------------------------
formatting        1.00 / 1.00 / 1.00             5 / 0 / 0
has-substrings    0.00 / 0.60 / 1.00             3 / 2 / 0
num-categories    1.00 / 1.00 / 1.00             5 / 0 / 0

Generated by Autoblocks against 054c1e0

Copy link

github-actions bot commented Sep 2, 2024

FAILED  •  🕐 48s  •  🏗️ Autoblocks Testing / py-autoblocks-tests (#821)  •  ➡️ View in Autoblocks


🔴  dspy

Evaluators        Min / Avg / Max    Pass / Fail / Skip
-------------------------------------------------------
correctness    0.00 / 0.90 / 1.00             9 / 1 / 0

Generated by Autoblocks against 054c1e0

@adamnolte adamnolte merged commit 007c7ff into main Sep 3, 2024
18 checks passed
@adamnolte adamnolte deleted the renovate/all-non-major-dependencies branch September 3, 2024 00:46
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.

1 participant