fix(deps): update all non-major dependencies #12579
Open
+881
−1,141
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:
^0.1.1
->^0.1.2
^1.3.0
->^1.3.1
1.3.0
->1.3.1
^3.13.10
->^3.13.11
^4.0.1
->^4.1.1
^3.5.12
->^3.5.13
^3.14.3
->^3.14.6
^9.15.0
->^9.16.0
^10.25.0
->^10.25.1
^10.24.3
->^10.25.1
^3.4.1
->^3.4.2
^4.27.4
->^4.28.0
^1.81.0
->^1.82.0
^1.80.6
->^1.82.0
^1.23.1
->^1.24.0
^5.2.9
->^5.5.3
^5.1.16
->^5.5.3
^0.7.22
->^0.7.30
^3.4.14
->^3.4.16
^3.4.15
->^3.4.16
^5.6.3
->^5.7.2
^8.16.0
->^8.17.0
^6.0.1
->^6.0.2
^7.6.3
->^7.6.7
^2.1.6
->^2.1.8
^3.5.12
->^3.5.13
^0.1.0
->^0.1.1
Release Notes
preactjs/signals (@preact/signals)
v1.3.1
Compare Source
Patch Changes
#620
4cda002
Thanks @developit! - Simplify text update patch to avoid using new internals#618
021c726
Thanks @JoviDeCroock! - Ensure that the Effects versions are updated when using it as a JSX Signalvitejs/vite-plugin-vue (@vitejs/plugin-vue-jsx)
v4.1.1
v4.1.0
hash
to replacecreateHash
(#460) (de88394), closes #460vuejs/core (@vue/compiler-sfc)
v3.5.13
Compare Source
Bug Fixes
Performance Improvements
alpinejs/alpine (alpinejs)
v3.14.6
Compare Source
v3.14.5
Compare Source
Changed
v3.14.4
Compare Source
What's Changed
Full Changelog: alpinejs/alpine@v3.14.3...v3.14.4
eslint/eslint (eslint)
v9.16.0
Compare Source
Features
8f70eb1
feat: AddignoreComputedKeys
option insort-keys
rule (#19162) (Milos Djermanovic)Documentation
9eefc8f
docs: fix typos inuse-isnan
(#19190) (루밀LuMir)0c8cea8
docs: switch the order of words inno-unreachable
(#19189) (루밀LuMir)0c19417
docs: add missing backtick tono-async-promise-executor
(#19188) (루밀LuMir)8df9276
docs: add backtick in-0
indescription
ofno-compare-neg-zero
(#19186) (루밀LuMir)7e16e3f
docs: fixcaseSensitive
option's title ofsort-keys
(#19183) (Tanuj Kanti)0c6b842
docs: fix typos inmigration-guide.md
(#19180) (루밀LuMir)353266e
docs: fix a typo indebug.md
(#19179) (루밀LuMir)5ff318a
docs: delete unnecessary horizontal rule(---
) innodejs-api
(#19175) (루밀LuMir)576bcc5
docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)742d054
docs: note thatno-restricted-syntax
can be used with any language (#19148) (Milos Djermanovic)Chores
feb703b
chore: upgrade to@eslint/[email protected]
(#19195) (Francesco Trotta)df9bf95
chore: package.json update for @eslint/js release (Jenkins)f831893
chore: add type forignoreComputedKeys
option ofsort-keys
(#19184) (Tanuj Kanti)3afb8a1
chore: update dependency @eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)1f77c53
chore: addrepository.directory
property topackage.json
(#19165) (루밀LuMir)d460594
chore: update dependency @arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])45cd4ea
refactor: update default options in rules (#19136) (Milos Djermanovic)preactjs/preact (preact)
v10.25.1
Compare Source
Fixes
Types
defaultValue
property types for inputs, selects, & textareas (#4585, thanks @rschristian)type
attribute (#4582, thanks @rschristian)createElement
&h
types (#4578, thanks @rschristian)href
&hreflang
attribute types (#4575, thanks @rschristian)datetime
on<del>
as optional (#4570, thanks @marvinhagemeister)max
andmin
properties on input element types (#4568, thanks @rschristian)ElementRef
type to compat (#4557, thanks @rschristian)Maintenance
declare global
from internal types (#4583, thanks @rschristian)prettier/prettier (prettier)
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
rollup/rollup (rollup)
v4.28.0
Compare Source
2024-11-30
Features
Pull Requests
sass/dart-sass (sass)
v1.82.0
Compare Source
Command-Line Interface
Improve
--watch
mode reliability when making multiple changes at once, suchas checking out a different Git branch.
Parse the
calc-size()
function as a calculation now that it's supported insome browsers.
Dart API
SassCalculation.calcSize()
function.v1.81.1
Compare Source
shikijs/shiki (shiki)
v1.24.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
sveltejs/svelte (svelte)
v5.5.3
Compare Source
Patch Changes
fix: don't try to add owners to non-
$state
class fields (#14533)fix: capture infinite_loop_guard in error boundary (#14534)
fix: proxify values when assigning using
||=
,&&=
and??=
operators (#14273)v5.5.2
Compare Source
Patch Changes
SvelteDate
(#14525)v5.5.0
Compare Source
Minor Changes
Patch Changes
v5.4.0
Compare Source
Minor Changes
#each
withoutas
(#14396)v5.3.2
Compare Source
Patch Changes
fix: correctly prune CSS for elements inside snippets (#14494)
fix: render attributes during SSR regardless of case (#14492)
v5.3.1
Compare Source
Patch Changes
fix: treat spread elements the same as call expressions (#14488)
fix: correctly increment/decrement bigints (#14485)
v5.3.0
Compare Source
Minor Changes
<svelte:boundary>
(#14211)v5.2.12
Compare Source
Patch Changes
fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#14470)
fix: prevent infinite loops when pruning CSS (#14474)
fix: generate correct code when encountering object expression statement (#14480)
v5.2.11
Compare Source
Patch Changes
fix: ignore text and expressions outside the template when validating HTML (#14468)
fix: better account for render tags when pruning CSS (#14456)
v5.2.10
Compare Source
Patch Changes
fix: correctly remove unused selectors in middle of selector lists (#14448)
chore: upgrade esm-env for Vite 6 support (#14460)
fix: strip exported TypeScript function overloads (#14458)
sveltejs/language-tools (svelte2tsx)
v0.7.30
Compare Source
v0.7.29
Compare Source
v0.7.28
Compare Source
$$Component
typev0.7.27
Compare Source
v0.7.26
Compare Source
v0.7.25
Compare Source
v0.7.24
Compare Source
$props
: infer types for$bindable
, infer function type from arrow functionv0.7.23
Compare Source
const load = ...
declarations (#2540)tailwindlabs/tailwindcss (tailwindcss)
v3.4.16
Compare Source
Fixed
PluginsConfig
allowundefined
values (#14668)Changed
v3.4.15
Compare Source
boxShadow
theme configuration allows arrays (#14856)selection:*
variant works in Chrome 131 (#15003)microsoft/TypeScript (typescript)
v5.7.2
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.17.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/ve
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 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.