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

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

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@oxc-project/types (source) ^0.51.0 -> ^0.52.0 age adoption passing confidence
@swc/core (source) ^1.10.16 -> ^1.10.18 age adoption passing confidence
@types/node (source) ^22.13.4 -> ^22.13.5 age adoption passing confidence
eslint (source) ^9.20.1 -> ^9.21.0 age adoption passing confidence
oxc-parser (source) ^0.51.0 -> ^0.52.0 age adoption passing confidence
oxc-transform (source) ^0.51.0 -> ^0.52.0 age adoption passing confidence
prettier (source) ^3.5.1 -> ^3.5.2 age adoption passing confidence
tinyglobby ^0.2.10 -> ^0.2.12 age adoption passing confidence
tsdown ^0.5.9 -> ^0.6.0 age adoption passing confidence
tsx (source) ^4.19.2 -> ^4.19.3 age adoption passing confidence
vite (source) ^6.1.0 -> ^6.1.1 age adoption passing confidence
vitest (source) ^3.0.5 -> ^3.0.6 age adoption passing confidence

Release Notes

oxc-project/oxc (@​oxc-project/types)

v0.52.0

Bug Fixes
  • 72bab88 ast/estree: Remove unused TS type def for WithClause (#​9250) (overlookmotel)
Refactor
  • 97cc1c8 ast: Remove TSLiteral::NullLiteral (replaced by TSNullKeyword) (#​9147) (Boshen)
swc-project/swc (@​swc/core)

v1.10.18

Compare Source

Bug Fixes
Miscellaneous Tasks
  • (es/minifier) Make minify-all example ignore parsing errors (#​10045) (6c7ec46)
Build

v1.10.17

Compare Source

Bug Fixes
Performance
Testing
eslint/eslint (eslint)

v9.21.0

Compare Source

prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

SuperchupuDev/tinyglobby (tinyglobby)

v0.2.12

Compare Source

Fixed
  • Using .. inside ignore patterns could sometimes make the optimizer ignore parent directories
Changed
  • The debug option now logs skipped directories

v0.2.11

Compare Source

I've opened a sponsorships page! Consider sponsoring at https://github.com/sponsors/SuperchupuDev
if you'd like to support the development of this project. This is a huge release in a technical aspect
that took many months to get right.

Added
  • New optimizer to avoid crawling directories with entries that will never match.

    This is a huge performance improvement and it should solve most if not all performance issues in the library.

    This has taken many months to figure out and implement and has gotten through three different implementations
    with the help and/or advice of many people, most from e18e:

  • Other performance improvements, such as early returning without patterns by bluwy
    and micro-optimizations by Torathion

  • debug option. Useful for development purposes

Fixed
  • Usage of escaped patterns with a cwd that partially matches the pattern
  • Unsupported usages of backslashes making the library really slow. It should be way faster now thanks to the new optimizer
sxzz/tsdown (tsdown)

v0.6.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
    View changes on GitHub
privatenumber/tsx (tsx)

v4.19.3

Compare Source

vitejs/vite (vite)

v6.1.1

Compare Source

vitest-dev/vitest (vitest)

v3.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "* 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.

Copy link

stackblitz bot commented Feb 17, 2025

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

Copy link

pkg-pr-new bot commented Feb 17, 2025

Open in Stackblitz

npm i https://pkg.pr.new/unplugin/unplugin-isolated-decl@57

commit: 1e511d6

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 192880c to 416c89d Compare February 17, 2025 06:57
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Feb 17, 2025
@renovate renovate bot closed this Feb 17, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch February 17, 2025 10:26
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Feb 24, 2025
@renovate renovate bot reopened this Feb 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ccb50cb to 416c89d Compare February 24, 2025 01:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 416c89d to 1e511d6 Compare February 24, 2025 05:44
@renovate renovate bot merged commit 5c028ed into main Feb 24, 2025
12 checks passed
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