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 minor dependencies #371

Merged
merged 1 commit into from
Apr 22, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest 26.0.20 -> 26.0.22 age adoption passing confidence
@types/node 12.20.5 -> 12.20.10 age adoption passing confidence
jsdom 16.5.0 -> 16.5.3 age adoption passing confidence
renovate (source) 24.78.4 -> 24.119.9 age adoption passing confidence
standard-version 9.1.1 -> 9.2.0 age adoption passing confidence
ts-jest (source) 26.5.3 -> 26.5.5 age adoption passing confidence
tslib (source) 2.1.0 -> 2.2.0 age adoption passing confidence
typescript (source) 4.2.3 -> 4.2.4 age adoption passing confidence

Release Notes

jsdom/jsdom

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.
renovatebot/renovate

v24.119.9

Compare Source

24.119.9 (2021-04-21)
Build System

v24.119.7

Compare Source

24.119.7 (2021-04-21)
Build System

v24.119.6

Compare Source

24.119.6 (2021-04-21)
Bug Fixes
Miscellaneous Chores

v24.119.5

Compare Source

24.119.5 (2021-04-20)
Miscellaneous Chores
  • deps: update codecov/codecov-action action to v1.4.1 (#​9656) (0409978)
Code Refactoring
  • config: Extract interfaces from "index.ts" to separate "types.ts" (#​9629) (b957d4a)
  • http: Import proper OutgoingHttpHeaders on all http clients (#​9653) (2d04ae6)
  • http: Use default "accept-encoding" value (#​9652) (4f237ea)
Build System

v24.119.4

Compare Source

24.119.4 (2021-04-20)
Bug Fixes

v24.119.3

Compare Source

24.119.3 (2021-04-20)
Bug Fixes
Miscellaneous Chores

v24.119.2

Compare Source

24.119.2 (2021-04-19)
Bug Fixes

v24.119.1

Compare Source

24.119.1 (2021-04-19)
Bug Fixes
Code Refactoring

v24.119.0

Compare Source

Features

v24.118.0

Compare Source

Features
Code Refactoring

v24.117.2

Compare Source

24.117.2 (2021-04-19)
Bug Fixes

v24.117.1

Compare Source

24.117.1 (2021-04-19)
Bug Fixes
Code Refactoring
  • drop skippedOverVersions (4280b8e)

v24.117.0

Compare Source

Features
Miscellaneous Chores
  • remove duplicate update.newVersion set (61095e9)
  • rename lookup variables (074a78d)
Tests
Code Refactoring

v24.116.2

Compare Source

24.116.2 (2021-04-16)
Bug Fixes
Documentation
Tests
  • branch worker use snapshots (dbbeea1)
Miscellaneous Chores
Code Refactoring

v24.116.1

Compare Source

24.116.1 (2021-04-15)
Bug Fixes
  • github: add UNSTABLE to canMerge states (91db1b5)
Tests
  • snapshot pr automerge result (6d17d7b)
Code Refactoring
  • perform branch deletion in automerge function (9ee35de)

v24.116.0

Compare Source

Features
  • config: validate enabledManagers (b070646)

v24.115.2

Compare Source

24.115.2 (2021-04-15)
Bug Fixes
Code Refactoring
  • move automerge check to branch worker (e90593e)
  • separate automerge function in pr (966e141)
  • simplify pr automerge function (0649589)
Miscellaneous Chores

v24.115.1

Compare Source

24.115.1 (2021-04-14)
Bug Fixes
Documentation
Code Refactoring
Miscellaneous Chores

v24.115.0

Compare Source

Features
Code Refactoring
Documentation

v24.114.2

Compare Source

24.114.2 (2021-04-13)
Bug Fixes
Miscellaneous Chores

v24.114.1

Compare Source

24.114.1 (2021-04-13)
Bug Fixes

v24.114.0

Compare Source

Features
Bug Fixes

v24.113.0

Compare Source

Features
Tests
  • fix nested fileMatch test case (2973eb5)

v24.112.0

Compare Source

Features
  • validation: warn if packageRules contain all selectors (#​9497) (4cf9c50)

v24.111.1

Compare Source

24.111.1 (2021-04-11)
Bug Fixes
  • validation: simplify packageRules validation message (a55b520)
Code Refactoring
  • packageRules selector validation (6060911)
  • presets: remove nested minor in groups (a4a151f)
Tests

v24.111.0

Compare Source

Features
Miscellaneous Chores

v24.110.4

Compare Source

24.110.4 (2021-04-11)
Bug Fixes
  • circleci: Expect whitespace/comments during CircleCI Orb parsing (#​9486) (60eba68)

v24.110.3

Compare Source

24.110.3 (2021-04-10)
Bug Fixes

v24.110.2

Compare Source

24.110.2 (2021-04-10)
Bug Fixes

v24.110.1

Compare Source

24.110.1 (2021-04-10)
Bug Fixes
Documentation
Miscellaneous Chores

v24.110.0

Compare Source

Features
  • ansible-galaxy: implement galaxy-collection DS and extend manager for collections (#​9387) (c3bf66e)
Code Refactoring
  • workers: Extract common file matching configuration logic (#​9471) (d1c8917)

v24.109.1

Compare Source

24.109.1 (2021-04-09)
Bug Fixes

v24.109.0

Compare Source

Features
Miscellaneous Chores
  • deps: update codecov/codecov-action action to v1.3.2 (#​9461) (f91a162)
Build System

v24.108.0

Compare Source

Features

v24.107.0

Compare Source

Features
  • gitlab: Allow descriptions longer than 25K characters (#​9452) (a2aa5ce)
Bug Fixes

v24.106.0

Compare Source

Features
Code Refactoring

v24.105.0

Compare Source

Features
Bug Fixes
Build System

v24.104.1

Compare Source

24.104.1 (2021-04-07)
Bug Fixes

v24.104.0

Compare Source

Features
Miscellaneous Chores
Code Refactoring

v24.103.3

Compare Source

24.103.3 (2021-04-06)
Bug Fixes

v24.103.2

Compare Source

24.103.2 (2021-04-06)
Bug Fixes
  • defensive config check in cleanup (98f17c3)
Code Refactoring
Miscellaneous Chores
  • remove unused customPrFooter (6443902)

v24.103.1

Compare Source

24.103.1 (2021-04-06)
Bug Fixes
Code Refactoring

v24.103.0

Compare Source

Features

v24.102.0

Compare Source

Features
Bug Fixes
  • docker: defensive digest check (325447e)
  • npm): Revert "feat(npm: transitiveRemediation for v2 lockfiles (#​9402)" (553bd99)
Code Refactoring

v24.101.0

Compare Source

Features
Bug Fixes

v24.100.0

Compare Source

Features
Code Refactoring
Miscellaneous Chores

v24.99.0

Compare Source

Features
Miscellaneous Chores

v24.98.9

Compare Source

24.98.9 (2021-04-02)
Bug Fixes

v24.98.8

Compare Source

24.98.8 (2021-04-02)
Bug Fixes

v24.98.7

Compare Source

24.98.7 (2021-04-02)
Bug Fixes

v24.98.6

Compare Source

24.98.6 (2021-04-02)
Bug Fixes
  • cache: warn not error for pull 404 (4f8a3a4)
  • git: catch fatal bad config (c1663f0)
Miscellaneous Chores

v24.98.5

Compare Source

24.98.5 (2021-04-01)
Bug Fixes
  • npm: is.string check for npmrc (47eb132)
Miscellaneous Chores

v24.98.4

Compare Source

24.98.4 (2021-04-01)
Bug Fixes
Documentation
Code Refactoring

v24.98.3

Compare Source

24.98.3 (2021-04-01)
Bug Fixes
Miscellaneous Chores
  • deps: update dependency markdownlint-cli2 to v0.0.15 (#​9333) (1e8c688)

v24.98.2

Compare Source

24.98.2 (2021-03-31)
Build System

v24.98.1

Compare Source

24.98.1 (2021-03-30)
Build System

v24.98.0

Compare Source

Features

[v24.97.4](https://togithub.com/renovate


Configuration

📅 Schedule: "before 1pm on Monday" (UTC).

🚦 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 has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #371 (3ec4dfc) into master (4fa49b9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #371   +/-   ##
=======================================
  Coverage   60.00%   60.00%           
=======================================
  Files           2        2           
  Lines          40       40           
  Branches       10       10           
=======================================
  Hits           24       24           
  Misses         16       16           

@renovate renovate bot force-pushed the renovate/minor-dependencies branch 19 times, most recently from 5e7fed0 to c270b96 Compare March 22, 2021 10:38
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 10 times, most recently from ac836ac to 0d82bdb Compare March 27, 2021 06:46
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 14 times, most recently from dcae8dc to 010981e Compare April 18, 2021 18:23
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 8 times, most recently from d52e505 to 531c1c1 Compare April 21, 2021 09:19
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from a64ef49 to f97819e Compare April 21, 2021 17:52
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from f97819e to 3ec4dfc Compare April 21, 2021 19:24
@potato4d potato4d merged commit d95243c into master Apr 22, 2021
@potato4d potato4d deleted the renovate/minor-dependencies branch April 22, 2021 00:37
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.

2 participants