chore(deps): update all non-major dependencies #146
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:
^19.0.1
->^19.0.2
^19.0.0
->^19.0.1
^19.0.1
->^19.0.2
^19.0.0
->^19.0.1
^19.0.0
->^19.0.1
^19.0.0
->^19.0.1
^19.0.0
->^19.0.1
^19.0.0
->^19.0.1
^19.0.0
->^19.0.1
^19.0.0
->^19.0.1
^1.17.1
->^1.17.2
^4.0.1
->^4.0.2
^4.3.3
->^4.3.4
^5.2.0
->^5.2.1
^2.1.5
->^2.1.6
^9.15.0
->^9.16.0
^2.46.0
->^2.46.1
^5.37.2
->^5.38.3
^20.1.3
->^20.1.4
9.14.2
->9.14.4
^3.3.3
->^3.4.1
^5.2.7
->^5.3.1
^2.10.2
->^2.11.0
^2.1.5
->^2.1.6
^2.0.26
->^2.1.10
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v19.0.2
Compare Source
@schematics/angular
@angular/build
inject
to prevent code reorderinggetPrerenderParams
is undefined@angular/ssr
angular/angular (@angular/animations)
v19.0.1
Compare Source
compiler-cli
core
forms
language-service
migrations
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.17.2
Compare Source
🪄 Improvements
eslint
's packages to^9.16.0
.@typescript-eslint
's packages to^8.16.0
.ts-api-utils
to^2.0.0
.sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v4.0.2
Compare Source
Patch Changes
5309d7b
)vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.4
Compare Source
Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
Force Babel to output spec compliant import attributes #386
The default was an old spec (
with type: "json"
). We now enforce spec compliant (with { type: "json" }
)vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.1
vitest-dev/vitest (@vitest/coverage-istanbul)
v2.1.6
Compare Source
🚀 Features
View changes on GitHub
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)sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.46.1
Compare Source
Patch Changes
svelte/no-inner-declarations
webpro-nl/knip (knip)
v5.38.3
Compare Source
90d1f5c
)204ce6d
)v5.38.2
Compare Source
5242ddd
)v5.38.1
Compare Source
b8379de
)v5.38.0
Compare Source
nrwl/nx (nx)
v20.1.4
Compare Source
20.1.4 (2024-11-28)
🚀 Features
🩹 Fixes
❤️ Thank You
pnpm/pnpm (pnpm)
v9.14.4
Compare Source
v9.14.3
Compare Source
prettier/prettier (prettier)
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
sveltejs/svelte (svelte)
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)
v5.2.9
Compare Source
Patch Changes
fix: show
:then
block fornull/undefined
value (#14440)fix: relax html parent validation (#14442)
fix: prevent memory leak when creating deriveds inside untrack (#14443)
fix: disregard TypeScript nodes when pruning CSS (#14446)
v5.2.8
Compare Source
Patch Changes
fix: correctly prune each blocks (#14403)
fix: provide temporary
LegacyComponentType
(#14257)fix: attach spread attribute events synchronously (#14387)
fix: ensure last empty text node correctly hydrates (#14425)
fix: correctly prune key blocks (#14403)
solidjs/vite-plugin-solid (vite-plugin-solid)
v2.11.0
Minor Changes
8a6d81e
: Add vite 6 compatPatch Changes
74c75d0
: Support Vite 6'sresolve.conditions
breaking changevuejs/language-tools (vue-tsc)
v2.1.10
Compare Source
v2.1.8
Compare Source
Features
$el
type (#4805) - Thanks to @KazariEX!Bug Fixes
v-for
withv-once
correctly (#4830) - Thanks to @KazariEX!this
to__VLS_ctx
(#4845) - Thanks to @KazariEX!<component :is>
and<slot :name>
(#4661) - Thanks to @KazariEX, @so1ve!defineModel
&defineEmits
in generic (#4823) - Thanks to @KazariEX!useTemplateRef
into correct location (#4829) - Thanks to @KazariEX!v-on
on<slot>
(#4864) - Thanks to @KazariEX!)
(#4887) - Thanks to @KazariEX!value
instead of model name into tuple (#4892) - Thanks to @KazariEX!v-for
correctly (#4933) - Thanks to @KazariEX!Reactive
onv-for
(#4902) - Thanks to @KazariEX!Performance
Other Changes
v2.4.1
tov2.4.8
:importsNotUsedAsValues
(#4897) - Thanks to @KazariEX!"module": "CommonJS"
(#4944) - Thanks to @KazariEX!v2.1.6
Compare Source
Features
Bug Fixes
unref
in interpolation (#4777) - Thanks to @KazariEX!__VLS_StyleModules
after template (#4790) - Thanks to @KazariEX!expose
of non-generic template ref required (#4795) - Thanks to @zhiyuanzmj!__typeProps
with runtime props (#4800) - Thanks to @KazariEX!Performance
Other Changes
__VLS_templateResult
(#4781) - Thanks to @KazariEX!templateRef
intocomposibles
(#4791) - Thanks to @KazariEX!Tests
ref()
(#4794) - Thanks to @KazariEX!v2.1.5
Compare Source
Features
node_modules/.vue-global-types
(#4752) - Thanks to @KazariEX!Bug Fixes
$refs
type (#4763)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.