这是indexloc提供的服务,不要输入任何密码
Skip to content

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

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.50.0 -> ^7.52.8 age adoption passing confidence
@swc/core (source) 1.10.18 -> 1.11.24 age adoption passing confidence
@types/node (source) 22.13.4 -> 22.15.18 age adoption passing confidence
bumpp ^10.0.3 -> ^10.1.1 age adoption passing confidence
consola ^3.4.0 -> ^3.4.2 age adoption passing confidence
debug ^4.4.0 -> ^4.4.1 age adoption passing confidence
esbuild ^0.25.0 -> ^0.25.4 age adoption passing confidence
fix-dts-default-cjs-exports ^1.0.0 -> ^1.0.1 age adoption passing confidence
pnpm (source) 10.4.1 -> 10.11.0 age adoption passing confidence
postcss (source) 8.5.2 -> 8.5.3 age adoption passing confidence
prettier (source) 3.5.1 -> 3.5.3 age adoption passing confidence
rollup (source) ^4.34.8 -> ^4.40.2 age adoption passing confidence
rollup-plugin-dts 6.1.1 -> 6.2.1 age adoption passing confidence
sass 1.85.0 -> 1.89.0 age adoption passing confidence
svelte (source) 5.19.9 -> 5.30.1 age adoption passing confidence
terser (source) ^5.39.0 -> ^5.39.2 age adoption passing confidence
tinyglobby ^0.2.11 -> ^0.2.13 age adoption passing confidence
tsup (source) 8.3.6 -> 8.4.0 age adoption passing confidence
typescript (source) 5.7.3 -> 5.8.3 age adoption passing confidence
vitest (source) 3.0.6 -> 3.1.3 age adoption passing confidence

Release Notes

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

v7.52.8

Compare Source

Tue, 13 May 2025 02:09:20 GMT

Patches
  • Fixes API extractor error handling when changed APIs are encountered and the "--local" flag is not specified

v7.52.7

Compare Source

Thu, 01 May 2025 15:11:33 GMT

