Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(deps): update all non-major dependencies #53

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sxzz/eslint-config ^7.0.1 -> ^7.0.2 age adoption passing confidence
@types/node (source) ^22.15.21 -> ^22.15.29 age adoption passing confidence
esbuild ^0.25.4 -> ^0.25.5 age adoption passing confidence
eslint (source) ^9.27.0 -> ^9.28.0 age adoption passing confidence
tsdown ^0.12.3 -> ^0.12.6 age adoption passing confidence
unplugin (source) ^2.3.4 -> ^2.3.5 age adoption passing confidence

Release Notes

sxzz/eslint-config (@​sxzz/eslint-config)

v7.0.2

Compare Source

No significant changes

    View changes on GitHub
evanw/esbuild (esbuild)

v0.25.5

Compare Source

  • Fix a regression with browser in package.json (#​4187)

    The fix to #​4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the [email protected] package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#​4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
  • Add CSS prefixes for the stretch sizing value (#​4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
eslint/eslint (eslint)

v9.28.0

Compare Source

rolldown/tsdown (tsdown)

v0.12.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.12.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.12.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unjs/unplugin (unplugin)

v2.3.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the dependencies label Jun 2, 2025
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedesbuild@​0.25.4 ⏵ 0.25.5911007193100
Updatedrolldown@​1.0.0-beta.9-commit.d91dfb5 ⏵ 1.0.0-beta.10-commit.bf212da98 +11007398100
Updated@​types/​node@​22.15.21 ⏵ 22.15.29100 +110080 +196100
Updated@​sxzz/​eslint-config@​7.0.1 ⏵ 7.0.281 -110097 +195 +2100
Updatedunplugin@​2.3.4 ⏵ 2.3.51001008296100
Updatedtsdown@​0.12.3 ⏵ 0.12.698 +110087 +196 +1100
Updatedeslint@​9.27.0 ⏵ 9.28.09710010096 +2100

View full report

@renovate renovate bot merged commit 344b309 into main Jun 2, 2025
9 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 2, 2025 05:26
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.

0 participants