sxzz / tsdown

An even faster bundler powered by Rolldown.
https://jsr.io/@sxzz/tsdown
MIT License
330 stars 7 forks source link

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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sxzz/eslint-config ^3.17.3 -> ^3.17.4 age adoption passing confidence
bumpp ^9.5.1 -> ^9.5.2 age adoption passing confidence
eslint (source) ^9.9.0 -> ^9.9.1 age adoption passing confidence
fdir ^6.2.0 -> ^6.3.0 age adoption passing confidence
pkg-types ^1.1.3 -> ^1.2.0 age adoption passing confidence
pnpm (source) 9.7.1 -> 9.8.0 age adoption passing confidence
tinyglobby ^0.2.2 -> ^0.2.5 age adoption passing confidence
tsx (source) ^4.17.0 -> ^4.18.0 age adoption passing confidence
unplugin-isolated-decl ^0.4.6 -> ^0.4.7 age adoption passing confidence

Release Notes

sxzz/eslint-config (@​sxzz/eslint-config) ### [`v3.17.4`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.17.4) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.17.3...v3.17.4) #####    🐞 Bug Fixes - Export `package.json` file  -  by [@​sxzz](https://togithub.com/sxzz) [(c689d)](https://togithub.com/sxzz/eslint-config/commit/c689d7b) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.17.3...v3.17.4)
antfu/bumpp (bumpp) ### [`v9.5.2`](https://togithub.com/antfu/bumpp/compare/v9.5.1...402476cf2370e7738b02b8e48e78903a7dce1bf9) [Compare Source](https://togithub.com/antfu/bumpp/compare/v9.5.1...v9.5.2)
eslint/eslint (eslint) ### [`v9.9.1`](https://togithub.com/eslint/eslint/compare/v9.9.0...8781e6f063e56438dc22346504ff637df3f84daf) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.9.0...v9.9.1)
thecodrr/fdir (fdir) ### [`v6.3.0`](https://togithub.com/thecodrr/fdir/releases/tag/v6.3.0): 6.3.0 [Compare Source](https://togithub.com/thecodrr/fdir/compare/v6.2.0...v6.3.0) #### Added 1. `withSymlinks` now supports the `resolvePaths` argument again. It was accidentally removed when migrating to TypeScript. Thanks to [@​SuperchupuDev](https://togithub.com/SuperchupuDev) ([https://github.com/thecodrr/fdir/pull/104](https://togithub.com/thecodrr/fdir/pull/104)) #### Fixes 1. Symlink paths no longer end with a leading slash when `withSymlinks` is enabled. #### Other - chore: exclude irrelevant files from published bundle by [@​SuperchupuDev](https://togithub.com/SuperchupuDev) in [https://github.com/thecodrr/fdir/pull/105](https://togithub.com/thecodrr/fdir/pull/105) - fix(docs): remove Immich CLI by [@​etnoy](https://togithub.com/etnoy) in [https://github.com/thecodrr/fdir/pull/108](https://togithub.com/thecodrr/fdir/pull/108) - docs: document missing options by [@​SuperchupuDev](https://togithub.com/SuperchupuDev) in [https://github.com/thecodrr/fdir/pull/110](https://togithub.com/thecodrr/fdir/pull/110) - chore: fix import in benchmark scripts by [@​SuperchupuDev](https://togithub.com/SuperchupuDev) in [https://github.com/thecodrr/fdir/pull/111](https://togithub.com/thecodrr/fdir/pull/111) #### New Contributors - [@​etnoy](https://togithub.com/etnoy) made their first contribution in [https://github.com/thecodrr/fdir/pull/108](https://togithub.com/thecodrr/fdir/pull/108) **Full Changelog**: https://github.com/thecodrr/fdir/compare/v6.2.0...v6.3.0
unjs/pkg-types (pkg-types) ### [`v1.2.0`](https://togithub.com/unjs/pkg-types/blob/HEAD/CHANGELOG.md#v120) [Compare Source](https://togithub.com/unjs/pkg-types/compare/v1.1.3...v1.2.0) [compare changes](https://togithub.com/unjs/pkg-types/compare/v1.1.3...v1.2.0) ##### 🚀 Enhancements - Add more fields into package.json ([#​190](https://togithub.com/unjs/pkg-types/pull/190)) ##### 🏡 Chore - Ignore fixture for renovate ([24c8fce](https://togithub.com/unjs/pkg-types/commit/24c8fce)) - Update deps ([b539054](https://togithub.com/unjs/pkg-types/commit/b539054)) ##### ❤️ Contributors - Kevin Deng 三咲智子 - Pooya Parsa ([@​pi0](http://github.com/pi0)) - 三咲智子 Kevin Deng
pnpm/pnpm (pnpm) ### [`v9.8.0`](https://togithub.com/pnpm/pnpm/compare/v9.7.1...v9.8.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.7.1...v9.8.0)
SuperchupuDev/tinyglobby (tinyglobby) ### [`v0.2.5`](https://togithub.com/SuperchupuDev/tinyglobby/blob/HEAD/CHANGELOG.md#025) [Compare Source](https://togithub.com/SuperchupuDev/tinyglobby/compare/0.2.4...0.2.5) ##### Fixed - Using a pattern that doesn't end with special characters with `expandDirectories` disabled no longer produces incorrect matches ### [`v0.2.4`](https://togithub.com/SuperchupuDev/tinyglobby/blob/HEAD/CHANGELOG.md#024) [Compare Source](https://togithub.com/SuperchupuDev/tinyglobby/compare/0.2.3...0.2.4) ##### Fixed - Using a pattern that can't infer a common root with `absolute` enabled no longer produces incorrect matches ### [`v0.2.3`](https://togithub.com/SuperchupuDev/tinyglobby/blob/HEAD/CHANGELOG.md#023) [Compare Source](https://togithub.com/SuperchupuDev/tinyglobby/compare/0.2.2...0.2.3) ##### Added - Support for leading `../` in patterns ##### Changed - A common root is now inferred from the patterns if possible to avoid unnecessary crawling
privatenumber/tsx (tsx) ### [`v4.18.0`](https://togithub.com/privatenumber/tsx/compare/v4.17.1...474ea71ff9c9cbd2d3a5dbe0951f2c2d92f2e26a) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.17.1...v4.18.0) ### [`v4.17.1`](https://togithub.com/privatenumber/tsx/compare/v4.17.0...af370e7af4837cf3db069c3ee1758c90f94f7d32) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.17.0...v4.17.1)
unplugin/unplugin-isolated-decl (unplugin-isolated-decl) ### [`v0.4.7`](https://togithub.com/unplugin/unplugin-isolated-decl/releases/tag/v0.4.7) [Compare Source](https://togithub.com/unplugin/unplugin-isolated-decl/compare/v0.4.6...v0.4.7) #####    🐞 Bug Fixes - Normalize path for lowestCommonAncestor  -  by [@​sxzz](https://togithub.com/sxzz) [(353d8)](https://togithub.com/unplugin/unplugin-isolated-decl/commit/353d87b) #####     [View changes on GitHub](https://togithub.com/unplugin/unplugin-isolated-decl/compare/v0.4.6...v0.4.7)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

socket-security[bot] commented 2 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sxzz/eslint-config@3.17.4 Transitive: environment, eval, filesystem, shell, unsafe +221 36.8 MB sxzz
npm/bumpp@9.5.2 environment, filesystem, unsafe Transitive: network, shell +72 6.8 MB antfu
npm/eslint@9.9.1 environment Transitive: eval, filesystem, shell, unsafe +88 9.91 MB eslintbot
npm/fdir@6.3.0 filesystem 0 38.2 kB thecodrr
npm/pkg-types@1.2.0 None +5 1.25 MB pi0
npm/rolldown@0.12.2-snapshot-8ea9f31-20240826003035 environment +1 1.28 MB rolldownbot
npm/tinyglobby@0.2.5 None +1 124 kB superchupu
npm/tsx@4.18.0 Transitive: environment, filesystem, network, shell, unsafe +3 677 kB hirokiosame
npm/unplugin-isolated-decl@0.4.7 Transitive: environment, filesystem, shell +10 1.15 MB sxzz

🚮 Removed packages: npm/@sxzz/eslint-config@3.17.3), npm/bumpp@9.5.1), npm/eslint@9.9.0), npm/fdir@6.2.0), npm/pkg-types@1.1.3), npm/rolldown@0.12.2-snapshot-374cd3d-20240819002934), npm/tinyglobby@0.2.2), npm/tsx@4.17.0), npm/unplugin-isolated-decl@0.4.6)

View full report↗︎

pkg-pr-new[bot] commented 2 months ago

commit: 30864d4

pnpm add https://pkg.pr.new/sxzz/tsdown@29

Open in Stackblitz