fix(deps): update all non-major dependencies #300
+872
−768
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.11.2
->^3.12.0
^6.0.0
->^6.0.1
^22.10.1
->^22.10.2
^12.0.3
->^12.0.4
^1.7.8
->^1.7.9
^5.31.0
->^5.34.2
^8.0.0
->^8.0.1
^3.2.2
->^3.2.3
^9.16.0
->^9.17.0
^9.5.1
->^9.5.2
^4.21.1
->^4.21.2
^7.4.1
->^7.5.0
^0.27.4
->^0.27.5
^15.2.10
->^15.2.11
^3.1.7
->^3.1.9
^9.3.5
->^9.3.6
^2.2.8
->^2.3.0
9.12.3
->9.15.0
^23.10.0
->^23.10.4
^1.81.1
->^1.83.0
^5.36.0
->^5.37.0
^7.5.1
->^7.6.0
^4.30.0
->^4.30.1
^6.0.2
->^6.0.3
^7.6.7
->^7.6.8
^3.10.2
->^3.10.3
^5.97.0
->^5.97.1
^3.23.8
->^3.24.1
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v3.12.0
Compare Source
🚀 Features
@eslint-react/eslint-plugin
to ^1.19.0 - by @Rel1cx in https://github.com/antfu/eslint-config/issues/642 (a0a82)View changes on GitHub
intlify/bundle-tools (@intlify/unplugin-vue-i18n)
v6.0.1
⚡ Improvement Features
Committers: 1
jeffijoe/awilix (awilix)
v12.0.4
Compare Source
react-native
export key, move upbrowser
keyaxios/axios (axios)
v1.7.9
Compare Source
Reverts
Contributors to this release
taskforcesh/bullmq (bullmq)
v5.34.2
Compare Source
Bug Fixes
v5.34.1
Compare Source
Bug Fixes
v5.34.0
Compare Source
Features
v5.33.1
Compare Source
Bug Fixes
v5.33.0
Compare Source
Features
v5.32.0
Compare Source
Features
v5.31.2
Compare Source
Bug Fixes
v5.31.1
Compare Source
Bug Fixes
tj/connect-redis (connect-redis)
v8.0.1
Compare Source
Bug fixes
cure53/DOMPurify (dompurify)
v3.2.3
: DOMPurify 3.2.3Compare 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
RateLimit
header according to the eighth draft of the IETF RateLimit header specificiation. Enable by settingstandardHeaders: 'draft-8'
.identifier
option, used as the name for the quota policy in thedraft-8
headers.headersDraftVersion
validation check to identifies cases where an unsupported version string is passed to thestandardHeaders
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 🐬
onReserveConnection
to Postgres and MySQL dialect configs by @dcousineau in https://github.com/kysely-org/kysely/pull/996PostgreSQL 🐘
MS SQL Server 🥅
🐞 Bugfixes
📖 Documentation
generatedAlwaysAs
by @nikeee in https://github.com/kysely-org/kysely/pull/1113MERGE
examples by @igalklebanov in https://github.com/kysely-org/kysely/pull/1188📦 CICD & Tooling
🐤 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
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
Gold Sponsors
v9.14.1
Compare Source
Minor Changes
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.ERR_PNPM_TARBALL_EXTRACT
error while installing a dependency from GitHub having a slash in branch name #7697.use-node-version
setting is used and the system has no Node.js installed #8769..npmrc
files to their correct types. For instance,child-concurrency
should be a number, not a string #5075.manage-package-manager-versions
is set totrue
.pnpm init
should respect the--dir
option #8768.Platinum Sponsors
Gold Sponsors
v9.14.0
Compare Source
v9.13.2
: pnpm 9.13.2Compare Source
Patch Changes
dlx
processes.Platinum Sponsors
This PR was generated by Mend Renovate. View the repository job log.