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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anatine/zod-openapi (source) ^2.2.6 -> ^2.2.7 age adoption passing confidence
@antfu/eslint-config ^3.14.0 -> ^3.16.0 age adoption passing confidence
@iconify-json/fluent ^1.2.11 -> ^1.2.12 age adoption passing confidence
@simplewebauthn/server (source) ^13.1.0 -> ^13.1.1 age adoption passing confidence
@types/jsonwebtoken (source) ^9.0.7 -> ^9.0.8 age adoption passing confidence
@types/node (source) ^22.10.7 -> ^22.10.10 age adoption passing confidence
@types/pg (source) ^8.11.10 -> ^8.11.11 age adoption passing confidence
@types/webpack-env (source) ^1.18.5 -> ^1.18.6 age adoption passing confidence
@vueuse/core (source) ^12.4.0 -> ^12.5.0 age adoption passing confidence
bullmq (source) ^5.34.10 -> ^5.37.0 age adoption passing confidence
commander ^13.0.0 -> ^13.1.0 age adoption passing confidence
eslint (source) ^9.18.0 -> ^9.19.0 age adoption passing confidence
flag-icons ^7.3.0 -> ^7.3.2 age adoption passing confidence
laravel-vite-plugin ^1.1.1 -> ^1.2.0 age adoption passing confidence
lint-staged ^15.4.1 -> ^15.4.3 age adoption passing confidence
nodemailer (source) ^6.9.16 -> ^6.10.0 age adoption passing confidence
pinia ^2.3.0 -> ^2.3.1 age adoption passing confidence
puppeteer (source) ^24.1.0 -> ^24.1.1 age adoption passing confidence
tinymce (source) ^7.6.0 -> ^7.6.1 age adoption passing confidence
type-fest ^4.32.0 -> ^4.33.0 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.7.0 -> ^7.7.1 age adoption passing confidence
vitepress (source) ^1.5.0 -> ^1.6.3 age adoption passing confidence
vitest (source) ^3.0.0 -> ^3.0.4 age adoption passing confidence
vuetify (source) ^3.7.6 -> ^3.7.7 age adoption passing confidence

Release Notes

anatine/zod-plugins (@​anatine/zod-openapi)

v2.2.7

Compare Source

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

v3.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.15.0

Compare Source

   🚀 Features
    View changes on GitHub
MasterKale/SimpleWebAuthn (@​simplewebauthn/server)

v13.1.1

Compare Source

Changes:

  • [server] "android-key" attestation statement verification has been modernized
    (#​675)
  • [server] More TPM manufacturers are recognized while verifying "tpm" attestation statements
    (#​673)
vueuse/vueuse (@​vueuse/core)

v12.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
taskforcesh/bullmq (bullmq)

v5.37.0

Compare Source

Features
  • queue-getters: add prometheus exporter (078ae9d)

v5.36.0

Compare Source

Features

v5.35.1

Compare Source

Bug Fixes
  • worker: avoid possible hazard in closing worker (0f07467)

v5.35.0

Compare Source

Features
  • sandbox: add support for getChildrenValues (dcc3b06)
tj/commander.js (commander)

v13.1.0

Compare Source

Added
  • support a pair of long option flags to allow a memorable shortened flag, like .option('--ws, --workspace') ([#​2312])
eslint/eslint (eslint)

v9.19.0

Compare Source

lipis/flag-icons (flag-icons)

v7.3.2

Compare Source

  • Add new flag for Association of Southeast Asian Nations (#​1325)

v7.3.1

Compare Source

laravel/vite-plugin (laravel-vite-plugin)

v1.2.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.
nodemailer/nodemailer (nodemailer)

v6.10.0

Compare Source

Features
Bug Fixes
  • proxy: Set error and timeout errors for proxied sockets (aa0c99c)
vuejs/pinia (pinia)

v2.3.1

Compare Source

Please refer to CHANGELOG.md for details.

puppeteer/puppeteer (puppeteer)

v24.1.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.1.0 to 24.1.1
Bug Fixes
tinymce/tinymce (tinymce)

v7.6.1

Compare Source

Fixed
  • Text input was prevented in form elements in the contents of the editor. #TINY-11446
  • Opening a notification when the toolbar is positioned at the bottom of the editor threw an error. #TINY-11498
  • Table resize bars were not properly aligned for inline editors inside scrollable containers. #TINY-11215
sindresorhus/type-fest (type-fest)

v4.33.0

Compare Source


vuejs/devtools (vite-plugin-vue-devtools)

v7.7.1

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/vitepress (vitepress)

v1.6.3

Compare Source

Bug Fixes
  • docsearch not rendering properly (3e4120e)

v1.6.2

Compare Source

Bug Fixes
  • fix static content removal for lean chunks due to Vue 3.5 changes (#​4508) (8214cae)

v1.6.1

Compare Source

Bug Fixes
  • build: escape $ in replace pattern in dynamic routes plugin (e812916), closes #​4499
  • theme/regression: broken hero heading at certain viewports (37dbe89)

v1.6.0

Compare Source

Bug Fixes
  • build: out of order css in prod builds (241d17d), closes #​4098
  • build: properly strip vpi-social css declaration in debug mode (c61182a)
  • build: respect vite.clearScreen in build (8ea776a), closes #​4468
  • build: specify mode for iconify (8a5e8ea)
  • theme: apply externalLinkIcon option on VPHome (#​4492) (fe48943)
  • theme: don't show external link icon for images (096bba1)
  • theme: ignore footnote-ref for outline (1832617), closes #​4402
  • theme: includes text to h1 tag for hero page (#​4472) (bd896c6), closes #​4453
Features
Miscellaneous
vitest-dev/vitest (vitest)

v3.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuetifyjs/vuetify (vuetify)

v3.7.7

Compare Source

🔧 Bug Fixes
🧪 Labs

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 is behind base branch, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 23 times, most recently from 935c810 to d8dedb4 Compare August 31, 2024 22:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 9268e81 to d724af2 Compare September 3, 2024 01:54
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Jan 20, 2025
@renovate renovate bot reopened this Jan 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 26 times, most recently from 14986ab to 02d574d Compare January 26, 2025 16:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 02d574d to 52260ef Compare January 26, 2025 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants