Skip to content
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 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
consola ^2.15.0 -> ^2.15.3 age adoption passing confidence
jsdom ^16.4.0 -> ^16.7.0 age adoption passing confidence
lunr-languages ^1.4.0 -> ^1.14.0 age adoption passing confidence
nuxt-i18n (source) 6.15.4 -> 6.28.1 age adoption passing confidence
tib ^0.7.4 -> ^0.7.5 age adoption passing confidence

Release Notes

unjs/consola (consola)

v2.15.3

Compare Source

v2.15.2

Compare Source

v2.15.1

Compare Source

jsdom/jsdom (jsdom)

v16.7.0

Compare Source

  • Added AbortSignal.abort(). (ninevra)
  • Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)
  • Implemented wrapping for textareaEl.value if the wrap="" 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

Compare Source

  • Added parentNode.replaceChildren(). (ninevra)
  • Fixed jsdom's handling of when code running inside the jsdom throws null or undefined as an exception. (mbest)
  • Removed the dependency on the deprecated request package, in the process fixing several issues with the XMLHttpRequest implementation around header processing. Special thanks to vegardbb for completing this months-long effort!

v16.5.3

Compare Source

  • Fixed infinite recursion when using MutationObservers to observe elements inside a MutationObserver callback.

v16.5.2

Compare Source

  • Fixed Access-Control-Allow-Headers: * to work with XMLHttpRequest. (silviot)
  • Fixed xhr.response to strip any leading BOM when xhr.responseType is "json".
  • Fixed new Text() and new Comment() constructors to properly set the resulting node's ownerDocument.
  • 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 the form="" 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 and change events when disconnected.
  • Fixed inputEl.indeterminate to reset to its previous value when canceling a click event on a checkbox or radio button.
  • Fixed the behavior of event handler attributes (e.g. onclick="...code...") when there were global variables named element or formOwner. (ExE-Boss)
  • On Node.js v14.6.0+ where WeakRefs are available, fixed NodeIterator to no longer stop working when more than ten NodeIterator instances are created, and to use less memory due to inactive NodeIterators sticking around. (ExE-Boss)

v16.5.1

Compare Source

  • Fixed a regression that broke customElements.get() in v16.5.0. (fdesforges)
  • Fixed window.event to have a setter which overwrites the window.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 named event in the jsdom context.

v16.5.0

Compare Source

  • Added window.queueMicrotask().
  • Added window.event.
  • Added inputEvent.inputType. (diegohaz)
  • Removed ondragexit from Window 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 cause display: 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 their this 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 final progress event if a progress event was previously fired with the same loaded value. This would usually occur with small files.
  • Fixed XMLHttpRequest to expose the Content-Length header on cross-origin responses.
  • Fixed xhr.response to return null 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 or dataset. (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

Compare Source

v1.13.0

Compare Source

  • Added Hebrew language

v1.12.0

Compare Source

#​100 - Add Sanskrit, Kannada & Telugu language

v1.11.0

Compare Source

#​88
#​92
#​96 Added Armenian language
#​97

v1.10.0

Compare Source

v1.9.0

Compare Source

v1.8.0

Compare Source

  • upgrade nodejieba from ~2.3 to ^2.5 to fix #​73

v1.7.0

Compare Source

  • Update package.json to version 1.7.0
nuxt-community/i18n-module (nuxt-i18n)

v6.28.1

Compare Source

v6.28.0

Compare Source

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

v6.27.3

Compare Source

v6.27.2

Compare Source

v6.27.1

Compare Source

v6.27.0

Compare Source

Features

v6.26.0

Compare Source

Features

v6.25.0

Compare Source

Features

v6.24.0

Compare Source

Features
Bug Fixes
  • types: more specific types for $nuxtI18nHead/$nuxtI18nSeo (02cc072), closes #​1133

v6.23.0

Compare Source

Features
Bug Fixes
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

Compare Source

v6.22.2

Compare Source

v6.22.1

Compare Source

v6.22.0

Compare Source

Features
Bug Fixes
6.21.1 (2021-03-15)
Bug Fixes

v6.21.1

Compare Source

v6.21.0

Compare Source

Features
Bug Fixes
6.20.6 (2021-03-08)
Bug Fixes
6.20.5 (2021-03-08)
Bug Fixes
6.20.4 (2021-03-01)
Bug Fixes
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

v6.20.6

Compare Source

v6.20.5

Compare Source

v6.20.4

Compare Source

v6.20.3

Compare Source

v6.20.2

Compare Source

v6.20.1

Compare Source

v6.20.0

Compare Source

Features
  • API for handling locale change during page transitions (#​963) (23b9cc4)

v6.19.0

Compare Source

Features
Bug Fixes

v6.18.0

Compare Source

Features

v6.17.0

Compare Source

Features
  • fallbackLocale: support vue-i18n decision map fallback (#​992) (b4c6cfd)
Bug Fixes

v6.16.0

Compare Source

Features
  • "onlyOnNoPrefix" - detect browser locale when no prefix (#​896) (15f0a44)
Bug Fixes
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
nuxt-contrib/tib (tib)

v0.7.5

Compare Source


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
Copy link

codecov bot commented Dec 11, 2020

Codecov Report

Merging #6 (2d0a06f) into master (1330d0d) will not change coverage.
The diff coverage is n/a.

❗ 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           

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 701c1ec to f8adf61 Compare January 7, 2021 04:54
@renovate renovate bot changed the title chore(deps): update devdependency nuxt-i18n to v6.16.0 chore(deps): update all non-major dependencies Jan 7, 2021
@atinux atinux requested a review from pimlie February 9, 2021 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dddd665 to d776618 Compare April 26, 2021 13:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d776618 to bdf79a2 Compare May 9, 2021 22:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bdf79a2 to 419ad31 Compare June 6, 2021 20:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 419ad31 to 95a2af2 Compare June 17, 2021 09:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a6514ce to 3a1df5c Compare May 28, 2023 12:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a1df5c to e2aab6f Compare August 14, 2023 22:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e2aab6f to d4c5cff Compare October 9, 2023 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants