Skip to content

chore(deps): update all non-major dependencies#3084

Merged
glennmichael123 merged 1 commit into
mainfrom
buddy-bot/update-non-major-updates
Mar 30, 2026
Merged

chore(deps): update all non-major dependencies#3084
glennmichael123 merged 1 commit into
mainfrom
buddy-bot/update-non-major-updates

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 2
Total 2

📦 npm Dependencies

npm

2 packages will be updated

Package Change Age Adoption Passing Confidence
buddy-bot (source) 0.9.17 -> 0.9.18 age adoption passing confidence
esbuild (source) 0.27.3 -> 0.27.4 age adoption passing confidence

Release Notes

stacksjs/buddy-bot (buddy-bot)

0.9.17 -> 0.9.18

v0.9.18

Compare Source

Released by github-actions[bot] on 3/26/2026

v0.9.9

Compare Source

Released by github-actions[bot] on 10/15/2025

v0.9.8

Compare Source

Released by github-actions[bot] on 10/7/2025

evanw/esbuild (esbuild)

0.27.3 -> 0.27.4

v0.27.4

Compare Source

  • Fix a regression with CSS media queries (#4395, #4405, #4406)

    Version 0.25.11 of esbuild introduced support for parsing media queries. This unintentionally introduced a regression with printing media queries that use the <media-type> and <media-condition-without-or> grammar. Specifically, esbuild was failing to wrap an or clause with parentheses when inside <media-condition-without-or>. This release fixes the regression.

    Here is an example:

    /* Original code */
    @media only screen and ((min-width: 10px) or (min-height: 10px)) {
      a { color: red }
    }
    
    /* Old output (incorrect) */
    @media only screen and (min-width: 10px) or (min-height: 10px) {
      a {
        color: red;
      }
    }
    
    /* New output (correct) */
    @media only screen and ((min-width: 10px) or (min-height: 10px)) {
      a {
        color: red;
      }
    }
  • Fix an edge case w...

[View full release notes]

Released by github-actions[bot] on 3/12/2026


📊 Package Statistics

  • buddy-bot: 85,593 weekly downloads
  • esbuild: 163,703,618 weekly downloads

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Buddy 🤖

@netlify

netlify Bot commented Mar 26, 2026

Copy link
Copy Markdown

Deploy Preview for dtsx failed. Why did it fail? →

Name Link
🔨 Latest commit 9a1a0d9
🔍 Latest deploy log https://app.netlify.com/projects/dtsx/deploys/69ca6c147d0d1f0008d0b694

@github-actions github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 23 times, most recently from e7dbd6a to 0db4145 Compare March 28, 2026 00:38
@github-actions github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 26 times, most recently from 647da41 to 04ae805 Compare March 30, 2026 10:34
@github-actions github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch from 04ae805 to 9a1a0d9 Compare March 30, 2026 12:26
@glennmichael123 glennmichael123 merged commit b2eb0ae into main Mar 30, 2026
0 of 4 checks passed
@glennmichael123 glennmichael123 deleted the buddy-bot/update-non-major-updates branch March 30, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant