chore(deps): update all non-major dependencies #417
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:
^1
->^1.11.11
^11.2.0
->^11.3.0
^5.6.3
->^5.7.2
^1
->^1.11.11
Release Notes
unjs/unhead (@unhead/vue)
v1.11.11
Compare Source
🐞 Bug Fixes
ReadAction
's for WebPage - by @harlan-zw (b211e)View changes on GitHub
v1.11.10
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.11.9
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.11.8
Compare Source
🐞 Bug Fixes
/*
- by @harlan-zw (7e129)head
instance - by @harlan-zw (1e16f)View changes on GitHub
v1.11.7
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.11.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.11.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.11.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.11.3
Compare Source
🐞 Bug Fixes
/vue
subpath type exports - by @harlan-zw (9d552)head
functions with vm context - by @harlan-zw (fc6a5)View changes on GitHub
v1.11.2
Compare Source
🐞 Bug Fixes
data-x
values" - by @harlan-zw (93801)View changes on GitHub
v1.11.1
Compare Source
🐞 Bug Fixes
tagDuplicateStrategy
- by @harlan-zw (c6453)@id
's with path - by @harlan-zw (8adfd)View changes on GitHub
v1.11.0
Compare Source
ℹ️ This is a minor release with many bug fixes, while there are no explicit new features, an effort should be made to checking your tags after upgrading.
This will be last minor before work begins on v2, check the roadmap and feel free to make suggestions.
🐞 Bug Fixes
unhead:
key
overrides for unique meta - by @harlan-zw (5c441)useHead
promises, support falsy values - by @harlan-zw (366d0)data-x
values - by @harlan-zw (355d7)titleTemplate
functions - by @harlan-zw (d5741)dom:
schema-org:
@id
resolving - by @harlan-zw (e6330)translationOfWork
,workTranslation
- by @harlan-zw (4ffba)id
from tag - by @harlan-zw (af6fb)ssr:
vue:
🏎 Performance
entries:updated
calls - by @harlan-zw (48cf0)View changes on GitHub
v1.10.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.10.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.10.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.10.1
Compare Source
🐞 Bug Fixes
New Contributors
View changes on GitHub
v1.10.0
Compare Source
🚀 Features
$script
- by @harlan-zw in https://github.com/unjs/unhead/issues/379 (3e64b)onLoaded
,onError
- by @harlan-zw in https://github.com/unjs/unhead/issues/381 (3fe92)🐞 Bug Fixes
use()
- by @harlan-zw (7746a)server
trigger not syncing loading status - by @harlan-zw (6efcf)🏎 Performance
View changes on GitHub
v1.9.16
Compare Source
🐞 Bug Fixes
tagPriority
- by @harlan-zw (10808)View changes on GitHub
v1.9.15
Compare Source
No significant changes
View changes on GitHub
v1.9.14
Compare Source
🐞 Bug Fixes
style
side effect not clearing - by @harlan-zw (baf8b)View changes on GitHub
v1.9.13
Compare Source
🐞 Bug Fixes
MonteraryAmount
value toQuantitativeValue
- by @harlan-zw (b0bf4)View changes on GitHub
v1.9.12
Compare Source
🐞 Bug Fixes
beforeInit
" - by @harlan-zw (a1d38)false
attrs - by @harlan-zw (8c0a3)🏎 Performance
View changes on GitHub
v1.9.11
Compare Source
🐞 Bug Fixes
beforeInit
- by @harlan-zw (d1e19)View changes on GitHub
v1.9.10
Compare Source
🐞 Bug Fixes
use()
is provided - by @harlan-zw (e2301)View changes on GitHub
v1.9.9
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.9.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.9.7
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.9.6
Compare Source
🐞 Bug Fixes
beforeInit
hook for script deps - by @harlan-zw (8730b)🏎 Performance
View changes on GitHub
v1.9.5
Compare Source
🐞 Bug Fixes
undefined
style attributes - by @sameignatovich in https://github.com/unjs/unhead/issues/337 (03d60)View changes on GitHub
v1.9.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.9.3
Compare Source
🐞 Bug Fixes
use
usage - by @harlan-zw (4a447)status
gets reactive stub - by @harlan-zw (8d9b5)View changes on GitHub
v1.9.2
Compare Source
🐞 Bug Fixes
trigger: (fn: Function)
- by @harlan-zw (33fa8)loading
not syncing - by @harlan-zw (d0c6e)onerror
triggering - by @harlan-zw (74db4)View changes on GitHub
v1.9.1
Compare Source
🐞 Bug Fixes
🏎 Performance
onloadstart
event - by @harlan-zw (d5a71)View changes on GitHub
v1.9.0
Compare Source
Release 1.9.0 -
useScript
StableuseScript
is built to provide better performance and DX when working with Third-Party Scripts. In this release we reduce the composable size has been reduced by 30% with some notable breaking changes:Removed trigger
idle
While this was handy in user-land, providing support for it meant providing a polyfill for
window.requestIdleCallback
due to limited browser support. Most integrations will already ship a polyfill for this so it added extra unnecessary weight.If you'd like to re-implement this behaviour there's a recipe on the docs and you should provide your own polyfill (if needed).
Early connections removed
When using the composable it would try and guess how the script is being used and append a
dns-prefetch
or apreconnect
<link>
depending on usage. To reduce the composable weight, this should now be implemented in user or integration land.Awaiting Script Changes
When you wanted to avoid using the Proxy API and use the script instance directly, you could use the
$script.waitForLoad()
function. To reduce the weight, the$script
object itself is now a promise:Changelog
🚨 Breaking Changes
script:transform
hook - by @harlan-zw (1b153)$script
promisable, removewaitForLoad
- by @harlan-zw (4646d)$script.loaded
- by @harlan-zw (7cba5)onabort
,onprogress
events - by @harlan-zw (335f4)🐞 Bug Fixes
data-*
keys - by @harlan-zw (e8ca7)View changes on GitHub
v1.8.20
Compare Source
🏎 Performance
View changes on GitHub
v1.8.19
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.8.18
Compare Source
No significant changes
View changes on GitHub
v1.8.17
Compare Source
🐞 Bug Fixes
script:instance-fn
- by @harlan-zw (69a16)View changes on GitHub
v1.8.16
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.8.15
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.8.14
Compare Source
🐞 Bug Fixes
urls
- by @harlan-zw (78db9)View changes on GitHub
v1.8.13
Compare Source
🐞 Bug Fixes
style
- by @harlan-zw (8e07d)View changes on GitHub
v1.8.12
Compare Source
Bug Fixes
style
causing error (78219cb), closes #324v1.8.11
Compare Source
Bug Fixes
styles
(afcfb08), closes #287useSeoMeta
no longer supports getter types (#315) (686800f)v1.8.10
Compare Source
Bug Fixes
VueHeadMixin
as not deprecated (6089dfc), closes #291omitLineBreaks
option (#297) (85bc860)v1.8.9
Compare Source
What's Changed
class
/style
breaks merging by @daniluk4000 in https://github.com/unjs/unhead/pull/290New Contributors
Full Changelog: v1.8.8...v1.8.9
v1.8.8
Compare Source
Bug Fixes
v1.8.7
Compare Source
Bug Fixes
children
being converted totrue
(0311382)v1.8.6
Compare Source
Bug Fixes
v1.8.5
Compare Source
Bug Fixes
LocalBusiness
extendsOrganization
for Logo Rich Results (6b2571b), closes #270FoodEstablishment
node (#277) (e10b48e) by @tmlmtv1.8.4
Compare Source
Bug Fixes
JobPosting
refinements (85a5933)tagPosition
(6a0eb46)Organization
for Logo rich results (c0bd4ca)viewport
(17e236f), closes #265v1.8.3
Compare Source
Bug Fixes
v1.8.2
Compare Source
Bug Fixes
v1.8.1
Compare Source
Bug Fixes
transform
(7eba87f)v1.8.0
Compare Source
Bug Fixes
waitForLoad
refactor and correct triggering (7b31b2e)onload
andonerror
for vue (6f0a9f4)remove()
(2ee6d9c)onload
event for inlineHTML (2f652ff)useHead
,useServerHead
generics, allow easier augmenting (c21edfc)htmlAttrs.lang
(5cf5336)defer
by default (2f618d2)useSeoMeta
(3e30432)separator
(e13f975)Features
$script.remove()
(0fbf575)useScript
(#249) (c927839)key
for JIT hooks (#247) (5128ab7)v1.7.4
Compare Source
Bug Fixes
v1.7.3
Compare Source
Bug Fixes
{ script: [ '/script.js' ]
support (ce89ceb)v1.7.2
Compare Source
v1.7.0
Compare Source
Bug Fixes
polyfillAsVueUseHead
(7cd4b75)Features
<Head>
component based on @vueuse/head from@unhead/vue/components
(204ce48)v1.6.2
Compare Source
Bug Fixes
v1.6.1
Compare Source
Bug Fixes
Performance Improvements
dirty
flag to avoid redundant head updates (de34c67)dom:beforeRender
(7bb1064)v1.6.0
Compare Source
Bug Fixes
og:title
to body (e1a60c2)tagPriority
weights by 10x (03a5c28)Features
v1.5.5
Compare Source
Bug Fixes
v1.5.4
Compare Source
Bug Fixes
v1.5.3
Compare Source
Bug Fixes
useHeadSafe
(a3cf825), closes #213v1.5.2
Compare Source
Bug Fixes
setHeadInjectionHandler
(a6a6ab9)v1.5.1
Compare Source
Bug Fixes
v1.5.0
Compare Source
Notice
This minor introduces warnings when using
useHead
without the Vue context available.When these warnings are shown, Unhead falls back to a shared context. Using this context has known issues when SSR parallel requests.
See https://github.com/nuxt/nuxt/issues/22712#issuecomment-1703911119 for more context.
Bug Fixes
ReadAction
toWebPage
(2e70981)Question
(9a862e9)PluginSchemaOrg
(69d5486)Features
head
option to bypass injection (e7405fb)v1.4.1
Compare Source
Bug Fixes
unhead:payload
(a7bbc12)v1.4.0
Compare Source
Bug Fixes
Features
true
attribute values (#202) (821443f)v1.3.9
Compare Source
Bug Fixes
v1.3.8
Compare Source
Bug Fixes
application/json
(a3a0451)v1.3.7
Compare Source
Bug Fixes
application/json
JSON format verification, encode JSON (464f98f, 69e2656)v1.3.5
Compare Source
Bug Fixes
v1.3.4
Compare Source
Bug Fixes
v1.3.3
Compare Source
v1.3.2
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 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.