chore(deps): update all non-major dependencies #18108
Merged
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:
^2.9.0
->^2.9.1
^1.16.2
->^1.17.7
^18.3.5
->^18.3.6
^0.48.42
->^0.48.43
^3.5.3
->^3.5.6
^7.35.2
->^7.36.1
^0.4.11
->^0.4.12
^9.3.1
->^9.4.0
^4.19.2
->^4.21.0
^4.19.2
->^4.21.0
^1.26.0
->^1.27.0
^3.20240821.1
->^3.20240909.2
^1.47.0
->^1.47.1
9.9.0
->9.10.0
^8.4.45
->^8.4.47
^10.23.2
->^10.24.0
^4.0.1
->^4.0.2
^3.4.10
->^3.4.11
^3.4.10
->^3.4.11
^5.31.6
->^5.32.0
v45.0.1
->v45.0.2
^4.19.0
->^4.19.1
^8.4.0
->^8.6.0
^5.4.3
->^5.4.6
^2.0.5
->^2.1.1
^3.5.3
->^3.5.6
^3.5.3
->^3.5.6
^4.4.3
->^4.4.5
Release Notes
preactjs/preset-vite (@preact/preset-vite)
v2.9.1
Compare Source
Bug Fixes
preact
is optimized by Vite by @rschristian in https://github.com/preactjs/preset-vite/pull/137Maintenance
"repository"
field in pkg.json by @rschristian in https://github.com/preactjs/preset-vite/pull/135New Contributors
Full Changelog: preactjs/preset-vite@2.9.0...2.9.1
shikijs/shiki (@shikijs/vitepress-twoslash)
v1.17.7
Compare Source
🚀 Features
tabindex
, close #778 - by @antfu in https://github.com/shikijs/shiki/issues/778 (52b05)View changes on GitHub
v1.17.6
Compare Source
🚀 Features
🐞 Bug Fixes
shiki/wasm
and@shikijs/wasm-inlined
- by @antfu (3f226)View changes on GitHub
v1.17.5
Compare Source
🚀 Features
simulation
option - by @antfu (adf99)View changes on GitHub
v1.17.4
Compare Source
No significant changes
View changes on GitHub
v1.17.0
Compare Source
Refactor the monorepo and separate engines into each own package.
View changes on GitHub
v1.16.3
Compare Source
🚀 Features
createCssVariablesTheme
no longer experimental - by @antfu (ac10b)regex
to enhance js engine support - by @antfu in https://github.com/shikijs/shiki/issues/762 (ed362)View changes on GitHub
vuejs/core (@vue/shared)
v3.5.6
Compare Source
Bug Fixes
once
option should be ignored by watchEffect (#11884) (49fa673)v3.5.5
Compare Source
Bug Fixes
<textarea>
and<pre>
(a5f3c2e), closes #11873 #11874v3.5.4
Compare Source
Bug Fixes
TypeEmits
with both tuple and function syntax (#11840) (dad6738), closes #11836Performance Improvements
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.36.1
Compare Source
Fixed
no-is-mounted
]: fix logic in method name check (#3821 @Mathias-S)jsx-no-literals
]: Avoid crashing on valueless boolean props (#3823 @reosarevok)v7.36.0
Compare Source
Added
no-string-refs
]: allow this.refs in > 18.3.0 (#3807 @henryqdineen)jsx-no-literals
] AddelementOverrides
option and the ability to ignore this rule on specific elements (#3812 @Pearce-Ropion)forward-ref-uses-ref
]: add rule for checking ref parameter is added ([#3667][] @NotWoods)Fixed
function-component-definition
], [boolean-prop-naming
], [jsx-first-prop-new-line
], [jsx-props-no-multi-spaces
],propTypes
: use type args (#3629 @HenryBrown0)jsx-props-no-spreading
]: addexplicitSpread
option to schema (#3799 @ljharb)Changed
no-danger
]: update broken link (#3817 @lucasrmendonca)button-has-type
: add test case with spread (#3731 @y-hsgw)ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.4.12
Compare Source
sindresorhus/execa (execa)
v9.4.0
Compare Source
expressjs/express (express)
v4.21.0
Compare Source
What's Changed
"back"
magic string in redirects by @blakeembrey in https://github.com/expressjs/express/pull/5935New Contributors
Full Changelog: expressjs/express@4.20.0...4.21.0
v4.20.0
Compare Source
==========
depth
option to customize the depth level in the parserdepth
level for parsing URL-encoded data is now32
(previously wasInfinity
)res.redirect
\
,|
, and^
to align better with URL specoptions.maxAge
andoptions.expires
tores.clearCookie
parcel-bundler/lightningcss (lightningcss)
v1.27.0
Compare Source
Added
[content-hash]
css module pattern by @rubberpants in https://github.com/parcel-bundler/lightningcss/pull/802. This includes a hash of the file contents rather than the file path (as[hash]
works), which can be used to support multiple versions of the same library simultaneously without conflicts.Fixed
box-shadow
combination ofoklch
andcurrentColor
by @hi-ogawa in https://github.com/parcel-bundler/lightningcss/pull/801cloudflare/workers-sdk (miniflare)
v3.20240909.2
Patch Changes
5b5dd95
Thanks @sdnts! - fix: Respect delivery delays for Queue consumers in local dev modev3.20240909.1
Compare Source
Minor Changes
d68e8c9
Thanks @joshthoward! - feat: Configure SQLite backed Durable Objects in local devv3.20240909.0
Compare Source
Patch Changes
#6673
3f5b934
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20240821.2
Compare Source
Patch Changes
#6627
5936282
Thanks @GregBrimble! - fix: Fixes max asset count error message to properly report count of assets#6612
6471090
Thanks @dario-piotrowicz! - fix: add hyperdrive bindings support ingetBindings
Note: the returned binding values are no-op/passthrough that can be used inside node.js, meaning
that besides direct connections via the
connect
methods, all the other values point to thesame db connection specified in the user configuration
microsoft/playwright (playwright-chromium)
v1.47.1
Compare Source
pnpm/pnpm (pnpm)
v9.10.0
: pnpm 9.10Compare Source
Minor Changes
Support for a new CLI flag,
--exclude-peers
, added to thelist
andwhy
commands. When--exclude-peers
is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #8506.Added a new setting to
package.json
atpnpm.auditConfig.ignoreGhsas
for ignoring vulnerabilities by their GHSA code #6838.For instance:
Patch Changes
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
postcss/postcss (postcss)
v8.4.47
Compare Source
v8.4.46
Compare Source
Cannot read properties of undefined (reading 'before')
.preactjs/preact (preact)
v10.24.0
[Compare S
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.
This PR was generated by Mend Renovate. View the repository job log.