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 non-major dependencies #225

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 2.6.3 -> 2.6.4 age adoption passing confidence
@babel/eslint-parser (source) ^7.23.9 -> ^7.23.10 age adoption passing confidence
@iconify/json (source) ^2.2.176 -> ^2.2.180 age adoption passing confidence
@types/chrome (source) ^0.0.259 -> ^0.0.260 age adoption passing confidence
@types/node (source) ^18.19.10 -> ^18.19.14 age adoption passing confidence
@types/node (source) ^20.11.10 -> ^20.11.16 age adoption passing confidence
@unocss/core (source) ^0.58.4 -> ^0.58.5 age adoption passing confidence
@unocss/eslint-plugin (source) ^0.58.4 -> ^0.58.5 age adoption passing confidence
@unocss/preset-icons (source) ^0.58.4 -> ^0.58.5 age adoption passing confidence
@unocss/reset ^0.58.4 -> ^0.58.5 age adoption passing confidence
@unocss/runtime (source) ^0.58.4 -> ^0.58.5 age adoption passing confidence
electron ^28.2.0 -> ^28.2.1 age adoption passing confidence
eslint-plugin-vue (source) ^9.20.1 -> ^9.21.1 age adoption passing confidence
lint-staged ^15.2.0 -> ^15.2.1 age adoption passing confidence
pnpm (source) 8.15.0 -> 8.15.1 age adoption passing confidence
shiki (source) 1.0.0-beta.0 -> 1.0.0-beta.5 age adoption passing confidence
taze ^0.13.1 -> ^0.13.2 age adoption passing confidence
unocss ^0.58.4 -> ^0.58.5 age adoption passing confidence
vitepress (source) 1.0.0-rc.40 -> 1.0.0-rc.41 age adoption passing confidence
vue (source) ^3.4.14 -> ^3.4.15 age adoption passing confidence
vue-i18n (source) ^9.9.0 -> ^9.9.1 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.6.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
iconify/icon-sets (@​iconify/json)

v2.2.180

Compare Source

v2.2.179

Compare Source

unocss/unocss (@​unocss/core)

v0.58.5

Compare Source

   🚀 Features
  • preset-icons: Support collectionsNodeResolvePath option  -  by @​antfu (521f8)
   🐞 Bug Fixes
    View changes on GitHub
electron/electron (electron)

v28.2.1: electron v28.2.1

Compare Source

Release Notes for v28.2.1

Fixes

  • Apply module search paths restriction on worker and child process. #​41137 (Also in 27, 29)
  • Fixed a potential async_hooks crash when listening for the restore event on Windows after minimizing a maximized BrowserWindow. #​41145 (Also in 27, 29)
  • Fixed an issue where Request objects did not correctly copy headers into fetches. #​41103
  • Fixed an issue where non-modal windows with vibrancy could have incorrectly rounded corners on Sonoma. #​41036 (Also in 27, 29)
  • Fixed an issue where the printBackground option in webContents.printToPDF did not work as expected. #​41179 (Also in 29)
  • Fixed forked child process not able to send IPC message under some cases on macOS. #​41101 (Also in 26, 27, 29)
  • Fixed on-screen-keyboard not hiding for webviews under some cases. #​41150 (Also in 27, 29)

Other Changes

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.21.1

Compare Source

🐛 Bug Fixes

  • #​2388 Fixed error in render functions in vue/no-unused-emit-declarations rule.
  • #​2386 Fixed false positives/negatives for multiple defineModel calls in vue/define-macros-order rule.

Full Changelog: vuejs/eslint-plugin-vue@v9.21.0...v9.21.1

v9.21.0

Compare Source

✨ Enhancements

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.20.1...v9.21.0

okonet/lint-staged (lint-staged)

v15.2.1

Compare Source

Patch Changes
  • #​1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
pnpm/pnpm (pnpm)

v8.15.1

Compare Source

Patch Changes

  • Use the object-hash library instead of node-object-hash for hashing keys of side-effects cache #​7591.
  • bundledDependencies should never be added to the lockfile with false as the value #​7576.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

shikijs/shiki (shiki)

v1.0.0-beta.5

Compare Source

   🐞 Bug Fixes
  • Update grammar registry, fix html in markdown highlighting  -  by @​antfu (502ed)
    View changes on GitHub

v1.0.0-beta.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.0.0-beta.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.0.0-beta.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.0.0-beta.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu/taze (taze)

v0.13.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/vitepress (vitepress)

v1.0.0-rc.41

Compare Source

Bug Fixes
  • handle CRLF in snippet plugin (5811b62), closes #​3499
  • lazy evaluate known extensions to allow env set in config (04f794b)
Features
BREAKING CHANGES
  • vitepress now uses shiki instead of shikiji. If you’re on the latest version and using shikiji specific features, you just need to change imports. The shikijiSetup hook is renamed to shikiSetup.
intlify/vue-i18n-next (vue-i18n)

v9.9.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.9.0...v9.9.1


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Feb 5, 2024
Copy link

netlify bot commented Feb 5, 2024

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 67d203d
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/65c0a46f83a5b10008abe84f

@autofix-troubleshooter
Copy link

Hi! I'm the autofix logoautofix.ci troubleshooter bot.

It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃

Copy link
Contributor Author

renovate bot commented Feb 5, 2024

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.

@webfansplz webfansplz merged commit 6246779 into main Feb 5, 2024
6 checks passed
@webfansplz webfansplz deleted the renovate/all-minor-patch branch February 5, 2024 09:17
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.

2 participants