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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.26.0 -> ^7.26.3 age adoption passing confidence
@farmfe/cli ^1.0.2 -> ^1.0.4 age adoption passing confidence
@farmfe/core ^1.3.0 -> ^1.6.2 age adoption passing confidence
@jridgewell/gen-mapping ^0.3.5 -> ^0.3.8 age adoption passing confidence
@rspack/cli (source) 1.1.4 -> 1.1.8 age adoption passing confidence
@rspack/core (source) 1.1.4 -> 1.1.8 age adoption passing confidence
@swc/core (source) ^1.9.3 -> ^1.10.4 age adoption passing confidence
@sxzz/eslint-config ^4.5.0 -> ^4.5.1 age adoption passing confidence
@sxzz/test-utils ^0.3.7 -> ^0.3.11 age adoption passing confidence
@types/node (source) ^22.10.0 -> ^22.10.3 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.4 -> ^5.2.1 age adoption passing confidence
@vitest/ui (source) 2.1.6 -> 2.1.8 age adoption passing confidence
bumpp ^9.8.1 -> ^9.9.2 age adoption passing confidence
core-js (source) ^3.30.1 -> ^3.39.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
esbuild ^0.24.0 -> ^0.24.2 age adoption passing confidence
eslint (source) ^9.15.0 -> ^9.17.0 age adoption passing confidence
pnpm (source) 9.14.2 -> 9.15.2 age adoption passing confidence
rolldown (source) ^0.14.0 -> ^0.15.1 age adoption passing confidence
rollup (source) ^4.27.4 -> ^4.29.1 age adoption passing confidence
sass ^1.81.0 -> ^1.83.0 age adoption passing confidence
unplugin-unused ^0.2.3 -> ^0.3.0 age adoption passing confidence
vite (source) ^6.0.0 -> ^6.0.6 age adoption passing confidence
vite-plugin-inspect ^0.8.8 -> ^0.10.6 age adoption passing confidence
vitest (source) 2.1.6 -> 2.1.8 age adoption passing confidence
vue (source) ^3.4.0 -> ^3.5.13 age adoption passing confidence
webpack ^5.96.1 -> ^5.97.1 age adoption passing confidence
webpack-dev-server ^5.1.0 -> ^5.2.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.26.3

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator
🏃‍♀️ Performance
farm-fe/farm (@​farmfe/core)

v1.6.2

Compare Source

Patch Changes
  • 43e0ea0: do not clean up then watch graph monitoring module

v1.6.1

Compare Source

Patch Changes
  • 9e9e94e: fix namespace fallback when use literal computed

v1.6.0

Compare Source

Minor Changes
  • 6b84912: js plugin supports process module hook
Patch Changes
  • b235a91: feat: support invalidateModule

v1.5.0

Compare Source

Minor Changes
  • e63b163: Support object style script.importNotUsedAsValues and reset the default value to remove
Patch Changes
  • e63b163: Fix vue lazy compilation transform error when persistent cache enabled
  • e63b163: Fix mixed hmr ws protocol when proxy online host to localhost
  • e63b163: Fix module_group_graph panic which is caused by inconsistent module.module_groups when persistent cache is enabled
  • 80b13ce: new import meta url runtime & merge electron preload output files
  • Updated dependencies [e63b163]

v1.4.7

Compare Source

Patch Changes

v1.4.6

Compare Source

Patch Changes
jridgewell/gen-mapping (@​jridgewell/gen-mapping)

v0.3.8

Compare Source

v0.3.7

Compare Source

v0.3.6

Compare Source

web-infra-dev/rspack (@​rspack/cli)

v1.1.8

Security Vulnerability Report

Overview

This is a re-release version of v1.1.6

On 12/19/2024, 02:01 (UTC), we discovered that our npm packages @rspack/core and @rspack/cli were maliciously attacked. The attacker released v1.1.7 using a compromised npm token, which contained malicious code. We took immediate action upon discovering the issue.

Impact

  • Affected versions: @rspack/core and @rspack/cli v1.1.7
  • Duration: 12/19/2024, 02:01 (UTC), lasting approximately 1 hour
  • Malicious code impact: After npm install, the postinstall script in package.json runs malicious code in dist/util/support.js. See Malicious code analysis for more details.

Actions Taken

Upon discovery, we immediately deprecated the affected v1.1.7, redirected the npm latest tag to v1.1.6, and reset all related tokens.
Subsequently, we released a secure new version v1.1.8.

Recommended Actions

If you installed v1.1.7 during the affected period, please:

  1. Update to the latest safe version immediately: @rspack/core and @rspack/cli to >= 1.1.8
  2. Check your system for any unusual activity

Apology and Commitment

We deeply apologize for the risks caused by this incident. To prevent similar incidents from happening again, we will implement stricter token management protocols and enhance our security review processes.

If you have any questions or discover any suspicious activity, please create an issue or send an email to: [email protected]

We will continue to follow and respond to community feedback.

v1.1.6

Compare Source

What's Changed

Highlights 💡

Reduced memory usage

Rspack's memory usage in large projects has been significantly reduced since v1.1.6:

Related PRs:

Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v1.1.5...v1.1.6

v1.1.5

Compare Source

What's Changed

Highlights 💡

refactor css loading

Since #​7306, we have aligned with webpack's CSS loading strategy, which assumed that CSS finished loading before executing JavaScript, which is not true. Both Rspack and webpack have changed the CSS loading strategy to address this issue.

For more specific details on the original problem, please refer to this link.
Webpack fixed this in https://github.com/webpack/webpack/pull/19021
Rspack fixed this in #​8534

Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.1.4...v1.1.5

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

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
sxzz/test-utils (@​sxzz/test-utils)

v0.3.11

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.9

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.8

Compare Source

   🚀 Features
    View changes on GitHub
vitest-dev/vitest (@​vitest/ui)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
antfu/bumpp (bumpp)

v9.9.2

Compare Source

No significant changes

    View changes on GitHub

v9.9.1

Compare Source

   🐞 Bug Fixes
  • --exec ENOENT tinyexec args, close #​62  -  by [@​YunYouJun](https:

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.

Copy link

stackblitz bot commented Dec 16, 2024

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

Copy link

pkg-pr-new bot commented Dec 16, 2024

Open in Stackblitz

npm i https://pkg.pr.new/unplugin/unplugin-vue-fervid@3

commit: 262c850

Copy link

socket-security bot commented Dec 16, 2024

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

Package New capabilities Transitives Size Publisher
npm/@babel/[email protected] environment +2 2.63 MB nicolo-ribaudo
npm/@farmfe/[email protected] environment, filesystem, network, shell Transitive: eval, unsafe +188 40.1 MB wre232114
npm/@jridgewell/[email protected] None +2 212 kB jridgewell
npm/@rspack/[email protected] environment, eval Transitive: filesystem, network, unsafe +79 3.17 MB hardfist
npm/@rspack/[email protected] environment, eval, filesystem, network, shell, unsafe +7 4.77 MB hardfist
npm/@swc/[email protected] None +2 197 kB kdy1, kwonoj
npm/@sxzz/[email protected] None +4 241 kB sxzz
npm/@types/[email protected] None 0 2.28 MB types
npm/@vitest/[email protected] Transitive: environment +6 2.01 MB vitestbot
npm/[email protected] Transitive: environment, filesystem, network, shell +39 4.34 MB antfu
npm/[email protected] environment, eval, filesystem 0 1.26 MB zloirock
npm/[email protected] environment +1 49.5 kB qix
npm/[email protected] None 0 134 kB esbuild, evanw
npm/[email protected] environment Transitive: eval, filesystem, shell, unsafe +71 10.1 MB eslintbot
npm/[email protected] environment, shell 0 798 kB rolldownbot
npm/[email protected] None +1 2.63 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/[email protected] Transitive: environment, filesystem +3 976 kB

🚮 Removed packages: npm/@babel/[email protected], npm/@farmfe/[email protected], npm/@jridgewell/[email protected], npm/@rspack/[email protected], npm/@rspack/[email protected], npm/@swc/[email protected], npm/@sxzz/[email protected], npm/@types/[email protected], npm/@vitest/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9486e5c to 189f556 Compare December 25, 2024 05:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7d9520b to 35fb2e0 Compare December 30, 2024 02:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 35fb2e0 to 262c850 Compare January 1, 2025 11:23
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