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 all patch dependencies #13028

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rsbuild/core (source) 1.0.1-beta.16 -> 1.0.1-rc.5 age adoption passing confidence dependencies patch
@rsbuild/plugin-babel (source) 1.0.1-beta.16 -> 1.0.1-rc.5 age adoption passing confidence dependencies patch
@rsbuild/plugin-less (source) 1.0.1-beta.16 -> 1.0.1-rc.5 age adoption passing confidence dependencies patch
@rsbuild/plugin-sass (source) 1.0.1-beta.16 -> 1.0.1-rc.5 age adoption passing confidence dependencies patch
@rsbuild/plugin-vue (source) 1.0.1-beta.16 -> 1.0.1-rc.5 age adoption passing confidence dependencies patch
@rsbuild/plugin-vue-jsx 1.0.1-beta.16 -> 1.0.1 age adoption passing confidence dependencies patch
@vitejs/plugin-vue (source) ^5.1.2 -> ^5.1.3 age adoption passing confidence devDependencies patch
@vitejs/plugin-vue (source) ^5.1.2 -> ^5.1.3 age adoption passing confidence dependencies patch
@vitejs/plugin-vue-jsx (source) ^4.0.0 -> ^4.0.1 age adoption passing confidence devDependencies patch
@vitejs/plugin-vue-jsx (source) ^4.0.0 -> ^4.0.1 age adoption passing confidence dependencies patch
@vue/babel-plugin-jsx (source) ^1.2.2 -> ^1.2.4 age adoption passing confidence dependencies patch
JamesIves/github-pages-deploy-action v4.6.3 -> v4.6.4 age adoption passing confidence action patch
autoprefixer ^10.4.19 -> ^10.4.20 age adoption passing confidence dependencies patch
husky ^9.1.1 -> ^9.1.5 age adoption passing confidence dependencies patch
husky ^9.1.1 -> ^9.1.5 age adoption passing confidence devDependencies patch
jsdom ^24.1.1 -> ^24.1.3 age adoption passing confidence devDependencies patch
postcss (source) ^8.4.39 -> ^8.4.45 age adoption passing confidence dependencies patch
rimraf ^5.0.9 -> ^5.0.10 age adoption passing confidence devDependencies patch
rslog ^1.2.2 -> ^1.2.3 age adoption passing confidence dependencies patch
terser (source) ^5.31.3 -> ^5.31.6 age adoption passing confidence dependencies patch
vue-router ^4.4.0 -> ^4.4.3 age adoption passing confidence devDependencies patch
vue-router ^4.4.0 -> ^4.4.3 age adoption passing confidence dependencies patch

Release Notes

web-infra-dev/rsbuild (@​rsbuild/core)

v1.0.1-rc.5

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.0.1-rc.4...v1.0.1-rc.5

v1.0.1-rc.4

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.0.1-rc.3...v1.0.1-rc.4

v1.0.1-rc.3

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.0.1-rc.2...v1.0.1-rc.3

v1.0.1-rc.2

Compare Source

What's Changed
Bug Fixes 🐞

Full Changelog: web-infra-dev/rsbuild@v1.0.1-rc.1...v1.0.1-rc.2

v1.0.1-rc.1

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.0.1-rc.0...v1.0.1-rc.1

v1.0.1-rc.0

Compare Source

What's Changed
Breaking Changes 💡
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.0.1-beta.16...v1.0.1-rc.0

rspack-contrib/rsbuild-plugin-vue-jsx (@​rsbuild/plugin-vue-jsx)

v1.0.1

Full Changelog: https://github.com/rspack-contrib/rsbuild-plugin-vue-jsx/commits/v1.0.1

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.3

vitejs/vite-plugin-vue (@​vitejs/plugin-vue-jsx)

v4.0.1

vuejs/babel-plugin-jsx (@​vue/babel-plugin-jsx)

v1.2.4

Compare Source

No significant changes

    View changes on GitHub

v1.2.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.6.4

Compare Source

What's Changed

What's Changed

Bug Fixes 🐝
  • fix: resolved an issue where the default config was not being applied to the non-action version of the project.
Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.4

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
typicode/husky (husky)

v9.1.5

Compare Source

v9.1.4

Compare Source

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

jsdom/jsdom (jsdom)

v24.1.3

Compare Source

  • Fixed calls to postMessage() that were done as a bare property (i.e., postMessage() instead of window.postMessage()).

v24.1.2

Compare Source

  • Fixed an issue with the in operator applied to EventTarget methods, e.g. 'addEventListener' in window, which only appeared in Node.js ≥22.5.0. (legendecas)
  • Fixed the events fired by blur(): it no longer fires focus and focusin on the Document, and blur and focusout no longer have their relatedTarget property set. (asamuzaK)
postcss/postcss (postcss)

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
isaacs/rimraf (rimraf)

v5.0.10

Compare Source

rspack-contrib/rslog (rslog)

v1.2.3

Compare Source

What's Changed

Full Changelog: rspack-contrib/rslog@v1.2.2...v1.2.3

terser/terser (terser)

v5.31.6

Compare Source

  • Retain side effects in a case when the expression is a sequence (comma) expression

v5.31.5

Compare Source

v5.31.4

Compare Source

  • drop_unused: drop classes which only have side effects in the extends part
vuejs/router (vue-router)

v4.4.3

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.2

Compare Source

Please refer to CHANGELOG.md for details.

v4.4.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

@codecov-commenter
Copy link

codecov-commenter commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.69%. Comparing base (3e18636) to head (26c4168).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13028      +/-   ##
==========================================
+ Coverage   89.59%   89.69%   +0.10%     
==========================================
  Files         257      257              
  Lines        6997     6997              
  Branches     1729     1729              
==========================================
+ Hits         6269     6276       +7     
+ Misses        385      379       -6     
+ Partials      343      342       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-patch branch 11 times, most recently from 652ae69 to 6816921 Compare August 4, 2024 12:15
@renovate renovate bot force-pushed the renovate/all-patch branch 8 times, most recently from eba5894 to d43f220 Compare August 11, 2024 12:54
@renovate renovate bot force-pushed the renovate/all-patch branch 7 times, most recently from d60d7f0 to 4395c47 Compare August 20, 2024 06:43
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 29db74c to 5e4061b Compare August 24, 2024 13:33
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from 860e48f to dee4af4 Compare September 1, 2024 02:05
@renovate renovate bot force-pushed the renovate/all-patch branch 11 times, most recently from b001c95 to 9d42e18 Compare September 8, 2024 12:51
@chenjiahan chenjiahan merged commit 3c5b367 into main Sep 8, 2024
7 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch September 8, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants