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

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arethetypeswrong/cli (source) ^0.13.6 -> ^0.13.10 age adoption passing confidence
@histoire/plugin-vue (source) ^0.17.9 -> ^0.17.11 age adoption passing confidence
@iconify/json (source) ^2.2.180 -> ^2.2.183 age adoption passing confidence
@types/node (source) ^20.11.16 -> ^20.11.19 age adoption passing confidence
@types/node (source) ^18.19.14 -> ^18.19.17 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.3 -> ^5.0.4 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.15 -> ^3.4.19 age adoption passing confidence
@vue/runtime-core (source) ^3.4.15 -> ^3.4.19 age adoption passing confidence
core-js (source) ^3.35.1 -> ^3.36.0 age adoption passing confidence
electron ^28.2.1 -> ^28.2.3 age adoption passing confidence
lint-staged ^15.2.1 -> ^15.2.2 age adoption passing confidence
pnpm (source) 8.15.1 -> 8.15.3 age adoption passing confidence
pnpm (source) ^8.15.0 -> ^8.15.3 age adoption passing confidence
sass ^1.70.0 -> ^1.71.0 age adoption passing confidence
shiki (source) 1.0.0-beta.5 -> 1.1.3 age adoption passing confidence
taze ^0.13.2 -> ^0.13.3 age adoption passing confidence
tsup (source) ^8.0.1 -> ^8.0.2 age adoption passing confidence
tsx ^4.7.0 -> ^4.7.1 age adoption passing confidence
unplugin ^1.6.0 -> ^1.7.1 age adoption passing confidence
vite (source) ^5.0.12 -> ^5.1.3 age adoption passing confidence
vitepress (source) 1.0.0-rc.41 -> 1.0.0-rc.42 age adoption passing confidence
vue (source) ^3.4.15 -> ^3.4.19 age adoption passing confidence

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.13.10

Compare Source

Patch Changes
  • 2379636: Fix default options when calling internal CLI render APIs

v0.13.9

Compare Source

Patch Changes

v0.13.8

Compare Source

Patch Changes
  • fbc894d: Add package.json to CLI exports

v0.13.7

Compare Source

Patch Changes
  • 856e8b6: Expose internal renderer and exit code API
Akryum/histoire (@​histoire/plugin-vue)

v0.17.11

Compare Source

compare changes

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

v2.2.183

Compare Source

v2.2.182

Compare Source

v2.2.181

Compare Source

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

v5.0.4

vuejs/core (@​vue/compiler-sfc)

v3.4.19

Compare Source

Bug Fixes
Features

Note: this warning is categorized as a feature but released in a patch because it does not affect public APIs.

Performance Improvements

v3.4.18

Compare Source

Bug Fixes

v3.4.17

Compare Source

Reverts

v3.4.16

Compare Source

Bug Fixes
Reverts
zloirock/core-js (core-js)

v3.36.0

Compare Source

electron/electron (electron)

v28.2.3: electron v28.2.3

Compare Source

Release Notes for v28.2.3

Fixes

  • Fixed a crash that started occurring sporadically with some types of macOS window close. #​41298 (Also in 29)
  • Fixed an issue where webContents.printToPDF could fail when certain combinations of margins and pageSize values are passed. #​41267 (Also in 29)
  • Fixed an issue where crashes in node::Environment destruction potentially wouldn't be propagated to the NodeService exit handler. #​41302 (Also in 27, 29)
  • Fixed an issue where zoom level settings did not persist per-session for webviews. #​41268 (Also in 27)

Other Changes

  • Updated Chromium to 120.0.6099.283. #​41262

v28.2.2: electron v28.2.2

Compare Source

Release Notes for v28.2.2

Fixes

  • Fixed an issue where select-usb-device did not respect the filter option in navigator.usb.requestDevice(). #​41198 (Also in 27, 29)

Other Changes

okonet/lint-staged (lint-staged)

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.
pnpm/pnpm (pnpm)

v8.15.3

Compare Source

Patch Changes

  • Remove vulnerable "ip" package from the dependencies #​7652.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.2

Compare Source

Patch Changes

  • When purging multiple node_modules directories, pnpm will no longer print multiple prompts simultaneously.
  • Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted node_modules.
  • Linking globally the command of a package that has no name in package.json #​4761.
  • Installation should work with lockfile created by pnpm v9.0.0-alpha.4

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

sass/dart-sass (sass)

v1.71.0

Compare Source

For more information about pkg: importers, see the
announcement
on the Sass blog.

Command-Line Interface
  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently
    this only supports the Node.js package resolution algorithm, via
    --pkg-importer=node. For example, @use "pkg:bootstrap" will load
    node_modules/bootstrap/scss/bootstrap.scss.
JavaScript API
  • Add a NodePackageImporter importer that can be passed to the importers
    option. This loads files using the pkg: URL scheme according to the Node.js
    package resolution algorithm. For example, @use "pkg:bootstrap" will load
    node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single
    optional argument, which indicates the base directory to use when locating
    node_modules directories. It defaults to
    path.dirname(require.main.filename).
Dart API
  • Add a NodePackageImporter importer that can be passed to the importers
    option. This loads files using the pkg: URL scheme according to the Node.js
    package resolution algorithm. For example, @use "pkg:bootstrap" will load
    node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single
    argument, which indicates the base directory to use when locating
    node_modules directories.
shikijs/shiki (shiki)

v1.1.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • vitepress: Don't set exit code when throws is set to false  -  by @​antfu (e2a0a)
    View changes on GitHub

v1.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.0.0

Compare Source

Shiki Logo

Shiki v1.0 is a major rewrite that solves most of the long-lasting issues. Previously known as Shikiji, now it's merged back to Shiki.

👉 Migration Guide

Notable Highlights
Generated Changelog
   🚨 Breaking Changes

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 Feb 12, 2024

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 3a76a05
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/65cf72f440e3de0008c86d34

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 3213406 to b5f216a Compare February 16, 2024 12:11
@webfansplz webfansplz merged commit a84af69 into main Feb 16, 2024
4 of 6 checks passed
@webfansplz webfansplz deleted the renovate/all-minor-patch branch February 16, 2024 14:39
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.

1 participant