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 #1243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.47.11 -> ^7.49.1 age adoption passing confidence
@swc/core (source) 1.7.39 -> 1.10.9 age adoption passing confidence
@types/node (source) 22.7.8 -> 22.10.10 age adoption passing confidence
bumpp ^9.7.1 -> ^9.11.1 age adoption passing confidence
bundle-require ^5.0.0 -> ^5.1.0 age adoption passing confidence
chokidar ^4.0.1 -> ^4.0.3 age adoption passing confidence
consola ^3.2.3 -> ^3.4.0 age adoption passing confidence
debug ^4.3.7 -> ^4.4.0 age adoption passing confidence
esbuild ^0.24.0 -> ^0.24.2 age adoption passing confidence
pnpm (source) 9.12.2 -> 9.15.4 age adoption passing confidence
postcss (source) 8.4.47 -> 8.5.1 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
resolve 1.22.8 -> 1.22.10 age adoption passing confidence
rollup (source) ^4.24.0 -> ^4.32.0 age adoption passing confidence
sass 1.80.3 -> 1.83.4 age adoption passing confidence
terser (source) ^5.36.0 -> ^5.37.0 age adoption passing confidence
tinyexec ^0.3.1 -> ^0.3.2 age adoption passing confidence
tinyglobby ^0.2.9 -> ^0.2.10 age adoption passing confidence
ts-essentials 10.0.2 -> 10.0.4 age adoption passing confidence
tsup (source) 8.3.0 -> 8.3.6 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence
vitest (source) 2.1.3 -> 2.1.8 age adoption passing confidence

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.49.1

Compare Source

Thu, 09 Jan 2025 01:10:10 GMT

Version update only

v7.49.0

Compare Source

Tue, 07 Jan 2025 22:17:32 GMT

Minor changes
  • Upgrade the bundled compiler engine to TypeScript 5.7.2

v7.48.1

Compare Source

Sat, 14 Dec 2024 01:11:07 GMT

Version update only

v7.48.0

Compare Source

Sat, 23 Nov 2024 01:18:55 GMT

Minor changes
  • Update TSDoc dependencies.

v7.47.12

Compare Source

Fri, 22 Nov 2024 01:10:43 GMT

Version update only

swc-project/swc (@​swc/core)

