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
@antfu/eslint-config ^3.11.2 -> ^3.12.0 age adoption passing confidence
@intlify/unplugin-vue-i18n (source) ^6.0.0 -> ^6.0.1 age adoption passing confidence
@types/node (source) ^22.10.1 -> ^22.10.2 age adoption passing confidence
awilix ^12.0.3 -> ^12.0.4 age adoption passing confidence
axios (source) ^1.7.8 -> ^1.7.9 age adoption passing confidence
bullmq (source) ^5.31.0 -> ^5.34.2 age adoption passing confidence
connect-redis ^8.0.0 -> ^8.0.1 age adoption passing confidence
dompurify ^3.2.2 -> ^3.2.3 age adoption passing confidence
eslint (source) ^9.16.0 -> ^9.17.0 age adoption passing confidence
execa ^9.5.1 -> ^9.5.2 age adoption passing confidence
express (source) ^4.21.1 -> ^4.21.2 age adoption passing confidence
express-rate-limit ^7.4.1 -> ^7.5.0 age adoption passing confidence
kysely ^0.27.4 -> ^0.27.5 age adoption passing confidence
lint-staged ^15.2.10 -> ^15.2.11 age adoption passing confidence
nodemon (source) ^3.1.7 -> ^3.1.9 age adoption passing confidence
otpauth ^9.3.5 -> ^9.3.6 age adoption passing confidence
pinia ^2.2.8 -> ^2.3.0 age adoption passing confidence
pnpm (source) 9.12.3 -> 9.15.0 age adoption passing confidence
puppeteer (source) ^23.10.0 -> ^23.10.4 age adoption passing confidence
sass ^1.81.1 -> ^1.83.0 age adoption passing confidence
terser (source) ^5.36.0 -> ^5.37.0 age adoption passing confidence
tinymce (source) ^7.5.1 -> ^7.6.0 age adoption passing confidence
type-fest ^4.30.0 -> ^4.30.1 age adoption passing confidence
vite (source) ^6.0.2 -> ^6.0.3 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.6.7 -> ^7.6.8 age adoption passing confidence
vite-plugin-webfont-dl (source) ^3.10.2 -> ^3.10.3 age adoption passing confidence
webpack ^5.97.0 -> ^5.97.1 age adoption passing confidence
zod (source) ^3.23.8 -> ^3.24.1 age adoption passing confidence

Release Notes

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

v3.12.0

Compare Source

   🚀 Features
    View changes on GitHub
intlify/bundle-tools (@​intlify/unplugin-vue-i18n)

v6.0.1

⚡ Improvement Features
  • #​421 fix(unplugin-vue-i18n): check for vue compiler in directive transform hook (@​userquin)
Committers: 1
jeffijoe/awilix (awilix)

v12.0.4

Compare Source

  • Add react-native export key, move up browser key
  • Update packages
axios/axios (axios)

v1.7.9

Compare Source

Reverts
Contributors to this release
taskforcesh/bullmq (bullmq)

v5.34.2

Compare Source

Bug Fixes
  • scripts: make sure jobs fields are not empty before unpack (4360572)

v5.34.1

Compare Source

Bug Fixes
  • guarantee every repeatable jobs are slotted (9917df1)
  • job-scheduler: avoid duplicated delayed jobs when repeatable jobs are retried (af75315)

v5.34.0

Compare Source

Features
  • telemetry: add option to omit context propagation on jobs (#​2946) (6514c33)

v5.33.1

Compare Source

Bug Fixes
  • job-scheduler: omit deduplication and debounce options from template options (#​2960) (b5fa6a3)

v5.33.0

Compare Source

Features

v5.32.0

Compare Source

Features

v5.31.2

Compare Source

Bug Fixes
  • worker: catch connection error when moveToActive is called (#​2952) (544fc7c)

v5.31.1

Compare Source

Bug Fixes
  • scheduler-template: remove console.log when getting template information (#​2950) (3402bfe)
tj/connect-redis (connect-redis)

v8.0.1

Compare Source

Bug fixes
cure53/DOMPurify (dompurify)

v3.2.3: DOMPurify 3.2.3

Compare Source

eslint/eslint (eslint)

v9.17.0

Compare Source

sindresorhus/execa (execa)

v9.5.2

Compare Source

Bug fixes

expressjs/express (express)

v4.21.2

Compare Source

express-rate-limit/express-rate-limit (express-rate-limit)

v7.5.0

Compare Source

Added
  • Implemented the combined RateLimit header according to the eighth draft of the IETF RateLimit header specificiation. Enable by setting standardHeaders: 'draft-8'.
  • Added a new identifier option, used as the name for the quota policy in the draft-8 headers.
  • Added a new headersDraftVersion validation check to identifies cases where an unsupported version string is passed to the standardHeaders option.

You can view the full changelog here.

kysely-org/kysely (kysely)

v0.27.5

Compare Source

Hey 👋

Long-time community member and ambassador @​thelinuxlich has joined the contributors club! 🏅

v0.28 is right around the corner! 👀

🚀 Features

PostgreSQL 🐘 / MySQL 🐬 / SQLite 📘
PostgreSQL 🐘 / MySQL 🐬
PostgreSQL 🐘
MS SQL Server 🥅

🐞 Bugfixes

📖 Documentation

📦 CICD & Tooling

⚠️ Breaking Changes

🐤 New Contributors

Full Changelog: kysely-org/kysely@0.27.4...master

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

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

remy/nodemon (nodemon)

v3.1.9

Compare Source

Bug Fixes
  • maintain backward support for exitcrash (9c9de6e)

v3.1.8

Compare Source

Bug Fixes
hectorm/otpauth (otpauth)

v9.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: hectorm/otpauth@v9.3.5...v9.3.6

vuejs/pinia (pinia)

v2.3.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.0

Compare Source

v9.14.4

Compare Source

v9.14.3

Compare Source

v9.14.2

Compare Source

Patch Changes

  • pnpm publish --json should work #​8788.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.1

Compare Source

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #​7697.
  • Don't crash if the use-node-version setting is used and the system has no Node.js installed #​8769.
  • Convert settings in local .npmrc files to their correct types. For instance, child-concurrency should be a number, not a string #​5075.
  • pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
  • pnpm init should respect the --dir option #​8768.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.0

Compare Source

v9.13.2: pnpm 9.13.2

Compare Source

Patch Changes

  • Detection of circular peer dependencies should not crash with aliased dependencies #​8759. Fixes a regression introduced in the previous version.
  • Fix race condition of symlink creations caused by multiple parallel dlx processes.

Platinum Sponsors

Bit 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 force-pushed the renovate/all-minor-patch branch 4 times, most recently from 163ba44 to f09339c Compare December 6, 2024 08:01
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Dec 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 4b0cce8 to 6bb8e70 Compare December 10, 2024 14:15
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 48e2aef to 7fe6681 Compare December 14, 2024 21:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7fe6681 to b10a21f Compare December 15, 2024 06:38
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