-
Notifications
You must be signed in to change notification settings - Fork 0
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 #247
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 8, 2024 01:37
0e3394a
to
db76d4e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 9, 2024 01:14
db76d4e
to
0e1e6dd
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 11, 2024 08:10
0e1e6dd
to
5d2817b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 11, 2024 15:57
5d2817b
to
6fed89b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 12, 2024 07:19
6fed89b
to
f9bb3a6
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 15, 2024 11:33
f9bb3a6
to
c666ad0
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 17, 2024 01:24
c666ad0
to
f3a92a3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 17, 2024 23:22
f3a92a3
to
d286df7
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 19, 2024 05:10
d286df7
to
646524f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 20, 2024 16:38
646524f
to
da484ae
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 22, 2024 04:04
da484ae
to
47e8374
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 23, 2024 04:05
47e8374
to
56f05b6
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 23, 2024 14:45
56f05b6
to
f58b12a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 24, 2024 06:30
f58b12a
to
be68a7f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 24, 2024 06:35
be68a7f
to
b4e573f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 24, 2024 06:36
b4e573f
to
63868c8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.5.1
->^1.6.0
^0.5.4
->^0.5.5
^9.28.0
->^9.29.1
^1.5.15
->^1.5.17
^3.4.13
->^3.4.14
^5.6.2
->^5.6.3
^3.5.10
->^3.5.12
Release Notes
nuxt/devtools (@nuxt/devtools)
v1.6.0
Compare Source
Bug Fixes
1.5.2 (2024-10-02)
Bug Fixes
vite-plugin-vue-inspector
(572a0d6)1.5.1 (2024-09-23)
Bug Fixes
v1.5.2
Compare Source
Bug Fixes
vite-plugin-vue-inspector
(572a0d6)vuejs/pinia (@pinia/nuxt)
v0.5.5
Compare Source
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.29.1
Compare Source
v9.29.0
Compare Source
✨ Enhancements
New Rules
vue/no-deprecated-delete-set
rule that disallows using deprecated$delete
and$set
.Others
vue/no-undef-properties
rule.useTemplateRef()
tovue/no-unused-refs
rule.vue/require-valid-default-prop
rule.vue/require-default-prop
rule.vue/no-boolean-default
rule.vue/no-required-prop-with-default
rule.vue/no-restricted-props
rule.vue/no-setup-props-reactivity-loss
rule.⚙️ Updates
.tsx
files.video-dev/hls.js (hls.js)
v1.5.17
Compare Source
Summary
HLS.js v1.5.17 includes bug fixes and improvements over the last release.
Changes Since The Last Release
setAudioOption
skips track selection at index 0 (cherry-picked from #6775) @matvp91Demo Page
https://ea9762d3.hls-js-dev.pages.dev/demo/
Feedback
Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.
v1.5.16
Compare Source
Summary
HLS.js v1.5.16 includes bug fixes and improvements over the last release.
Changes Since The Last Release
Demo Page
https://37c2c81d.hls-js-dev.pages.dev/demo/
Feedback
Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.
tailwindlabs/tailwindcss (tailwindcss)
v3.4.14
Compare Source
Fixed
display: none
on elements that usehidden="until-found"
(#14625)microsoft/TypeScript (typescript)
v5.6.3
Compare Source
vuejs/core (vue)
v3.5.12
Compare Source
Bug Fixes
ifNode
(#12131) (cde2c06), closes vuejs/language-tools#4911undefined
(#12055) (7ad289e), closes #12054this.$props
type does not includestring
(#12123) (704173e), closes #12122Performance Improvements
v3.5.11
Compare Source
Bug Fixes
TSSatisfiesExpression
when transforming props destructure (#12062) (2328b05), closes #12061next
property during batch processing (#12075) (d3f5e6e), closes #12072TypeProps
when it isany
(#12073) (57315ab), closes #12058PublicProps
withProps
(#12077) (6f85894)Ref
correctly (#12094) (c97bb84)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Rome, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.