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

chore(deps): update build #13015

Merged
merged 1 commit into from
Mar 10, 2025
Merged

chore(deps): update build #13015

merged 1 commit into from
Mar 10, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) ^28.0.2 -> ^28.0.3 age adoption passing confidence
@swc/core (source) ^1.10.18 -> ^1.11.8 age adoption passing confidence
esbuild ^0.25.0 -> ^0.25.1 age adoption passing confidence
rollup (source) ^4.34.8 -> ^4.35.0 age adoption passing confidence
rollup-plugin-esbuild ^6.2.0 -> ^6.2.1 age adoption passing confidence
vite (source) ^6.1.1 -> ^6.2.1 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v28.0.3

2025-03-06

Bugfixes
  • fix: fix error when bundle contains require() of module with falsy __esModule export (#​1850)
swc-project/swc (@​swc/core)

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
  • (es/lints) Capture errors and emit from the original thread (#​10119) (2304cd8)

  • (es/minifier) Skip inlining if the referential identity of a function matters (#​10123) (c08fe8d)

  • (ts/fast-strip) Throw object consistently (#​10122) (010ff2a)

Miscellaneous Tasks
Performance

v1.11.4

Compare Source

Bug Fixes
Miscellaneous Tasks
Performance
Refactor

v1.11.1

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor
evanw/esbuild (esbuild)

v0.25.1

Compare Source

  • Fix incorrect paths in inline source maps (#​4070, #​4075, #​4105)

    This fixes a regression from version 0.25.0 where esbuild didn't correctly resolve relative paths contained within source maps in inline sourceMappingURL data URLs. The paths were incorrectly being passed through as-is instead of being resolved relative to the source file containing the sourceMappingURL comment, which was due to the data URL not being a file URL. This regression has been fixed, and this case now has test coverage.

  • Fix invalid generated source maps (#​4080, #​4082, #​4104, #​4107)

    This release fixes a regression from version 0.24.1 that could cause esbuild to generate invalid source maps. Specifically under certain conditions, esbuild could generate a mapping with an out-of-bounds source index. It was introduced by code that attempted to improve esbuild's handling of "null" entries in source maps (i.e. mappings with a generated position but no original position). This regression has been fixed.

    This fix was contributed by @​jridgewell.

  • Fix a regression with non-file source map paths (#​4078)

    The format of paths in source maps that aren't in the file namespace was unintentionally changed in version 0.25.0. Path namespaces is an esbuild-specific concept that is optionally available for plugins to use to distinguish paths from file paths and from paths meant for other plugins. Previously the namespace was prepended to the path joined with a : character, but version 0.25.0 unintentionally failed to prepend the namespace. The previous behavior has been restored.

  • Fix a crash with switch optimization (#​4088)

    The new code in the previous release to optimize dead code in switch statements accidentally introduced a crash in the edge case where one or more switch case values include a function expression. This is because esbuild now visits the case values first to determine whether any cases are dead code, and then visits the case bodies once the dead code status is known. That triggered some internal asserts that guard against traversing the AST in an unexpected order. This crash has been fixed by changing esbuild to expect the new traversal ordering. Here's an example of affected code:

    switch (x) {
      case '':
        return y.map(z => z.value)
      case y.map(z => z.key).join(','):
        return []
    }
  • Update Go from 1.23.5 to 1.23.7 (#​4076, #​4077)

    This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain reports from vulnerability scanners that detect which version of the Go compiler esbuild uses.

    This PR was contributed by @​MikeWillCook.

rollup/rollup (rollup)

v4.35.0

Compare Source

2025-03-08

Features
  • Pass build errors to the closeBundle hook (#​5867)
Pull Requests

v4.34.9

Compare Source

2025-03-01

Bug Fixes
  • Support JSX modes in WASM (#​5866)
  • Allow the CustomPluginOptions to be extended (#​5850)
Pull Requests
egoist/rollup-plugin-esbuild (rollup-plugin-esbuild)

v6.2.1

Compare Source

Reverts
vitejs/vite (vite)

v6.2.1

Compare Source

v6.2.0

Compare Source


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 Mar 10, 2025
Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 100 kB (-5 B) 38.1 kB (-19 B) 34.3 kB (+17 B)
vue.global.prod.js 158 kB (-9 B) 58 kB (-31 B) 51.6 kB (-76 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 46.5 kB 18.2 kB 16.7 kB
createApp 54.5 kB (-36 B) 21.3 kB (-7 B) 19.5 kB (+22 B)
createSSRApp 58.7 kB (-36 B) 23 kB (-11 B) 21 kB (+1 B)
defineCustomElement 59.4 kB (-36 B) 22.9 kB (-11 B) 20.8 kB (+2 B)
overall 68.6 kB (-4 B) 26.4 kB (-3 B) 24 kB (-48 B)

Copy link

pkg-pr-new bot commented Mar 10, 2025

Open in Stackblitz

@vue/compiler-core

npm i https://pkg.pr.new/@vue/compiler-core@13015

@vue/compiler-dom

npm i https://pkg.pr.new/@vue/compiler-dom@13015

@vue/compiler-ssr

npm i https://pkg.pr.new/@vue/compiler-ssr@13015

@vue/compiler-sfc

npm i https://pkg.pr.new/@vue/compiler-sfc@13015

@vue/reactivity

npm i https://pkg.pr.new/@vue/reactivity@13015

@vue/runtime-core

npm i https://pkg.pr.new/@vue/runtime-core@13015

@vue/runtime-dom

npm i https://pkg.pr.new/@vue/runtime-dom@13015

@vue/server-renderer

npm i https://pkg.pr.new/@vue/server-renderer@13015

@vue/shared

npm i https://pkg.pr.new/@vue/shared@13015

vue

npm i https://pkg.pr.new/vue@13015

@vue/compat

npm i https://pkg.pr.new/@vue/compat@13015

commit: a2fefe9

@renovate renovate bot force-pushed the renovate/build branch from 262ca94 to a2fefe9 Compare March 10, 2025 07:14
@edison1105 edison1105 merged commit 87e0cd7 into main Mar 10, 2025
15 checks passed
@edison1105 edison1105 deleted the renovate/build branch March 10, 2025 07:46
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.

1 participant