Patches
  • Fix an issue where default exports were sometimes trimmed incorrectly in .api.md files when using reportVariants (GitHub #​4775)

v7.52.6

Compare Source

Thu, 01 May 2025 00:11:12 GMT

Version update only

v7.52.5

Compare Source

Mon, 21 Apr 2025 22:24:25 GMT

Version update only

v7.52.4

Compare Source

Thu, 17 Apr 2025 00:11:21 GMT

Patches
  • Update documentation for extends

v7.52.3

Compare Source

Fri, 04 Apr 2025 18:34:35 GMT

Patches
  • Add support for customizing which TSDoc tags appear in API reports

v7.52.2

Compare Source

Tue, 25 Mar 2025 15:11:15 GMT

Version update only

v7.52.1

Compare Source

Tue, 11 Mar 2025 02:12:34 GMT

Version update only

v7.52.0

Compare Source

Tue, 11 Mar 2025 00:11:25 GMT

Minor changes
  • Upgrade the bundled compiler engine to TypeScript 5.8.2

v7.51.1

Compare Source

Sat, 01 Mar 2025 05:00:09 GMT

Patches
  • Include triple-slash references marked with preserve="true" from files that only contain re-exports. There was a behavior change in TypeScript 5.5, where only triple-slash references that are explicitly marked with preserve="true" are emitted into declaration files. This change adds support for placing these references in files that only contain re-exports, like the API entrypoint file.

v7.51.0

Compare Source

Thu, 27 Feb 2025 01:10:39 GMT

Minor changes
  • Add a docModel.releaseTagsToTrim property to api-extractor.json to specify which release tags should be trimmed when the doc model is produced.

v7.50.1

Compare Source

Sat, 22 Feb 2025 01:11:11 GMT

Patches
  • Upgrade the bundled compiler engine to TypeScript 5.7.3
swc-project/swc (@​swc/core)

v1.11.24

Compare Source

v1.11.22

Compare Source

Bug Fixes
Features
  • (bindings/core) Enhance existing parse function to accept both string and buffer types(#​10371) (c9a2afc)

  • (css/prefixer) Fix default implementation (#​10351) (34f4e41)

Miscellaneous Tasks
Performance
Refactor
Testing

v1.11.21

Compare Source

Bug Fixes
Miscellaneous Tasks
Performance

v1.11.20

Compare Source

Bug Fixes

Related issue:

Features
Miscellaneous Tasks
Performance
Testing

v1.11.18

Compare Source

Bug Fixes
Features
Refactor
Testing

v1.11.16

Compare Source

Miscellaneous Tasks

v1.11.15

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor
Testing

v1.11.13

Compare Source

Features
Performance

v1.11.12

Compare Source

Bug Fixes
Documentation
Features
Performance
  • (es/minifier) Merge dead_branch_remover into pure optimizer (#​10201) (6841523)

v1.11.11

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
Testing

v1.11.10

Compare Source

Bug Fixes
  • (es/proposal) Fix declarations for explicit-resource-management (#​10198) (99ba555)

  • (es/types) Add missing types for jsc.transform.react.refresh (#​10206) (e71b000)

  • (typescript) Skip the body of ArrowExpr in type usage analysis (#​10187) (9aca205)

Documentation
Features
Miscellaneous Tasks
Performance
  • (es/minifier) Do not repeat applying pure minifier on last (#​10196) (e6b7cee)
Refactor
Testing

v1.11.9

Compare Source

Bug Fixes
  • (es/compat) Hoist arguments in object method while lowering async functions (#​10167) (e764df2)

  • (es/minifier) Check array inline for indexed with dynamic key (#​10184) (c2fe4bf)

Features
Performance

v1.11.8

Compare Source

Bug Fixes
Features
Performance
Refactor
Ci

v1.11.7

Compare Source

Features

v1.11.6

Compare Source

Bug Fixes

v1.11.5

Compare Source

Bug Fixes

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: 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.

Copy link

vercel bot commented Feb 24, 2025

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 May 16, 2025 1:42pm

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
Copy link

codesandbox bot commented Feb 24, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

pkg-pr-new bot commented Feb 24, 2025

Open in StackBlitz

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

commit: 483933b

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1500ec5 to e91155f Compare February 24, 2025 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e91155f to 51d3cf2 Compare February 25, 2025 01:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51d3cf2 to 9f1b93e Compare February 25, 2025 06:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f1b93e to 1a61873 Compare February 25, 2025 17:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a61873 to 4d6c794 Compare February 25, 2025 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d6c794 to de9b46f Compare February 25, 2025 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de9b46f to 1a7fe68 Compare February 26, 2025 16:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a7fe68 to 7271749 Compare February 27, 2025 03:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7271749 to 35e622c Compare February 27, 2025 11:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 35e622c to f198a04 Compare February 28, 2025 14:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f198a04 to a2ed5f4 Compare February 28, 2025 19:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2ed5f4 to 15c38cc Compare February 28, 2025 23:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e7f4e5 to f68cde8 Compare May 8, 2025 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f68cde8 to 34d2b40 Compare May 10, 2025 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 34d2b40 to bfc7946 Compare May 12, 2025 23:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bfc7946 to e0964dd Compare May 13, 2025 02:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e0964dd to 3cbbe21 Compare May 13, 2025 08:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3cbbe21 to c304c14 Compare May 13, 2025 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c304c14 to deb853c Compare May 13, 2025 23:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from deb853c to 6063103 Compare May 14, 2025 05:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6063103 to 35a2d77 Compare May 14, 2025 19:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 35a2d77 to 454fa98 Compare May 14, 2025 23:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 454fa98 to 13747fe Compare May 15, 2025 16:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13747fe to e88abe1 Compare May 16, 2025 02:34
Copy link
Contributor Author

renovate bot commented May 16, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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