-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
chore(deps): update all non-major dependencies #890
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit bdfe4fe. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
5.61.3
->5.62.0
^5.61.3
->^5.62.0
^5.61.3
->^5.62.0
^5.61.3
->^5.62.0
^4.3.3
->^4.3.4
^5.2.0
->^5.2.1
^9.15.0
->^9.16.0
^5.37.2
->^5.38.3
^20.1.3
->^20.1.4
9.14.2
->9.14.4
^3.3.3
->^3.4.1
^2.10.2
->^2.11.0
^2.1.5
->^2.1.6
Release Notes
TanStack/query (@tanstack/angular-query-experimental)
v5.62.0
Compare Source
Version 5.62.0 - 11/29/24, 1:03 PM
Changes
Feat
0fa1f01
) by Nick LucasChore
f245792
) by ArnoudPackages
v5.61.6
Compare Source
Version 5.61.6 - 11/28/24, 1:59 PM
Changes
Fix
ebcaa55
) by Arnoudc402a2b
) by Eliya CohenPackages
v5.61.5
Compare Source
Version 5.61.5 - 11/27/24, 8:09 AM
Changes
Fix
422c879
) by Nick LucasCi
d28de3c
) by Leonardo MontiniPackages
v5.61.4
Compare Source
Version 5.61.4 - 11/26/24, 1:39 PM
Changes
Fix
3b7556f
) by Jonathan ToungChore
dfe2cd1
) by renovate[bot]8b0756a
) by Arnoudef0b7b2
) by Dominik Dorfmeisterecc17d5
) by renovate[bot]c69f302
) by Lachlan Collins5cd9611
) by Lachlan CollinsPackages
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
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/js@9.16.0
(#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)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
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 changevitest-dev/vitest (vitest)
v2.1.6
Compare Source
🚀 Features
View changes on GitHub
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.