-
Notifications
You must be signed in to change notification settings - Fork 13
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 #435
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reviewer's Guide by SourceryThis is a routine dependency update PR that updates several non-major package versions. The changes include minor version bumps for development tools and patch updates for various dependencies. Most notably, it updates TypeScript-related tooling to support TypeScript 5.7 and includes some icon modifications in the Lucide React package. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Bundle ReportChanges will decrease total bundle size by 17 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #435 +/- ##
=======================================
Coverage 77.16% 77.16%
=======================================
Files 5 5
Lines 162 162
Branches 60 59 -1
=======================================
Hits 125 125
- Misses 34 37 +3
+ Partials 3 0 -3 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
22.9.3
->22.10.1
8.15.0
->8.16.0
1.5.0
->1.5.1
19.0.0-beta-a7bf2bd-20241110
->19.0.0-beta-df7b47d-20241124
0.7.0
->0.7.1
9.15.0
->9.16.0
^0.460.0
->^0.462.0
3.3.3
->3.4.1
2.3.1
->2.3.3
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.16.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vercel/vercel (@vercel/functions)
v1.5.1
Compare Source
Patch Changes
facebook/react (babel-plugin-react-compiler)
v19.0.0-beta-df7b47d-20241124
Compare Source
joe-bell/cva (class-variance-authority)
v0.7.1
Compare Source
What's Changed
New Contributors
Full Changelog: joe-bell/cva@v0.7.0...v0.7.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)lucide-icons/lucide (lucide-react)
v0.462.0
: New icons 0.462.0Compare Source
New icons 🎨
image-upscale
(#2462) by @jguddasModified Icons 🔨
grid-2x2
(#2628) by @jguddasship
(#2548) by @jguddasshuffle
(#2478) by @jguddasvenetian-mask
(#1950) by @jguddasv0.461.0
: New icons 0.461.0Compare Source
New icons 🎨
calendar-sync
(#2590) by @chessurismeModified Icons 🔨
scale-3d
(#2627) by @jguddasprettier/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
vercel/turborepo (turbo)
v2.3.3
Compare Source
v2.3.2
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - "before 4am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.