Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config 2.4.2 -> 2.6.3 age adoption passing confidence devDependencies minor
@babel/core (source) ^7.23.7 -> ^7.23.9 age adoption passing confidence devDependencies patch
@babel/eslint-parser (source) ^7.23.3 -> ^7.23.9 age adoption passing confidence devDependencies patch
@histoire/plugin-vue (source) ^0.17.8 -> ^0.17.9 age adoption passing confidence devDependencies patch
@iconify/json (source) ^2.2.174 -> ^2.2.176 age adoption passing confidence devDependencies patch
@types/chrome (source) ^0.0.258 -> ^0.0.259 age adoption passing confidence devDependencies patch
@types/node (source) ^18.19.9 -> ^18.19.10 age adoption passing confidence devDependencies patch
@types/node (source) ^20.11.6 -> ^20.11.10 age adoption passing confidence devDependencies patch
@unocss/core (source) ^0.58.3 -> ^0.58.4 age adoption passing confidence devDependencies patch
@unocss/eslint-plugin (source) ^0.58.3 -> ^0.58.4 age adoption passing confidence devDependencies patch
@unocss/preset-icons (source) ^0.58.3 -> ^0.58.4 age adoption passing confidence dependencies patch
@unocss/reset ^0.58.3 -> ^0.58.4 age adoption passing confidence devDependencies patch
@unocss/reset ^0.58.3 -> ^0.58.4 age adoption passing confidence dependencies patch
@unocss/runtime (source) ^0.58.3 -> ^0.58.4 age adoption passing confidence dependencies patch
birpc ^0.2.14 -> ^0.2.15 age adoption passing confidence dependencies patch
floating-vue (source) 2.0.0-beta.24 -> 2.0.0 age adoption passing confidence devDependencies patch
h3 ^1.10.0 -> ^1.10.1 age adoption passing confidence dependencies patch
histoire (source) ^0.17.8 -> ^0.17.9 age adoption passing confidence devDependencies patch
node >=v18.12.0 -> >=18.19.0 age adoption passing confidence engines minor
npm-run-all2 ^5.0.0 -> ^5.0.2 age adoption passing confidence devDependencies patch
pnpm (source) 8.14.3 -> 8.15.0 age adoption passing confidence packageManager minor
pnpm (source) ^8.14.3 -> ^8.15.0 age adoption passing confidence devDependencies minor
unocss ^0.58.3 -> ^0.58.4 age adoption passing confidence devDependencies patch
unocss ^0.58.3 -> ^0.58.4 age adoption passing confidence dependencies patch
unplugin-auto-import ^0.17.4 -> ^0.17.5 age adoption passing confidence devDependencies patch
vitepress (source) 1.0.0-rc.30 -> 1.0.0-rc.40 age adoption passing confidence devDependencies patch
vitest (source) ^1.2.1 -> ^1.2.2 age adoption passing confidence devDependencies patch

Release Notes

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

v2.6.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.6.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.4.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.4.5

Compare Source

v2.4.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
babel/babel (@​babel/core)

v7.23.9

Compare Source

🐛 Bug Fix
  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Akryum/histoire (@​histoire/plugin-vue)

v0.17.9

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors
iconify/icon-sets (@​iconify/json)

v2.2.176

Compare Source

v2.2.175

Compare Source

unocss/unocss (@​unocss/core)

v0.58.4

Compare Source

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

v0.2.15

Compare Source

   🚀 Features
    View changes on GitHub
Akryum/floating-vue (floating-vue)

v2.0.0

Compare Source

Features

v2.0.0-y.0

Compare Source

unjs/h3 (h3)

v1.10.1

Compare Source

compare changes

🩹 Fixes
  • setResponseHeaders: Fix types to allow partial header names (#​607)
  • setCookie: Allow cookies with the same name but different options (#​606)
  • getRequestWebStream: Reuse buffered body if available (#​616)
  • getSession: Use semaphore lock for unseal operation (#​612)
  • getRequestIP: Use first address of x-forwarded-for header (#​618)
  • Avoid setting default content-type for responses with 304 status (#​641)
💅 Refactors
  • Use H3Event.node.res for internal types (#​626)
📖 Documentation
  • Fix getRequestHeaders signuture (#​613)
  • Fix typo in examples (#​631)
🏡 Chore
✅ Tests
❤️ Contributors
nodejs/node (node)

v18.19.0

Compare Source

v18.18.2

Compare Source

v18.18.1: 2023-10-10, Version 18.18.1 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release addresses some regressions that appeared in Node.js 18.18.0:

  • (Windows) FS can not handle certain characters in file name #​48673
  • 18 and 20 node images give error - Text file busy (after re-build images) nodejs/docker-node#1968
  • libuv update in 18.18.0 breaks webpack's thread-loader #​49911

The libuv 1.45.0 and 1.46.0 updates that were released in Node.js 18.18.0 have been temporarily reverted.

Commits

v18.18.0: 2023-09-18, Version 18.18.0 'Hydrogen' (LTS), @​ruyadorno

Compare Source

Notable Changes
Commits

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.

Copy link

netlify bot commented Jan 29, 2024

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 20436f6
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/65b78a6adc01f60008a4a8bd

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3826743 to e2a4021 Compare January 29, 2024 10:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e2a4021 to 20436f6 Compare January 29, 2024 11:22
@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! 😃

@webfansplz webfansplz merged commit 2be9f6b into main Jan 29, 2024
@webfansplz webfansplz deleted the renovate/all-minor-patch branch January 29, 2024 11:25
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