v1.10.9

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (es/minifier) Print slow files from minify-all example (#​9899) (2d87b89)
Performance

v1.10.8

Compare Source

Bug Fixes
Features
  • (typescript) Check computed property names of ts signatures (#​9867) (caed78a)
Performance
Refactor

v1.10.7

Compare Source

Bug Fixes
Documentation
  • Update the link to the team (0fcdc31)
Features
Testing
  • (parallel) Add test to debug segfault on windows x64 (#​9857) (ae53a35)
Build

v1.10.6

Compare Source

Performance
  • (es/minifier) Speed up merge_sequences_in_exprs by caching computation (#​9843) (6e5632f)

v1.10.4

Compare Source

Bug Fixes

v1.10.3

Compare Source

Bug Fixes
  • (es/codegen) Emit semicolon after using declarations (#​9816) (556d924)

v1.10.2

Compare Source

Bug Fixes
Documentation

v1.10.1

Compare Source

Bug Fixes
  • (es/resolver) Fix wrong syntax context of vars with the same names as catch params (#​9786) (5a44c6b)
Features

v1.10.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.9.3

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor

v1.9.2

Compare Source

Bug Fixes
Features

v1.9.1

Compare Source

Bug Fixes

v1.9.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks

v1.8.0

Compare Source

Bug Fixes
  • (es/typescript) Handle multiline type parameters in async arrow functions (#​9704) (c5ed19c)

  • (es/typescript) Handle ASI hazards in fast type strip (#​9707) (c135f71)

Features
Performance

v1.7.42

Compare Source

Bug Fixes
Features
  • (es/minifier) Optimize switch with side effect and termination tests (#​9677) (7344a63)

  • (es/parser) Ability to get script's potential module errors (#​9682) (2bbd1e8)

Miscellaneous Tasks
Performance

v1.7.40

Compare Source

Bug Fixes
Documentation
Miscellaneous Tasks
  • (deps) Update dependency swc-plugin-coverage-instrument to ^0.0.25 (#​9676) (b8d255b)
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.10.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.9.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.9.2

Compare Source

No significant changes

    View changes on GitHub

v9.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.8.0

Compare Source

   🚀 Features
    View changes on GitHub
paulmillr/chokidar (chokidar)

v4.0.3

Compare Source

What's Changed

Full Changelog: paulmillr/chokidar@4.0.2...4.0.3

v4.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@4.0.1...4.0.2

unjs/consola (consola)

v3.4.0

Compare Source

compare changes

🚀 Enhancements
  • Use upstream @clack/prompts (#​332)
🩹 Fixes
  • Calculate box width without escape sequence chars (#​336)
💅 Refactors
📦 Build
  • Update exports for node16 typescript resolution (#​331)
🏡 Chore
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Yongqi <yongqi14@​qq.com>

v3.3.3

Compare Source

compare changes

📦 Build
  • Revert "build: update exports for node16 typescript resolution" (2065136)
❤️ Contributors

v3.3.2

Compare Source

compare changes

📦 Build
  • Patch string-width for node 14 support (421c663)
  • Update exports for node16 typescript resolution (18bc852)
❤️ Contributors

v3.3.1

Compare Source

compare changes

🩹 Fixes
  • fancy: Fallback whenIntl is unavailable (#​326)
❤️ Contributors

v3.3.0

Compare Source

compare changes

🚀 Enhancements
  • utils: formatTree utility (#​223)
  • Export prompt option types (#​301)
  • Support report error cause (#​308)
  • prompt: Configurable cancel strategy (#​325)
  • formatTree: Support max depth (#​267)
🩹 Fixes
  • Use initial in select and multiselect prompts (#​232)
  • Make box title color same as border (#​236)
📖 Documentation
  • Update screenshot ([205d9c8]

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

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

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.


  • 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 Pull requests that update a dependency file label Oct 28, 2024
Copy link

vercel bot commented Oct 28, 2024

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

Name Status Preview Comments Updated (UTC)
tsup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2025 6:01pm

Copy link

codesandbox bot commented Oct 28, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

socket-security bot commented Oct 28, 2024

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

Package New capabilities Transitives Size Publisher
npm/@microsoft/[email protected] 🔁 npm/@microsoft/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +38 36.4 MB odspnpm
npm/@swc/[email protected] 🔁 npm/@swc/[email protected] None +2 197 kB kdy1, kwonoj
npm/@types/[email protected] 🔁 npm/@types/[email protected] None +1 2.37 MB types
npm/[email protected] 🔁 npm/[email protected] Transitive: network +45 4.22 MB antfu
npm/[email protected] 🔁 npm/[email protected] None +1 43.5 kB egoist
npm/[email protected] 🔁 npm/[email protected] None +1 202 kB paulmillr
npm/[email protected] 🔁 npm/[email protected] None 0 314 kB atinux, pi0
npm/[email protected] environment 0 42.8 kB qix
npm/[email protected] 🔁 npm/[email protected], npm/[email protected] None 0 134 kB evanw
npm/[email protected] environment, filesystem +1 259 kB ai
npm/[email protected] 🔁 npm/[email protected] None 0 7.83 MB prettier-bot
npm/[email protected] environment, filesystem +1 179 kB ljharb
npm/[email protected] 🔁 npm/[email protected] None +1 2.64 MB lukastaegert
npm/[email protected] 🔁 npm/[email protected] None +1 6.35 MB hcatlin, nex3, sassbot
npm/[email protected] 🔁 npm/[email protected] Transitive: filesystem, shell +6 3.89 MB fabiosantoscode
npm/[email protected] 🔁 npm/[email protected] None 0 46.1 kB 43081j
npm/[email protected] 🔁 npm/[email protected] Transitive: filesystem +2 155 kB superchupu
npm/[email protected] 🔁 npm/[email protected] None 0 231 kB ts-essentials-bot
npm/[email protected] 🔁 npm/[email protected] None 0 440 kB egoist
npm/[email protected] 🔁 npm/[email protected], npm/[email protected] None 0 22.7 MB typescript-bot
npm/[email protected] 🔁 npm/[email protected] Transitive: filesystem, network, shell, unsafe +30 7.47 MB vitestbot

View full report↗︎

Copy link

pkg-pr-new bot commented Oct 28, 2024

Open in Stackblitz

npm i https://pkg.pr.new/egoist/tsup@1243

commit: 2817dfd

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd71bed to 19760cc Compare October 28, 2024 03:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19760cc to d366991 Compare October 28, 2024 12:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d366991 to 25e8bb7 Compare October 28, 2024 15:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25e8bb7 to 5fccd81 Compare October 28, 2024 23:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5fccd81 to f142e3d Compare October 29, 2024 15:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f142e3d to d314f65 Compare October 29, 2024 19:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d314f65 to a516716 Compare October 30, 2024 01:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a516716 to 00bf239 Compare October 31, 2024 08:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00bf239 to 7b990d5 Compare October 31, 2024 18:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b990d5 to 0113916 Compare November 1, 2024 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0113916 to 8936f7c Compare November 2, 2024 01:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8936f7c to 3ced8ba Compare November 3, 2024 05:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb1b69e to b565c71 Compare January 14, 2025 13:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b565c71 to bc29e22 Compare January 15, 2025 11:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc29e22 to a583bbd Compare January 16, 2025 05:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a583bbd to 77e8169 Compare January 19, 2025 08:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 77e8169 to f3fc398 Compare January 19, 2025 13:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3fc398 to 86c323a Compare January 21, 2025 19:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86c323a to 1676f51 Compare January 22, 2025 09:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1676f51 to 2cc5952 Compare January 23, 2025 05:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2cc5952 to 762eb67 Compare January 23, 2025 09:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 762eb67 to b003a20 Compare January 23, 2025 22:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b003a20 to 2af03eb Compare January 24, 2025 09:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2af03eb to 2cf4ee4 Compare January 25, 2025 13:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2cf4ee4 to aafd673 Compare January 25, 2025 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants