lunr-module
lunr-module copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
consola | ^2.15.0 -> ^2.15.3 |
||||
jsdom | ^16.4.0 -> ^16.7.0 |
||||
lunr-languages | ^1.4.0 -> ^1.14.0 |
||||
nuxt-i18n (source) | 6.15.4 -> 6.28.1 |
||||
tib | ^0.7.4 -> ^0.7.5 |
Release Notes
jsdom/jsdom (jsdom)
v16.7.0
- Added
AbortSignal.abort()
. (ninevra) - Added dummy
x
andy
properties to the return value ofgetBoundingClientRect()
. (eiko) - Implemented wrapping for
textareaEl.value
if thewrap=""
attribute is specified. (ninevra) - Changed newline normalization in
<textarea>
s according to recent HTML Standard updates. (ninevra) - Fixed some bad cascade computation in
getComputedStyle()
. (romain-trotard)
v16.6.0
- Added
parentNode.replaceChildren()
. (ninevra) - Fixed jsdom's handling of when code running inside the jsdom throws
null
orundefined
as an exception. (mbest) - Removed the dependency on the deprecated
request
package, in the process fixing several issues with theXMLHttpRequest
implementation around header processing. Special thanks to vegardbb for completing this months-long effort!
v16.5.3
- Fixed infinite recursion when using
MutationObserver
s to observe elements inside aMutationObserver
callback.
v16.5.2
- Fixed
Access-Control-Allow-Headers: *
to work withXMLHttpRequest
. (silviot) - Fixed
xhr.response
to strip any leading BOM whenxhr.responseType
is"json"
. - Fixed
new Text()
andnew Comment()
constructors to properly set the resulting node'sownerDocument
. - Fixed
customElements.whenDefined()
to resolve its returned promise with the custom element constructor, per recent spec updates. (ExE-Boss) - Fixed parsing to ensure that
<svg><template></template></svg>
does not throw an exception, but instead correctly produces a SVG-namespace<template>
element. - Fixed
domParser.parseFromString()
to treat<noscript>
elements appropriately. - Fixed form control validity checking when the control was outside the
<form>
element and instead associated using theform=""
attribute. - Fixed
legendEl.form
to return the correct result based on its parent<fieldset>
. - Fixed
optionEl.text
to exclude<script>
descendants. - Fixed radio buttons and checkboxes to not fire
input
andchange
events when disconnected. - Fixed
inputEl.indeterminate
to reset to its previous value when canceling aclick
event on a checkbox or radio button. - Fixed the behavior of event handler attributes (e.g.
onclick="...code..."
) when there were global variables namedelement
orformOwner
. (ExE-Boss) - On Node.js v14.6.0+ where
WeakRef
s are available, fixedNodeIterator
to no longer stop working when more than tenNodeIterator
instances are created, and to use less memory due to inactiveNodeIterator
s sticking around. (ExE-Boss)
v16.5.1
- Fixed a regression that broke
customElements.get()
in v16.5.0. (fdesforges) - Fixed
window.event
to have a setter which overwrites thewindow.event
property with the given value, per the specification. This fixes an issue where after upgrading to jsdom v16.5.0 you would no longer be able to set a global variable namedevent
in the jsdom context.
v16.5.0
- Added
window.queueMicrotask()
. - Added
window.event
. - Added
inputEvent.inputType
. (diegohaz) - Removed
ondragexit
fromWindow
and friends, per a spec update. - Fixed the URL of
about:blank
iframes. Previously it was getting set to the parent's URL. (SimonMueller) - Fixed the loading of subresources from the filesystem when they had non-ASCII filenames.
- Fixed the
hidden=""
attribute to causedisplay: none
per the user-agent stylesheet. (ph-fritsche) - Fixed the
new File()
constructor to no longer convert/
to:
, per a pending spec update. - Fixed mutation observer callbacks to be called with the
MutationObserver
instance as theirthis
value. - Fixed
<input type=checkbox>
and<input type=radio>
to be mutable even when disabled, per a spec update. - Fixed
XMLHttpRequest
to not fire a redundant finalprogress
event if aprogress
event was previously fired with the sameloaded
value. This would usually occur with small files. - Fixed
XMLHttpRequest
to expose theContent-Length
header on cross-origin responses. - Fixed
xhr.response
to returnnull
for failures that occur during the middle of the download. - Fixed edge cases around passing callback functions or event handlers. (ExE-Boss)
- Fixed edge cases around the properties of proxy-like objects such as
localStorage
ordataset
. (ExE-Boss) - Fixed a potential memory leak with custom elements (although we could not figure out how to trigger it). (soncodi)
MihaiValentin/lunr-languages (lunr-languages)
v1.14.0
- Added Greek language (thanks to @pbaris)
v1.13.0
- Added
Hebrew language
v1.12.0
#100 - Add Sanskrit, Kannada & Telugu language
v1.11.0
#88 #92 #96 Added Armenian language #97
v1.10.0
- https://github.com/MihaiValentin/lunr-languages/pull/87
- https://github.com/MihaiValentin/lunr-languages/pull/84
- https://github.com/MihaiValentin/lunr-languages/pull/81
v1.9.0
v1.8.0
- upgrade nodejieba from
~2.3
to^2.5
to fix #73
v1.7.0
- Update
package.json
to version1.7.0
nuxt-community/i18n-module (nuxt-i18n)
v6.28.1
v6.28.0
Features
Bug Fixes
- custom routes with optional params adjusted incorrectly (#1243) (203f3db)
- don't skip the cookie if no locale is detected in the route (#1235) (6c9b48f)
6.27.3 (2021-07-09)
Bug Fixes
6.27.2 (2021-06-23)
Bug Fixes
- ensure localeProperties is reactive (on locale change) (#1208) (d2dd400)
- types: fix compatibility issue with typescript 4.3.x+ (#1205) (acc1145)
6.27.1 (2021-06-15)
Bug Fixes
- types: fix "lazy" type in deprecated types (#1190) (482317b)
- handle protocol in the domain key for different domains (#1169) (45b2b82)
v6.27.3
v6.27.2
v6.27.1
v6.27.0
Features
v6.26.0
Features
v6.25.0
Features
v6.24.0
Features
Bug Fixes
v6.23.0
Features
Bug Fixes
- IE11 compatibility issue due to is-https package (#1138) (dcf43de), closes #1137
- types: misplaced jsdoc deprecated wrong API (9736bf1)
6.22.3 (2021-03-30)
Bug Fixes
6.22.2 (2021-03-26)
Bug Fixes
- crash registering the vue-i18n-loader in old Node versions (43022c4)
6.22.1 (2021-03-25)
Bug Fixes
- move lodash.merge to dependencies (b3f3f43)
v6.22.3
v6.22.2
v6.22.1
v6.22.0
Features
Bug Fixes
6.21.1 (2021-03-15)
Bug Fixes
- only replace ".js" at the end of the resolved klona path (#1110) (204d77d), closes #1109
- page not updated on changing lazy locale files (dev mode) (#1104) (e1ff096), closes #905
v6.21.1
v6.21.0
Features
Bug Fixes
6.20.6 (2021-03-08)
Bug Fixes
6.20.5 (2021-03-08)
Bug Fixes
- don't apply any locale-logic to non-existent routes (#1093) (7180412), closes #1092
- recursive clone triggered when "locales" object made reactive (#1090) (83c4398), closes #1075
- support localePath with path input and customized routes (#1088) (4043968)
- docs: adjusted example code in documentation to call the right context (#1087) (7b8f77d)
6.20.4 (2021-03-01)
Bug Fixes
- avoid using commonjs for runtime (vite support) (3fc14ba)
- use mjs version of klona (#1079) (bb0445d)
6.20.3 (2021-02-24)
Bug Fixes
- lazy: allow extensions yml/yaml when loading lazy locales (01f92ae)
6.20.2 (2021-02-19)
Bug Fixes
6.20.1 (2021-02-15)
Bug Fixes
- compatibility issue with Nuxt 2.15.0 (9d276d7), closes #1063
- docs: missing semicolon in Locales option example (#1056) (e9f2a6a)
v6.20.6
v6.20.5
v6.20.4
v6.20.3
v6.20.2
v6.20.1
v6.20.0
Features
v6.19.0
Features
Bug Fixes
- invalid canonical SEO link with differentDomains (#1049) (d05317b)
- deps: update all non-major dependencies (#1048) (8f4cef5)
- localeProperties undefined when
component used (#1043) (ff56a35)
v6.18.0
Features
- expose API for detecting browser locale (#1022) (ac75635), closes #1018
- expose localeProperties property (#1016) (a9457a0), closes #916
v6.17.0
Features
Bug Fixes
- use local klona dependency from the plugin (#1008) (42c3cd5), closes #1004
- deps: update dependency is-https to v3 (#997) (cd377b4)
v6.16.0
Features
Bug Fixes
- detectBrowserLanguage: use ISO code if available (#965) (1e39a3b), closes #979 #499
- docs: add defaultLocale to examples (#955) (4b69c6c)
- docs: add missing parenthesis (#941) (4ecdee1)
- docs: clarify the type of the "vueI18n" option (c9be559)
- docs: fix some links in the documentation (1249226)
- docs: fix some more links in the documentation (abbf212)
- docs: include "defaultLocale" in the example configuration (#951) (6bacb3b)
- docs: remove unwanted characters (bc9f76e), closes #960
- generate: don't try to redirect route when static generating (#989) (d5957d0), closes #911
- test: fix test expectation for trailingSlash=true (c9f2ef5)
6.15.4 (2020-10-19)
Bug Fixes
6.15.3 (2020-10-14)
Bug Fixes
6.15.2 (2020-10-13)
Bug Fixes
- docs: add warnings regarding no_prefix strategy (#891) (bbcbad9)
- seo: don't include queries in canonical tag (d09ad9e), closes #912
- seo: enable canonical tag for all strategies (4ae4199)
- seo: enable self-referential canonical tags (b62fd39)
- add x-default hreflang tag for improved SEO (#922) (b35bc57)
6.15.1 (2020-09-11)
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
Merging #6 (2d0a06f) into master (1330d0d) will not change coverage. The diff coverage is
n/a
.
:exclamation: Current head 2d0a06f differs from pull request most recent head d4c5cff. Consider uploading reports for the commit d4c5cff to get more accurate results
@@ Coverage Diff @@
## master #6 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 94 94
Branches 28 28
=========================================
Hits 94 94